2025-04-16 18:24:21.123 | + stack.sh:main:502 : exec 2025-04-16 18:24:21.123 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-04-16-182421' 2025-04-16 18:24:21.123 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-04-16-182421.summary.2025-04-16-182421 2025-04-16 18:24:21.123 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:24:21.124 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-04-16-182421 2025-04-16 18:24:21.124 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-16-182421 /opt/stack//logs/stack.sh.log 2025-04-16 18:24:21.124 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-16-182421.summary.2025-04-16-182421 /opt/stack//logs/stack.sh.log.summary 2025-04-16 18:24:21.124 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2025-04-16 18:24:21.124 | + functions:check_path_perm_sanity:607 : local real_path 2025-04-16 18:24:21.124 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-04-16 18:24:21.124 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-04-16 18:24:21.124 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-04-16 18:24:21.124 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-04-16 18:24:21.124 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-04-16 18:24:21.124 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-16 18:24:21.124 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-04-16 18:24:21.124 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-04-16 18:24:21.124 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-16 18:24:21.125 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-16 18:24:21.127 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-04-16 18:24:21.128 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-04-16 18:24:21.131 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-16 18:24:21.132 | + stack.sh:main:534 : trap exit_trap EXIT 2025-04-16 18:24:21.133 | + stack.sh:main:575 : trap err_trap ERR 2025-04-16 18:24:21.135 | + stack.sh:main:588 : set -o errexit 2025-04-16 18:24:21.136 | + stack.sh:main:591 : uname -a 2025-04-16 18:24:21.137 | Linux devstack 6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2025-04-16 18:24:21.138 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-04-16 18:24:21.140 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2025-04-16 18:24:21.142 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2025-04-16 18:24:21.165 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2025-04-16 18:24:21.175 | + stack.sh:main:605 : fetch_plugins 2025-04-16 18:24:21.177 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2025-04-16 18:24:21.178 | + functions-common:fetch_plugins:1747 : local plugin 2025-04-16 18:24:21.179 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2025-04-16 18:24:21.181 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2025-04-16 18:24:21.181 | Fetching DevStack plugins 2025-04-16 18:24:21.182 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2025-04-16 18:24:21.183 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2025-04-16 18:24:21.185 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2025-04-16 18:24:21.186 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2025-04-16 18:24:21.187 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2025-04-16 18:24:21.189 | + functions-common:git_clone_by_name:667 : local branch=devstack 2025-04-16 18:24:21.190 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-04-16 18:24:21.192 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-04-16 18:24:21.193 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2025-04-16 18:24:21.194 | + functions-common:git_clone:574 : local git_ref=devstack 2025-04-16 18:24:21.195 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 18:24:21.197 | ++ functions-common:git_clone:576 : pwd 2025-04-16 18:24:21.199 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 18:24:21.200 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 18:24:21.202 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 18:24:21.210 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 18:24:21.212 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 18:24:21.213 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 18:24:21.215 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 18:24:21.216 | + functions-common:git_clone:593 : echo devstack 2025-04-16 18:24:21.216 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 18:24:21.219 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-04-16 18:24:21.220 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 18:24:21.222 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-16 18:24:21.223 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:24:21.224 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:24:21.226 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:24:21.227 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:24:21.228 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:24:21.230 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:24:21.231 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:24:21.232 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:24:21.234 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:24:21.236 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827861234 2025-04-16 18:24:21.237 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-16 18:24:21.241 | Cloning into '/opt/stack/networking-nsx-t'... 2025-04-16 18:24:22.259 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:24:22.260 | + functions-common:time_stop:2400 : local name 2025-04-16 18:24:22.261 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:24:22.263 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:24:22.264 | + functions-common:time_stop:2403 : local total 2025-04-16 18:24:22.265 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:24:22.267 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:24:22.268 | + functions-common:time_stop:2407 : start_time=1744827861234 2025-04-16 18:24:22.269 | + functions-common:time_stop:2409 : [[ -z 1744827861234 ]] 2025-04-16 18:24:22.271 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:24:22.273 | + functions-common:time_stop:2412 : end_time=1744827862272 2025-04-16 18:24:22.274 | + functions-common:time_stop:2413 : elapsed_time=1038 2025-04-16 18:24:22.276 | + functions-common:time_stop:2414 : total=0 2025-04-16 18:24:22.277 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:24:22.278 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1038 2025-04-16 18:24:22.280 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2025-04-16 18:24:22.281 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2025-04-16 18:24:22.282 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:24:22.284 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:24:22.285 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:24:22.287 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:24:22.288 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:24:22.289 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:24:22.291 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:24:22.292 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:24:22.294 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:24:22.296 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827862295 2025-04-16 18:24:22.297 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-04-16 18:24:22.883 | From https://github.com/sapcc/networking-nsx-t 2025-04-16 18:24:22.883 | * branch devstack -> FETCH_HEAD 2025-04-16 18:24:22.886 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:24:22.888 | + functions-common:time_stop:2400 : local name 2025-04-16 18:24:22.889 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:24:22.891 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:24:22.892 | + functions-common:time_stop:2403 : local total 2025-04-16 18:24:22.893 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:24:22.895 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:24:22.896 | + functions-common:time_stop:2407 : start_time=1744827862295 2025-04-16 18:24:22.897 | + functions-common:time_stop:2409 : [[ -z 1744827862295 ]] 2025-04-16 18:24:22.899 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:24:22.901 | + functions-common:time_stop:2412 : end_time=1744827862900 2025-04-16 18:24:22.902 | + functions-common:time_stop:2413 : elapsed_time=605 2025-04-16 18:24:22.904 | + functions-common:time_stop:2414 : total=1038 2025-04-16 18:24:22.905 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:24:22.906 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1643 2025-04-16 18:24:22.908 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 18:24:22.909 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:24:22.910 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:24:22.912 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:24:22.913 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:24:22.914 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:24:22.916 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:24:22.917 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:24:22.918 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:24:22.920 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:24:22.922 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827862921 2025-04-16 18:24:22.923 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 18:24:22.932 | Note: switching to 'FETCH_HEAD'. 2025-04-16 18:24:22.932 | 2025-04-16 18:24:22.932 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 18:24:22.932 | changes and commit them, and you can discard any commits you make in this 2025-04-16 18:24:22.932 | state without impacting any branches by switching back to a branch. 2025-04-16 18:24:22.932 | 2025-04-16 18:24:22.932 | If you want to create a new branch to retain commits you create, you may 2025-04-16 18:24:22.932 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 18:24:22.932 | 2025-04-16 18:24:22.932 | git switch -c 2025-04-16 18:24:22.932 | 2025-04-16 18:24:22.932 | Or undo this operation with: 2025-04-16 18:24:22.932 | 2025-04-16 18:24:22.933 | git switch - 2025-04-16 18:24:22.933 | 2025-04-16 18:24:22.933 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 18:24:22.933 | 2025-04-16 18:24:22.933 | HEAD is now at 29bc664 Delay agent initialization 2025-04-16 18:24:22.934 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:24:22.936 | + functions-common:time_stop:2400 : local name 2025-04-16 18:24:22.937 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:24:22.938 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:24:22.940 | + functions-common:time_stop:2403 : local total 2025-04-16 18:24:22.941 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:24:22.942 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:24:22.943 | + functions-common:time_stop:2407 : start_time=1744827862921 2025-04-16 18:24:22.945 | + functions-common:time_stop:2409 : [[ -z 1744827862921 ]] 2025-04-16 18:24:22.947 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:24:22.949 | + functions-common:time_stop:2412 : end_time=1744827862947 2025-04-16 18:24:22.950 | + functions-common:time_stop:2413 : elapsed_time=26 2025-04-16 18:24:22.951 | + functions-common:time_stop:2414 : total=1643 2025-04-16 18:24:22.952 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:24:22.954 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1669 2025-04-16 18:24:22.955 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-04-16 18:24:22.964 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2025-04-16 18:24:22.966 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 18:24:22.966 | + functions-common:git_clone:656 : head -1 2025-04-16 18:24:22.968 | 29bc664 Delay agent initialization 2025-04-16 18:24:22.970 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 18:24:22.971 | + stack.sh:main:609 : run_phase override_defaults 2025-04-16 18:24:22.973 | + functions-common:run_phase:1828 : local mode=override_defaults 2025-04-16 18:24:22.974 | + functions-common:run_phase:1829 : local phase= 2025-04-16 18:24:22.976 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 18:24:22.977 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 18:24:22.979 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 18:24:22.980 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 18:24:22.982 | + functions-common:run_phase:1838 : local extra 2025-04-16 18:24:22.983 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 18:24:22.986 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 18:24:22.987 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 18:24:22.989 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 18:24:22.990 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-04-16 18:24:22.992 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 18:24:23.001 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:24:23.002 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-16 18:24:23.003 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 18:24:23.005 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 18:24:23.006 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 18:24:23.008 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 18:24:23.009 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 18:24:23.010 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-04-16 18:24:23.012 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-04-16 18:24:23.013 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-16 18:24:23.014 | + functions-common:run_phase:1852 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 18:24:23.016 | + functions-common:run_phase:1853 : plugin_override_defaults 2025-04-16 18:24:23.017 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2025-04-16 18:24:23.019 | + functions-common:plugin_override_defaults:1788 : local plugin 2025-04-16 18:24:23.020 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2025-04-16 18:24:23.021 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2025-04-16 18:24:23.021 | Overriding Configuration Defaults 2025-04-16 18:24:23.023 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2025-04-16 18:24:23.024 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2025-04-16 18:24:23.025 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-04-16 18:24:23.027 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2025-04-16 18:24:23.038 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2025-04-16 18:24:23.040 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-04-16 18:24:23.049 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:24:23.050 | +++ lib/tls:source:43 : hostname -f 2025-04-16 18:24:23.053 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-04-16 18:24:23.054 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-04-16 18:24:23.056 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-04-16 18:24:23.057 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-04-16 18:24:23.058 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-04-16 18:24:23.060 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-04-16 18:24:23.061 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-04-16 18:24:23.063 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-04-16 18:24:23.064 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-04-16 18:24:23.065 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-04-16 18:24:23.068 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2025-04-16 18:24:23.076 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2025-04-16 18:24:23.088 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2025-04-16 18:24:23.096 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2025-04-16 18:24:23.104 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2025-04-16 18:24:23.128 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2025-04-16 18:24:23.165 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2025-04-16 18:24:23.210 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2025-04-16 18:24:23.228 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2025-04-16 18:24:23.263 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2025-04-16 18:24:23.294 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2025-04-16 18:24:23.296 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-04-16 18:24:23.306 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:24:23.308 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-04-16 18:24:23.309 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-04-16 18:24:23.311 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-04-16 18:24:23.313 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-04-16 18:24:23.315 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-04-16 18:24:23.325 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-16 18:24:23.326 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-16 18:24:23.328 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2025-04-16 18:24:23.330 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-04-16 18:24:23.332 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-04-16 18:24:23.333 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-16 18:24:23.335 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-16 18:24:23.337 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-04-16 18:24:23.347 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-04-16 18:24:23.349 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-04-16 18:24:23.351 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-04-16 18:24:23.362 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-04-16 18:24:23.363 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2025-04-16 18:24:23.365 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2025-04-16 18:24:23.366 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2025-04-16 18:24:23.368 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-04-16 18:24:23.369 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-04-16 18:24:23.371 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-04-16 18:24:23.372 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-04-16 18:24:23.374 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-04-16 18:24:23.376 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-04-16 18:24:23.377 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-04-16 18:24:23.379 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-04-16 18:24:23.380 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-04-16 18:24:23.382 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-04-16 18:24:23.383 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-04-16 18:24:23.385 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-04-16 18:24:23.388 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 18:24:23.388 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-16 18:24:23.390 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-04-16 18:24:23.392 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-04-16 18:24:23.394 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-04-16 18:24:23.395 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-04-16 18:24:23.397 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-04-16 18:24:23.399 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-04-16 18:24:23.409 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-04-16 18:24:23.411 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-04-16 18:24:23.413 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2025-04-16 18:24:23.413 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 18:24:23.416 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-04-16 18:24:23.417 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-04-16 18:24:23.419 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-04-16 18:24:23.421 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-04-16 18:24:23.422 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-04-16 18:24:23.424 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-04-16 18:24:23.425 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-04-16 18:24:23.427 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-04-16 18:24:23.428 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-04-16 18:24:23.430 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-04-16 18:24:23.432 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-04-16 18:24:23.433 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-04-16 18:24:23.435 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-04-16 18:24:23.436 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:24:23.438 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-04-16 18:24:23.440 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-04-16 18:24:23.442 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-04-16 18:24:23.451 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-16 18:24:23.453 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-16 18:24:23.455 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2025-04-16 18:24:23.457 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2025-04-16 18:24:23.458 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 18:24:23.460 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-04-16 18:24:23.461 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 18:24:23.463 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-04-16 18:24:23.464 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 18:24:23.466 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-04-16 18:24:23.467 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-04-16 18:24:23.469 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-04-16 18:24:23.470 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-04-16 18:24:23.472 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-04-16 18:24:23.473 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-04-16 18:24:23.475 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-04-16 18:24:23.477 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-04-16 18:24:23.478 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-04-16 18:24:23.480 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-04-16 18:24:23.481 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-04-16 18:24:23.483 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-04-16 18:24:23.503 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-04-16 18:24:23.512 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-04-16 18:24:23.514 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-04-16 18:24:23.515 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-04-16 18:24:23.517 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-04-16 18:24:23.519 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-04-16 18:24:23.520 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-04-16 18:24:23.522 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-04-16 18:24:23.523 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-04-16 18:24:23.525 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-04-16 18:24:23.526 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-04-16 18:24:23.528 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-04-16 18:24:23.530 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-04-16 18:24:23.531 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-04-16 18:24:23.533 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-04-16 18:24:23.534 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-04-16 18:24:23.536 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-04-16 18:24:23.537 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-04-16 18:24:23.539 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2025-04-16 18:24:23.542 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2025-04-16 18:24:23.542 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2025-04-16 18:24:23.542 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2025-04-16 18:24:23.542 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-04-16 18:24:23.547 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=26:c4a7:0a06 2025-04-16 18:24:23.548 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2025-04-16 18:24:23.550 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2025-04-16 18:24:23.552 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-04-16 18:24:23.554 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-04-16 18:24:23.555 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd26:c4a7:0a06::/56 2025-04-16 18:24:23.558 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd26:c4a7:0a06::/56 2025-04-16 18:24:23.558 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-04-16 18:24:23.562 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd26:c4a7:0a06::/64 2025-04-16 18:24:23.563 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-04-16 18:24:23.565 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-04-16 18:24:23.566 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-04-16 18:24:23.568 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-04-16 18:24:23.570 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2025-04-16 18:24:23.571 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-04-16 18:24:23.573 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2025-04-16 18:24:23.574 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2025-04-16 18:24:23.576 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2025-04-16 18:24:23.578 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-04-16 18:24:23.579 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-04-16 18:24:23.581 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-04-16 18:24:23.582 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd26:c4a7:0a06::/56 2025-04-16 18:24:23.584 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2025-04-16 18:24:23.585 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2025-04-16 18:24:23.588 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2025-04-16 18:24:23.588 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2025-04-16 18:24:23.589 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2025-04-16 18:24:23.592 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2025-04-16 18:24:23.595 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2025-04-16 18:24:23.595 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2025-04-16 18:24:23.595 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2025-04-16 18:24:23.599 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2025-04-16 18:24:23.602 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-04-16 18:24:23.603 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-04-16 18:24:23.605 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-04-16 18:24:23.607 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2025-04-16 18:24:23.609 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2025-04-16 18:24:23.610 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-04-16 18:24:23.612 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2025-04-16 18:24:23.613 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2025-04-16 18:24:23.625 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2025-04-16 18:24:23.635 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2025-04-16 18:24:23.644 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2025-04-16 18:24:23.653 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2025-04-16 18:24:23.700 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2025-04-16 18:24:23.702 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-04-16 18:24:23.704 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-04-16 18:24:23.706 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-04-16 18:24:23.707 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-04-16 18:24:23.709 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-04-16 18:24:23.709 | False' 2025-04-16 18:24:23.711 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-04-16 18:24:23.723 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-04-16 18:24:23.724 | + stack.sh:main:639 : run_phase source 2025-04-16 18:24:23.726 | + functions-common:run_phase:1828 : local mode=source 2025-04-16 18:24:23.728 | + functions-common:run_phase:1829 : local phase= 2025-04-16 18:24:23.729 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 18:24:23.731 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 18:24:23.732 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 18:24:23.734 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 18:24:23.735 | + functions-common:run_phase:1838 : local extra 2025-04-16 18:24:23.737 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 18:24:23.740 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 18:24:23.742 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 18:24:23.743 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 18:24:23.745 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-04-16 18:24:23.746 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 18:24:23.757 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:24:23.759 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-04-16 18:24:23.760 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-04-16 18:24:23.786 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-04-16 18:24:23.788 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-04-16 18:24:23.790 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2025-04-16 18:24:23.791 | + functions-common:run_phase:1850 : load_plugin_settings 2025-04-16 18:24:23.793 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2025-04-16 18:24:23.795 | + functions-common:load_plugin_settings:1765 : local plugin 2025-04-16 18:24:23.796 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2025-04-16 18:24:23.798 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2025-04-16 18:24:23.798 | Loading plugin settings 2025-04-16 18:24:23.800 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2025-04-16 18:24:23.801 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2025-04-16 18:24:23.803 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-04-16 18:24:23.805 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2025-04-16 18:24:23.806 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-04-16 18:24:23.808 | ++ functions-common:define_plugin:1872 : : 2025-04-16 18:24:23.810 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-04-16 18:24:23.811 | + functions-common:run_phase:1851 : verify_disabled_services 2025-04-16 18:24:23.813 | + functions-common:verify_disabled_services:2111 : local service 2025-04-16 18:24:23.815 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.817 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-04-16 18:24:23.818 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.820 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-04-16 18:24:23.822 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.824 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-04-16 18:24:23.825 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.827 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-04-16 18:24:23.829 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.831 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2025-04-16 18:24:23.832 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.834 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-04-16 18:24:23.836 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.837 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-04-16 18:24:23.839 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.841 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-04-16 18:24:23.843 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.844 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-04-16 18:24:23.846 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.848 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-04-16 18:24:23.850 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.855 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-04-16 18:24:23.857 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.859 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-04-16 18:24:23.861 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.862 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-04-16 18:24:23.864 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.866 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-04-16 18:24:23.868 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.869 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-04-16 18:24:23.871 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.874 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-04-16 18:24:23.875 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.877 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-04-16 18:24:23.879 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.881 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-04-16 18:24:23.883 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.884 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-04-16 18:24:23.886 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.888 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-04-16 18:24:23.890 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.892 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-04-16 18:24:23.893 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:24:23.895 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-04-16 18:24:23.897 | + stack.sh:main:710 : initialize_database_backends 2025-04-16 18:24:23.899 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-16 18:24:23.901 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-04-16 18:24:23.913 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:24:23.915 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-04-16 18:24:23.917 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-16 18:24:23.918 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-04-16 18:24:23.932 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:24:23.934 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-04-16 18:24:23.936 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-04-16 18:24:23.938 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-04-16 18:24:23.940 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-04-16 18:24:23.942 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-04-16 18:24:23.943 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-04-16 18:24:23.945 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-04-16 18:24:23.947 | + lib/database:initialize_database_backends:92 : return 0 2025-04-16 18:24:23.949 | + stack.sh:main:711 : echo 'Using mysql database backend' 2025-04-16 18:24:23.949 | Using mysql database backend 2025-04-16 18:24:23.951 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-04-16 18:24:23.963 | + stack.sh:main:716 : define_database_baseurl 2025-04-16 18:24:23.965 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-04-16 18:24:23.967 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-16 18:24:23.969 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2025-04-16 18:24:23.971 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 18:24:23.973 | + stack.sh:main:728 : is_service_enabled rabbit 2025-04-16 18:24:23.985 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:24:23.987 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-04-16 18:24:23.999 | + stack.sh:main:736 : is_service_enabled keystone 2025-04-16 18:24:24.012 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:24:24.013 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-04-16 18:24:24.026 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-04-16 18:24:24.038 | + stack.sh:main:751 : is_service_enabled ldap 2025-04-16 18:24:24.050 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:24:24.052 | + stack.sh:main:760 : is_service_enabled s-proxy 2025-04-16 18:24:24.064 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:24:24.066 | + stack.sh:main:772 : save_stackenv 772 2025-04-16 18:24:24.068 | + functions-common:save_stackenv:60 : local tag=772 2025-04-16 18:24:24.070 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 18:24:24.073 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-182424 2025-04-16 18:24:24.075 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-182424 772' 2025-04-16 18:24:24.077 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.078 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 18:24:24.080 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.082 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 18:24:24.084 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.086 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 18:24:24.087 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.089 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 18:24:24.091 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.093 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 18:24:24.095 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.096 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 18:24:24.098 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.100 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-182421 2025-04-16 18:24:24.102 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.104 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 18:24:24.106 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.107 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 18:24:24.109 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.111 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 18:24:24.113 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.115 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 18:24:24.117 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.118 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 18:24:24.120 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.122 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 18:24:24.124 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.126 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 18:24:24.127 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:24:24.129 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 18:24:24.131 | + stack.sh:main:785 : GIT_DEPTH=0 2025-04-16 18:24:24.133 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2025-04-16 18:24:24.135 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2025-04-16 18:24:24.136 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2025-04-16 18:24:24.138 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 18:24:24.140 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 18:24:24.142 | ++ functions-common:git_clone:576 : pwd 2025-04-16 18:24:24.144 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 18:24:24.145 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 18:24:24.148 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 18:24:24.159 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 18:24:24.161 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2025-04-16 18:24:24.162 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 18:24:24.165 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 18:24:24.165 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 18:24:24.169 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2025-04-16 18:24:24.170 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 18:24:24.172 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-16 18:24:24.173 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:24:24.175 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:24:24.177 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:24:24.178 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:24:24.180 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:24:24.182 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:24:24.184 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:24:24.185 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:24:24.187 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:24:24.190 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827864188 2025-04-16 18:24:24.192 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-16 18:24:24.194 | Cloning into '/opt/stack//requirements'... 2025-04-16 18:24:27.510 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:24:27.512 | + functions-common:time_stop:2400 : local name 2025-04-16 18:24:27.514 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:24:27.515 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:24:27.517 | + functions-common:time_stop:2403 : local total 2025-04-16 18:24:27.519 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:24:27.520 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:24:27.522 | + functions-common:time_stop:2407 : start_time=1744827864188 2025-04-16 18:24:27.523 | + functions-common:time_stop:2409 : [[ -z 1744827864188 ]] 2025-04-16 18:24:27.526 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:24:27.529 | + functions-common:time_stop:2412 : end_time=1744827867527 2025-04-16 18:24:27.531 | + functions-common:time_stop:2413 : elapsed_time=3339 2025-04-16 18:24:27.532 | + functions-common:time_stop:2414 : total=1669 2025-04-16 18:24:27.534 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:24:27.536 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5008 2025-04-16 18:24:27.537 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2025-04-16 18:24:27.539 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2025-04-16 18:24:27.541 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:24:27.542 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:24:27.544 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:24:27.546 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:24:27.547 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:24:27.549 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:24:27.550 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:24:27.552 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:24:27.554 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:24:27.557 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827867555 2025-04-16 18:24:27.559 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2025-04-16 18:24:28.238 | From https://opendev.org/openstack/requirements 2025-04-16 18:24:28.238 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 18:24:28.245 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:24:28.247 | + functions-common:time_stop:2400 : local name 2025-04-16 18:24:28.249 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:24:28.251 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:24:28.252 | + functions-common:time_stop:2403 : local total 2025-04-16 18:24:28.254 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:24:28.256 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:24:28.257 | + functions-common:time_stop:2407 : start_time=1744827867555 2025-04-16 18:24:28.259 | + functions-common:time_stop:2409 : [[ -z 1744827867555 ]] 2025-04-16 18:24:28.261 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:24:28.264 | + functions-common:time_stop:2412 : end_time=1744827868262 2025-04-16 18:24:28.266 | + functions-common:time_stop:2413 : elapsed_time=707 2025-04-16 18:24:28.267 | + functions-common:time_stop:2414 : total=5008 2025-04-16 18:24:28.269 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:24:28.271 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5715 2025-04-16 18:24:28.273 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 18:24:28.274 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:24:28.276 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:24:28.278 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:24:28.279 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:24:28.281 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:24:28.283 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:24:28.284 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:24:28.286 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:24:28.288 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:24:28.291 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827868289 2025-04-16 18:24:28.293 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 18:24:28.302 | Note: switching to 'FETCH_HEAD'. 2025-04-16 18:24:28.302 | 2025-04-16 18:24:28.302 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 18:24:28.302 | changes and commit them, and you can discard any commits you make in this 2025-04-16 18:24:28.302 | state without impacting any branches by switching back to a branch. 2025-04-16 18:24:28.302 | 2025-04-16 18:24:28.302 | If you want to create a new branch to retain commits you create, you may 2025-04-16 18:24:28.302 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 18:24:28.302 | 2025-04-16 18:24:28.302 | git switch -c 2025-04-16 18:24:28.302 | 2025-04-16 18:24:28.302 | Or undo this operation with: 2025-04-16 18:24:28.302 | 2025-04-16 18:24:28.302 | git switch - 2025-04-16 18:24:28.302 | 2025-04-16 18:24:28.302 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 18:24:28.302 | 2025-04-16 18:24:28.302 | HEAD is now at 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-16 18:24:28.304 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:24:28.305 | + functions-common:time_stop:2400 : local name 2025-04-16 18:24:28.307 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:24:28.308 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:24:28.310 | + functions-common:time_stop:2403 : local total 2025-04-16 18:24:28.312 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:24:28.313 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:24:28.315 | + functions-common:time_stop:2407 : start_time=1744827868289 2025-04-16 18:24:28.316 | + functions-common:time_stop:2409 : [[ -z 1744827868289 ]] 2025-04-16 18:24:28.319 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:24:28.321 | + functions-common:time_stop:2412 : end_time=1744827868319 2025-04-16 18:24:28.323 | + functions-common:time_stop:2413 : elapsed_time=30 2025-04-16 18:24:28.325 | + functions-common:time_stop:2414 : total=5715 2025-04-16 18:24:28.326 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:24:28.328 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5745 2025-04-16 18:24:28.329 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-04-16 18:24:28.339 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2025-04-16 18:24:28.341 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 18:24:28.342 | + functions-common:git_clone:656 : head -1 2025-04-16 18:24:28.344 | 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-16 18:24:28.346 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 18:24:28.348 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2025-04-16 18:24:28.350 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:24:28.351 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2025-04-16 18:24:28.354 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-04-16 18:24:28.355 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-04-16 18:24:28.357 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-04-16 18:24:28.359 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-04-16 18:24:28.361 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-04-16 18:24:28.363 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-04-16 18:24:28.365 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-04-16 18:24:28.367 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-04-16 18:24:28.370 | ++ tools/install_prereqs.sh:source:47 : NOW=1744827868 2025-04-16 18:24:28.373 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-04-16 18:24:28.375 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-04-16 18:24:28.378 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-04-16 18:24:28.379 | ++ tools/install_prereqs.sh:source:49 : DELTA=1744827868 2025-04-16 18:24:28.381 | ++ tools/install_prereqs.sh:source:50 : [[ 1744827868 -lt 7200 ]] 2025-04-16 18:24:28.383 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-04-16 18:24:28.385 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2025-04-16 18:24:28.387 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-04-16 18:24:28.389 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2025-04-16 18:24:28.390 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-04-16 18:24:28.392 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2025-04-16 18:24:28.394 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-04-16 18:24:28.397 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 18:24:28.423 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-04-16 18:24:28.423 | apache2-dev 2025-04-16 18:24:28.423 | bc 2025-04-16 18:24:28.423 | bsdmainutils 2025-04-16 18:24:28.423 | curl 2025-04-16 18:24:28.423 | g++ 2025-04-16 18:24:28.423 | gawk 2025-04-16 18:24:28.423 | gcc 2025-04-16 18:24:28.423 | gettext 2025-04-16 18:24:28.423 | git 2025-04-16 18:24:28.423 | graphviz 2025-04-16 18:24:28.423 | iputils-ping 2025-04-16 18:24:28.423 | libapache2-mod-proxy-uwsgi 2025-04-16 18:24:28.423 | libffi-dev 2025-04-16 18:24:28.423 | libjpeg-dev 2025-04-16 18:24:28.423 | libpcre3-dev 2025-04-16 18:24:28.423 | libpq-dev 2025-04-16 18:24:28.423 | libssl-dev 2025-04-16 18:24:28.423 | libsystemd-dev 2025-04-16 18:24:28.423 | libxml2-dev 2025-04-16 18:24:28.424 | libxslt1-dev 2025-04-16 18:24:28.424 | libyaml-dev 2025-04-16 18:24:28.424 | lsof 2025-04-16 18:24:28.424 | openssh-server 2025-04-16 18:24:28.424 | openssl 2025-04-16 18:24:28.424 | pkg-config 2025-04-16 18:24:28.424 | psmisc 2025-04-16 18:24:28.424 | python3-dev 2025-04-16 18:24:28.424 | python3-pip 2025-04-16 18:24:28.424 | python3-systemd 2025-04-16 18:24:28.424 | python3-venv 2025-04-16 18:24:28.424 | tar 2025-04-16 18:24:28.424 | tcpdump 2025-04-16 18:24:28.424 | unzip 2025-04-16 18:24:28.424 | uuid-runtime 2025-04-16 18:24:28.424 | wget 2025-04-16 18:24:28.424 | wget 2025-04-16 18:24:28.424 | zlib1g-dev 2025-04-16 18:24:28.424 | libkrb5-dev 2025-04-16 18:24:28.424 | libldap2-dev 2025-04-16 18:24:28.424 | libsasl2-dev 2025-04-16 18:24:28.424 | memcached 2025-04-16 18:24:28.424 | python3-mysqldb 2025-04-16 18:24:28.424 | sqlite3 2025-04-16 18:24:28.424 | conntrack 2025-04-16 18:24:28.424 | curl 2025-04-16 18:24:28.424 | ebtables 2025-04-16 18:24:28.424 | genisoimage 2025-04-16 18:24:28.424 | iptables 2025-04-16 18:24:28.424 | iputils-arping 2025-04-16 18:24:28.424 | kpartx 2025-04-16 18:24:28.424 | libjs-jquery-tablesorter 2025-04-16 18:24:28.424 | parted 2025-04-16 18:24:28.424 | pm-utils 2025-04-16 18:24:28.424 | python3-mysqldb 2025-04-16 18:24:28.424 | socat 2025-04-16 18:24:28.424 | sqlite3 2025-04-16 18:24:28.424 | sudo 2025-04-16 18:24:28.424 | vlan 2025-04-16 18:24:28.424 | lsscsi 2025-04-16 18:24:28.424 | open-iscsi 2025-04-16 18:24:28.424 | lvm2 2025-04-16 18:24:28.424 | qemu-utils 2025-04-16 18:24:28.424 | thin-provisioning-tools 2025-04-16 18:24:28.424 | acl 2025-04-16 18:24:28.424 | dnsmasq-base 2025-04-16 18:24:28.424 | dnsmasq-utils 2025-04-16 18:24:28.424 | ebtables 2025-04-16 18:24:28.424 | haproxy 2025-04-16 18:24:28.424 | iptables 2025-04-16 18:24:28.424 | iputils-arping 2025-04-16 18:24:28.424 | iputils-ping 2025-04-16 18:24:28.424 | postgresql-server-dev-all 2025-04-16 18:24:28.424 | python3-mysqldb 2025-04-16 18:24:28.424 | sqlite3 2025-04-16 18:24:28.424 | sudo 2025-04-16 18:24:28.424 | vlan 2025-04-16 18:24:28.424 | ipset 2025-04-16 18:24:28.424 | conntrack 2025-04-16 18:24:28.424 | conntrackd 2025-04-16 18:24:28.424 | keepalived' 2025-04-16 18:24:28.426 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-04-16 18:24:28.440 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-04-16 18:24:28.440 | apache2-dev 2025-04-16 18:24:28.440 | bc 2025-04-16 18:24:28.440 | bsdmainutils 2025-04-16 18:24:28.440 | curl 2025-04-16 18:24:28.440 | g++ 2025-04-16 18:24:28.440 | gawk 2025-04-16 18:24:28.440 | gcc 2025-04-16 18:24:28.440 | gettext 2025-04-16 18:24:28.440 | git 2025-04-16 18:24:28.440 | graphviz 2025-04-16 18:24:28.440 | iputils-ping 2025-04-16 18:24:28.440 | libapache2-mod-proxy-uwsgi 2025-04-16 18:24:28.440 | libffi-dev 2025-04-16 18:24:28.440 | libjpeg-dev 2025-04-16 18:24:28.440 | libpcre3-dev 2025-04-16 18:24:28.440 | libpq-dev 2025-04-16 18:24:28.440 | libssl-dev 2025-04-16 18:24:28.440 | libsystemd-dev 2025-04-16 18:24:28.440 | libxml2-dev 2025-04-16 18:24:28.440 | libxslt1-dev 2025-04-16 18:24:28.440 | libyaml-dev 2025-04-16 18:24:28.440 | lsof 2025-04-16 18:24:28.440 | openssh-server 2025-04-16 18:24:28.440 | openssl 2025-04-16 18:24:28.440 | pkg-config 2025-04-16 18:24:28.440 | psmisc 2025-04-16 18:24:28.440 | python3-dev 2025-04-16 18:24:28.440 | python3-pip 2025-04-16 18:24:28.440 | python3-systemd 2025-04-16 18:24:28.440 | python3-venv 2025-04-16 18:24:28.440 | tar 2025-04-16 18:24:28.440 | tcpdump 2025-04-16 18:24:28.440 | unzip 2025-04-16 18:24:28.440 | uuid-runtime 2025-04-16 18:24:28.440 | wget 2025-04-16 18:24:28.440 | wget 2025-04-16 18:24:28.440 | zlib1g-dev 2025-04-16 18:24:28.440 | libkrb5-dev 2025-04-16 18:24:28.440 | libldap2-dev 2025-04-16 18:24:28.440 | libsasl2-dev 2025-04-16 18:24:28.440 | memcached 2025-04-16 18:24:28.440 | python3-mysqldb 2025-04-16 18:24:28.440 | sqlite3 2025-04-16 18:24:28.440 | conntrack 2025-04-16 18:24:28.440 | curl 2025-04-16 18:24:28.440 | ebtables 2025-04-16 18:24:28.440 | genisoimage 2025-04-16 18:24:28.440 | iptables 2025-04-16 18:24:28.440 | iputils-arping 2025-04-16 18:24:28.440 | kpartx 2025-04-16 18:24:28.440 | libjs-jquery-tablesorter 2025-04-16 18:24:28.441 | parted 2025-04-16 18:24:28.441 | pm-utils 2025-04-16 18:24:28.441 | python3-mysqldb 2025-04-16 18:24:28.441 | socat 2025-04-16 18:24:28.441 | sqlite3 2025-04-16 18:24:28.441 | sudo 2025-04-16 18:24:28.441 | vlan 2025-04-16 18:24:28.441 | lsscsi 2025-04-16 18:24:28.441 | open-iscsi 2025-04-16 18:24:28.441 | lvm2 2025-04-16 18:24:28.441 | qemu-utils 2025-04-16 18:24:28.441 | thin-provisioning-tools 2025-04-16 18:24:28.441 | acl 2025-04-16 18:24:28.441 | dnsmasq-base 2025-04-16 18:24:28.441 | dnsmasq-utils 2025-04-16 18:24:28.441 | ebtables 2025-04-16 18:24:28.441 | haproxy 2025-04-16 18:24:28.441 | iptables 2025-04-16 18:24:28.441 | iputils-arping 2025-04-16 18:24:28.441 | iputils-ping 2025-04-16 18:24:28.441 | postgresql-server-dev-all 2025-04-16 18:24:28.441 | python3-mysqldb 2025-04-16 18:24:28.441 | sqlite3 2025-04-16 18:24:28.441 | sudo 2025-04-16 18:24:28.441 | vlan 2025-04-16 18:24:28.441 | ipset 2025-04-16 18:24:28.441 | conntrack 2025-04-16 18:24:28.441 | conntrackd 2025-04-16 18:24:28.441 | keepalived ' 2025-04-16 18:24:28.442 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-04-16 18:24:28.444 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:24:28.446 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:24:28.448 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 18:24:28.449 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-04-16 18:24:28.452 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 18:24:28.454 | ++ functions-common:install_package:1421 : update_package_repo 2025-04-16 18:24:28.455 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 18:24:28.457 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2025-04-16 18:24:28.459 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 18:24:28.460 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 18:24:28.462 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 18:24:28.464 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:24:28.465 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:24:28.467 | ++ functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 18:24:28.469 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2025-04-16 18:24:28.470 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2025-04-16 18:24:28.472 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2025-04-16 18:24:28.474 | +++ functions-common:apt_get_update:1157 : id -u 2025-04-16 18:24:28.477 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2025-04-16 18:24:28.478 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2025-04-16 18:24:28.480 | ++ functions-common:time_start:2386 : local name=apt-get-update 2025-04-16 18:24:28.482 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 18:24:28.483 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:24:28.486 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:24:28.488 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744827868486 2025-04-16 18:24:28.490 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-04-16 18:24:28.492 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-04-16 18:24:28.493 | ++ functions-common:apt_get_update:1164 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2025-04-16 18:24:28.705 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-04-16 18:24:28.710 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-04-16 18:24:28.722 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-04-16 18:24:28.877 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,468 kB] 2025-04-16 18:24:28.927 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [405 kB] 2025-04-16 18:24:28.944 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [18.5 kB] 2025-04-16 18:24:28.948 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,269 kB] 2025-04-16 18:24:28.980 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [580 kB] 2025-04-16 18:24:28.987 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B] 2025-04-16 18:24:28.997 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,200 kB] 2025-04-16 18:24:29.010 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [296 kB] 2025-04-16 18:24:29.024 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [28.7 kB] 2025-04-16 18:24:29.040 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [46.5 kB] 2025-04-16 18:24:29.050 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [11.8 kB] 2025-04-16 18:24:29.060 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [592 B] 2025-04-16 18:24:29.073 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [68.4 kB] 2025-04-16 18:24:29.081 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.1 kB] 2025-04-16 18:24:29.091 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [392 B] 2025-04-16 18:24:29.100 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-04-16 18:24:29.111 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2025-04-16 18:24:29.127 | Get:21 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2025-04-16 18:24:29.484 | Get:22 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-04-16 18:24:29.990 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,222 kB] 2025-04-16 18:24:30.616 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [342 kB] 2025-04-16 18:24:30.626 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.6 kB] 2025-04-16 18:24:30.626 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,145 kB] 2025-04-16 18:24:30.752 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [558 kB] 2025-04-16 18:24:30.762 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [624 B] 2025-04-16 18:24:30.762 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [972 kB] 2025-04-16 18:24:30.788 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [209 kB] 2025-04-16 18:24:30.792 | Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [21.7 kB] 2025-04-16 18:24:30.793 | Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [39.6 kB] 2025-04-16 18:24:30.794 | Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8,716 B] 2025-04-16 18:24:30.794 | Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [368 B] 2025-04-16 18:24:37.221 | Fetched 16.4 MB in 3s (5,320 kB/s) 2025-04-16 18:24:38.328 | Reading package lists... 2025-04-16 18:24:38.353 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2025-04-16 18:24:38.355 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2025-04-16 18:24:38.357 | ++ functions-common:time_stop:2400 : local name 2025-04-16 18:24:38.358 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 18:24:38.360 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:24:38.362 | ++ functions-common:time_stop:2403 : local total 2025-04-16 18:24:38.363 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 18:24:38.365 | ++ functions-common:time_stop:2406 : name=apt-get-update 2025-04-16 18:24:38.367 | ++ functions-common:time_stop:2407 : start_time=1744827868486 2025-04-16 18:24:38.368 | ++ functions-common:time_stop:2409 : [[ -z 1744827868486 ]] 2025-04-16 18:24:38.371 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:24:38.373 | ++ functions-common:time_stop:2412 : end_time=1744827878371 2025-04-16 18:24:38.375 | ++ functions-common:time_stop:2413 : elapsed_time=9885 2025-04-16 18:24:38.377 | ++ functions-common:time_stop:2414 : total=0 2025-04-16 18:24:38.378 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:24:38.380 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9885 2025-04-16 18:24:38.382 | ++ functions-common:install_package:1422 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 18:24:38.384 | ++ functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 18:24:38.386 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:24:38.387 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:24:38.389 | ++ functions-common:real_install_package:1410 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 18:24:38.405 | ++ functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 18:24:38.464 | Reading package lists... 2025-04-16 18:24:38.685 | Building dependency tree... 2025-04-16 18:24:38.686 | Reading state information... 2025-04-16 18:24:38.893 | acl is already the newest version (2.3.1-1). 2025-04-16 18:24:38.893 | bc is already the newest version (1.07.1-3build1). 2025-04-16 18:24:38.893 | bc set to manually installed. 2025-04-16 18:24:38.893 | conntrack is already the newest version (1:1.4.6-2build2). 2025-04-16 18:24:38.894 | ebtables is already the newest version (2.0.11-4build2). 2025-04-16 18:24:38.894 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-04-16 18:24:38.894 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-04-16 18:24:38.894 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-04-16 18:24:38.894 | gettext is already the newest version (0.21-4ubuntu4). 2025-04-16 18:24:38.894 | ipset is already the newest version (7.15-1build1). 2025-04-16 18:24:38.894 | iputils-arping is already the newest version (3:20211215-1). 2025-04-16 18:24:38.894 | iputils-ping is already the newest version (3:20211215-1). 2025-04-16 18:24:38.894 | iputils-ping set to manually installed. 2025-04-16 18:24:38.894 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-04-16 18:24:38.894 | libffi-dev is already the newest version (3.4.2-4). 2025-04-16 18:24:38.894 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-04-16 18:24:38.894 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-04-16 18:24:38.894 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-04-16 18:24:38.894 | lsof set to manually installed. 2025-04-16 18:24:38.894 | lsscsi is already the newest version (0.31-1build2). 2025-04-16 18:24:38.894 | parted is already the newest version (3.4-2build1). 2025-04-16 18:24:38.894 | parted set to manually installed. 2025-04-16 18:24:38.894 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-04-16 18:24:38.894 | psmisc is already the newest version (23.4-2build3). 2025-04-16 18:24:38.894 | psmisc set to manually installed. 2025-04-16 18:24:38.894 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-04-16 18:24:38.894 | python3-systemd is already the newest version (234-3ubuntu2). 2025-04-16 18:24:38.894 | python3-systemd set to manually installed. 2025-04-16 18:24:38.894 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-04-16 18:24:38.894 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-04-16 18:24:38.894 | thin-provisioning-tools set to manually installed. 2025-04-16 18:24:38.894 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-04-16 18:24:38.894 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-04-16 18:24:38.894 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-04-16 18:24:38.894 | pm-utils is already the newest version (1.4.1-19). 2025-04-16 18:24:38.894 | postgresql-server-dev-all is already the newest version (238). 2025-04-16 18:24:38.894 | vlan is already the newest version (2.0.5ubuntu5). 2025-04-16 18:24:38.894 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-04-16 18:24:38.894 | curl set to manually installed. 2025-04-16 18:24:38.894 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-16 18:24:38.894 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-16 18:24:38.894 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-04-16 18:24:38.894 | gawk set to manually installed. 2025-04-16 18:24:38.894 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-04-16 18:24:38.894 | git set to manually installed. 2025-04-16 18:24:38.894 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-04-16 18:24:38.894 | iptables set to manually installed. 2025-04-16 18:24:38.894 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-04-16 18:24:38.894 | kpartx set to manually installed. 2025-04-16 18:24:38.894 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-04-16 18:24:38.894 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-04-16 18:24:38.894 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-04-16 18:24:38.894 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-04-16 18:24:38.894 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-04-16 18:24:38.894 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-04-16 18:24:38.894 | sudo set to manually installed. 2025-04-16 18:24:38.894 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-04-16 18:24:38.894 | tar set to manually installed. 2025-04-16 18:24:38.894 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-04-16 18:24:38.894 | tcpdump set to manually installed. 2025-04-16 18:24:38.894 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-04-16 18:24:38.894 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-04-16 18:24:38.894 | uuid-runtime set to manually installed. 2025-04-16 18:24:38.894 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-04-16 18:24:38.894 | wget set to manually installed. 2025-04-16 18:24:38.894 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-04-16 18:24:38.894 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-04-16 18:24:38.894 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-04-16 18:24:38.894 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-04-16 18:24:38.894 | The following additional packages will be installed: 2025-04-16 18:24:38.895 | apache2-bin apache2-data apache2-utils dmeventd dmsetup krb5-multidev 2025-04-16 18:24:38.895 | libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit12 2025-04-16 18:24:38.895 | libkadm5srv-mit12 libkrb5-3 libkrb5support0 libnss-systemd libpam-systemd 2025-04-16 18:24:38.896 | libpq5 libssl3 libsystemd0 libxml2 libxslt1.1 openssh-client 2025-04-16 18:24:38.896 | openssh-sftp-server qemu-block-extra systemd systemd-sysv systemd-timesyncd 2025-04-16 18:24:38.897 | Suggested packages: 2025-04-16 18:24:38.897 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2025-04-16 18:24:38.897 | vim-haproxy haproxy-doc krb5-doc krb5-user postgresql-doc-14 libssl-doc 2025-04-16 18:24:38.897 | keychain libpam-ssh monkeysphere ssh-askpass molly-guard debootstrap 2025-04-16 18:24:38.897 | systemd-container libtss2-rc0 2025-04-16 18:24:38.897 | Recommended packages: 2025-04-16 18:24:38.897 | krb5-locales 2025-04-16 18:24:38.946 | The following packages will be upgraded: 2025-04-16 18:24:38.946 | apache2 apache2-bin apache2-data apache2-dev apache2-utils dmeventd dmsetup 2025-04-16 18:24:38.946 | haproxy krb5-multidev libapache2-mod-proxy-uwsgi libgssapi-krb5-2 libgssrpc4 2025-04-16 18:24:38.946 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev 2025-04-16 18:24:38.947 | libkrb5support0 libldap2-dev libnss-systemd libpam-systemd libpq-dev libpq5 2025-04-16 18:24:38.947 | libssl-dev libssl3 libsystemd-dev libsystemd0 libxml2 libxml2-dev 2025-04-16 18:24:38.947 | libxslt1-dev libxslt1.1 lvm2 open-iscsi openssh-client openssh-server 2025-04-16 18:24:38.947 | openssh-sftp-server openssl qemu-block-extra qemu-utils systemd systemd-sysv 2025-04-16 18:24:38.947 | systemd-timesyncd 2025-04-16 18:24:39.527 | Preconfiguring packages ... 2025-04-16 18:24:39.616 | 42 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-16 18:24:39.616 | Need to get 0 B/22.3 MB of archives. 2025-04-16 18:24:39.616 | After this operation, 29.7 kB of additional disk space will be used. 2025-04-16 18:24:40.272 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 18:24:40.279 | Preparing to unpack .../0-libsystemd-dev_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 18:24:40.294 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 18:24:40.486 | Preparing to unpack .../1-libnss-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 18:24:40.502 | Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 18:24:40.570 | Preparing to unpack .../2-systemd-timesyncd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 18:24:40.583 | Unpacking systemd-timesyncd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 18:24:40.651 | Preparing to unpack .../3-systemd-sysv_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 18:24:40.661 | Unpacking systemd-sysv (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 18:24:40.718 | Preparing to unpack .../4-libpam-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 18:24:40.731 | Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 18:24:40.787 | Preparing to unpack .../5-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 18:24:40.798 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 18:24:40.972 | Preparing to unpack .../6-libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 18:24:40.983 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 18:24:41.087 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-16 18:24:41.329 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 18:24:41.335 | Preparing to unpack .../systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 18:24:41.382 | Unpacking systemd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 18:24:41.680 | Preparing to unpack .../libsystemd0_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 18:24:41.691 | Unpacking libsystemd0:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 18:24:41.756 | Setting up libsystemd0:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 18:24:41.873 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 18:24:41.878 | Preparing to unpack .../00-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 18:24:41.900 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 18:24:41.951 | Preparing to unpack .../01-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-16 18:24:41.962 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-16 18:24:42.052 | Preparing to unpack .../02-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-16 18:24:42.063 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-16 18:24:42.139 | Preparing to unpack .../03-apache2_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 18:24:42.156 | Unpacking apache2 (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 18:24:42.248 | Preparing to unpack .../04-apache2-bin_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 18:24:42.258 | Unpacking apache2-bin (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 18:24:42.353 | Preparing to unpack .../05-apache2-data_2.4.52-1ubuntu4.14_all.deb ... 2025-04-16 18:24:42.363 | Unpacking apache2-data (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 18:24:42.581 | Preparing to unpack .../06-apache2-utils_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 18:24:42.708 | Unpacking apache2-utils (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 18:24:42.832 | Preparing to unpack .../07-haproxy_2.4.24-0ubuntu0.22.04.2_amd64.deb ... 2025-04-16 18:24:42.855 | Unpacking haproxy (2.4.24-0ubuntu0.22.04.2) over (2.4.24-0ubuntu0.22.04.1) ... 2025-04-16 18:24:42.960 | Preparing to unpack .../08-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-16 18:24:42.975 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-16 18:24:43.041 | Preparing to unpack .../09-dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-16 18:24:43.054 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-16 18:24:43.121 | Preparing to unpack .../10-lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-04-16 18:24:43.145 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-04-16 18:24:43.265 | Preparing to unpack .../11-open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-04-16 18:24:43.506 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-04-16 18:24:43.580 | Preparing to unpack .../12-libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 18:24:43.591 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 18:24:43.652 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 18:24:43.765 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 18:24:43.771 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 18:24:43.782 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 18:24:43.842 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 18:24:43.953 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 18:24:43.958 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 18:24:43.970 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 18:24:44.036 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 18:24:44.149 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 18:24:44.155 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 18:24:44.166 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 18:24:44.230 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 18:24:44.348 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 18:24:44.354 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 18:24:44.366 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 18:24:44.425 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 18:24:44.436 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 18:24:44.494 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 18:24:44.505 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 18:24:44.554 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 18:24:44.565 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 18:24:44.626 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 18:24:44.636 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 18:24:44.697 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 18:24:44.708 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 18:24:44.768 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 18:24:44.796 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 18:24:44.879 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 18:24:44.901 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 18:24:44.983 | Preparing to unpack .../08-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 18:24:44.993 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 18:24:45.106 | Preparing to unpack .../09-apache2-dev_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 18:24:45.116 | Unpacking apache2-dev (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 18:24:45.190 | Preparing to unpack .../10-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-16 18:24:45.201 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-16 18:24:45.269 | Preparing to unpack .../11-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-16 18:24:45.281 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-16 18:24:45.335 | Preparing to unpack .../12-libxslt1-dev_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-16 18:24:45.345 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-16 18:24:45.437 | Preparing to unpack .../13-libxslt1.1_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-16 18:24:45.447 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-16 18:24:45.508 | Preparing to unpack .../14-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-16 18:24:45.532 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-16 18:24:45.590 | Preparing to unpack .../15-qemu-utils_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-16 18:24:45.600 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-16 18:24:45.703 | Preparing to unpack .../16-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-04-16 18:24:45.714 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-04-16 18:24:45.778 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-04-16 18:24:45.867 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-04-16 18:24:45.878 | Setting up haproxy (2.4.24-0ubuntu0.22.04.2) ... 2025-04-16 18:24:46.713 | Setting up systemd (249.11-0ubuntu3.15) ... 2025-04-16 18:24:47.384 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-04-16 18:24:48.358 | iscsid.service is a disabled or a static unit, not starting it. 2025-04-16 18:24:49.186 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-04-16 18:24:49.198 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 18:24:49.210 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-16 18:24:49.222 | Setting up systemd-timesyncd (249.11-0ubuntu3.15) ... 2025-04-16 18:24:49.738 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-04-16 18:24:49.753 | update-initramfs: deferring update (trigger activated) 2025-04-16 18:24:49.759 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-04-16 18:24:50.155 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-04-16 18:24:50.225 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 18:24:50.236 | Setting up apache2-data (2.4.52-1ubuntu4.14) ... 2025-04-16 18:24:50.248 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-16 18:24:50.258 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-04-16 18:24:50.274 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-16 18:24:50.284 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-16 18:24:51.012 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 18:24:51.025 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 18:24:51.037 | Setting up apache2-utils (2.4.52-1ubuntu4.14) ... 2025-04-16 18:24:51.049 | Setting up apache2-dev (2.4.52-1ubuntu4.14) ... 2025-04-16 18:24:51.061 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 18:24:51.073 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-04-16 18:24:51.085 | Setting up systemd-sysv (249.11-0ubuntu3.15) ... 2025-04-16 18:24:51.098 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-04-16 18:24:51.938 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-04-16 18:24:52.430 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-04-16 18:24:52.474 | Setting up libnss-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 18:24:52.486 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-04-16 18:24:52.496 | Setting up apache2-bin (2.4.52-1ubuntu4.14) ... 2025-04-16 18:24:52.507 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-04-16 18:24:52.618 | update-initramfs: deferring update (trigger activated) 2025-04-16 18:24:53.991 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 18:24:54.002 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-16 18:24:54.012 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-16 18:24:54.022 | Setting up libpam-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 18:24:54.194 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-16 18:24:54.205 | Setting up apache2 (2.4.52-1ubuntu4.14) ... 2025-04-16 18:24:56.164 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2025-04-16 18:24:56.184 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) ... 2025-04-16 18:24:56.200 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-04-16 18:24:56.242 | Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... 2025-04-16 18:24:56.284 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-04-16 18:24:56.366 | Processing triggers for man-db (2.10.2-1) ... 2025-04-16 18:24:56.660 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2025-04-16 18:24:56.676 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-04-16 18:24:56.712 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-04-16 18:25:03.654 | NEEDRESTART-VER: 3.5 2025-04-16 18:25:04.428 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-16 18:25:04.428 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-16 18:25:04.428 | NEEDRESTART-KSTA: 1 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: apt-news.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: conntrackd.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: dbus.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: epmd.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: esm-cache.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: irqbalance.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: mariadb.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: memcached.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: ModemManager.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: multipathd.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: packagekit.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: pmcd.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: pmie.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: pmie_farm.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: pmlogger.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: pmproxy.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: polkit.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: rabbitmq-server.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: systemd-logind.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: udisks2.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: user@1001.service 2025-04-16 18:25:04.428 | NEEDRESTART-SVC: vgauth.service 2025-04-16 18:25:06.384 | ++ functions-common:apt_get:1194 : result=0 2025-04-16 18:25:06.386 | ++ functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 18:25:06.387 | ++ functions-common:time_stop:2400 : local name 2025-04-16 18:25:06.389 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:06.391 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:06.393 | ++ functions-common:time_stop:2403 : local total 2025-04-16 18:25:06.395 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:06.396 | ++ functions-common:time_stop:2406 : name=apt-get 2025-04-16 18:25:06.398 | ++ functions-common:time_stop:2407 : start_time=1744827878403 2025-04-16 18:25:06.400 | ++ functions-common:time_stop:2409 : [[ -z 1744827878403 ]] 2025-04-16 18:25:06.402 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:06.405 | ++ functions-common:time_stop:2412 : end_time=1744827906403 2025-04-16 18:25:06.407 | ++ functions-common:time_stop:2413 : elapsed_time=28000 2025-04-16 18:25:06.409 | ++ functions-common:time_stop:2414 : total=515 2025-04-16 18:25:06.410 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:06.412 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=28515 2025-04-16 18:25:06.414 | ++ functions-common:apt_get:1198 : return 0 2025-04-16 18:25:06.416 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-04-16 18:25:06.418 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-04-16 18:25:06.420 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2025-04-16 18:25:06.424 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2025-04-16 18:25:06.426 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2025-04-16 18:25:06.427 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-04-16 18:25:06.430 | ++ tools/install_prereqs.sh:source:89 : date 2025-04-16 18:25:06.433 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2025-04-16 18:25:06.435 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2025-04-16 18:25:06.437 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2025-04-16 18:25:06.738 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-04-16 18:25:06.739 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-04-16 18:25:06.740 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-04-16 18:25:06.741 | + tools/install_pip.sh:main:43 : GetDistro 2025-04-16 18:25:06.743 | + functions-common:GetDistro:449 : GetOSVersion 2025-04-16 18:25:06.744 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-04-16 18:25:06.745 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-04-16 18:25:06.746 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-04-16 18:25:06.748 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-04-16 18:25:06.749 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-04-16 18:25:06.750 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-04-16 18:25:06.751 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-04-16 18:25:06.753 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-04-16 18:25:06.754 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-04-16 18:25:06.755 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-04-16 18:25:06.756 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-04-16 18:25:06.757 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-04-16 18:25:06.759 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-04-16 18:25:06.760 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-04-16 18:25:06.761 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2025-04-16 18:25:06.762 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-04-16 18:25:06.764 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-04-16 18:25:06.765 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-04-16 18:25:06.767 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-04-16 18:25:06.768 | + functions-common:_ensure_lsb_release:394 : return 2025-04-16 18:25:06.770 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-04-16 18:25:06.804 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-04-16 18:25:06.806 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-04-16 18:25:06.839 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-04-16 18:25:06.841 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-04-16 18:25:06.874 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-04-16 18:25:06.875 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-04-16 18:25:06.876 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-04-16 18:25:06.878 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-04-16 18:25:06.879 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-04-16 18:25:06.881 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-04-16 18:25:06.882 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-04-16 18:25:06.883 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-04-16 18:25:06.885 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-04-16 18:25:06.886 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2025-04-16 18:25:06.888 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-04-16 18:25:06.888 | Distro: jammy 2025-04-16 18:25:06.889 | + tools/install_pip.sh:main:124 : get_versions 2025-04-16 18:25:06.891 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-16 18:25:06.893 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-16 18:25:06.894 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-16 18:25:06.897 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-16 18:25:06.897 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-16 18:25:06.999 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-16 18:25:07.000 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-16 18:25:07.000 | pip: 0.1.15 2025-04-16 18:25:07.001 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-04-16 18:25:07.003 | + tools/install_pip.sh:main:130 : is_fedora 2025-04-16 18:25:07.004 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 18:25:07.005 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 18:25:07.006 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 18:25:07.008 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 18:25:07.009 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 18:25:07.010 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 18:25:07.011 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 18:25:07.013 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 18:25:07.014 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 18:25:07.015 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 18:25:07.016 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 18:25:07.017 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 18:25:07.019 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 18:25:07.020 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-04-16 18:25:07.021 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:07.023 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:07.024 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-04-16 18:25:07.027 | + tools/install_pip.sh:main:153 : set -x 2025-04-16 18:25:07.029 | + tools/install_pip.sh:main:156 : get_versions 2025-04-16 18:25:07.030 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-16 18:25:07.033 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-16 18:25:07.034 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-16 18:25:07.036 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-16 18:25:07.036 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-16 18:25:07.044 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-16 18:25:07.046 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-16 18:25:07.046 | pip: 0.1.15 2025-04-16 18:25:07.048 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-04-16 18:25:07.050 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-04-16 18:25:07.053 | + stack.sh:main:811 : fixup_all 2025-04-16 18:25:07.054 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2025-04-16 18:25:07.056 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2025-04-16 18:25:07.058 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:07.059 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:07.061 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-04-16 18:25:07.070 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-04-16 18:25:07.079 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-04-16 18:25:07.087 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2025-04-16 18:25:07.089 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-04-16 18:25:07.091 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 18:25:07.092 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 18:25:07.094 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 18:25:07.096 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 18:25:07.097 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 18:25:07.099 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 18:25:07.101 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 18:25:07.102 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 18:25:07.104 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 18:25:07.105 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 18:25:07.107 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 18:25:07.109 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 18:25:07.110 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 18:25:07.112 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-04-16 18:25:07.114 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2025-04-16 18:25:07.116 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2025-04-16 18:25:07.124 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2025-04-16 18:25:07.133 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2025-04-16 18:25:07.142 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2025-04-16 18:25:07.150 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2025-04-16 18:25:07.158 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2025-04-16 18:25:07.167 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2025-04-16 18:25:07.176 | + stack.sh:main:823 : setup_devstack_virtualenv 2025-04-16 18:25:07.177 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2025-04-16 18:25:07.179 | + inc/python:setup_devstack_virtualenv:46 : [[ :/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin: != *\:\/\o\p\t\/\s\t\a\c\k\/\d\a\t\a\/\v\e\n\v\/\b\i\n\:* ]] 2025-04-16 18:25:07.181 | + inc/python:setup_devstack_virtualenv:47 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:25:07.183 | + inc/python:setup_devstack_virtualenv:47 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:25:07.185 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2025-04-16 18:25:07.187 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2025-04-16 18:25:07.189 | + stack.sh:main:827 : pip_install -U os-testr 2025-04-16 18:25:07.207 | Using python 3.10 to install os-testr 2025-04-16 18:25:07.209 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2025-04-16 18:25:09.019 | Collecting os-testr 2025-04-16 18:25:09.021 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-16 18:25:09.072 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2025-04-16 18:25:09.074 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2025-04-16 18:25:09.096 | Collecting python-subunit>=1.0.0 (from os-testr) 2025-04-16 18:25:09.098 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2025-04-16 18:25:09.127 | Collecting testtools>=2.2.0 (from os-testr) 2025-04-16 18:25:09.128 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 18:25:09.158 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2025-04-16 18:25:09.159 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 18:25:09.204 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2025-04-16 18:25:09.204 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-16 18:25:09.229 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-04-16 18:25:09.232 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-16 18:25:09.236 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-04-16 18:25:09.239 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2025-04-16 18:25:09.243 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2025-04-16 18:25:09.311 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2025-04-16 18:25:09.665 | Successfully installed extras-1.0.0 fixtures-4.0.1 os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 testtools-2.6.0 2025-04-16 18:25:09.745 | + inc/python:pip_install:222 : result=0 2025-04-16 18:25:09.747 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:25:09.749 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:09.751 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:09.753 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:09.755 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:09.756 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:09.758 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:25:09.760 | + functions-common:time_stop:2407 : start_time=1744827907203 2025-04-16 18:25:09.761 | + functions-common:time_stop:2409 : [[ -z 1744827907203 ]] 2025-04-16 18:25:09.764 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:09.767 | + functions-common:time_stop:2412 : end_time=1744827909765 2025-04-16 18:25:09.768 | + functions-common:time_stop:2413 : elapsed_time=2562 2025-04-16 18:25:09.770 | + functions-common:time_stop:2414 : total=0 2025-04-16 18:25:09.772 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:09.774 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2562 2025-04-16 18:25:09.775 | + inc/python:pip_install:225 : return 0 2025-04-16 18:25:09.778 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-04-16 18:25:09.819 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2025-04-16 18:25:09.871 | + stack.sh:main:838 : install_infra 2025-04-16 18:25:09.874 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 18:25:09.876 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-04-16 18:25:09.878 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-04-16 18:25:12.997 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 18:25:13.000 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-04-16 18:25:13.017 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-04-16 18:25:13.990 | Collecting pbr 2025-04-16 18:25:13.994 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-16 18:25:14.020 | Installing collected packages: pbr 2025-04-16 18:25:14.085 | Successfully installed pbr-5.11.1 2025-04-16 18:25:14.156 | + inc/python:pip_install:222 : result=0 2025-04-16 18:25:14.158 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:25:14.160 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:14.162 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:14.163 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:14.165 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:14.166 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:14.168 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:25:14.169 | + functions-common:time_stop:2407 : start_time=1744827913011 2025-04-16 18:25:14.171 | + functions-common:time_stop:2409 : [[ -z 1744827913011 ]] 2025-04-16 18:25:14.173 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:14.176 | + functions-common:time_stop:2412 : end_time=1744827914174 2025-04-16 18:25:14.178 | + functions-common:time_stop:2413 : elapsed_time=1163 2025-04-16 18:25:14.179 | + functions-common:time_stop:2414 : total=2562 2025-04-16 18:25:14.181 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:14.182 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3725 2025-04-16 18:25:14.184 | + inc/python:pip_install:225 : return 0 2025-04-16 18:25:14.186 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 18:25:14.188 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-04-16 18:25:14.205 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2025-04-16 18:25:15.052 | Processing /opt/stack/requirements 2025-04-16 18:25:15.052 | Preparing metadata (setup.py): started 2025-04-16 18:25:15.739 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 18:25:15.837 | Collecting Parsley>=1.2 2025-04-16 18:25:15.840 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-16 18:25:15.935 | Collecting PyYAML>=3.12 2025-04-16 18:25:15.942 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2025-04-16 18:25:16.053 | Collecting beagle>=0.2.1 2025-04-16 18:25:16.055 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-04-16 18:25:16.082 | Collecting fixtures>=3.0.0 2025-04-16 18:25:16.082 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-16 18:25:16.128 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-04-16 18:25:16.130 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-16 18:25:16.181 | Collecting requests>=2.14.2 2025-04-16 18:25:16.183 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-16 18:25:16.209 | Collecting six>=1.10.0 2025-04-16 18:25:16.211 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-16 18:25:16.227 | Requirement already satisfied: pbr>=2.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from beagle>=0.2.1->openstack-requirements==1.2.1.dev6395) (5.11.1) 2025-04-16 18:25:16.269 | Collecting cliff>=2.11.0 2025-04-16 18:25:16.272 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-16 18:25:16.479 | Collecting charset-normalizer<4,>=2 2025-04-16 18:25:16.485 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-16 18:25:16.522 | Collecting certifi>=2017.4.17 2025-04-16 18:25:16.525 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-16 18:25:16.586 | Collecting urllib3<1.27,>=1.21.1 2025-04-16 18:25:16.589 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-16 18:25:16.616 | Collecting idna<4,>=2.5 2025-04-16 18:25:16.618 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-16 18:25:16.690 | Collecting PrettyTable>=0.7.2 2025-04-16 18:25:16.692 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-16 18:25:16.736 | Collecting stevedore>=2.0.1 2025-04-16 18:25:16.739 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-16 18:25:16.850 | Collecting autopage>=0.4.0 2025-04-16 18:25:16.853 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-16 18:25:16.917 | Collecting cmd2>=1.0.0 2025-04-16 18:25:16.920 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-16 18:25:17.003 | Collecting importlib-metadata>=4.4 2025-04-16 18:25:17.005 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-16 18:25:17.072 | Collecting pyperclip>=1.6 2025-04-16 18:25:17.072 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-16 18:25:17.109 | Collecting attrs>=16.3.0 2025-04-16 18:25:17.112 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-16 18:25:17.137 | Collecting wcwidth>=0.1.7 2025-04-16 18:25:17.139 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-16 18:25:17.202 | Collecting zipp>=0.5 2025-04-16 18:25:17.204 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-16 18:25:17.262 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-04-16 18:25:17.407 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, PrettyTable, packaging, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2025-04-16 18:25:18.208 | Running setup.py install for openstack-requirements: started 2025-04-16 18:25:19.610 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-04-16 18:25:19.619 | Successfully installed Parsley-1.3 PrettyTable-3.7.0 PyYAML-6.0 attrs-23.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2025.1.31 charset-normalizer-3.1.0 cliff-4.3.0 cmd2-2.4.3 fixtures-4.0.1 idna-3.4 importlib-metadata-6.0.1 openstack-requirements-1.2.1.dev6395 packaging-23.1 pyperclip-1.8.2 requests-2.28.2 six-1.16.0 stevedore-5.1.0 urllib3-1.26.15 wcwidth-0.2.6 zipp-3.15.0 2025-04-16 18:25:19.716 | + inc/python:pip_install:222 : result=0 2025-04-16 18:25:19.718 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:25:19.720 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:19.722 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:19.723 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:19.725 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:19.727 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:19.728 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:25:19.730 | + functions-common:time_stop:2407 : start_time=1744827914199 2025-04-16 18:25:19.732 | + functions-common:time_stop:2409 : [[ -z 1744827914199 ]] 2025-04-16 18:25:19.734 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:19.737 | + functions-common:time_stop:2412 : end_time=1744827919735 2025-04-16 18:25:19.738 | + functions-common:time_stop:2413 : elapsed_time=5536 2025-04-16 18:25:19.740 | + functions-common:time_stop:2414 : total=3725 2025-04-16 18:25:19.741 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:19.743 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9261 2025-04-16 18:25:19.745 | + inc/python:pip_install:225 : return 0 2025-04-16 18:25:19.747 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-04-16 18:25:19.748 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-04-16 18:25:19.750 | + inc/python:use_library_from_git:272 : local name=pbr 2025-04-16 18:25:19.752 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:19.754 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:19.756 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2025-04-16 18:25:19.757 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:19.760 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-04-16 18:25:19.775 | Using python 3.10 to install pbr 2025-04-16 18:25:19.777 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-04-16 18:25:20.558 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2025-04-16 18:25:20.791 | + inc/python:pip_install:222 : result=0 2025-04-16 18:25:20.793 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:25:20.795 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:20.797 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:20.798 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:20.800 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:20.801 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:20.803 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:25:20.805 | + functions-common:time_stop:2407 : start_time=1744827919771 2025-04-16 18:25:20.806 | + functions-common:time_stop:2409 : [[ -z 1744827919771 ]] 2025-04-16 18:25:20.808 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:20.811 | + functions-common:time_stop:2412 : end_time=1744827920809 2025-04-16 18:25:20.813 | + functions-common:time_stop:2413 : elapsed_time=1038 2025-04-16 18:25:20.815 | + functions-common:time_stop:2414 : total=9261 2025-04-16 18:25:20.816 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:20.818 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10299 2025-04-16 18:25:20.819 | + inc/python:pip_install:225 : return 0 2025-04-16 18:25:20.821 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2025-04-16 18:25:23.953 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2025-04-16 18:25:24.459 | Collecting bindep 2025-04-16 18:25:24.461 | Using cached bindep-2.13.0-py3-none-any.whl (34 kB) 2025-04-16 18:25:24.493 | Collecting Parsley 2025-04-16 18:25:24.494 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-16 18:25:24.806 | Collecting pbr>=2 2025-04-16 18:25:24.810 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-04-16 18:25:24.832 | Collecting distro>=1.7 2025-04-16 18:25:24.834 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-04-16 18:25:24.873 | Collecting packaging 2025-04-16 18:25:24.875 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-04-16 18:25:24.879 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2->bindep) (59.6.0) 2025-04-16 18:25:24.918 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-04-16 18:25:25.155 | Successfully installed Parsley-1.3 bindep-2.13.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-04-16 18:25:25.223 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-16 18:25:25.225 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-16 18:25:25.228 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2025-04-16 18:25:25.242 | + stack.sh:main:847 : pkgs= 2025-04-16 18:25:25.245 | + stack.sh:main:848 : [[ -n '' ]] 2025-04-16 18:25:25.247 | + stack.sh:main:855 : run_phase stack pre-install 2025-04-16 18:25:25.248 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 18:25:25.250 | + functions-common:run_phase:1829 : local phase=pre-install 2025-04-16 18:25:25.252 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 18:25:25.253 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 18:25:25.255 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 18:25:25.257 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 18:25:25.259 | + functions-common:run_phase:1838 : local extra 2025-04-16 18:25:25.262 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 18:25:25.265 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 18:25:25.267 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 18:25:25.269 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 18:25:25.271 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-04-16 18:25:25.272 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 18:25:25.284 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:25:25.285 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:25:25.287 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:25:25.289 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-16 18:25:25.291 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:25:25.293 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 18:25:25.294 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:25:25.296 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-04-16 18:25:25.297 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:25:25.299 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-16 18:25:25.301 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:25:25.302 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-16 18:25:25.304 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 18:25:25.306 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 18:25:25.307 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:25:25.309 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 18:25:25.311 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2025-04-16 18:25:25.312 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 18:25:25.314 | + functions-common:run_plugins:1815 : local phase=pre-install 2025-04-16 18:25:25.316 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 18:25:25.317 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 18:25:25.319 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 18:25:25.321 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 18:25:25.323 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 18:25:25.324 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-04-16 18:25:25.326 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:25:25.328 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:25:25.329 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-16 18:25:25.331 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:25:25.333 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 18:25:25.334 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:25:25.336 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-04-16 18:25:25.338 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2025-04-16 18:25:25.340 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-04-16 18:25:25.342 | + functions:set_systemd_override:832 : local value=2048 2025-04-16 18:25:25.344 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-04-16 18:25:25.346 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-04-16 18:25:25.391 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-04-16 18:25:25.391 | Set systemd system override for DefaultLimitNOFILE=2048 2025-04-16 18:25:25.393 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-04-16 18:25:25.639 | + stack.sh:main:860 : install_rpc_backend 2025-04-16 18:25:25.641 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-04-16 18:25:25.654 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:25:25.656 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-04-16 18:25:25.658 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 18:25:25.659 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 18:25:25.661 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 18:25:25.663 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 18:25:25.665 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 18:25:25.667 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 18:25:25.669 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:25.670 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:25.672 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 18:25:25.674 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 18:25:25.676 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 18:25:25.678 | + functions-common:apt_get_update:1150 : return 2025-04-16 18:25:25.680 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2025-04-16 18:25:25.681 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 18:25:25.683 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:25.685 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:25.687 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2025-04-16 18:25:25.703 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2025-04-16 18:25:25.762 | Reading package lists... 2025-04-16 18:25:25.985 | Building dependency tree... 2025-04-16 18:25:25.988 | Reading state information... 2025-04-16 18:25:26.189 | The following packages will be upgraded: 2025-04-16 18:25:26.189 | rabbitmq-server 2025-04-16 18:25:26.514 | 1 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 18:25:26.514 | Need to get 0 B/15.2 MB of archives. 2025-04-16 18:25:26.514 | After this operation, 0 B of additional disk space will be used. 2025-04-16 18:25:26.609 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 18:25:26.615 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.2_all.deb ... 2025-04-16 18:25:26.630 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.2) over (3.9.27-0ubuntu0.1) ... 2025-04-16 18:25:27.071 | Setting up rabbitmq-server (3.9.27-0ubuntu0.2) ... 2025-04-16 18:25:32.550 | Processing triggers for man-db (2.10.2-1) ... 2025-04-16 18:25:32.996 | NEEDRESTART-VER: 3.5 2025-04-16 18:25:33.512 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-16 18:25:33.512 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-16 18:25:33.512 | NEEDRESTART-KSTA: 1 2025-04-16 18:25:33.512 | NEEDRESTART-SVC: conntrackd.service 2025-04-16 18:25:33.512 | NEEDRESTART-SVC: dbus.service 2025-04-16 18:25:33.512 | NEEDRESTART-SVC: epmd.service 2025-04-16 18:25:33.512 | NEEDRESTART-SVC: irqbalance.service 2025-04-16 18:25:33.512 | NEEDRESTART-SVC: mariadb.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: memcached.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: ModemManager.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: multipathd.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: packagekit.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: pmcd.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: pmie.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: pmie_farm.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: pmlogger.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: pmproxy.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: polkit.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: systemd-logind.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: udisks2.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: user@1001.service 2025-04-16 18:25:33.513 | NEEDRESTART-SVC: vgauth.service 2025-04-16 18:25:35.524 | + functions-common:apt_get:1194 : result=0 2025-04-16 18:25:35.526 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 18:25:35.528 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:35.530 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:35.532 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:35.534 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:35.536 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:35.538 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 18:25:35.540 | + functions-common:time_stop:2407 : start_time=1744827925701 2025-04-16 18:25:35.541 | + functions-common:time_stop:2409 : [[ -z 1744827925701 ]] 2025-04-16 18:25:35.544 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:35.547 | + functions-common:time_stop:2412 : end_time=1744827935545 2025-04-16 18:25:35.548 | + functions-common:time_stop:2413 : elapsed_time=9844 2025-04-16 18:25:35.550 | + functions-common:time_stop:2414 : total=28515 2025-04-16 18:25:35.552 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:35.554 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38359 2025-04-16 18:25:35.555 | + functions-common:apt_get:1198 : return 0 2025-04-16 18:25:35.557 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2025-04-16 18:25:35.559 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 18:25:35.561 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 18:25:35.562 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 18:25:35.564 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 18:25:35.566 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 18:25:35.568 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 18:25:35.570 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 18:25:35.572 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 18:25:35.573 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 18:25:35.575 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 18:25:35.577 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 18:25:35.578 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 18:25:35.581 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 18:25:35.582 | + stack.sh:main:861 : restart_rpc_backend 2025-04-16 18:25:35.584 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2025-04-16 18:25:35.596 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:25:35.598 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2025-04-16 18:25:35.600 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:25:35.602 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2025-04-16 18:25:35.604 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2025-04-16 18:25:35.606 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2025-04-16 18:25:35.609 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2025-04-16 18:25:35.611 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2025-04-16 18:25:35.613 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2025-04-16 18:25:35.615 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2025-04-16 18:25:35.616 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2025-04-16 18:25:35.618 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2025-04-16 18:25:35.621 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2025-04-16 18:25:36.065 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2025-04-16 18:25:36.065 | user tags 2025-04-16 18:25:36.065 | guest [administrator]' 2025-04-16 18:25:36.068 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2025-04-16 18:25:36.068 | user tags 2025-04-16 18:25:36.068 | guest [administrator]' 2025-04-16 18:25:36.068 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2025-04-16 18:25:36.073 | + lib/rpc_backend:rabbit_setuser:163 : found= 2025-04-16 18:25:36.075 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2025-04-16 18:25:36.077 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-04-16 18:25:36.505 | Adding user "stackrabbit" ... 2025-04-16 18:25:36.512 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-04-16 18:25:36.524 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-04-16 18:25:36.949 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-04-16 18:25:36.967 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2025-04-16 18:25:36.969 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-04-16 18:25:37.395 | Changing password for user "stackrabbit" ... 2025-04-16 18:25:37.412 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2025-04-16 18:25:37.414 | + lib/rpc_backend:restart_rpc_backend:103 : break 2025-04-16 18:25:37.416 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2025-04-16 18:25:37.842 | Deleting user "guest" ... 2025-04-16 18:25:37.860 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2025-04-16 18:25:37.873 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:25:37.875 | + stack.sh:main:864 : install_database 2025-04-16 18:25:37.877 | + lib/database:install_database:118 : install_database_mysql 2025-04-16 18:25:37.879 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2025-04-16 18:25:37.881 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:37.883 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:37.884 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2025-04-16 18:25:37.996 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2025-04-16 18:25:37.998 | + lib/databases/mysql:install_database_mysql:211 : cat 2025-04-16 18:25:38.001 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2025-04-16 18:25:38.003 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:38.005 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:38.007 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2025-04-16 18:25:38.009 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2025-04-16 18:25:38.012 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2025-04-16 18:25:38.014 | + stack.sh:main:866 : '[' -n mysql ']' 2025-04-16 18:25:38.016 | + stack.sh:main:867 : install_database_python 2025-04-16 18:25:38.018 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-04-16 18:25:38.020 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2025-04-16 18:25:38.021 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2025-04-16 18:25:38.023 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 18:25:38.026 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2025-04-16 18:25:38.028 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2025-04-16 18:25:38.030 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 18:25:38.033 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-04-16 18:25:38.033 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 18:25:38.036 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2025-04-16 18:25:38.038 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2025-04-16 18:25:38.040 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2025-04-16 18:25:38.043 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2025-04-16 18:25:38.044 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2025-04-16 18:25:38.060 | Using python 3.10 to install PyMySQL 2025-04-16 18:25:38.062 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2025-04-16 18:25:38.948 | Collecting PyMySQL 2025-04-16 18:25:38.950 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 18:25:38.956 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2025-04-16 18:25:39.018 | Installing collected packages: PyMySQL 2025-04-16 18:25:39.056 | Successfully installed PyMySQL-1.0.3 2025-04-16 18:25:39.126 | + inc/python:pip_install:222 : result=0 2025-04-16 18:25:39.128 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:25:39.130 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:39.132 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:39.134 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:39.136 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:39.138 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:39.139 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:25:39.141 | + functions-common:time_stop:2407 : start_time=1744827938056 2025-04-16 18:25:39.143 | + functions-common:time_stop:2409 : [[ -z 1744827938056 ]] 2025-04-16 18:25:39.145 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:39.148 | + functions-common:time_stop:2412 : end_time=1744827939146 2025-04-16 18:25:39.150 | + functions-common:time_stop:2413 : elapsed_time=1090 2025-04-16 18:25:39.152 | + functions-common:time_stop:2414 : total=10299 2025-04-16 18:25:39.154 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:39.156 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11389 2025-04-16 18:25:39.158 | + inc/python:pip_install:225 : return 0 2025-04-16 18:25:39.159 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-04-16 18:25:39.161 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-16 18:25:39.163 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-04-16 18:25:39.165 | + stack.sh:main:870 : is_service_enabled neutron 2025-04-16 18:25:39.178 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:25:39.180 | + stack.sh:main:871 : install_neutron_agent_packages 2025-04-16 18:25:39.182 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2025-04-16 18:25:39.194 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:25:39.196 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2025-04-16 18:25:39.198 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 18:25:39.199 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 18:25:39.201 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 18:25:39.203 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 18:25:39.205 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 18:25:39.207 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 18:25:39.209 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:39.210 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:39.212 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 18:25:39.214 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 18:25:39.216 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 18:25:39.218 | + functions-common:apt_get_update:1150 : return 2025-04-16 18:25:39.220 | + functions-common:install_package:1422 : real_install_package radvd 2025-04-16 18:25:39.221 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 18:25:39.223 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:39.225 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:39.227 | + functions-common:real_install_package:1410 : apt_get install radvd 2025-04-16 18:25:39.243 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2025-04-16 18:25:39.303 | Reading package lists... 2025-04-16 18:25:39.514 | Building dependency tree... 2025-04-16 18:25:39.516 | Reading state information... 2025-04-16 18:25:39.722 | radvd is already the newest version (1:2.18-3build2). 2025-04-16 18:25:39.722 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 18:25:39.727 | + functions-common:apt_get:1194 : result=0 2025-04-16 18:25:39.729 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 18:25:39.731 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:39.733 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:39.735 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:39.737 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:39.739 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:39.741 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 18:25:39.742 | + functions-common:time_stop:2407 : start_time=1744827939241 2025-04-16 18:25:39.744 | + functions-common:time_stop:2409 : [[ -z 1744827939241 ]] 2025-04-16 18:25:39.747 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:39.750 | + functions-common:time_stop:2412 : end_time=1744827939748 2025-04-16 18:25:39.752 | + functions-common:time_stop:2413 : elapsed_time=507 2025-04-16 18:25:39.753 | + functions-common:time_stop:2414 : total=38359 2025-04-16 18:25:39.755 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:39.757 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38866 2025-04-16 18:25:39.759 | + functions-common:apt_get:1198 : return 0 2025-04-16 18:25:39.761 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-04-16 18:25:39.774 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:25:39.776 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2025-04-16 18:25:39.778 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-04-16 18:25:39.780 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-04-16 18:25:39.783 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-04-16 18:25:39.798 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-04-16 18:25:39.801 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 18:25:39.803 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 18:25:39.804 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 18:25:39.806 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 18:25:39.808 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 18:25:39.810 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 18:25:39.812 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:39.814 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:39.816 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 18:25:39.818 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 18:25:39.820 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 18:25:39.821 | + functions-common:apt_get_update:1150 : return 2025-04-16 18:25:39.823 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2025-04-16 18:25:39.825 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 18:25:39.827 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:39.829 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:39.831 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2025-04-16 18:25:39.846 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2025-04-16 18:25:39.906 | Reading package lists... 2025-04-16 18:25:40.131 | Building dependency tree... 2025-04-16 18:25:40.134 | Reading state information... 2025-04-16 18:25:40.359 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-04-16 18:25:40.359 | fakeroot set to manually installed. 2025-04-16 18:25:40.359 | make is already the newest version (4.3-4.1build1). 2025-04-16 18:25:40.359 | make set to manually installed. 2025-04-16 18:25:40.359 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-04-16 18:25:40.359 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 18:25:40.363 | + functions-common:apt_get:1194 : result=0 2025-04-16 18:25:40.365 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 18:25:40.367 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:40.369 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:40.371 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:40.373 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:40.375 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:40.376 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 18:25:40.378 | + functions-common:time_stop:2407 : start_time=1744827939844 2025-04-16 18:25:40.380 | + functions-common:time_stop:2409 : [[ -z 1744827939844 ]] 2025-04-16 18:25:40.382 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:40.385 | + functions-common:time_stop:2412 : end_time=1744827940384 2025-04-16 18:25:40.387 | + functions-common:time_stop:2413 : elapsed_time=540 2025-04-16 18:25:40.389 | + functions-common:time_stop:2414 : total=38866 2025-04-16 18:25:40.391 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:40.393 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39406 2025-04-16 18:25:40.395 | + functions-common:apt_get:1198 : return 0 2025-04-16 18:25:40.397 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-04-16 18:25:40.398 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:40.400 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:40.402 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-04-16 18:25:40.404 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-04-16 18:25:40.407 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-04-16 18:25:40.410 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-04-16 18:25:40.412 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-04-16 18:25:40.415 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-04-16 18:25:40.415 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-04-16 18:25:40.419 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-04-16 18:25:40.421 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-04-16 18:25:40.423 | + functions:vercmp:639 : local v1=6.8 2025-04-16 18:25:40.425 | + functions:vercmp:640 : local 'op=<' 2025-04-16 18:25:40.426 | + functions:vercmp:641 : local v2=3.13 2025-04-16 18:25:40.428 | + functions:vercmp:642 : local result 2025-04-16 18:25:40.431 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-04-16 18:25:40.431 | ++ functions:vercmp:646 : sort -V 2025-04-16 18:25:40.432 | ++ functions:vercmp:646 : head -1 2025-04-16 18:25:40.435 | + functions:vercmp:646 : result=3.13 2025-04-16 18:25:40.437 | + functions:vercmp:648 : case $op in 2025-04-16 18:25:40.439 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-04-16 18:25:40.441 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-04-16 18:25:40.443 | + functions:vercmp:659 : return 2025-04-16 18:25:40.444 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-04-16 18:25:40.446 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 18:25:40.448 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2025-04-16 18:25:40.921 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-04-16 18:25:40.923 | + inc/python:use_library_from_git:272 : local name=os-ken 2025-04-16 18:25:40.924 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:40.926 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:40.928 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2025-04-16 18:25:40.930 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:40.932 | + stack.sh:main:874 : is_service_enabled etcd3 2025-04-16 18:25:40.945 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:25:40.947 | + stack.sh:main:875 : install_etcd3 2025-04-16 18:25:40.949 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-04-16 18:25:40.949 | Installing etcd 2025-04-16 18:25:40.951 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-04-16 18:25:40.960 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-04-16 18:25:40.969 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-04-16 18:25:40.971 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-04-16 18:25:40.980 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-04-16 18:25:40.983 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 18:25:40.985 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 18:25:40.988 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 18:25:40.991 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 18:25:40.993 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz != file* ]] 2025-04-16 18:25:40.995 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2025-04-16 18:25:40.997 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 18:25:41.008 | --2025-04-16 18:25:41-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 18:25:41.013 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-16 18:25:41.014 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-16 18:25:41.046 | HTTP request sent, awaiting response... 200 OK 2025-04-16 18:25:41.046 | Length: 16171146 (15M) [application/gzip] 2025-04-16 18:25:41.046 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2025-04-16 18:25:41.053 | 2025-04-16 18:25:41.121 | 0K ........ ....... 100% 209M=0.07s 2025-04-16 18:25:41.121 | 2025-04-16 18:25:41.121 | 2025-04-16 18:25:41 (209 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2025-04-16 18:25:41.121 | 2025-04-16 18:25:41.124 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-04-16 18:25:41.126 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 18:25:41.129 | ++ functions:get_extra_file:74 : return 2025-04-16 18:25:41.131 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 18:25:41.133 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2025-04-16 18:25:41.135 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2025-04-16 18:25:41.137 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-04-16 18:25:41.227 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2025-04-16 18:25:41.230 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz -C /opt/stack/devstack/files 2025-04-16 18:25:41.233 | etcd-v3.4.27-linux-amd64/ 2025-04-16 18:25:41.233 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2025-04-16 18:25:41.233 | etcd-v3.4.27-linux-amd64/etcdctl 2025-04-16 18:25:41.363 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2025-04-16 18:25:41.363 | etcd-v3.4.27-linux-amd64/Documentation/ 2025-04-16 18:25:41.363 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2025-04-16 18:25:41.363 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2025-04-16 18:25:41.363 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-04-16 18:25:41.363 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-04-16 18:25:41.363 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-04-16 18:25:41.363 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2025-04-16 18:25:41.363 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-04-16 18:25:41.363 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-04-16 18:25:41.363 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-04-16 18:25:41.364 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-04-16 18:25:41.364 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-04-16 18:25:41.364 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-04-16 18:25:41.364 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-04-16 18:25:41.364 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2025-04-16 18:25:41.364 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-04-16 18:25:41.364 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2025-04-16 18:25:41.364 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-16 18:25:41.364 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-16 18:25:41.364 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-16 18:25:41.364 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-04-16 18:25:41.364 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2025-04-16 18:25:41.365 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2025-04-16 18:25:41.366 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2025-04-16 18:25:41.366 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2025-04-16 18:25:41.366 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-04-16 18:25:41.366 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-04-16 18:25:41.366 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-04-16 18:25:41.366 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2025-04-16 18:25:41.366 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2025-04-16 18:25:41.366 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2025-04-16 18:25:41.366 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2025-04-16 18:25:41.366 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2025-04-16 18:25:41.366 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-04-16 18:25:41.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2025-04-16 18:25:41.368 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2025-04-16 18:25:41.369 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2025-04-16 18:25:41.369 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2025-04-16 18:25:41.369 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2025-04-16 18:25:41.369 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2025-04-16 18:25:41.369 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2025-04-16 18:25:41.369 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2025-04-16 18:25:41.369 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2025-04-16 18:25:41.369 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2025-04-16 18:25:41.369 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2025-04-16 18:25:41.369 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2025-04-16 18:25:41.369 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2025-04-16 18:25:41.370 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2025-04-16 18:25:41.370 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2025-04-16 18:25:41.370 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2025-04-16 18:25:41.370 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2025-04-16 18:25:41.370 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2025-04-16 18:25:41.370 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2025-04-16 18:25:41.370 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2025-04-16 18:25:41.370 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2025-04-16 18:25:41.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2025-04-16 18:25:41.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2025-04-16 18:25:41.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2025-04-16 18:25:41.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2025-04-16 18:25:41.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2025-04-16 18:25:41.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2025-04-16 18:25:41.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2025-04-16 18:25:41.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2025-04-16 18:25:41.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2025-04-16 18:25:41.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2025-04-16 18:25:41.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2025-04-16 18:25:41.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2025-04-16 18:25:41.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2025-04-16 18:25:41.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2025-04-16 18:25:41.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2025-04-16 18:25:41.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2025-04-16 18:25:41.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2025-04-16 18:25:41.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2025-04-16 18:25:41.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2025-04-16 18:25:41.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2025-04-16 18:25:41.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2025-04-16 18:25:41.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2025-04-16 18:25:41.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2025-04-16 18:25:41.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2025-04-16 18:25:41.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2025-04-16 18:25:41.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2025-04-16 18:25:41.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2025-04-16 18:25:41.374 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2025-04-16 18:25:41.374 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2025-04-16 18:25:41.374 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2025-04-16 18:25:41.374 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-04-16 18:25:41.374 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2025-04-16 18:25:41.374 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2025-04-16 18:25:41.374 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2025-04-16 18:25:41.374 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2025-04-16 18:25:41.374 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2025-04-16 18:25:41.374 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2025-04-16 18:25:41.375 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2025-04-16 18:25:41.375 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2025-04-16 18:25:41.376 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2025-04-16 18:25:41.377 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2025-04-16 18:25:41.378 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2025-04-16 18:25:41.378 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2025-04-16 18:25:41.379 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2025-04-16 18:25:41.380 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2025-04-16 18:25:41.381 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2025-04-16 18:25:41.382 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2025-04-16 18:25:41.383 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2025-04-16 18:25:41.383 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2025-04-16 18:25:41.384 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2025-04-16 18:25:41.385 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2025-04-16 18:25:41.385 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2025-04-16 18:25:41.386 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2025-04-16 18:25:41.387 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2025-04-16 18:25:41.387 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2025-04-16 18:25:41.389 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2025-04-16 18:25:41.390 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2025-04-16 18:25:41.391 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2025-04-16 18:25:41.391 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2025-04-16 18:25:41.393 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2025-04-16 18:25:41.393 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2025-04-16 18:25:41.393 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2025-04-16 18:25:41.393 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2025-04-16 18:25:41.394 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2025-04-16 18:25:41.394 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2025-04-16 18:25:41.394 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2025-04-16 18:25:41.394 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2025-04-16 18:25:41.394 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2025-04-16 18:25:41.394 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2025-04-16 18:25:41.394 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2025-04-16 18:25:41.394 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2025-04-16 18:25:41.394 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2025-04-16 18:25:41.394 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2025-04-16 18:25:41.394 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2025-04-16 18:25:41.394 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2025-04-16 18:25:41.394 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2025-04-16 18:25:41.395 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2025-04-16 18:25:41.395 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-04-16 18:25:41.395 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2025-04-16 18:25:41.395 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2025-04-16 18:25:41.396 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-04-16 18:25:41.397 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-04-16 18:25:41.398 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2025-04-16 18:25:41.398 | etcd-v3.4.27-linux-amd64/README.md 2025-04-16 18:25:41.398 | etcd-v3.4.27-linux-amd64/etcd 2025-04-16 18:25:41.571 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2025-04-16 18:25:41.594 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-04-16 18:25:41.614 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-04-16 18:25:41.616 | + stack.sh:main:884 : is_service_enabled tls-proxy 2025-04-16 18:25:41.629 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:25:41.631 | + stack.sh:main:894 : install_dstat 2025-04-16 18:25:41.632 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-04-16 18:25:41.645 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:25:41.647 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2025-04-16 18:25:41.648 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:25:41.650 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2025-04-16 18:25:41.653 | + stack.sh:main:903 : install_libs 2025-04-16 18:25:41.654 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-04-16 18:25:41.656 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-04-16 18:25:41.658 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-04-16 18:25:41.660 | + inc/python:use_library_from_git:272 : local name=automaton 2025-04-16 18:25:41.661 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.663 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.665 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2025-04-16 18:25:41.667 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.668 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-04-16 18:25:41.670 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-04-16 18:25:41.672 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-04-16 18:25:41.674 | + inc/python:use_library_from_git:272 : local name=castellan 2025-04-16 18:25:41.675 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.677 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.679 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2025-04-16 18:25:41.681 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.682 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-04-16 18:25:41.684 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-04-16 18:25:41.686 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-04-16 18:25:41.688 | + inc/python:use_library_from_git:272 : local name=cliff 2025-04-16 18:25:41.689 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.691 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.693 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2025-04-16 18:25:41.695 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.697 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-04-16 18:25:41.698 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-04-16 18:25:41.700 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-04-16 18:25:41.702 | + inc/python:use_library_from_git:272 : local name=cursive 2025-04-16 18:25:41.704 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.706 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.707 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2025-04-16 18:25:41.709 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.711 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-04-16 18:25:41.713 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-04-16 18:25:41.715 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-04-16 18:25:41.716 | + inc/python:use_library_from_git:272 : local name=debtcollector 2025-04-16 18:25:41.718 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.720 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.722 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2025-04-16 18:25:41.723 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.725 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-04-16 18:25:41.727 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-04-16 18:25:41.729 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-04-16 18:25:41.731 | + inc/python:use_library_from_git:272 : local name=futurist 2025-04-16 18:25:41.733 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.734 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.736 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2025-04-16 18:25:41.738 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.740 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-04-16 18:25:41.742 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-04-16 18:25:41.743 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-04-16 18:25:41.745 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2025-04-16 18:25:41.747 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.749 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.752 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2025-04-16 18:25:41.754 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.756 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-04-16 18:25:41.758 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-04-16 18:25:41.760 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-04-16 18:25:41.762 | + inc/python:use_library_from_git:272 : local name=osc-lib 2025-04-16 18:25:41.763 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.765 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.767 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2025-04-16 18:25:41.769 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.771 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-04-16 18:25:41.773 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-04-16 18:25:41.774 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-04-16 18:25:41.776 | + inc/python:use_library_from_git:272 : local name=osc-placement 2025-04-16 18:25:41.778 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.780 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.782 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2025-04-16 18:25:41.784 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.785 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-04-16 18:25:41.787 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-04-16 18:25:41.789 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-04-16 18:25:41.791 | + inc/python:use_library_from_git:272 : local name=os-client-config 2025-04-16 18:25:41.793 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.795 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.797 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2025-04-16 18:25:41.798 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.800 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-04-16 18:25:41.802 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-04-16 18:25:41.804 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-04-16 18:25:41.806 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2025-04-16 18:25:41.808 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.810 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.812 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2025-04-16 18:25:41.813 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.815 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-04-16 18:25:41.817 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-04-16 18:25:41.819 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-04-16 18:25:41.821 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2025-04-16 18:25:41.823 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.825 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.826 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2025-04-16 18:25:41.828 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.830 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-04-16 18:25:41.832 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-04-16 18:25:41.834 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-04-16 18:25:41.835 | + inc/python:use_library_from_git:272 : local name=oslo.config 2025-04-16 18:25:41.837 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.839 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.841 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2025-04-16 18:25:41.843 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.845 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-04-16 18:25:41.847 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-04-16 18:25:41.849 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-04-16 18:25:41.850 | + inc/python:use_library_from_git:272 : local name=oslo.context 2025-04-16 18:25:41.852 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.854 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.856 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2025-04-16 18:25:41.858 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.860 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-04-16 18:25:41.861 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-04-16 18:25:41.863 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-04-16 18:25:41.865 | + inc/python:use_library_from_git:272 : local name=oslo.db 2025-04-16 18:25:41.867 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.869 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.871 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2025-04-16 18:25:41.872 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.874 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-04-16 18:25:41.876 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-04-16 18:25:41.878 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-04-16 18:25:41.880 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2025-04-16 18:25:41.882 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.883 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.885 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2025-04-16 18:25:41.887 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.889 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-04-16 18:25:41.891 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-04-16 18:25:41.893 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-04-16 18:25:41.895 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2025-04-16 18:25:41.896 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.898 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.900 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2025-04-16 18:25:41.902 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.904 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-04-16 18:25:41.906 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-04-16 18:25:41.908 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-04-16 18:25:41.910 | + inc/python:use_library_from_git:272 : local name=oslo.log 2025-04-16 18:25:41.912 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.913 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.915 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2025-04-16 18:25:41.917 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.919 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-04-16 18:25:41.921 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-04-16 18:25:41.923 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-04-16 18:25:41.925 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2025-04-16 18:25:41.927 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.928 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.930 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2025-04-16 18:25:41.932 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.934 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-04-16 18:25:41.936 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-04-16 18:25:41.937 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-04-16 18:25:41.939 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2025-04-16 18:25:41.941 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.943 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.945 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2025-04-16 18:25:41.947 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.948 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-04-16 18:25:41.950 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-04-16 18:25:41.952 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-04-16 18:25:41.954 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2025-04-16 18:25:41.956 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.957 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.959 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2025-04-16 18:25:41.961 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.963 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-04-16 18:25:41.965 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-04-16 18:25:41.967 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-04-16 18:25:41.968 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2025-04-16 18:25:41.970 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.972 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.974 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2025-04-16 18:25:41.976 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.978 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-04-16 18:25:41.979 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-04-16 18:25:41.981 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-04-16 18:25:41.983 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2025-04-16 18:25:41.985 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:41.987 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:41.989 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2025-04-16 18:25:41.990 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:41.992 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-04-16 18:25:41.994 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-04-16 18:25:41.996 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-04-16 18:25:41.998 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2025-04-16 18:25:42.000 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.001 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.003 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-04-16 18:25:42.005 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.007 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-04-16 18:25:42.009 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-04-16 18:25:42.011 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-04-16 18:25:42.012 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2025-04-16 18:25:42.014 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.016 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.018 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2025-04-16 18:25:42.020 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.022 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-04-16 18:25:42.023 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-04-16 18:25:42.025 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-04-16 18:25:42.027 | + inc/python:use_library_from_git:272 : local name=oslo.service 2025-04-16 18:25:42.029 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.031 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.033 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2025-04-16 18:25:42.034 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.036 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-04-16 18:25:42.038 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-04-16 18:25:42.040 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-04-16 18:25:42.042 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2025-04-16 18:25:42.044 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.045 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.047 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2025-04-16 18:25:42.049 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.051 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-04-16 18:25:42.053 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-04-16 18:25:42.055 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-04-16 18:25:42.056 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2025-04-16 18:25:42.058 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.060 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.062 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-04-16 18:25:42.064 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.066 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-04-16 18:25:42.067 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-04-16 18:25:42.069 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-04-16 18:25:42.071 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2025-04-16 18:25:42.073 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.075 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.076 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2025-04-16 18:25:42.078 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.080 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-04-16 18:25:42.082 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-04-16 18:25:42.084 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-04-16 18:25:42.086 | + inc/python:use_library_from_git:272 : local name=osprofiler 2025-04-16 18:25:42.088 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.090 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.091 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2025-04-16 18:25:42.093 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.095 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-04-16 18:25:42.097 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-04-16 18:25:42.099 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-04-16 18:25:42.101 | + inc/python:use_library_from_git:272 : local name=pycadf 2025-04-16 18:25:42.103 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.105 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.106 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2025-04-16 18:25:42.108 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.110 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-04-16 18:25:42.112 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-04-16 18:25:42.114 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-04-16 18:25:42.116 | + inc/python:use_library_from_git:272 : local name=stevedore 2025-04-16 18:25:42.118 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.119 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.121 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2025-04-16 18:25:42.123 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.125 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-04-16 18:25:42.127 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-04-16 18:25:42.129 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-04-16 18:25:42.131 | + inc/python:use_library_from_git:272 : local name=taskflow 2025-04-16 18:25:42.133 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.135 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.136 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2025-04-16 18:25:42.138 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.140 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-04-16 18:25:42.142 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-04-16 18:25:42.144 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-04-16 18:25:42.146 | + inc/python:use_library_from_git:272 : local name=tooz 2025-04-16 18:25:42.147 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.149 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.151 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2025-04-16 18:25:42.153 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.155 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-04-16 18:25:42.157 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-04-16 18:25:42.159 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-04-16 18:25:42.160 | + inc/python:use_library_from_git:272 : local name=os-brick 2025-04-16 18:25:42.162 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.164 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.166 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2025-04-16 18:25:42.168 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.170 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-04-16 18:25:42.171 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-04-16 18:25:42.173 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-04-16 18:25:42.175 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2025-04-16 18:25:42.177 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.179 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.181 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2025-04-16 18:25:42.183 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.184 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-04-16 18:25:42.186 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-04-16 18:25:42.188 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-04-16 18:25:42.190 | + inc/python:use_library_from_git:272 : local name=os-traits 2025-04-16 18:25:42.192 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.194 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.196 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2025-04-16 18:25:42.198 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.200 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-04-16 18:25:42.202 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-04-16 18:25:42.203 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-04-16 18:25:42.205 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2025-04-16 18:25:42.207 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:42.209 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:42.211 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2025-04-16 18:25:42.213 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:42.215 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-04-16 18:25:42.230 | Using python 3.10 to install etcd3 2025-04-16 18:25:42.232 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2025-04-16 18:25:43.111 | Collecting etcd3 2025-04-16 18:25:43.111 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-04-16 18:25:43.772 | Collecting grpcio>=1.27.1 (from etcd3) 2025-04-16 18:25:43.775 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-04-16 18:25:43.997 | Collecting protobuf>=3.6.1 (from etcd3) 2025-04-16 18:25:44.000 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2025-04-16 18:25:44.025 | Collecting six>=1.12.0 (from etcd3) 2025-04-16 18:25:44.027 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2025-04-16 18:25:44.068 | Collecting tenacity>=6.1.0 (from etcd3) 2025-04-16 18:25:44.072 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 18:25:44.088 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2025-04-16 18:25:44.115 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2025-04-16 18:25:44.119 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-16 18:25:44.121 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-04-16 18:25:44.210 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2025-04-16 18:25:44.553 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2025-04-16 18:25:44.726 | + inc/python:pip_install:222 : result=0 2025-04-16 18:25:44.728 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:25:44.730 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:44.732 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:44.734 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:44.736 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:44.737 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:44.739 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:25:44.741 | + functions-common:time_stop:2407 : start_time=1744827942226 2025-04-16 18:25:44.743 | + functions-common:time_stop:2409 : [[ -z 1744827942226 ]] 2025-04-16 18:25:44.745 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:44.748 | + functions-common:time_stop:2412 : end_time=1744827944746 2025-04-16 18:25:44.749 | + functions-common:time_stop:2413 : elapsed_time=2520 2025-04-16 18:25:44.751 | + functions-common:time_stop:2414 : total=11389 2025-04-16 18:25:44.753 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:44.755 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13909 2025-04-16 18:25:44.756 | + inc/python:pip_install:225 : return 0 2025-04-16 18:25:44.758 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-04-16 18:25:44.775 | Using python 3.10 to install etcd3gw 2025-04-16 18:25:44.777 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2025-04-16 18:25:45.750 | Collecting etcd3gw 2025-04-16 18:25:45.752 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 18:25:45.785 | Collecting futurist>=0.16.0 (from etcd3gw) 2025-04-16 18:25:45.787 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 18:25:45.789 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2025-04-16 18:25:45.833 | Collecting requests>=2.20.0 (from etcd3gw) 2025-04-16 18:25:45.834 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2025-04-16 18:25:45.943 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2025-04-16 18:25:45.945 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-04-16 18:25:45.971 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2025-04-16 18:25:45.974 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2025-04-16 18:25:46.025 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2025-04-16 18:25:46.027 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2025-04-16 18:25:46.062 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2025-04-16 18:25:46.064 | Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 18:25:46.089 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-04-16 18:25:46.093 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-04-16 18:25:46.095 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-16 18:25:46.098 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-16 18:25:46.101 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-16 18:25:46.105 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-16 18:25:46.108 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-16 18:25:46.211 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2025-04-16 18:25:46.515 | Successfully installed certifi-2025.1.31 charset-normalizer-3.1.0 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.2 urllib3-1.26.15 2025-04-16 18:25:46.599 | + inc/python:pip_install:222 : result=0 2025-04-16 18:25:46.601 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:25:46.603 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:46.605 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:46.607 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:46.609 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:46.610 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:46.612 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:25:46.614 | + functions-common:time_stop:2407 : start_time=1744827944770 2025-04-16 18:25:46.615 | + functions-common:time_stop:2409 : [[ -z 1744827944770 ]] 2025-04-16 18:25:46.618 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:46.621 | + functions-common:time_stop:2412 : end_time=1744827946619 2025-04-16 18:25:46.622 | + functions-common:time_stop:2413 : elapsed_time=1849 2025-04-16 18:25:46.624 | + functions-common:time_stop:2414 : total=13909 2025-04-16 18:25:46.626 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:46.628 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15758 2025-04-16 18:25:46.629 | + inc/python:pip_install:225 : return 0 2025-04-16 18:25:46.631 | + stack.sh:main:906 : install_apache_uwsgi 2025-04-16 18:25:46.633 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2025-04-16 18:25:46.635 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2025-04-16 18:25:46.637 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 18:25:46.639 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 18:25:46.641 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 18:25:46.642 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 18:25:46.644 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 18:25:46.646 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 18:25:46.648 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 18:25:46.650 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 18:25:46.652 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 18:25:46.654 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 18:25:46.656 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 18:25:46.658 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 18:25:46.659 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 18:25:46.661 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2025-04-16 18:25:46.663 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:46.665 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:46.667 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-04-16 18:25:46.669 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 18:25:46.670 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 18:25:46.672 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 18:25:46.674 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 18:25:46.676 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 18:25:46.678 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 18:25:46.680 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 18:25:46.681 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:46.683 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:46.685 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 18:25:46.687 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 18:25:46.689 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 18:25:46.691 | + functions-common:apt_get_update:1150 : return 2025-04-16 18:25:46.693 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 18:25:46.694 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 18:25:46.696 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:46.699 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:46.700 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 18:25:46.716 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 18:25:46.776 | Reading package lists... 2025-04-16 18:25:47.001 | Building dependency tree... 2025-04-16 18:25:47.002 | Reading state information... 2025-04-16 18:25:47.223 | uwsgi is already the newest version (2.0.20-4). 2025-04-16 18:25:47.223 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-04-16 18:25:47.223 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.14). 2025-04-16 18:25:47.223 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 18:25:47.227 | + functions-common:apt_get:1194 : result=0 2025-04-16 18:25:47.229 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 18:25:47.232 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:47.234 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:47.236 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:47.237 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:47.239 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:47.241 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 18:25:47.243 | + functions-common:time_stop:2407 : start_time=1744827946714 2025-04-16 18:25:47.245 | + functions-common:time_stop:2409 : [[ -z 1744827946714 ]] 2025-04-16 18:25:47.247 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:47.250 | + functions-common:time_stop:2412 : end_time=1744827947248 2025-04-16 18:25:47.252 | + functions-common:time_stop:2413 : elapsed_time=534 2025-04-16 18:25:47.254 | + functions-common:time_stop:2414 : total=39406 2025-04-16 18:25:47.256 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:47.258 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39940 2025-04-16 18:25:47.259 | + functions-common:apt_get:1198 : return 0 2025-04-16 18:25:47.261 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2025-04-16 18:25:47.264 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:25:47.265 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:25:47.267 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2025-04-16 18:25:47.303 | Enabling module proxy. 2025-04-16 18:25:47.307 | To activate the new configuration, you need to run: 2025-04-16 18:25:47.307 | systemctl restart apache2 2025-04-16 18:25:47.311 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2025-04-16 18:25:47.343 | Considering dependency proxy for proxy_uwsgi: 2025-04-16 18:25:47.343 | Module proxy already enabled 2025-04-16 18:25:47.343 | Enabling module proxy_uwsgi. 2025-04-16 18:25:47.347 | To activate the new configuration, you need to run: 2025-04-16 18:25:47.347 | systemctl restart apache2 2025-04-16 18:25:47.350 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2025-04-16 18:25:47.352 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 18:25:47.355 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 18:25:47.357 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 18:25:47.465 | + stack.sh:main:909 : install_keystoneauth 2025-04-16 18:25:47.467 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-04-16 18:25:47.469 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2025-04-16 18:25:47.471 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:47.474 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:47.476 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2025-04-16 18:25:47.477 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:47.479 | + stack.sh:main:910 : install_keystoneclient 2025-04-16 18:25:47.481 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-04-16 18:25:47.483 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2025-04-16 18:25:47.485 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:47.487 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:47.489 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2025-04-16 18:25:47.491 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:47.493 | + stack.sh:main:911 : install_glanceclient 2025-04-16 18:25:47.494 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2025-04-16 18:25:47.496 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2025-04-16 18:25:47.498 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:47.500 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:47.502 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2025-04-16 18:25:47.504 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:47.505 | + stack.sh:main:912 : install_cinderclient 2025-04-16 18:25:47.507 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2025-04-16 18:25:47.509 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2025-04-16 18:25:47.511 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:47.513 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:47.515 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-04-16 18:25:47.517 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:47.519 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2025-04-16 18:25:47.520 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2025-04-16 18:25:47.522 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:47.524 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:47.526 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2025-04-16 18:25:47.528 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:47.530 | + stack.sh:main:913 : install_novaclient 2025-04-16 18:25:47.532 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2025-04-16 18:25:47.534 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2025-04-16 18:25:47.536 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:47.538 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:47.540 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2025-04-16 18:25:47.541 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:47.543 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2025-04-16 18:25:47.556 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:25:47.558 | + stack.sh:main:915 : install_swiftclient 2025-04-16 18:25:47.560 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2025-04-16 18:25:47.562 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2025-04-16 18:25:47.564 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:47.565 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:47.567 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2025-04-16 18:25:47.569 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:47.571 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2025-04-16 18:25:47.584 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:25:47.586 | + stack.sh:main:918 : install_neutronclient 2025-04-16 18:25:47.587 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2025-04-16 18:25:47.589 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2025-04-16 18:25:47.591 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:47.593 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:47.595 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2025-04-16 18:25:47.597 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:47.599 | + stack.sh:main:922 : install_keystonemiddleware 2025-04-16 18:25:47.601 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-04-16 18:25:47.603 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2025-04-16 18:25:47.604 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:25:47.606 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:25:47.608 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2025-04-16 18:25:47.610 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:25:47.612 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-04-16 18:25:47.614 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2025-04-16 18:25:47.616 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 18:25:47.618 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2025-04-16 18:25:47.620 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2025-04-16 18:25:47.622 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 18:25:47.625 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 18:25:47.625 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-04-16 18:25:47.629 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2025-04-16 18:25:47.631 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2025-04-16 18:25:47.632 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2025-04-16 18:25:47.635 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2025-04-16 18:25:47.637 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2025-04-16 18:25:47.652 | Using python 3.10 to install keystonemiddleware 2025-04-16 18:25:47.654 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2025-04-16 18:25:48.551 | Collecting keystonemiddleware 2025-04-16 18:25:48.553 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 18:25:48.607 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2025-04-16 18:25:48.609 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2025-04-16 18:25:48.647 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2025-04-16 18:25:48.649 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 18:25:48.690 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2025-04-16 18:25:48.692 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 18:25:48.736 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2025-04-16 18:25:48.738 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2025-04-16 18:25:48.773 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2025-04-16 18:25:48.774 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 18:25:48.807 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2025-04-16 18:25:48.809 | Using cached oslo.i18n-6.1.1-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 18:25:48.857 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2025-04-16 18:25:48.860 | Using cached oslo.log-5.3.2-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 18:25:48.894 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2025-04-16 18:25:48.897 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 18:25:48.949 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2025-04-16 18:25:48.952 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 18:25:48.954 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (5.11.1) 2025-04-16 18:25:48.989 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2025-04-16 18:25:48.991 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 18:25:49.028 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2025-04-16 18:25:49.030 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 18:25:49.033 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2025-04-16 18:25:49.080 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 18:25:49.082 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2025-04-16 18:25:49.103 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 18:25:49.105 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 18:25:49.143 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 18:25:49.146 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 18:25:49.198 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2025-04-16 18:25:49.201 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 18:25:49.371 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 18:25:49.374 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.0 kB) 2025-04-16 18:25:49.402 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 18:25:49.404 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 18:25:49.433 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 18:25:49.435 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2025-04-16 18:25:49.458 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 18:25:49.460 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-16 18:25:49.579 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-16 18:25:49.582 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-04-16 18:25:49.604 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-16 18:25:49.604 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-04-16 18:25:49.699 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 18:25:49.701 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2025-04-16 18:25:49.765 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 18:25:49.767 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2025-04-16 18:25:49.796 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 18:25:49.799 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2025-04-16 18:25:49.836 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 18:25:49.836 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2025-04-16 18:25:49.872 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 18:25:49.874 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-04-16 18:25:49.923 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 18:25:49.925 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-16 18:25:49.936 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf!=2.0.0,>=1.1.0->keystonemiddleware) (1.16.0) 2025-04-16 18:25:49.963 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.1.0) 2025-04-16 18:25:49.964 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2025-04-16 18:25:49.967 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (1.26.15) 2025-04-16 18:25:49.967 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (2025.1.31) 2025-04-16 18:25:50.136 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 18:25:50.139 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-04-16 18:25:50.196 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2025-04-16 18:25:50.200 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 18:25:50.419 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2025-04-16 18:25:50.422 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2025-04-16 18:25:50.426 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2025-04-16 18:25:50.429 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2025-04-16 18:25:50.431 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2025-04-16 18:25:50.434 | Using cached oslo.i18n-6.1.1-py3-none-any.whl (46 kB) 2025-04-16 18:25:50.437 | Using cached oslo.log-5.3.2-py3-none-any.whl (76 kB) 2025-04-16 18:25:50.441 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2025-04-16 18:25:50.443 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2025-04-16 18:25:50.447 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-04-16 18:25:50.450 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2025-04-16 18:25:50.454 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-04-16 18:25:50.458 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-04-16 18:25:50.461 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-04-16 18:25:50.464 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-04-16 18:25:50.466 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-04-16 18:25:50.471 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-04-16 18:25:50.485 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-04-16 18:25:50.488 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-16 18:25:50.491 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-04-16 18:25:50.493 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-04-16 18:25:50.498 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2025-04-16 18:25:50.504 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2025-04-16 18:25:50.510 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2025-04-16 18:25:50.513 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-16 18:25:50.516 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2025-04-16 18:25:50.521 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-04-16 18:25:50.523 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2025-04-16 18:25:50.816 | Installing collected packages: pytz, pyinotify, netifaces, netaddr, msgpack, wrapt, WebOb, tzdata, stevedore, rfc3986, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2025-04-16 18:25:52.451 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.3.0 keystonemiddleware-10.4.1 msgpack-1.0.5 netaddr-0.8.0 netifaces-0.11.0 os-service-types-1.7.0 oslo.cache-3.5.0 oslo.config-9.2.0 oslo.context-5.2.0 oslo.i18n-6.1.1 oslo.log-5.3.2 oslo.serialization-5.2.1 oslo.utils-6.2.1 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.2.0 pytz-2023.3 rfc3986-2.0.0 stevedore-5.1.0 tzdata-2023.3 wrapt-1.15.0 2025-04-16 18:25:52.592 | + inc/python:pip_install:222 : result=0 2025-04-16 18:25:52.594 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:25:52.596 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:52.598 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:52.600 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:52.602 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:52.604 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:52.606 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:25:52.607 | + functions-common:time_stop:2407 : start_time=1744827947648 2025-04-16 18:25:52.609 | + functions-common:time_stop:2409 : [[ -z 1744827947648 ]] 2025-04-16 18:25:52.611 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:52.615 | + functions-common:time_stop:2412 : end_time=1744827952612 2025-04-16 18:25:52.616 | + functions-common:time_stop:2413 : elapsed_time=4964 2025-04-16 18:25:52.618 | + functions-common:time_stop:2414 : total=15758 2025-04-16 18:25:52.620 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:52.621 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20722 2025-04-16 18:25:52.623 | + inc/python:pip_install:225 : return 0 2025-04-16 18:25:52.625 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-04-16 18:25:52.627 | + inc/python:pip_install_gr:94 : local name=python-memcached 2025-04-16 18:25:52.630 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 18:25:52.632 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2025-04-16 18:25:52.634 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2025-04-16 18:25:52.636 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 18:25:52.639 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-04-16 18:25:52.640 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 18:25:52.643 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2025-04-16 18:25:52.645 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2025-04-16 18:25:52.647 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2025-04-16 18:25:52.650 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2025-04-16 18:25:52.652 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2025-04-16 18:25:52.667 | Using python 3.10 to install python-memcached 2025-04-16 18:25:52.669 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2025-04-16 18:25:53.545 | Collecting python-memcached 2025-04-16 18:25:53.547 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-16 18:25:53.550 | Requirement already satisfied: six>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-memcached) (1.16.0) 2025-04-16 18:25:53.552 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-04-16 18:25:53.752 | Installing collected packages: python-memcached 2025-04-16 18:25:53.775 | Successfully installed python-memcached-1.59 2025-04-16 18:25:53.852 | + inc/python:pip_install:222 : result=0 2025-04-16 18:25:53.854 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:25:53.856 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:53.858 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:53.859 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:53.861 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:53.863 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:53.864 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:25:53.866 | + functions-common:time_stop:2407 : start_time=1744827952663 2025-04-16 18:25:53.868 | + functions-common:time_stop:2409 : [[ -z 1744827952663 ]] 2025-04-16 18:25:53.870 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:53.873 | + functions-common:time_stop:2412 : end_time=1744827953871 2025-04-16 18:25:53.875 | + functions-common:time_stop:2413 : elapsed_time=1208 2025-04-16 18:25:53.876 | + functions-common:time_stop:2414 : total=20722 2025-04-16 18:25:53.878 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:53.880 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21930 2025-04-16 18:25:53.882 | + inc/python:pip_install:225 : return 0 2025-04-16 18:25:53.883 | + stack.sh:main:924 : is_service_enabled keystone 2025-04-16 18:25:53.897 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:25:53.898 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-16 18:25:53.900 | + stack.sh:main:926 : stack_install_service keystone 2025-04-16 18:25:53.902 | + lib/stack:stack_install_service:20 : local service=keystone 2025-04-16 18:25:53.904 | + lib/stack:stack_install_service:21 : type install_keystone 2025-04-16 18:25:53.905 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 18:25:53.907 | + lib/stack:stack_install_service:32 : install_keystone 2025-04-16 18:25:53.909 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-04-16 18:25:53.920 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:25:53.922 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2025-04-16 18:25:53.924 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2025-04-16 18:25:53.926 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2025-04-16 18:25:53.927 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 18:25:53.929 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 18:25:53.931 | ++ functions-common:git_clone:576 : pwd 2025-04-16 18:25:53.933 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 18:25:53.935 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 18:25:53.937 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 18:25:53.949 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 18:25:53.951 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 18:25:53.952 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 18:25:53.954 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 18:25:53.956 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 18:25:53.956 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 18:25:53.960 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2025-04-16 18:25:53.962 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 18:25:53.964 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-16 18:25:53.965 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:25:53.967 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:25:53.969 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:25:53.970 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:25:53.972 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:25:53.973 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:25:53.975 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:25:53.977 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:25:53.979 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:25:53.982 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827953980 2025-04-16 18:25:53.983 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-16 18:25:53.985 | Cloning into '/opt/stack//keystone'... 2025-04-16 18:25:56.443 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:25:56.445 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:56.447 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:56.448 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:56.450 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:56.452 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:56.453 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:25:56.455 | + functions-common:time_stop:2407 : start_time=1744827953980 2025-04-16 18:25:56.457 | + functions-common:time_stop:2409 : [[ -z 1744827953980 ]] 2025-04-16 18:25:56.459 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:56.462 | + functions-common:time_stop:2412 : end_time=1744827956460 2025-04-16 18:25:56.463 | + functions-common:time_stop:2413 : elapsed_time=2480 2025-04-16 18:25:56.465 | + functions-common:time_stop:2414 : total=5745 2025-04-16 18:25:56.467 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:56.468 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8225 2025-04-16 18:25:56.470 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2025-04-16 18:25:56.471 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 18:25:56.473 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:25:56.475 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:25:56.477 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:25:56.478 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:25:56.480 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:25:56.482 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:25:56.484 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:25:56.485 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:25:56.488 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:25:56.490 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827956488 2025-04-16 18:25:56.492 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 18:25:58.955 | From https://opendev.org/openstack/keystone 2025-04-16 18:25:58.955 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 18:25:58.959 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:25:58.961 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:58.963 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:58.965 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:58.966 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:58.968 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:58.969 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:25:58.971 | + functions-common:time_stop:2407 : start_time=1744827956488 2025-04-16 18:25:58.972 | + functions-common:time_stop:2409 : [[ -z 1744827956488 ]] 2025-04-16 18:25:58.975 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:58.977 | + functions-common:time_stop:2412 : end_time=1744827958975 2025-04-16 18:25:58.979 | + functions-common:time_stop:2413 : elapsed_time=2487 2025-04-16 18:25:58.981 | + functions-common:time_stop:2414 : total=8225 2025-04-16 18:25:58.982 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:58.984 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10712 2025-04-16 18:25:58.985 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 18:25:58.987 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:25:58.989 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:25:58.990 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:25:58.992 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:25:58.993 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:25:58.995 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:25:58.996 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:25:58.998 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:25:59.000 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:25:59.003 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827959001 2025-04-16 18:25:59.004 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 18:25:59.095 | Note: switching to 'FETCH_HEAD'. 2025-04-16 18:25:59.095 | 2025-04-16 18:25:59.095 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 18:25:59.095 | changes and commit them, and you can discard any commits you make in this 2025-04-16 18:25:59.095 | state without impacting any branches by switching back to a branch. 2025-04-16 18:25:59.095 | 2025-04-16 18:25:59.095 | If you want to create a new branch to retain commits you create, you may 2025-04-16 18:25:59.095 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 18:25:59.095 | 2025-04-16 18:25:59.095 | git switch -c 2025-04-16 18:25:59.095 | 2025-04-16 18:25:59.095 | Or undo this operation with: 2025-04-16 18:25:59.095 | 2025-04-16 18:25:59.095 | git switch - 2025-04-16 18:25:59.095 | 2025-04-16 18:25:59.095 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 18:25:59.095 | 2025-04-16 18:25:59.095 | HEAD is now at 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-16 18:25:59.098 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:25:59.100 | + functions-common:time_stop:2400 : local name 2025-04-16 18:25:59.102 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:25:59.103 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:25:59.105 | + functions-common:time_stop:2403 : local total 2025-04-16 18:25:59.106 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:25:59.108 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:25:59.110 | + functions-common:time_stop:2407 : start_time=1744827959001 2025-04-16 18:25:59.111 | + functions-common:time_stop:2409 : [[ -z 1744827959001 ]] 2025-04-16 18:25:59.113 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:25:59.116 | + functions-common:time_stop:2412 : end_time=1744827959114 2025-04-16 18:25:59.118 | + functions-common:time_stop:2413 : elapsed_time=113 2025-04-16 18:25:59.119 | + functions-common:time_stop:2414 : total=10712 2025-04-16 18:25:59.121 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:25:59.122 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10825 2025-04-16 18:25:59.124 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-04-16 18:25:59.134 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2025-04-16 18:25:59.136 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 18:25:59.136 | + functions-common:git_clone:656 : head -1 2025-04-16 18:25:59.138 | 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-16 18:25:59.140 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 18:25:59.142 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-04-16 18:25:59.144 | + inc/python:setup_develop:360 : local bindep 2025-04-16 18:25:59.145 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-16 18:25:59.147 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2025-04-16 18:25:59.149 | + inc/python:setup_develop:366 : local extras= 2025-04-16 18:25:59.150 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-04-16 18:25:59.152 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 18:25:59.154 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-16 18:25:59.156 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2025-04-16 18:25:59.157 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 18:25:59.159 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 18:25:59.161 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2025-04-16 18:25:59.163 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 18:25:59.165 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2025-04-16 18:25:59.167 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 18:25:59.169 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 18:25:59.171 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-04-16 18:25:59.175 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2025-04-16 18:25:59.177 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-04-16 18:25:59.494 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2025-04-16 18:25:59.496 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 18:25:59.498 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 18:25:59.500 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 18:25:59.502 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2025-04-16 18:25:59.504 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2025-04-16 18:25:59.506 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 18:25:59.508 | + inc/python:setup_package:450 : local extras= 2025-04-16 18:25:59.509 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 18:25:59.511 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 18:25:59.513 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 18:25:59.515 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 18:25:59.517 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 18:25:59.519 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2025-04-16 18:25:59.534 | Using python 3.10 to install /opt/stack/keystone 2025-04-16 18:25:59.535 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2025-04-16 18:26:00.350 | Obtaining file:///opt/stack/keystone 2025-04-16 18:26:00.353 | Preparing metadata (setup.py): started 2025-04-16 18:26:01.011 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 18:26:01.065 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.11.1) 2025-04-16 18:26:01.065 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.8.7) 2025-04-16 18:26:01.175 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2025-04-16 18:26:01.177 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 18:26:01.201 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2025-04-16 18:26:01.203 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2025-04-16 18:26:01.439 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2025-04-16 18:26:01.441 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-04-16 18:26:01.862 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-16 18:26:01.865 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10.0 kB) 2025-04-16 18:26:01.867 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.1.0) 2025-04-16 18:26:01.892 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2025-04-16 18:26:01.895 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 18:26:01.898 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-16 18:26:01.898 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (10.4.1) 2025-04-16 18:26:01.955 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2025-04-16 18:26:01.957 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-04-16 18:26:02.017 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2025-04-16 18:26:02.020 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2025-04-16 18:26:02.024 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.5.0) 2025-04-16 18:26:02.024 | Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (9.2.0) 2025-04-16 18:26:02.024 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-16 18:26:02.096 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2025-04-16 18:26:02.099 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2025-04-16 18:26:02.160 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2025-04-16 18:26:02.163 | Using cached oslo.db-14.1.1-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 18:26:02.165 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.1.1) 2025-04-16 18:26:02.165 | Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.3.2) 2025-04-16 18:26:02.204 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2025-04-16 18:26:02.206 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 18:26:02.253 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2025-04-16 18:26:02.255 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 18:26:02.257 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.1) 2025-04-16 18:26:02.283 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2025-04-16 18:26:02.285 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 18:26:02.286 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.2.1) 2025-04-16 18:26:02.313 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2025-04-16 18:26:02.315 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-04-16 18:26:02.345 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2025-04-16 18:26:02.346 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2025-04-16 18:26:02.378 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2025-04-16 18:26:02.380 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 18:26:02.382 | Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.1.8) 2025-04-16 18:26:02.424 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2025-04-16 18:26:02.426 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2025-04-16 18:26:02.428 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.1.1) 2025-04-16 18:26:02.428 | Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.0.5) 2025-04-16 18:26:02.454 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-16 18:26:02.456 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-16 18:26:02.458 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (2023.3) 2025-04-16 18:26:02.651 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-16 18:26:02.654 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2025-04-16 18:26:02.658 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev11) (5.1.1) 2025-04-16 18:26:02.707 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 18:26:02.709 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 18:26:02.738 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 18:26:02.739 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2025-04-16 18:26:02.761 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 18:26:02.763 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-04-16 18:26:02.791 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 18:26:02.793 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 18:26:02.819 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2025-04-16 18:26:02.821 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2025-04-16 18:26:02.832 | Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) (1.16.0) 2025-04-16 18:26:02.878 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-16 18:26:02.880 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2025-04-16 18:26:02.919 | Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-16 18:26:02.921 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2025-04-16 18:26:02.945 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (5.3.0) 2025-04-16 18:26:02.948 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.28.2) 2025-04-16 18:26:02.990 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (6.0) 2025-04-16 18:26:02.991 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.5.0) 2025-04-16 18:26:02.992 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (0.8.0) 2025-04-16 18:26:02.993 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.0.0) 2025-04-16 18:26:03.066 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.068 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2025-04-16 18:26:03.088 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.090 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2025-04-16 18:26:03.110 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.112 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2025-04-16 18:26:03.138 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (2.8.2) 2025-04-16 18:26:03.139 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (0.9.6) 2025-04-16 18:26:03.196 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.199 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-16 18:26:03.227 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.229 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 18:26:03.232 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (2.4.1) 2025-04-16 18:26:03.285 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.287 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2025-04-16 18:26:03.312 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.314 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2025-04-16 18:26:03.364 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.366 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2025-04-16 18:26:03.398 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.400 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-16 18:26:03.417 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystone==0.0.1.dev11) (2023.3) 2025-04-16 18:26:03.452 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.454 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2025-04-16 18:26:03.476 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (1.1.0) 2025-04-16 18:26:03.478 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (0.11.0) 2025-04-16 18:26:03.478 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (23.1) 2025-04-16 18:26:03.482 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (3.0.9) 2025-04-16 18:26:03.593 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.595 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 18:26:03.703 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.706 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2025-04-16 18:26:03.736 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.738 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2025-04-16 18:26:03.783 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 18:26:03.785 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2025-04-16 18:26:04.041 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 18:26:04.055 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-04-16 18:26:04.135 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 18:26:04.137 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2025-04-16 18:26:04.167 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:04.169 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2025-04-16 18:26:04.246 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-16 18:26:04.248 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2025-04-16 18:26:04.271 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev11) (1.15.0) 2025-04-16 18:26:04.403 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 18:26:04.406 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-04-16 18:26:04.440 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.7.0) 2025-04-16 18:26:04.526 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 18:26:04.528 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2025-04-16 18:26:04.571 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:04.573 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2025-04-16 18:26:04.628 | Collecting Paste>=2.0.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:04.630 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2025-04-16 18:26:04.656 | Collecting PasteDeploy>=1.5.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:04.658 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 18:26:04.679 | Collecting Routes>=2.3.1 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:04.681 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2025-04-16 18:26:04.722 | Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:04.724 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-04-16 18:26:04.754 | Collecting eventlet>=0.25.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:04.755 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 18:26:04.757 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (4.0.1) 2025-04-16 18:26:04.813 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-16 18:26:04.815 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2025-04-16 18:26:04.896 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.1.0) 2025-04-16 18:26:04.896 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.4) 2025-04-16 18:26:04.897 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.26.15) 2025-04-16 18:26:04.898 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2025.1.31) 2025-04-16 18:26:04.963 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev11) (2.6.0) 2025-04-16 18:26:05.056 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 18:26:05.058 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2025-04-16 18:26:05.203 | Collecting dnspython>=1.15.0 (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:05.206 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 18:26:05.301 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (69.1.1) 2025-04-16 18:26:05.444 | Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 18:26:05.446 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2025-04-16 18:26:05.706 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2025-04-16 18:26:05.711 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2025-04-16 18:26:05.733 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2025-04-16 18:26:05.736 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-04-16 18:26:05.739 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2025-04-16 18:26:05.742 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-04-16 18:26:05.746 | Using cached oslo.db-14.1.1-py3-none-any.whl (161 kB) 2025-04-16 18:26:05.749 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2025-04-16 18:26:05.760 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2025-04-16 18:26:05.763 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2025-04-16 18:26:05.766 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2025-04-16 18:26:05.768 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2025-04-16 18:26:05.772 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-04-16 18:26:05.777 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2025-04-16 18:26:05.780 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2025-04-16 18:26:05.784 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-04-16 18:26:05.791 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-04-16 18:26:05.803 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2025-04-16 18:26:05.807 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-04-16 18:26:05.810 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-04-16 18:26:05.813 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-16 18:26:05.816 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2025-04-16 18:26:05.818 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-04-16 18:26:05.824 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-04-16 18:26:05.827 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2025-04-16 18:26:05.832 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-04-16 18:26:05.835 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-04-16 18:26:05.838 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-04-16 18:26:05.841 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2025-04-16 18:26:05.844 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2025-04-16 18:26:05.846 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2025-04-16 18:26:05.849 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-16 18:26:05.852 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2025-04-16 18:26:05.855 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2025-04-16 18:26:05.857 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-04-16 18:26:05.859 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-04-16 18:26:05.862 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2025-04-16 18:26:05.865 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2025-04-16 18:26:05.869 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-04-16 18:26:05.872 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2025-04-16 18:26:05.874 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2025-04-16 18:26:05.878 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2025-04-16 18:26:05.882 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-04-16 18:26:05.885 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-04-16 18:26:05.887 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-04-16 18:26:05.893 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2025-04-16 18:26:05.895 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2025-04-16 18:26:05.898 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-04-16 18:26:05.900 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-04-16 18:26:05.903 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2025-04-16 18:26:05.905 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2025-04-16 18:26:05.907 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-04-16 18:26:05.910 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-16 18:26:05.912 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2025-04-16 18:26:05.916 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-04-16 18:26:06.407 | Installing collected packages: Yappi, wcwidth, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testresources, Routes, pyrsistent, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, testscenarios, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyopenssl, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2025-04-16 18:26:10.686 | Running setup.py develop for keystone 2025-04-16 18:26:11.757 | Successfully installed Flask-2.2.3 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.4 MarkupSafe-2.1.2 Paste-3.5.2 PasteDeploy-3.0.1 PrettyTable-3.7.0 PyJWT-2.6.0 Routes-2.5.1 SQLAlchemy-1.4.41 Werkzeug-2.2.3 Yappi-1.4.0 alembic-1.9.4 amqp-5.1.1 aniso8601-9.0.1 attrs-23.1.0 bcrypt-4.0.1 cachetools-5.3.0 cffi-1.15.1 click-8.1.3 cryptography-40.0.2 defusedxml-0.7.1 dnspython-2.3.0 elementpath-4.1.1 eventlet-0.33.3 fasteners-0.18 greenlet-2.0.2 itsdangerous-2.1.2 jsonschema-4.17.3 keystone-0.0.1.dev11 kombu-5.2.4 oauthlib-3.2.2 oslo.concurrency-5.2.0 oslo.db-14.1.1 oslo.messaging-14.4.2 oslo.metrics-0.7.0 oslo.middleware-5.2.0 oslo.policy-4.2.1 oslo.service-3.2.1 oslo.upgradecheck-2.2.0 osprofiler-4.1.0 passlib-1.7.4 prometheus-client-0.16.0 pycparser-2.21 pyopenssl-23.1.1 pyrsistent-0.19.3 pysaml2-7.3.1 repoze.lru-0.7 scrypt-0.8.20 statsd-4.0.1 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 wcwidth-0.2.6 xmlschema-2.2.3 2025-04-16 18:26:12.088 | + inc/python:pip_install:222 : result=0 2025-04-16 18:26:12.090 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:26:12.092 | + functions-common:time_stop:2400 : local name 2025-04-16 18:26:12.094 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:26:12.096 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:26:12.097 | + functions-common:time_stop:2403 : local total 2025-04-16 18:26:12.099 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:26:12.101 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:26:12.103 | + functions-common:time_stop:2407 : start_time=1744827959530 2025-04-16 18:26:12.104 | + functions-common:time_stop:2409 : [[ -z 1744827959530 ]] 2025-04-16 18:26:12.107 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:26:12.110 | + functions-common:time_stop:2412 : end_time=1744827972107 2025-04-16 18:26:12.111 | + functions-common:time_stop:2413 : elapsed_time=12577 2025-04-16 18:26:12.113 | + functions-common:time_stop:2414 : total=21930 2025-04-16 18:26:12.115 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:26:12.116 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34507 2025-04-16 18:26:12.118 | + inc/python:pip_install:225 : return 0 2025-04-16 18:26:12.120 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 18:26:12.122 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:26:12.124 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2025-04-16 18:26:12.125 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2025-04-16 18:26:12.127 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:26:12.129 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:26:12.131 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-04-16 18:26:12.133 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:26:12.135 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-04-16 18:26:12.147 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:26:12.149 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-04-16 18:26:12.151 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 18:26:12.153 | + stack.sh:main:927 : configure_keystone 2025-04-16 18:26:12.155 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-04-16 18:26:12.165 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2025-04-16 18:26:12.167 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-04-16 18:26:12.170 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-04-16 18:26:12.182 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:26:12.184 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-04-16 18:26:12.208 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-04-16 18:26:12.230 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-04-16 18:26:12.254 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-04-16 18:26:12.278 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-04-16 18:26:12.303 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-04-16 18:26:12.328 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-04-16 18:26:12.351 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-04-16 18:26:12.373 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-04-16 18:26:12.375 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2025-04-16 18:26:12.376 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2025-04-16 18:26:12.378 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2025-04-16 18:26:12.380 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 18:26:12.382 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 18:26:12.393 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:12.396 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 18:26:12.397 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 18:26:12.399 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 18:26:12.411 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:12.412 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:26:12.414 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:26:12.438 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 18:26:12.440 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 18:26:12.441 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-04-16 18:26:12.443 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-04-16 18:26:12.455 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:26:12.457 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-04-16 18:26:12.481 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-04-16 18:26:12.483 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-04-16 18:26:12.507 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-04-16 18:26:12.509 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-04-16 18:26:12.510 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-04-16 18:26:12.512 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2025-04-16 18:26:12.514 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 18:26:12.516 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 18:26:12.518 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 18:26:12.530 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:12.532 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 18:26:12.534 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-16 18:26:12.536 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-16 18:26:12.561 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-04-16 18:26:12.563 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-04-16 18:26:12.565 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-04-16 18:26:12.567 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-04-16 18:26:12.569 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 18:26:12.582 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 18:26:12.584 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 18:26:12.586 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 18:26:12.588 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 18:26:12.590 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 18:26:12.612 | + functions:setup_systemd_logging:715 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:26:12.634 | + functions:setup_systemd_logging:716 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:26:12.657 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 18:26:12.680 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-04-16 18:26:12.702 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-04-16 18:26:12.704 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /opt/stack/data/venv/bin/keystone-wsgi-public /identity 2025-04-16 18:26:12.706 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-04-16 18:26:12.708 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 18:26:12.709 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2025-04-16 18:26:12.711 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 18:26:12.713 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 18:26:12.716 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 18:26:12.718 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2025-04-16 18:26:12.720 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 18:26:12.722 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 18:26:12.732 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 18:26:12.732 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 18:26:12.738 | d /var/run/uwsgi 0755 stack root 2025-04-16 18:26:12.741 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 18:26:12.749 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 18:26:12.752 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-04-16 18:26:12.754 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-04-16 18:26:12.758 | + lib/apache:write_uwsgi_config:262 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 18:26:12.781 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-04-16 18:26:12.803 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-04-16 18:26:12.824 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-04-16 18:26:12.846 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-04-16 18:26:12.867 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-04-16 18:26:12.890 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-04-16 18:26:12.912 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-04-16 18:26:12.934 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-04-16 18:26:12.956 | + lib/apache:write_uwsgi_config:277 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 18:26:12.978 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-04-16 18:26:12.999 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-04-16 18:26:13.022 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-04-16 18:26:13.044 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 18:26:13.046 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 18:26:13.049 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2025-04-16 18:26:13.050 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2025-04-16 18:26:13.052 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 18:26:13.054 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:13.056 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:13.058 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 18:26:13.060 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 18:26:13.062 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-04-16 18:26:13.084 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-04-16 18:26:13.107 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 ' 2025-04-16 18:26:13.107 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 18:26:13.113 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2025-04-16 18:26:13.116 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2025-04-16 18:26:13.118 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2025-04-16 18:26:13.120 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 18:26:13.122 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 18:26:13.124 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 18:26:13.126 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:13.128 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:13.129 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 18:26:13.131 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 18:26:13.133 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:13.135 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:13.137 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2025-04-16 18:26:13.169 | Enabling site keystone-wsgi-public. 2025-04-16 18:26:13.174 | To activate the new configuration, you need to run: 2025-04-16 18:26:13.174 | systemctl reload apache2 2025-04-16 18:26:13.177 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 18:26:13.179 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 18:26:13.181 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 18:26:13.183 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 18:26:13.279 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-04-16 18:26:13.303 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-04-16 18:26:13.328 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-04-16 18:26:13.352 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-04-16 18:26:13.354 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-04-16 18:26:13.378 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-04-16 18:26:13.401 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-04-16 18:26:13.424 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-04-16 18:26:13.448 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-16 18:26:13.450 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-16 18:26:13.452 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-04-16 18:26:13.474 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-04-16 18:26:13.497 | + stack.sh:main:931 : is_service_enabled swift 2025-04-16 18:26:13.510 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:26:13.512 | + stack.sh:main:945 : is_service_enabled g-api n-api 2025-04-16 18:26:13.524 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:13.526 | + stack.sh:main:947 : stack_install_service glance 2025-04-16 18:26:13.528 | + lib/stack:stack_install_service:20 : local service=glance 2025-04-16 18:26:13.530 | + lib/stack:stack_install_service:21 : type install_glance 2025-04-16 18:26:13.532 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 18:26:13.534 | + lib/stack:stack_install_service:32 : install_glance 2025-04-16 18:26:13.535 | + lib/glance:install_glance:510 : glance_store_extras=() 2025-04-16 18:26:13.537 | + lib/glance:install_glance:510 : local glance_store_extras 2025-04-16 18:26:13.539 | + lib/glance:install_glance:512 : is_service_enabled cinder 2025-04-16 18:26:13.553 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:13.554 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-04-16 18:26:13.556 | + lib/glance:install_glance:516 : is_service_enabled swift 2025-04-16 18:26:13.569 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:26:13.571 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2025-04-16 18:26:13.574 | + inc/python:use_library_from_git:272 : local name=glance_store 2025-04-16 18:26:13.575 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:26:13.577 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:26:13.579 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2025-04-16 18:26:13.581 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:26:13.584 | ++ lib/glance:install_glance:528 : join_extras cinder 2025-04-16 18:26:13.586 | ++ inc/python:join_extras:28 : local IFS=, 2025-04-16 18:26:13.588 | ++ inc/python:join_extras:29 : echo cinder 2025-04-16 18:26:13.590 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2025-04-16 18:26:13.592 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2025-04-16 18:26:13.594 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2025-04-16 18:26:13.596 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2025-04-16 18:26:13.598 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2025-04-16 18:26:13.600 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2025-04-16 18:26:13.602 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2025-04-16 18:26:13.605 | +++ inc/python:get_version_constraints_from_global_requirements:262 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-04-16 18:26:13.605 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2025-04-16 18:26:13.610 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2025-04-16 18:26:13.612 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2025-04-16 18:26:13.613 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2025-04-16 18:26:13.616 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2025-04-16 18:26:13.618 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2025-04-16 18:26:13.634 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-04-16 18:26:13.636 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2025-04-16 18:26:14.568 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 18:26:14.570 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 18:26:14.604 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.33.3) 2025-04-16 18:26:14.605 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.17.3) 2025-04-16 18:26:14.605 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.3.0) 2025-04-16 18:26:14.606 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 18:26:14.607 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (9.2.0) 2025-04-16 18:26:14.608 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.1.1) 2025-04-16 18:26:14.609 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.1) 2025-04-16 18:26:14.609 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.2.1) 2025-04-16 18:26:14.610 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 18:26:14.611 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.28.2) 2025-04-16 18:26:14.612 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.1.0) 2025-04-16 18:26:14.670 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 18:26:14.673 | Using cached os_brick-6.4.2-py3-none-any.whl.metadata (1.5 kB) 2025-04-16 18:26:14.709 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 18:26:14.711 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 18:26:14.744 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 18:26:14.746 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 18:26:14.781 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 18:26:14.783 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2025-04-16 18:26:14.789 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.3.0) 2025-04-16 18:26:14.790 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.2) 2025-04-16 18:26:14.791 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.16.0) 2025-04-16 18:26:14.810 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1.0) 2025-04-16 18:26:14.813 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.19.3) 2025-04-16 18:26:14.835 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.1.0) 2025-04-16 18:26:14.836 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.7.0) 2025-04-16 18:26:14.837 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.11.1) 2025-04-16 18:26:14.879 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2025-04-16 18:26:14.881 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-16 18:26:14.883 | Requirement already satisfied: oslo.context>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 18:26:14.884 | Requirement already satisfied: oslo.log>=4.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.3.2) 2025-04-16 18:26:14.888 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.2.1) 2025-04-16 18:26:14.889 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (6.3.1) 2025-04-16 18:26:14.894 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.18) 2025-04-16 18:26:14.912 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.0) 2025-04-16 18:26:14.913 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.5.0) 2025-04-16 18:26:14.914 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.8.0) 2025-04-16 18:26:14.915 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.0) 2025-04-16 18:26:14.924 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2025-04-16 18:26:14.926 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.5) 2025-04-16 18:26:14.935 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-16 18:26:14.936 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-16 18:26:14.943 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.11.0) 2025-04-16 18:26:14.944 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1) 2025-04-16 18:26:14.945 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.0.9) 2025-04-16 18:26:14.954 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.7.0) 2025-04-16 18:26:14.973 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.1.0) 2025-04-16 18:26:14.974 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.4) 2025-04-16 18:26:14.975 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.26.15) 2025-04-16 18:26:14.976 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2025.1.31) 2025-04-16 18:26:15.010 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2025-04-16 18:26:15.021 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.15.0) 2025-04-16 18:26:15.151 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.8.2) 2025-04-16 18:26:15.153 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.9.6) 2025-04-16 18:26:15.168 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.5.2) 2025-04-16 18:26:15.169 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.0.1) 2025-04-16 18:26:15.169 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.5.1) 2025-04-16 18:26:15.170 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.8.7) 2025-04-16 18:26:15.171 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.4.0) 2025-04-16 18:26:15.173 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (4.0.1) 2025-04-16 18:26:15.198 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.6) 2025-04-16 18:26:15.311 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (69.1.1) 2025-04-16 18:26:15.355 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.7) 2025-04-16 18:26:15.471 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2025-04-16 18:26:15.476 | Using cached os_brick-6.4.2-py3-none-any.whl (299 kB) 2025-04-16 18:26:15.481 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2025-04-16 18:26:15.484 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2025-04-16 18:26:15.487 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2025-04-16 18:26:15.490 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-04-16 18:26:15.861 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-04-16 18:26:16.617 | Successfully installed glance-store-4.6.1 os-brick-6.4.2 os-win-5.9.0 oslo.privsep-3.2.0 oslo.rootwrap-7.1.0 python-cinderclient-9.4.0 2025-04-16 18:26:16.718 | + inc/python:pip_install:222 : result=0 2025-04-16 18:26:16.720 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:26:16.722 | + functions-common:time_stop:2400 : local name 2025-04-16 18:26:16.725 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:26:16.727 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:26:16.728 | + functions-common:time_stop:2403 : local total 2025-04-16 18:26:16.730 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:26:16.732 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:26:16.734 | + functions-common:time_stop:2407 : start_time=1744827973630 2025-04-16 18:26:16.736 | + functions-common:time_stop:2409 : [[ -z 1744827973630 ]] 2025-04-16 18:26:16.738 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:26:16.741 | + functions-common:time_stop:2412 : end_time=1744827976739 2025-04-16 18:26:16.743 | + functions-common:time_stop:2413 : elapsed_time=3109 2025-04-16 18:26:16.745 | + functions-common:time_stop:2414 : total=34507 2025-04-16 18:26:16.747 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:26:16.749 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37616 2025-04-16 18:26:16.751 | + inc/python:pip_install:225 : return 0 2025-04-16 18:26:16.753 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2025-04-16 18:26:16.755 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2025-04-16 18:26:16.757 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2025-04-16 18:26:16.767 | + lib/glance:copy_rootwrap:241 : cp -r /opt/stack/data/venv/etc/glance/rootwrap.conf /opt/stack/data/venv/etc/glance/rootwrap.d /etc/glance/ 2025-04-16 18:26:16.770 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2025-04-16 18:26:16.772 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2025-04-16 18:26:16.774 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2025-04-16 18:26:16.776 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 18:26:16.777 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 18:26:16.780 | ++ functions-common:git_clone:576 : pwd 2025-04-16 18:26:16.782 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 18:26:16.784 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 18:26:16.786 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 18:26:16.799 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 18:26:16.800 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 18:26:16.802 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 18:26:16.804 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 18:26:16.806 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 18:26:16.807 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 18:26:16.810 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2025-04-16 18:26:16.812 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 18:26:16.814 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-16 18:26:16.816 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:26:16.818 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:26:16.819 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:26:16.821 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:26:16.823 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:26:16.824 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:26:16.826 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:26:16.828 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:26:16.830 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:26:16.833 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827976831 2025-04-16 18:26:16.835 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-16 18:26:16.837 | Cloning into '/opt/stack//glance'... 2025-04-16 18:26:19.044 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:26:19.046 | + functions-common:time_stop:2400 : local name 2025-04-16 18:26:19.048 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:26:19.049 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:26:19.051 | + functions-common:time_stop:2403 : local total 2025-04-16 18:26:19.053 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:26:19.055 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:26:19.057 | + functions-common:time_stop:2407 : start_time=1744827976831 2025-04-16 18:26:19.058 | + functions-common:time_stop:2409 : [[ -z 1744827976831 ]] 2025-04-16 18:26:19.061 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:26:19.064 | + functions-common:time_stop:2412 : end_time=1744827979062 2025-04-16 18:26:19.065 | + functions-common:time_stop:2413 : elapsed_time=2231 2025-04-16 18:26:19.067 | + functions-common:time_stop:2414 : total=10825 2025-04-16 18:26:19.069 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:26:19.071 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13056 2025-04-16 18:26:19.072 | + functions-common:git_clone:614 : cd /opt/stack//glance 2025-04-16 18:26:19.074 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 18:26:19.076 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:26:19.078 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:26:19.079 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:26:19.081 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:26:19.083 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:26:19.085 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:26:19.087 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:26:19.089 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:26:19.092 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:26:19.094 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827979092 2025-04-16 18:26:19.096 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 18:26:20.981 | From https://opendev.org/openstack/glance 2025-04-16 18:26:20.981 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 18:26:20.985 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:26:20.987 | + functions-common:time_stop:2400 : local name 2025-04-16 18:26:20.989 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:26:20.990 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:26:20.992 | + functions-common:time_stop:2403 : local total 2025-04-16 18:26:20.994 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:26:20.995 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:26:20.997 | + functions-common:time_stop:2407 : start_time=1744827979092 2025-04-16 18:26:20.999 | + functions-common:time_stop:2409 : [[ -z 1744827979092 ]] 2025-04-16 18:26:21.001 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:26:21.004 | + functions-common:time_stop:2412 : end_time=1744827981002 2025-04-16 18:26:21.006 | + functions-common:time_stop:2413 : elapsed_time=1910 2025-04-16 18:26:21.007 | + functions-common:time_stop:2414 : total=13056 2025-04-16 18:26:21.009 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:26:21.011 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14966 2025-04-16 18:26:21.012 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 18:26:21.014 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:26:21.015 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:26:21.017 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:26:21.019 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:26:21.021 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:26:21.023 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:26:21.024 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:26:21.026 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:26:21.028 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:26:21.031 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827981029 2025-04-16 18:26:21.033 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 18:26:21.099 | Note: switching to 'FETCH_HEAD'. 2025-04-16 18:26:21.099 | 2025-04-16 18:26:21.099 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 18:26:21.099 | changes and commit them, and you can discard any commits you make in this 2025-04-16 18:26:21.099 | state without impacting any branches by switching back to a branch. 2025-04-16 18:26:21.099 | 2025-04-16 18:26:21.099 | If you want to create a new branch to retain commits you create, you may 2025-04-16 18:26:21.099 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 18:26:21.099 | 2025-04-16 18:26:21.099 | git switch -c 2025-04-16 18:26:21.099 | 2025-04-16 18:26:21.099 | Or undo this operation with: 2025-04-16 18:26:21.099 | 2025-04-16 18:26:21.099 | git switch - 2025-04-16 18:26:21.099 | 2025-04-16 18:26:21.099 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 18:26:21.099 | 2025-04-16 18:26:21.099 | HEAD is now at 18453f8 Fixed typo in discovery.py 2025-04-16 18:26:21.101 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:26:21.103 | + functions-common:time_stop:2400 : local name 2025-04-16 18:26:21.105 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:26:21.107 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:26:21.108 | + functions-common:time_stop:2403 : local total 2025-04-16 18:26:21.110 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:26:21.112 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:26:21.113 | + functions-common:time_stop:2407 : start_time=1744827981029 2025-04-16 18:26:21.115 | + functions-common:time_stop:2409 : [[ -z 1744827981029 ]] 2025-04-16 18:26:21.117 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:26:21.120 | + functions-common:time_stop:2412 : end_time=1744827981118 2025-04-16 18:26:21.122 | + functions-common:time_stop:2413 : elapsed_time=89 2025-04-16 18:26:21.123 | + functions-common:time_stop:2414 : total=14966 2025-04-16 18:26:21.125 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:26:21.127 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15055 2025-04-16 18:26:21.128 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2025-04-16 18:26:21.139 | + functions-common:git_clone:655 : cd /opt/stack//glance 2025-04-16 18:26:21.141 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 18:26:21.141 | + functions-common:git_clone:656 : head -1 2025-04-16 18:26:21.143 | 18453f8 Fixed typo in discovery.py 2025-04-16 18:26:21.145 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 18:26:21.147 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2025-04-16 18:26:21.149 | + inc/python:setup_develop:360 : local bindep 2025-04-16 18:26:21.151 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2025-04-16 18:26:21.153 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2025-04-16 18:26:21.155 | + inc/python:setup_develop:366 : local extras= 2025-04-16 18:26:21.156 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-04-16 18:26:21.158 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 18:26:21.160 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2025-04-16 18:26:21.162 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2025-04-16 18:26:21.164 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 18:26:21.166 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 18:26:21.168 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2025-04-16 18:26:21.170 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 18:26:21.172 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2025-04-16 18:26:21.174 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 18:26:21.176 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 18:26:21.178 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-04-16 18:26:21.183 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2025-04-16 18:26:21.184 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-04-16 18:26:21.505 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2025-04-16 18:26:21.507 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 18:26:21.509 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 18:26:21.511 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 18:26:21.513 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2025-04-16 18:26:21.514 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2025-04-16 18:26:21.516 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 18:26:21.518 | + inc/python:setup_package:450 : local extras= 2025-04-16 18:26:21.520 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 18:26:21.522 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 18:26:21.524 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 18:26:21.525 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 18:26:21.527 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 18:26:21.529 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2025-04-16 18:26:21.544 | Using python 3.10 to install /opt/stack/glance 2025-04-16 18:26:21.545 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2025-04-16 18:26:22.356 | Obtaining file:///opt/stack/glance 2025-04-16 18:26:22.357 | Preparing metadata (setup.py): started 2025-04-16 18:26:22.725 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 18:26:22.783 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.11.1) 2025-04-16 18:26:22.784 | Requirement already satisfied: defusedxml>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.7.1) 2025-04-16 18:26:22.785 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.4.41) 2025-04-16 18:26:22.785 | Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.33.3) 2025-04-16 18:26:22.786 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.0.1) 2025-04-16 18:26:22.787 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.1) 2025-04-16 18:26:22.788 | Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.8.7) 2025-04-16 18:26:22.881 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2025-04-16 18:26:22.883 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 18:26:22.885 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.9.4) 2025-04-16 18:26:22.911 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2025-04-16 18:26:22.913 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 18:26:22.914 | Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (9.2.0) 2025-04-16 18:26:22.915 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 18:26:22.916 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 18:26:22.917 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.2.0) 2025-04-16 18:26:22.917 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.2.1) 2025-04-16 18:26:22.918 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.1.0) 2025-04-16 18:26:22.919 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.4.1) 2025-04-16 18:26:22.962 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2025-04-16 18:26:22.964 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2025-04-16 18:26:22.966 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.0) 2025-04-16 18:26:22.966 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (10.4.1) 2025-04-16 18:26:23.009 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2025-04-16 18:26:23.011 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 18:26:23.012 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.7.0) 2025-04-16 18:26:23.013 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.5.2) 2025-04-16 18:26:23.014 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.17.3) 2025-04-16 18:26:23.014 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 18:26:23.015 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (23.1.1) 2025-04-16 18:26:23.016 | Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.1.1) 2025-04-16 18:26:23.016 | Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.1.1) 2025-04-16 18:26:23.047 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2025-04-16 18:26:23.048 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 18:26:23.050 | Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.2) 2025-04-16 18:26:23.051 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.4.2) 2025-04-16 18:26:23.051 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 18:26:23.083 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2025-04-16 18:26:23.084 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 18:26:23.086 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.2.1) 2025-04-16 18:26:23.102 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2025-04-16 18:26:23.104 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2025-04-16 18:26:23.106 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.1.0) 2025-04-16 18:26:23.106 | Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.6.1) 2025-04-16 18:26:23.107 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.0) 2025-04-16 18:26:23.108 | Requirement already satisfied: cryptography>=2.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (40.0.2) 2025-04-16 18:26:23.131 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2025-04-16 18:26:23.133 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 18:26:23.134 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.1.0) 2025-04-16 18:26:23.135 | Requirement already satisfied: os-win>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.9.0) 2025-04-16 18:26:23.169 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2025-04-16 18:26:23.171 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 18:26:23.178 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==0.0.1.dev13) (1.2.4) 2025-04-16 18:26:23.251 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 18:26:23.253 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2025-04-16 18:26:23.255 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.17.0->glance==0.0.1.dev13) (2.28.2) 2025-04-16 18:26:23.274 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.6.1->glance==0.0.1.dev13) (1.15.1) 2025-04-16 18:26:23.284 | Requirement already satisfied: oslo.serialization>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cursive>=0.2.1->glance==0.0.1.dev13) (5.2.1) 2025-04-16 18:26:23.288 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->glance==0.0.1.dev13) (1.15.0) 2025-04-16 18:26:23.295 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.3.0) 2025-04-16 18:26:23.295 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.0.2) 2025-04-16 18:26:23.296 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (1.16.0) 2025-04-16 18:26:23.335 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->glance==0.0.1.dev13) (3.0.9) 2025-04-16 18:26:23.357 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (23.1.0) 2025-04-16 18:26:23.358 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (0.19.3) 2025-04-16 18:26:23.383 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev13) (1.7.0) 2025-04-16 18:26:23.405 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.5.0) 2025-04-16 18:26:23.409 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.1.1) 2025-04-16 18:26:23.422 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev13) (0.18) 2025-04-16 18:26:23.441 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (6.0) 2025-04-16 18:26:23.442 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (0.8.0) 2025-04-16 18:26:23.444 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (2.0.0) 2025-04-16 18:26:23.509 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (2.0.1) 2025-04-16 18:26:23.510 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (0.5.0) 2025-04-16 18:26:23.573 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 18:26:23.575 | Using cached openstacksdk-1.5.1-py3-none-any.whl.metadata (9.4 kB) 2025-04-16 18:26:23.599 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (2.8.2) 2025-04-16 18:26:23.601 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (0.9.6) 2025-04-16 18:26:23.627 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.1.1) 2025-04-16 18:26:23.627 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.3.0) 2025-04-16 18:26:23.629 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.2.4) 2025-04-16 18:26:23.630 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.7.0) 2025-04-16 18:26:23.631 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (3.2.1) 2025-04-16 18:26:23.642 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (3.1.2) 2025-04-16 18:26:23.643 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 18:26:23.645 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 18:26:23.772 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2025-04-16 18:26:23.774 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-04-16 18:26:23.798 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (0.11.0) 2025-04-16 18:26:23.799 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (23.1) 2025-04-16 18:26:23.800 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-16 18:26:23.801 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-16 18:26:23.834 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==0.0.1.dev13) (69.1.1) 2025-04-16 18:26:23.864 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev13) (0.2.6) 2025-04-16 18:26:23.913 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->glance==0.0.1.dev13) (0.7) 2025-04-16 18:26:24.086 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 18:26:24.088 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-16 18:26:24.129 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 18:26:24.131 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2025-04-16 18:26:24.158 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 18:26:24.160 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2025-04-16 18:26:24.162 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.0.0->glance==0.0.1.dev13) (6.3.1) 2025-04-16 18:26:24.207 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 18:26:24.207 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-04-16 18:26:24.276 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 18:26:24.278 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 18:26:24.291 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.0.0) 2025-04-16 18:26:24.361 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev13) (2.21) 2025-04-16 18:26:24.474 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 18:26:24.476 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 18:26:24.490 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev13) (2.1.2) 2025-04-16 18:26:24.607 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 18:26:24.609 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2025-04-16 18:26:24.629 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 18:26:24.631 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 18:26:24.657 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 18:26:24.659 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2025-04-16 18:26:24.661 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (5.1.1) 2025-04-16 18:26:24.681 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 18:26:24.683 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-04-16 18:26:24.687 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (1.1.8) 2025-04-16 18:26:24.743 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.16.0) 2025-04-16 18:26:24.758 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev13) (1.0.5) 2025-04-16 18:26:24.780 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (1.4.0) 2025-04-16 18:26:24.781 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 18:26:24.946 | Collecting cliff!=2.9.0,>=2.8.0 (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 18:26:24.948 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 18:26:25.034 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.1.0) 2025-04-16 18:26:25.038 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.4) 2025-04-16 18:26:25.038 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (1.26.15) 2025-04-16 18:26:25.038 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (2025.1.31) 2025-04-16 18:26:25.143 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev13) (2.6.0) 2025-04-16 18:26:25.374 | Collecting autopage>=0.4.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 18:26:25.376 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2025-04-16 18:26:25.427 | Collecting cmd2>=1.0.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 18:26:25.430 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2025-04-16 18:26:25.573 | Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 18:26:25.575 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2025-04-16 18:26:25.941 | Collecting pyperclip>=1.6 (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 18:26:25.941 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-16 18:26:26.015 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2025-04-16 18:26:26.025 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-04-16 18:26:26.028 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2025-04-16 18:26:26.032 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2025-04-16 18:26:26.034 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2025-04-16 18:26:26.037 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2025-04-16 18:26:26.039 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2025-04-16 18:26:26.043 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2025-04-16 18:26:26.049 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2025-04-16 18:26:26.052 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2025-04-16 18:26:26.055 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-16 18:26:26.057 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2025-04-16 18:26:26.073 | Using cached openstacksdk-1.5.1-py3-none-any.whl (1.7 MB) 2025-04-16 18:26:26.090 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2025-04-16 18:26:26.096 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-04-16 18:26:26.098 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2025-04-16 18:26:26.101 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-04-16 18:26:26.104 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-16 18:26:26.106 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-04-16 18:26:26.109 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2025-04-16 18:26:26.111 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-04-16 18:26:26.113 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-16 18:26:26.116 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-16 18:26:26.118 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-16 18:26:26.122 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2025-04-16 18:26:26.474 | Installing collected packages: simplegeneric, requestsexceptions, pyperclip, appdirs, zipp, sqlparse, retrying, pydot, psutil, networkx, jsonpointer, jmespath, httplib2, cmd2, autopage, jsonpatch, importlib-metadata, automaton, WSME, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2025-04-16 18:26:29.575 | Running setup.py develop for glance 2025-04-16 18:26:30.778 | Successfully installed WSME-0.12.1 appdirs-1.4.4 automaton-3.2.0 autopage-0.5.1 castellan-4.3.0 cliff-4.3.0 cmd2-2.4.3 cursive-0.2.3 glance-0.0.1.dev13 httplib2-0.22.0 importlib-metadata-6.0.1 jmespath-1.0.1 jsonpatch-1.32 jsonpointer-2.3 networkx-3.1 openstacksdk-1.5.1 oslo.limit-2.2.0 oslo.reports-3.1.0 psutil-5.9.5 pydot-1.4.2 pyperclip-1.8.2 python-barbicanclient-5.6.1 requestsexceptions-1.4.0 retrying-1.3.4 simplegeneric-0.8.1 sqlparse-0.4.4 taskflow-5.4.0 zipp-3.15.0 2025-04-16 18:26:30.919 | + inc/python:pip_install:222 : result=0 2025-04-16 18:26:30.921 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:26:30.923 | + functions-common:time_stop:2400 : local name 2025-04-16 18:26:30.925 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:26:30.927 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:26:30.929 | + functions-common:time_stop:2403 : local total 2025-04-16 18:26:30.931 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:26:30.933 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:26:30.934 | + functions-common:time_stop:2407 : start_time=1744827981540 2025-04-16 18:26:30.936 | + functions-common:time_stop:2409 : [[ -z 1744827981540 ]] 2025-04-16 18:26:30.939 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:26:30.941 | + functions-common:time_stop:2412 : end_time=1744827990939 2025-04-16 18:26:30.943 | + functions-common:time_stop:2413 : elapsed_time=9399 2025-04-16 18:26:30.944 | + functions-common:time_stop:2414 : total=37616 2025-04-16 18:26:30.946 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:26:30.948 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=47015 2025-04-16 18:26:30.950 | + inc/python:pip_install:225 : return 0 2025-04-16 18:26:30.952 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 18:26:30.954 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:26:30.956 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2025-04-16 18:26:30.958 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2025-04-16 18:26:30.960 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:26:30.962 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:26:30.964 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-04-16 18:26:30.966 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:26:30.968 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 18:26:30.970 | + stack.sh:main:948 : configure_glance 2025-04-16 18:26:30.972 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-04-16 18:26:30.982 | + lib/glance:configure_glance:325 : local dburl 2025-04-16 18:26:30.985 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2025-04-16 18:26:30.987 | ++ lib/database:database_connection_url:134 : local db=glance 2025-04-16 18:26:30.989 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-04-16 18:26:30.991 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2025-04-16 18:26:30.993 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 18:26:30.996 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 18:26:30.998 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 18:26:31.011 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:31.012 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 18:26:31.014 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 18:26:31.017 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 18:26:31.020 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-04-16 18:26:31.044 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 18:26:31.067 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-04-16 18:26:31.089 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-16 18:26:31.112 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-04-16 18:26:31.135 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-04-16 18:26:31.159 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-04-16 18:26:31.161 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-04-16 18:26:31.163 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-04-16 18:26:31.165 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 18:26:31.167 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-04-16 18:26:31.190 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-04-16 18:26:31.212 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 18:26:31.234 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-04-16 18:26:31.257 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-04-16 18:26:31.279 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-04-16 18:26:31.303 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-04-16 18:26:31.326 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-04-16 18:26:31.348 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 18:26:31.370 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 18:26:31.392 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-04-16 18:26:31.417 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-04-16 18:26:31.418 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2025-04-16 18:26:31.420 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2025-04-16 18:26:31.422 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 18:26:31.424 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 18:26:31.426 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 18:26:31.438 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:31.440 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 18:26:31.442 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 18:26:31.444 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 18:26:31.456 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:31.457 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:26:31.459 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:26:31.481 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 18:26:31.483 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 18:26:31.485 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2025-04-16 18:26:31.487 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-04-16 18:26:31.509 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-04-16 18:26:31.531 | + lib/glance:configure_glance:345 : configure_glance_store False False 2025-04-16 18:26:31.533 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2025-04-16 18:26:31.535 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2025-04-16 18:26:31.537 | + lib/glance:configure_glance_store:253 : local be 2025-04-16 18:26:31.539 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2025-04-16 18:26:31.540 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2025-04-16 18:26:31.542 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-16 18:26:31.566 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2025-04-16 18:26:31.568 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-04-16 18:26:31.592 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2025-04-16 18:26:31.594 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2025-04-16 18:26:31.606 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:26:31.608 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-04-16 18:26:31.631 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2025-04-16 18:26:31.643 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:26:31.644 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2025-04-16 18:26:31.646 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-04-16 18:26:31.648 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-04-16 18:26:31.651 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 18:26:31.663 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 18:26:31.665 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 18:26:31.667 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 18:26:31.668 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 18:26:31.670 | + functions:setup_systemd_logging:713 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 18:26:31.693 | + functions:setup_systemd_logging:715 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:26:31.715 | + functions:setup_systemd_logging:716 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:26:31.738 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 18:26:31.761 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-04-16 18:26:31.764 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-04-16 18:26:31.788 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-04-16 18:26:31.811 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-16 18:26:31.833 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-04-16 18:26:31.855 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-04-16 18:26:31.877 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-04-16 18:26:31.899 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-04-16 18:26:31.921 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-16 18:26:31.945 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-04-16 18:26:31.968 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-04-16 18:26:31.992 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-04-16 18:26:32.014 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-04-16 18:26:32.018 | + lib/glance:configure_glance:410 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2025-04-16 18:26:32.022 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2025-04-16 18:26:32.033 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:26:32.035 | + lib/glance:configure_glance:420 : [[ False == False ]] 2025-04-16 18:26:32.037 | + lib/glance:configure_glance:421 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /opt/stack/data/venv/bin/glance-wsgi-api /image 2025-04-16 18:26:32.039 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2025-04-16 18:26:32.041 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 18:26:32.042 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2025-04-16 18:26:32.045 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 18:26:32.048 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2025-04-16 18:26:32.050 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2025-04-16 18:26:32.053 | + lib/apache:write_local_uwsgi_http_config:316 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 18:26:32.079 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2025-04-16 18:26:32.081 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-04-16 18:26:32.083 | ++ functions:get_random_port:848 : true 2025-04-16 18:26:32.085 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-04-16 18:26:32.087 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-04-16 18:26:32.089 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-04-16 18:26:32.140 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-04-16 18:26:32.142 | ++ functions:get_random_port:852 : break 2 2025-04-16 18:26:32.144 | ++ functions:get_random_port:856 : echo 60999 2025-04-16 18:26:32.146 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2025-04-16 18:26:32.148 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-04-16 18:26:32.172 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-04-16 18:26:32.195 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-04-16 18:26:32.219 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-04-16 18:26:32.242 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 18:26:32.268 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-04-16 18:26:32.292 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-04-16 18:26:32.315 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-04-16 18:26:32.337 | + lib/apache:write_local_uwsgi_http_config:330 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 18:26:32.358 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 18:26:32.380 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 18:26:32.402 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 18:26:32.424 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-04-16 18:26:32.445 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 18:26:32.467 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-04-16 18:26:32.489 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-04-16 18:26:32.512 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-04-16 18:26:32.537 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-04-16 18:26:32.560 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-04-16 18:26:32.583 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2025-04-16 18:26:32.586 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2025-04-16 18:26:32.588 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 18:26:32.589 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:32.591 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:32.593 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-04-16 18:26:32.595 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2025-04-16 18:26:32.624 | proxy (enabled by site administrator) 2025-04-16 18:26:32.626 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2025-04-16 18:26:32.628 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2025-04-16 18:26:32.630 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 18:26:32.632 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:32.634 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:32.635 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-04-16 18:26:32.637 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2025-04-16 18:26:32.665 | No module matches proxy_http 2025-04-16 18:26:32.667 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2025-04-16 18:26:32.699 | Considering dependency proxy for proxy_http: 2025-04-16 18:26:32.700 | Module proxy already enabled 2025-04-16 18:26:32.700 | Enabling module proxy_http. 2025-04-16 18:26:32.703 | To activate the new configuration, you need to run: 2025-04-16 18:26:32.703 | systemctl restart apache2 2025-04-16 18:26:32.707 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2025-04-16 18:26:32.708 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 18:26:32.710 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 18:26:32.712 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 18:26:32.817 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2025-04-16 18:26:32.820 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2025-04-16 18:26:32.821 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2025-04-16 18:26:32.823 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 18:26:32.825 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:32.827 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:32.829 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 18:26:32.831 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 18:26:32.834 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 18:26:32.834 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2025-04-16 18:26:32.840 | KeepAlive Off 2025-04-16 18:26:32.844 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 18:26:32.844 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2025-04-16 18:26:32.850 | SetEnv proxy-sendchunked 1 2025-04-16 18:26:32.853 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 18:26:32.853 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2025-04-16 18:26:32.859 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2025-04-16 18:26:32.862 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2025-04-16 18:26:32.864 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2025-04-16 18:26:32.865 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 18:26:32.867 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 18:26:32.869 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 18:26:32.870 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:32.872 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:32.874 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 18:26:32.876 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 18:26:32.878 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:32.879 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:32.881 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2025-04-16 18:26:32.912 | Enabling site glance-wsgi-api. 2025-04-16 18:26:32.916 | To activate the new configuration, you need to run: 2025-04-16 18:26:32.916 | systemctl reload apache2 2025-04-16 18:26:32.919 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2025-04-16 18:26:32.921 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 18:26:32.923 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 18:26:32.925 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 18:26:33.020 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-04-16 18:26:33.024 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-04-16 18:26:33.048 | + lib/glance:configure_glance:434 : [[ True == True ]] 2025-04-16 18:26:33.050 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2025-04-16 18:26:33.076 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2025-04-16 18:26:33.099 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2025-04-16 18:26:33.122 | + stack.sh:main:951 : is_service_enabled cinder 2025-04-16 18:26:33.135 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:33.137 | + stack.sh:main:953 : stack_install_service cinder 2025-04-16 18:26:33.138 | + lib/stack:stack_install_service:20 : local service=cinder 2025-04-16 18:26:33.140 | + lib/stack:stack_install_service:21 : type install_cinder 2025-04-16 18:26:33.143 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 18:26:33.145 | + lib/stack:stack_install_service:32 : install_cinder 2025-04-16 18:26:33.147 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2025-04-16 18:26:33.148 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2025-04-16 18:26:33.150 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2025-04-16 18:26:33.152 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 18:26:33.153 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 18:26:33.155 | ++ functions-common:git_clone:576 : pwd 2025-04-16 18:26:33.158 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 18:26:33.159 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 18:26:33.161 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 18:26:33.174 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 18:26:33.175 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 18:26:33.177 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 18:26:33.179 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 18:26:33.181 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 18:26:33.181 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 18:26:33.185 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2025-04-16 18:26:33.186 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 18:26:33.188 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-16 18:26:33.190 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:26:33.191 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:26:33.193 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:26:33.195 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:26:33.196 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:26:33.198 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:26:33.200 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:26:33.201 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:26:33.204 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:26:33.206 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827993204 2025-04-16 18:26:33.208 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-16 18:26:33.211 | Cloning into '/opt/stack//cinder'... 2025-04-16 18:26:36.849 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:26:36.851 | + functions-common:time_stop:2400 : local name 2025-04-16 18:26:36.853 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:26:36.855 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:26:36.857 | + functions-common:time_stop:2403 : local total 2025-04-16 18:26:36.859 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:26:36.860 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:26:36.862 | + functions-common:time_stop:2407 : start_time=1744827993204 2025-04-16 18:26:36.864 | + functions-common:time_stop:2409 : [[ -z 1744827993204 ]] 2025-04-16 18:26:36.866 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:26:36.869 | + functions-common:time_stop:2412 : end_time=1744827996867 2025-04-16 18:26:36.871 | + functions-common:time_stop:2413 : elapsed_time=3663 2025-04-16 18:26:36.873 | + functions-common:time_stop:2414 : total=15055 2025-04-16 18:26:36.874 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:26:36.876 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=18718 2025-04-16 18:26:36.878 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2025-04-16 18:26:36.880 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 18:26:36.881 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:26:36.883 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:26:36.885 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:26:36.887 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:26:36.889 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:26:36.890 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:26:36.892 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:26:36.894 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:26:36.896 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:26:36.899 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827996897 2025-04-16 18:26:36.901 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 18:26:39.830 | From https://opendev.org/openstack/cinder 2025-04-16 18:26:39.830 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 18:26:39.834 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:26:39.836 | + functions-common:time_stop:2400 : local name 2025-04-16 18:26:39.838 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:26:39.839 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:26:39.841 | + functions-common:time_stop:2403 : local total 2025-04-16 18:26:39.843 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:26:39.845 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:26:39.846 | + functions-common:time_stop:2407 : start_time=1744827996897 2025-04-16 18:26:39.848 | + functions-common:time_stop:2409 : [[ -z 1744827996897 ]] 2025-04-16 18:26:39.850 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:26:39.853 | + functions-common:time_stop:2412 : end_time=1744827999851 2025-04-16 18:26:39.855 | + functions-common:time_stop:2413 : elapsed_time=2954 2025-04-16 18:26:39.857 | + functions-common:time_stop:2414 : total=18718 2025-04-16 18:26:39.858 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:26:39.860 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21672 2025-04-16 18:26:39.862 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 18:26:39.864 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:26:39.866 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:26:39.868 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:26:39.870 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:26:39.871 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:26:39.873 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:26:39.875 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:26:39.877 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:26:39.880 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:26:39.882 | + functions-common:time_start:2391 : _TIME_START[$name]=1744827999880 2025-04-16 18:26:39.884 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 18:26:40.119 | Note: switching to 'FETCH_HEAD'. 2025-04-16 18:26:40.119 | 2025-04-16 18:26:40.119 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 18:26:40.119 | changes and commit them, and you can discard any commits you make in this 2025-04-16 18:26:40.119 | state without impacting any branches by switching back to a branch. 2025-04-16 18:26:40.119 | 2025-04-16 18:26:40.119 | If you want to create a new branch to retain commits you create, you may 2025-04-16 18:26:40.119 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 18:26:40.119 | 2025-04-16 18:26:40.119 | git switch -c 2025-04-16 18:26:40.119 | 2025-04-16 18:26:40.119 | Or undo this operation with: 2025-04-16 18:26:40.119 | 2025-04-16 18:26:40.119 | git switch - 2025-04-16 18:26:40.119 | 2025-04-16 18:26:40.119 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 18:26:40.119 | 2025-04-16 18:26:40.119 | HEAD is now at a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-16 18:26:40.123 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:26:40.125 | + functions-common:time_stop:2400 : local name 2025-04-16 18:26:40.127 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:26:40.129 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:26:40.130 | + functions-common:time_stop:2403 : local total 2025-04-16 18:26:40.132 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:26:40.134 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:26:40.136 | + functions-common:time_stop:2407 : start_time=1744827999880 2025-04-16 18:26:40.138 | + functions-common:time_stop:2409 : [[ -z 1744827999880 ]] 2025-04-16 18:26:40.140 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:26:40.143 | + functions-common:time_stop:2412 : end_time=1744828000141 2025-04-16 18:26:40.145 | + functions-common:time_stop:2413 : elapsed_time=261 2025-04-16 18:26:40.147 | + functions-common:time_stop:2414 : total=21672 2025-04-16 18:26:40.149 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:26:40.151 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21933 2025-04-16 18:26:40.152 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-04-16 18:26:40.162 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2025-04-16 18:26:40.165 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 18:26:40.165 | + functions-common:git_clone:656 : head -1 2025-04-16 18:26:40.167 | a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-16 18:26:40.169 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 18:26:40.171 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2025-04-16 18:26:40.173 | + inc/python:setup_develop:360 : local bindep 2025-04-16 18:26:40.175 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-16 18:26:40.177 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2025-04-16 18:26:40.179 | + inc/python:setup_develop:366 : local extras= 2025-04-16 18:26:40.180 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-04-16 18:26:40.182 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 18:26:40.184 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-16 18:26:40.186 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2025-04-16 18:26:40.188 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 18:26:40.190 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 18:26:40.193 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2025-04-16 18:26:40.194 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 18:26:40.197 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2025-04-16 18:26:40.199 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 18:26:40.200 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 18:26:40.203 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-04-16 18:26:40.207 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2025-04-16 18:26:40.209 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-04-16 18:26:40.539 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2025-04-16 18:26:40.541 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 18:26:40.543 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 18:26:40.546 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 18:26:40.547 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2025-04-16 18:26:40.549 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2025-04-16 18:26:40.551 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 18:26:40.553 | + inc/python:setup_package:450 : local extras= 2025-04-16 18:26:40.555 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 18:26:40.557 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 18:26:40.559 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 18:26:40.561 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 18:26:40.563 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 18:26:40.565 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2025-04-16 18:26:40.580 | Using python 3.10 to install /opt/stack/cinder 2025-04-16 18:26:40.582 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2025-04-16 18:26:41.475 | Obtaining file:///opt/stack/cinder 2025-04-16 18:26:41.476 | Preparing metadata (setup.py): started 2025-04-16 18:26:42.022 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 18:26:42.110 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.11.1) 2025-04-16 18:26:42.111 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.1) 2025-04-16 18:26:42.112 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.33.3) 2025-04-16 18:26:42.113 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.0.2) 2025-04-16 18:26:42.113 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.22.0) 2025-04-16 18:26:42.114 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.0.1) 2025-04-16 18:26:42.115 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.1.0) 2025-04-16 18:26:42.115 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.17.3) 2025-04-16 18:26:42.116 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.0) 2025-04-16 18:26:42.117 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (10.4.1) 2025-04-16 18:26:42.434 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev23) 2025-04-16 18:26:42.437 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.6 kB) 2025-04-16 18:26:42.462 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev23) 2025-04-16 18:26:42.464 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 18:26:42.466 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (9.2.0) 2025-04-16 18:26:42.467 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 18:26:42.467 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 18:26:42.468 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.1.1) 2025-04-16 18:26:42.469 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.2) 2025-04-16 18:26:42.470 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.4.2) 2025-04-16 18:26:42.470 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 18:26:42.471 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.2.1) 2025-04-16 18:26:42.472 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.0) 2025-04-16 18:26:42.472 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.1.0) 2025-04-16 18:26:42.473 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (7.1.0) 2025-04-16 18:26:42.474 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.1) 2025-04-16 18:26:42.475 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.1) 2025-04-16 18:26:42.475 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.2.0) 2025-04-16 18:26:42.476 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.2.1) 2025-04-16 18:26:42.515 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev23) 2025-04-16 18:26:42.517 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 18:26:42.518 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.1.0) 2025-04-16 18:26:42.520 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (23.1) 2025-04-16 18:26:42.558 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev23) 2025-04-16 18:26:42.560 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2025-04-16 18:26:42.564 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.5.2) 2025-04-16 18:26:42.564 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.1) 2025-04-16 18:26:42.564 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.5) 2025-04-16 18:26:42.564 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.9) 2025-04-16 18:26:42.565 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.6.1) 2025-04-16 18:26:42.599 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev23) 2025-04-16 18:26:42.601 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 18:26:42.603 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 18:26:42.670 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev23) 2025-04-16 18:26:42.672 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 18:26:42.703 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev23) 2025-04-16 18:26:42.705 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 18:26:42.707 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2023.3) 2025-04-16 18:26:42.708 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.28.2) 2025-04-16 18:26:42.708 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.5.1) 2025-04-16 18:26:42.710 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.4.0) 2025-04-16 18:26:42.735 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev23) 2025-04-16 18:26:42.736 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-04-16 18:26:42.741 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.16.0) 2025-04-16 18:26:42.742 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.4.41) 2025-04-16 18:26:42.743 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.0) 2025-04-16 18:26:42.764 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev23) 2025-04-16 18:26:42.766 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-04-16 18:26:42.769 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.3.1) 2025-04-16 18:26:42.770 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.8.7) 2025-04-16 18:26:42.771 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.1.1) 2025-04-16 18:26:42.812 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev23) 2025-04-16 18:26:42.815 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-04-16 18:26:42.816 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.4.2) 2025-04-16 18:26:42.817 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.0) 2025-04-16 18:26:42.892 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev23) 2025-04-16 18:26:42.894 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2025-04-16 18:26:42.996 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev23) 2025-04-16 18:26:42.998 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-16 18:26:43.000 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.3.0) 2025-04-16 18:26:43.001 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (40.0.2) 2025-04-16 18:26:43.002 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.2.3) 2025-04-16 18:26:43.094 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev23) 2025-04-16 18:26:43.097 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2025-04-16 18:26:43.620 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev23) 2025-04-16 18:26:43.622 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2025-04-16 18:26:44.184 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-16 18:26:44.187 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2025-04-16 18:26:44.189 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from boto3>=1.18.49->cinder==0.0.1.dev23) (1.0.1) 2025-04-16 18:26:44.217 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-16 18:26:44.218 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 18:26:44.248 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev23) (1.15.1) 2025-04-16 18:26:44.262 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev23) (2.3.0) 2025-04-16 18:26:44.420 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 18:26:44.422 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 18:26:44.444 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 18:26:44.445 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-16 18:26:44.541 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 18:26:44.543 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 18:26:44.563 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 18:26:44.565 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-16 18:26:44.598 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev23) (3.15.0) 2025-04-16 18:26:44.618 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (23.1.0) 2025-04-16 18:26:44.619 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (0.19.3) 2025-04-16 18:26:44.645 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev23) (1.7.0) 2025-04-16 18:26:44.667 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.5.0) 2025-04-16 18:26:44.669 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.1.1) 2025-04-16 18:26:44.720 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 18:26:44.722 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-16 18:26:44.757 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 18:26:44.759 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2025-04-16 18:26:44.784 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 18:26:44.786 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-16 18:26:44.814 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev23) (0.18) 2025-04-16 18:26:44.834 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (6.0) 2025-04-16 18:26:44.837 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.5.0) 2025-04-16 18:26:44.843 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (0.8.0) 2025-04-16 18:26:44.843 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.0.0) 2025-04-16 18:26:44.865 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.9.4) 2025-04-16 18:26:44.867 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.0.1) 2025-04-16 18:26:44.868 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (0.5.0) 2025-04-16 18:26:44.895 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (2.8.2) 2025-04-16 18:26:44.896 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (0.9.6) 2025-04-16 18:26:44.923 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.1.1) 2025-04-16 18:26:44.923 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.3.0) 2025-04-16 18:26:44.924 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (2.4.1) 2025-04-16 18:26:44.925 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.2.4) 2025-04-16 18:26:44.926 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.7.0) 2025-04-16 18:26:44.937 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (3.1.2) 2025-04-16 18:26:44.938 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 18:26:44.940 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 18:26:44.961 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev23) (1.0.5) 2025-04-16 18:26:44.986 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->cinder==0.0.1.dev23) (2023.3) 2025-04-16 18:26:45.001 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (1.4.0) 2025-04-16 18:26:45.002 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 18:26:45.013 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (3.7.0) 2025-04-16 18:26:45.026 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev23) (0.11.0) 2025-04-16 18:26:45.057 | Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (0.7.1) 2025-04-16 18:26:45.088 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) 2025-04-16 18:26:45.090 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 18:26:45.091 | Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (1.26.15) 2025-04-16 18:26:45.178 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev23) 2025-04-16 18:26:45.180 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) 2025-04-16 18:26:45.194 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev23) (69.1.1) 2025-04-16 18:26:45.260 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (4.3.0) 2025-04-16 18:26:45.278 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (23.1.1) 2025-04-16 18:26:45.301 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) 2025-04-16 18:26:45.303 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 18:26:45.304 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.15.0) 2025-04-16 18:26:45.390 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.1.0) 2025-04-16 18:26:45.391 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.4) 2025-04-16 18:26:45.392 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (2025.1.31) 2025-04-16 18:26:45.409 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.4.1->cinder==0.0.1.dev23) (0.7) 2025-04-16 18:26:45.446 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev23) 2025-04-16 18:26:45.447 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2025-04-16 18:26:45.600 | Requirement already satisfied: automaton>=1.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.2.0) 2025-04-16 18:26:45.601 | Requirement already satisfied: networkx>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.1) 2025-04-16 18:26:45.603 | Requirement already satisfied: pydot>=1.2.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (1.4.2) 2025-04-16 18:26:45.688 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev23) 2025-04-16 18:26:45.690 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2025-04-16 18:26:45.747 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.2.4) 2025-04-16 18:26:45.764 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.0.0) 2025-04-16 18:26:45.897 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev23) (2.21) 2025-04-16 18:26:45.933 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (0.5.1) 2025-04-16 18:26:45.934 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (2.4.3) 2025-04-16 18:26:46.114 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 18:26:46.116 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-16 18:26:46.118 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev23) (4.22.3) 2025-04-16 18:26:46.218 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (2.1.2) 2025-04-16 18:26:46.417 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (1.1.8) 2025-04-16 18:26:46.443 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.16.0) 2025-04-16 18:26:46.467 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (0.2.6) 2025-04-16 18:26:47.070 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.6.0) 2025-04-16 18:26:47.198 | Requirement already satisfied: jsonpatch<2,>=1 in /opt/stack/data/venv/lib/python3.10/site-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.32) 2025-04-16 18:26:47.409 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (1.8.2) 2025-04-16 18:26:47.485 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch<2,>=1->warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (2.3) 2025-04-16 18:26:47.757 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2025-04-16 18:26:47.761 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2025-04-16 18:26:47.811 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2025-04-16 18:26:47.846 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-04-16 18:26:47.849 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2025-04-16 18:26:47.852 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2025-04-16 18:26:47.856 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2025-04-16 18:26:47.859 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2025-04-16 18:26:47.863 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2025-04-16 18:26:47.867 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2025-04-16 18:26:47.870 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-04-16 18:26:47.873 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2025-04-16 18:26:47.876 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2025-04-16 18:26:47.888 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2025-04-16 18:26:47.940 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2025-04-16 18:26:47.943 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2025-04-16 18:26:47.947 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-04-16 18:26:47.949 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2025-04-16 18:26:47.951 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2025-04-16 18:26:47.955 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2025-04-16 18:26:47.962 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2025-04-16 18:26:47.965 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-04-16 18:26:47.967 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-04-16 18:26:47.970 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-04-16 18:26:47.974 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-04-16 18:26:47.976 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-04-16 18:26:47.979 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-04-16 18:26:47.981 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2025-04-16 18:26:48.533 | Installing collected packages: zstd, voluptuous, pyasn1, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2025-04-16 18:26:51.594 | Running setup.py develop for cinder 2025-04-16 18:26:53.072 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev23 google-api-core-2.11.0 google-api-python-client-2.86.0 google-auth-2.17.3 google-auth-httplib2-0.1.0 googleapis-common-protos-1.59.0 lxml-4.9.2 oauth2client-4.1.3 oslo.versionedobjects-3.2.0 oslo.vmware-4.2.0 paramiko-3.1.0 pyasn1-0.4.8 pyasn1-modules-0.3.0 pynacl-1.5.0 python-glanceclient-4.4.1 python-novaclient-18.4.0 python-swiftclient-4.4.0 pyudev-0.24.1 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-4.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.5.1 2025-04-16 18:26:53.419 | + inc/python:pip_install:222 : result=0 2025-04-16 18:26:53.421 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:26:53.423 | + functions-common:time_stop:2400 : local name 2025-04-16 18:26:53.425 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:26:53.426 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:26:53.428 | + functions-common:time_stop:2403 : local total 2025-04-16 18:26:53.430 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:26:53.432 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:26:53.433 | + functions-common:time_stop:2407 : start_time=1744828000577 2025-04-16 18:26:53.435 | + functions-common:time_stop:2409 : [[ -z 1744828000577 ]] 2025-04-16 18:26:53.438 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:26:53.441 | + functions-common:time_stop:2412 : end_time=1744828013438 2025-04-16 18:26:53.442 | + functions-common:time_stop:2413 : elapsed_time=12861 2025-04-16 18:26:53.444 | + functions-common:time_stop:2414 : total=47015 2025-04-16 18:26:53.446 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:26:53.448 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59876 2025-04-16 18:26:53.450 | + inc/python:pip_install:225 : return 0 2025-04-16 18:26:53.452 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 18:26:53.454 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:26:53.456 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2025-04-16 18:26:53.458 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2025-04-16 18:26:53.460 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:26:53.461 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:26:53.463 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-04-16 18:26:53.465 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:26:53.467 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2025-04-16 18:26:53.469 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2025-04-16 18:26:53.471 | + lib/cinder:install_cinder:521 : is_ubuntu 2025-04-16 18:26:53.473 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:53.475 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:53.476 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2025-04-16 18:26:53.486 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2025-04-16 18:26:53.488 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 18:26:53.490 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 18:26:53.491 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 18:26:53.493 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 18:26:53.495 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 18:26:53.497 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 18:26:53.499 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:53.501 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:53.503 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 18:26:53.505 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 18:26:53.506 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 18:26:53.508 | + functions-common:apt_get_update:1150 : return 2025-04-16 18:26:53.510 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2025-04-16 18:26:53.512 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 18:26:53.514 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:53.516 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:53.518 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2025-04-16 18:26:53.534 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2025-04-16 18:26:53.594 | Reading package lists... 2025-04-16 18:26:53.809 | Building dependency tree... 2025-04-16 18:26:53.809 | Reading state information... 2025-04-16 18:26:54.019 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-04-16 18:26:54.019 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 18:26:54.023 | + functions-common:apt_get:1194 : result=0 2025-04-16 18:26:54.025 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 18:26:54.027 | + functions-common:time_stop:2400 : local name 2025-04-16 18:26:54.029 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:26:54.031 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:26:54.032 | + functions-common:time_stop:2403 : local total 2025-04-16 18:26:54.035 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:26:54.036 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 18:26:54.038 | + functions-common:time_stop:2407 : start_time=1744828013532 2025-04-16 18:26:54.040 | + functions-common:time_stop:2409 : [[ -z 1744828013532 ]] 2025-04-16 18:26:54.043 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:26:54.046 | + functions-common:time_stop:2412 : end_time=1744828014044 2025-04-16 18:26:54.048 | + functions-common:time_stop:2413 : elapsed_time=512 2025-04-16 18:26:54.050 | + functions-common:time_stop:2414 : total=39940 2025-04-16 18:26:54.052 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:26:54.054 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40452 2025-04-16 18:26:54.056 | + functions-common:apt_get:1198 : return 0 2025-04-16 18:26:54.058 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 18:26:54.059 | + stack.sh:main:954 : configure_cinder 2025-04-16 18:26:54.061 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2025-04-16 18:26:54.071 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2025-04-16 18:26:54.074 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2025-04-16 18:26:54.076 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-04-16 18:26:54.077 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-16 18:26:54.080 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-04-16 18:26:54.080 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-16 18:26:54.084 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-04-16 18:26:54.085 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-04-16 18:26:54.087 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-16 18:26:54.089 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-04-16 18:26:54.090 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-04-16 18:26:54.092 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-04-16 18:26:54.094 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2025-04-16 18:26:54.095 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-04-16 18:26:54.104 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-04-16 18:26:54.113 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2025-04-16 18:26:54.122 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2025-04-16 18:26:54.130 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-04-16 18:26:54.139 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2025-04-16 18:26:54.148 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-16 18:26:54.150 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-16 18:26:54.153 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.dR4UtoA35p 2025-04-16 18:26:54.155 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-16 18:26:54.157 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-16 18:26:54.159 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2025-04-16 18:26:54.160 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.dR4UtoA35p 2025-04-16 18:26:54.163 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.dR4UtoA35p 2025-04-16 18:26:54.171 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.dR4UtoA35p /etc/sudoers.d/cinder-rootwrap 2025-04-16 18:26:54.181 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2025-04-16 18:26:54.184 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-16 18:26:54.185 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-16 18:26:54.187 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-16 18:26:54.189 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-16 18:26:54.191 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-16 18:26:54.193 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-16 18:26:54.195 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-16 18:26:54.195 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-16 18:26:54.201 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-16 18:26:54.204 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-16 18:26:54.212 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-16 18:26:54.221 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-04-16 18:26:54.222 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-04-16 18:26:54.226 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-04-16 18:26:54.229 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-04-16 18:26:54.243 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-04-16 18:26:54.257 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-04-16 18:26:54.271 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-04-16 18:26:54.285 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-04-16 18:26:54.299 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-04-16 18:26:54.314 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-04-16 18:26:54.328 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-04-16 18:26:54.342 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-04-16 18:26:54.343 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 18:26:54.345 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-04-16 18:26:54.347 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 18:26:54.349 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-04-16 18:26:54.373 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-04-16 18:26:54.394 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 18:26:54.416 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-04-16 18:26:54.439 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-04-16 18:26:54.461 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-04-16 18:26:54.483 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-04-16 18:26:54.506 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-04-16 18:26:54.528 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 18:26:54.551 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 18:26:54.574 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-04-16 18:26:54.598 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-04-16 18:26:54.621 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2025-04-16 18:26:54.622 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-04-16 18:26:54.624 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-04-16 18:26:54.626 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2025-04-16 18:26:54.628 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 18:26:54.630 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 18:26:54.632 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 18:26:54.644 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:54.646 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 18:26:54.647 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-16 18:26:54.650 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-16 18:26:54.674 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-04-16 18:26:54.696 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-04-16 18:26:54.718 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-04-16 18:26:54.741 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-04-16 18:26:54.764 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-04-16 18:26:54.786 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-04-16 18:26:54.812 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-04-16 18:26:54.835 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-04-16 18:26:54.860 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2025-04-16 18:26:54.867 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key b5620fb0e2c87d6f868bcdd98f8659ce 2025-04-16 18:26:54.890 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2025-04-16 18:26:54.891 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-04-16 18:26:54.914 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-04-16 18:26:54.937 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-04-16 18:26:54.959 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-04-16 18:26:54.981 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2025-04-16 18:26:55.004 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2025-04-16 18:26:55.026 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2025-04-16 18:26:55.038 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:55.040 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2025-04-16 18:26:55.042 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2025-04-16 18:26:55.044 | + lib/cinder:configure_cinder:338 : local default_name= 2025-04-16 18:26:55.046 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2025-04-16 18:26:55.048 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 18:26:55.050 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2025-04-16 18:26:55.052 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2025-04-16 18:26:55.054 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2025-04-16 18:26:55.056 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2025-04-16 18:26:55.058 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-04-16 18:26:55.060 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-04-16 18:26:55.086 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-16 18:26:55.109 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:36 : iniset /etc/cinder/cinder.conf vsphere vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2025-04-16 18:26:55.131 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-04-16 18:26:55.153 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-04-16 18:26:55.176 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2025-04-16 18:26:55.177 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2025-04-16 18:26:55.179 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2025-04-16 18:26:55.181 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-04-16 18:26:55.204 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2025-04-16 18:26:55.206 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-04-16 18:26:55.228 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2025-04-16 18:26:55.230 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-04-16 18:26:55.232 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2025-04-16 18:26:55.234 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-04-16 18:26:55.256 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2025-04-16 18:26:55.258 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2025-04-16 18:26:55.260 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2025-04-16 18:26:55.273 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:26:55.275 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2025-04-16 18:26:55.287 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:26:55.289 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2025-04-16 18:26:55.301 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:26:55.303 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2025-04-16 18:26:55.305 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-04-16 18:26:55.307 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2025-04-16 18:26:55.308 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2025-04-16 18:26:55.310 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 18:26:55.312 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 18:26:55.314 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 18:26:55.326 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:55.328 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 18:26:55.330 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 18:26:55.332 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 18:26:55.344 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:55.346 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:26:55.349 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:26:55.371 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 18:26:55.373 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 18:26:55.375 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2025-04-16 18:26:55.377 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-04-16 18:26:55.379 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 18:26:55.381 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 18:26:55.394 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 18:26:55.396 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 18:26:55.398 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 18:26:55.399 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 18:26:55.401 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 18:26:55.424 | + functions:setup_systemd_logging:715 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:26:55.446 | + functions:setup_systemd_logging:716 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:26:55.468 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 18:26:55.490 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2025-04-16 18:26:55.503 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:55.505 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2025-04-16 18:26:55.506 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-04-16 18:26:55.508 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 18:26:55.510 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2025-04-16 18:26:55.512 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 18:26:55.514 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 18:26:55.516 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 18:26:55.519 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2025-04-16 18:26:55.520 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 18:26:55.522 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 18:26:55.533 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 18:26:55.533 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 18:26:55.539 | d /var/run/uwsgi 0755 stack root 2025-04-16 18:26:55.542 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 18:26:55.550 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 18:26:55.554 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-04-16 18:26:55.556 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-04-16 18:26:55.559 | + lib/apache:write_uwsgi_config:262 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 18:26:55.583 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-04-16 18:26:55.606 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-04-16 18:26:55.627 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-04-16 18:26:55.649 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 18:26:55.671 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 18:26:55.693 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-04-16 18:26:55.715 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-04-16 18:26:55.737 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-04-16 18:26:55.759 | + lib/apache:write_uwsgi_config:277 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 18:26:55.781 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 18:26:55.804 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 18:26:55.826 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-04-16 18:26:55.848 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 18:26:55.850 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 18:26:55.852 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2025-04-16 18:26:55.854 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2025-04-16 18:26:55.855 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 18:26:55.857 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:55.859 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:55.861 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 18:26:55.863 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 18:26:55.865 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-04-16 18:26:55.888 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 18:26:55.910 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 ' 2025-04-16 18:26:55.910 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 18:26:55.917 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2025-04-16 18:26:55.920 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2025-04-16 18:26:55.922 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2025-04-16 18:26:55.924 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 18:26:55.925 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 18:26:55.927 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 18:26:55.929 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:55.931 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:55.933 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 18:26:55.935 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 18:26:55.936 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:26:55.938 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:26:55.940 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2025-04-16 18:26:55.972 | Enabling site cinder-wsgi. 2025-04-16 18:26:55.975 | To activate the new configuration, you need to run: 2025-04-16 18:26:55.975 | systemctl reload apache2 2025-04-16 18:26:55.979 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 18:26:55.981 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 18:26:55.983 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 18:26:55.984 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 18:26:56.078 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-04-16 18:26:56.080 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2025-04-16 18:26:56.082 | + lib/cinder_plugins/vsphere:configure_cinder_driver:33 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2025-04-16 18:26:56.106 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-04-16 18:26:56.129 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-04-16 18:26:56.151 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-16 18:26:56.173 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-04-16 18:26:56.196 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-04-16 18:26:56.219 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2025-04-16 18:26:56.231 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:26:56.233 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-04-16 18:26:56.235 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 18:26:56.237 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 18:26:56.239 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-16 18:26:56.240 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-04-16 18:26:56.265 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-04-16 18:26:56.288 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-04-16 18:26:56.310 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-04-16 18:26:56.333 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-04-16 18:26:56.356 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-04-16 18:26:56.378 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-04-16 18:26:56.400 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-04-16 18:26:56.423 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-16 18:26:56.445 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-04-16 18:26:56.467 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-04-16 18:26:56.490 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-04-16 18:26:56.513 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2025-04-16 18:26:56.515 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2025-04-16 18:26:56.527 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:56.529 | + lib/cinder:configure_cinder:419 : iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.180.1.21:2379?api_version=v3' 2025-04-16 18:26:56.554 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-16 18:26:56.556 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-16 18:26:56.558 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-04-16 18:26:56.582 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-04-16 18:26:56.606 | + stack.sh:main:957 : is_service_enabled neutron 2025-04-16 18:26:56.619 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:26:56.621 | + stack.sh:main:959 : stack_install_service neutron 2025-04-16 18:26:56.623 | + lib/stack:stack_install_service:20 : local service=neutron 2025-04-16 18:26:56.625 | + lib/stack:stack_install_service:21 : type install_neutron 2025-04-16 18:26:56.626 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 18:26:56.628 | + lib/stack:stack_install_service:32 : install_neutron 2025-04-16 18:26:56.630 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2025-04-16 18:26:56.632 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2025-04-16 18:26:56.634 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:26:56.636 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:26:56.638 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2025-04-16 18:26:56.640 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:26:56.642 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2025-04-16 18:26:56.644 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2025-04-16 18:26:56.645 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2025-04-16 18:26:56.647 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 18:26:56.649 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 18:26:56.651 | ++ functions-common:git_clone:576 : pwd 2025-04-16 18:26:56.653 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 18:26:56.655 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 18:26:56.658 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 18:26:56.670 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 18:26:56.672 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 18:26:56.674 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 18:26:56.676 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 18:26:56.678 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 18:26:56.678 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 18:26:56.682 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2025-04-16 18:26:56.684 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 18:26:56.685 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-16 18:26:56.687 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:26:56.689 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:26:56.691 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:26:56.693 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:26:56.694 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:26:56.696 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:26:56.698 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:26:56.699 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:26:56.702 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:26:56.705 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828016703 2025-04-16 18:26:56.707 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-16 18:26:56.709 | Cloning into '/opt/stack//neutron'... 2025-04-16 18:27:00.198 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:27:00.200 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:00.203 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:00.205 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:00.207 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:00.208 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:00.210 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:27:00.212 | + functions-common:time_stop:2407 : start_time=1744828016703 2025-04-16 18:27:00.214 | + functions-common:time_stop:2409 : [[ -z 1744828016703 ]] 2025-04-16 18:27:00.217 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:00.220 | + functions-common:time_stop:2412 : end_time=1744828020218 2025-04-16 18:27:00.221 | + functions-common:time_stop:2413 : elapsed_time=3515 2025-04-16 18:27:00.225 | + functions-common:time_stop:2414 : total=21933 2025-04-16 18:27:00.227 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:00.229 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=25448 2025-04-16 18:27:00.231 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2025-04-16 18:27:00.236 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 18:27:00.238 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:27:00.240 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:27:00.242 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:27:00.246 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:27:00.248 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:27:00.250 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:27:00.252 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:27:00.254 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:27:00.258 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:27:00.261 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828020259 2025-04-16 18:27:00.263 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 18:27:03.649 | From https://opendev.org/openstack/neutron 2025-04-16 18:27:03.649 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 18:27:03.654 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:27:03.656 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:03.657 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:03.659 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:03.661 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:03.663 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:03.664 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:27:03.666 | + functions-common:time_stop:2407 : start_time=1744828020259 2025-04-16 18:27:03.668 | + functions-common:time_stop:2409 : [[ -z 1744828020259 ]] 2025-04-16 18:27:03.670 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:03.673 | + functions-common:time_stop:2412 : end_time=1744828023671 2025-04-16 18:27:03.675 | + functions-common:time_stop:2413 : elapsed_time=3412 2025-04-16 18:27:03.677 | + functions-common:time_stop:2414 : total=25448 2025-04-16 18:27:03.678 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:03.680 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=28860 2025-04-16 18:27:03.682 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 18:27:03.684 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:27:03.685 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:27:03.687 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:27:03.689 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:27:03.691 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:27:03.692 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:27:03.694 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:27:03.696 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:27:03.698 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:27:03.701 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828023699 2025-04-16 18:27:03.703 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 18:27:03.960 | Note: switching to 'FETCH_HEAD'. 2025-04-16 18:27:03.960 | 2025-04-16 18:27:03.960 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 18:27:03.960 | changes and commit them, and you can discard any commits you make in this 2025-04-16 18:27:03.960 | state without impacting any branches by switching back to a branch. 2025-04-16 18:27:03.960 | 2025-04-16 18:27:03.960 | If you want to create a new branch to retain commits you create, you may 2025-04-16 18:27:03.960 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 18:27:03.960 | 2025-04-16 18:27:03.960 | git switch -c 2025-04-16 18:27:03.960 | 2025-04-16 18:27:03.960 | Or undo this operation with: 2025-04-16 18:27:03.960 | 2025-04-16 18:27:03.960 | git switch - 2025-04-16 18:27:03.960 | 2025-04-16 18:27:03.960 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 18:27:03.960 | 2025-04-16 18:27:03.960 | HEAD is now at feacf1d Merge "Create random named resources in ``TestOvnSbSync``" into stable/2023.2 2025-04-16 18:27:03.965 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:27:03.966 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:03.968 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:03.970 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:03.972 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:03.973 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:03.975 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:27:03.977 | + functions-common:time_stop:2407 : start_time=1744828023699 2025-04-16 18:27:03.978 | + functions-common:time_stop:2409 : [[ -z 1744828023699 ]] 2025-04-16 18:27:03.981 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:03.984 | + functions-common:time_stop:2412 : end_time=1744828023982 2025-04-16 18:27:03.985 | + functions-common:time_stop:2413 : elapsed_time=283 2025-04-16 18:27:03.987 | + functions-common:time_stop:2414 : total=28860 2025-04-16 18:27:03.989 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:03.990 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=29143 2025-04-16 18:27:03.992 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-04-16 18:27:04.002 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2025-04-16 18:27:04.004 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 18:27:04.004 | + functions-common:git_clone:656 : head -1 2025-04-16 18:27:04.007 | feacf1d Merge "Create random named resources in ``TestOvnSbSync``" into stable/2023.2 2025-04-16 18:27:04.009 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 18:27:04.011 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2025-04-16 18:27:04.013 | + inc/python:setup_develop:360 : local bindep 2025-04-16 18:27:04.014 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-16 18:27:04.016 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2025-04-16 18:27:04.018 | + inc/python:setup_develop:366 : local extras= 2025-04-16 18:27:04.020 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-04-16 18:27:04.022 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 18:27:04.024 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-16 18:27:04.025 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2025-04-16 18:27:04.027 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 18:27:04.029 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 18:27:04.032 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2025-04-16 18:27:04.033 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 18:27:04.035 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2025-04-16 18:27:04.037 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 18:27:04.039 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 18:27:04.041 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-04-16 18:27:04.046 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2025-04-16 18:27:04.048 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-04-16 18:27:04.371 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2025-04-16 18:27:04.373 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 18:27:04.375 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 18:27:04.377 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 18:27:04.379 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2025-04-16 18:27:04.381 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2025-04-16 18:27:04.382 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 18:27:04.384 | + inc/python:setup_package:450 : local extras= 2025-04-16 18:27:04.386 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 18:27:04.388 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 18:27:04.390 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 18:27:04.392 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 18:27:04.394 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 18:27:04.396 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2025-04-16 18:27:04.411 | Using python 3.10 to install /opt/stack/neutron 2025-04-16 18:27:04.413 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2025-04-16 18:27:05.234 | Obtaining file:///opt/stack/neutron 2025-04-16 18:27:05.235 | Preparing metadata (setup.py): started 2025-04-16 18:27:05.831 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 18:27:05.906 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.11.1) 2025-04-16 18:27:05.906 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.5.2) 2025-04-16 18:27:05.909 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.0.1) 2025-04-16 18:27:05.909 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.5.1) 2025-04-16 18:27:05.909 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.5.0) 2025-04-16 18:27:05.909 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-04-16 18:27:05.910 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.33.3) 2025-04-16 18:27:06.011 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev13) 2025-04-16 18:27:06.011 | Using cached pecan-1.4.2-py3-none-any.whl 2025-04-16 18:27:06.019 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.22.0) 2025-04-16 18:27:06.020 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.28.2) 2025-04-16 18:27:06.021 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.1.2) 2025-04-16 18:27:06.022 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (10.4.1) 2025-04-16 18:27:06.023 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.8.0) 2025-04-16 18:27:06.023 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.11.0) 2025-04-16 18:27:06.071 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev13) 2025-04-16 18:27:06.074 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 18:27:06.111 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev13) 2025-04-16 18:27:06.113 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 18:27:06.115 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.3.1) 2025-04-16 18:27:06.116 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.4.41) 2025-04-16 18:27:06.116 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.8.7) 2025-04-16 18:27:06.117 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.3.0) 2025-04-16 18:27:06.118 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.9.4) 2025-04-16 18:27:06.119 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.1.0) 2025-04-16 18:27:06.119 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.5.0) 2025-04-16 18:27:06.120 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 18:27:06.121 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (9.2.0) 2025-04-16 18:27:06.122 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 18:27:06.123 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (14.1.1) 2025-04-16 18:27:06.123 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.1.1) 2025-04-16 18:27:06.124 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.3.2) 2025-04-16 18:27:06.125 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (14.4.2) 2025-04-16 18:27:06.126 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 18:27:06.127 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.2.1) 2025-04-16 18:27:06.128 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-04-16 18:27:06.128 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.1.0) 2025-04-16 18:27:06.129 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (7.1.0) 2025-04-16 18:27:06.131 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.1) 2025-04-16 18:27:06.131 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.1) 2025-04-16 18:27:06.133 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.2.0) 2025-04-16 18:27:06.133 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.2.1) 2025-04-16 18:27:06.133 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-04-16 18:27:06.134 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.1.0) 2025-04-16 18:27:06.163 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev13) 2025-04-16 18:27:06.166 | Using cached os_ken-2.7.1-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 18:27:06.188 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev13) 2025-04-16 18:27:06.190 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 18:27:06.220 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev13) 2025-04-16 18:27:06.221 | Using cached ovs-2.17.7-py3-none-any.whl 2025-04-16 18:27:06.264 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev13) 2025-04-16 18:27:06.266 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2025-04-16 18:27:06.268 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (23.1) 2025-04-16 18:27:06.269 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.9.5) 2025-04-16 18:27:06.298 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev13) 2025-04-16 18:27:06.300 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2025-04-16 18:27:06.302 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (23.1.1) 2025-04-16 18:27:06.303 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (18.4.0) 2025-04-16 18:27:06.303 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.5.1) 2025-04-16 18:27:06.333 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev13) 2025-04-16 18:27:06.335 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2025-04-16 18:27:06.367 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev13) 2025-04-16 18:27:06.369 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 18:27:06.371 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.4.1) 2025-04-16 18:27:06.372 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.2.0) 2025-04-16 18:27:06.378 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev13) (1.2.4) 2025-04-16 18:27:06.381 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev13) (1.15.0) 2025-04-16 18:27:06.387 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.3.0) 2025-04-16 18:27:06.388 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.0.2) 2025-04-16 18:27:06.388 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (1.16.0) 2025-04-16 18:27:06.396 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->neutron==0.0.1.dev13) (3.0.9) 2025-04-16 18:27:06.399 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev13) (2.1.2) 2025-04-16 18:27:06.424 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.1.0) 2025-04-16 18:27:06.425 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.7.0) 2025-04-16 18:27:06.448 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (3.1.1) 2025-04-16 18:27:06.449 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (5.2.0) 2025-04-16 18:27:06.497 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev13) 2025-04-16 18:27:06.499 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 18:27:06.565 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev13) 2025-04-16 18:27:06.567 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.8 kB) 2025-04-16 18:27:06.581 | Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (6.0) 2025-04-16 18:27:06.582 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.4) 2025-04-16 18:27:06.583 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.0) 2025-04-16 18:27:06.586 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.32) 2025-04-16 18:27:06.586 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.0.1) 2025-04-16 18:27:06.586 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.1.8) 2025-04-16 18:27:06.586 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (40.0.2) 2025-04-16 18:27:06.594 | Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.2.0->neutron==0.0.1.dev13) (1.0.5) 2025-04-16 18:27:06.619 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev13) 2025-04-16 18:27:06.619 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-04-16 18:27:06.697 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev13) (0.18) 2025-04-16 18:27:06.717 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev13) (2.0.0) 2025-04-16 18:27:06.743 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.0.1) 2025-04-16 18:27:06.744 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.5.0) 2025-04-16 18:27:06.770 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev13) (2.8.2) 2025-04-16 18:27:06.771 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev13) (0.9.6) 2025-04-16 18:27:06.796 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.1.1) 2025-04-16 18:27:06.797 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.3.0) 2025-04-16 18:27:06.798 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.2.4) 2025-04-16 18:27:06.799 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.7.0) 2025-04-16 18:27:06.811 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 18:27:06.812 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 18:27:06.832 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (1.15.1) 2025-04-16 18:27:06.857 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2023.3) 2025-04-16 18:27:06.858 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2023.3) 2025-04-16 18:27:06.871 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev13) (1.4.0) 2025-04-16 18:27:06.872 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 18:27:06.883 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (3.7.0) 2025-04-16 18:27:06.977 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev13) 2025-04-16 18:27:06.979 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-04-16 18:27:07.012 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev13) (69.1.1) 2025-04-16 18:27:07.069 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev13) 2025-04-16 18:27:07.070 | Using cached logutils-0.3.5-py3-none-any.whl 2025-04-16 18:27:07.131 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.3.0) 2025-04-16 18:27:07.132 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.17.3) 2025-04-16 18:27:07.164 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) 2025-04-16 18:27:07.166 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 18:27:07.221 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev13) 2025-04-16 18:27:07.223 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 18:27:07.339 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev13) 2025-04-16 18:27:07.341 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB) 2025-04-16 18:27:07.408 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.1.0) 2025-04-16 18:27:07.409 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.4) 2025-04-16 18:27:07.412 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (1.26.15) 2025-04-16 18:27:07.412 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (2025.1.31) 2025-04-16 18:27:07.427 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==0.0.1.dev13) (0.7) 2025-04-16 18:27:07.569 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==0.0.1.dev13) (0.13.1) 2025-04-16 18:27:07.602 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.0.0) 2025-04-16 18:27:07.673 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (2.21) 2025-04-16 18:27:07.706 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.5.1) 2025-04-16 18:27:07.707 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (2.4.3) 2025-04-16 18:27:07.708 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (6.0.1) 2025-04-16 18:27:07.895 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==0.0.1.dev13) (2.3) 2025-04-16 18:27:07.928 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (23.1.0) 2025-04-16 18:27:07.929 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.19.3) 2025-04-16 18:27:08.050 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (3.1.0) 2025-04-16 18:27:08.051 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (4.9.2) 2025-04-16 18:27:08.148 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.16.0) 2025-04-16 18:27:08.169 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (0.2.6) 2025-04-16 18:27:08.549 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.6.0) 2025-04-16 18:27:08.781 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (1.8.2) 2025-04-16 18:27:08.822 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (3.15.0) 2025-04-16 18:27:08.898 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (1.5.0) 2025-04-16 18:27:09.139 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2025-04-16 18:27:09.146 | Using cached os_ken-2.7.1-py3-none-any.whl (2.0 MB) 2025-04-16 18:27:09.160 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-04-16 18:27:09.162 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2025-04-16 18:27:09.165 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2025-04-16 18:27:09.170 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2025-04-16 18:27:09.174 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2025-04-16 18:27:09.177 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2025-04-16 18:27:09.181 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-04-16 18:27:09.184 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2025-04-16 18:27:09.186 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2025-04-16 18:27:09.189 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2025-04-16 18:27:09.191 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB) 2025-04-16 18:27:09.195 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-04-16 18:27:09.615 | Installing collected packages: sortedcontainers, pyroute2, logutils, simplejson, setproctitle, ovs, os-traits, os-resource-classes, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron 2025-04-16 18:27:12.329 | Running setup.py develop for neutron 2025-04-16 18:27:13.787 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev13 neutron-lib-3.8.2 os-client-config-2.1.0 os-ken-2.7.1 os-resource-classes-1.1.0 os-traits-3.0.0 os-vif-3.2.0 osc-lib-2.8.1 ovs-2.17.7 ovsdbapp-2.4.2 pecan-1.4.2 pyroute2-0.7.7 python-designateclient-5.3.0 python-neutronclient-11.0.0 setproctitle-1.3.2 simplejson-3.19.1 sortedcontainers-2.4.0 2025-04-16 18:27:13.939 | + inc/python:pip_install:222 : result=0 2025-04-16 18:27:13.942 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:27:13.943 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:13.945 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:13.947 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:13.949 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:13.951 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:13.952 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:27:13.954 | + functions-common:time_stop:2407 : start_time=1744828024407 2025-04-16 18:27:13.956 | + functions-common:time_stop:2409 : [[ -z 1744828024407 ]] 2025-04-16 18:27:13.958 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:13.961 | + functions-common:time_stop:2412 : end_time=1744828033959 2025-04-16 18:27:13.963 | + functions-common:time_stop:2413 : elapsed_time=9552 2025-04-16 18:27:13.965 | + functions-common:time_stop:2414 : total=59876 2025-04-16 18:27:13.967 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:13.969 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=69428 2025-04-16 18:27:13.971 | + inc/python:pip_install:225 : return 0 2025-04-16 18:27:13.973 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 18:27:13.975 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:27:13.977 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2025-04-16 18:27:13.979 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2025-04-16 18:27:13.980 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:27:13.982 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:27:13.984 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-04-16 18:27:13.986 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:27:13.988 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2025-04-16 18:27:13.990 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 18:27:13.992 | + stack.sh:main:962 : is_service_enabled nova 2025-04-16 18:27:14.005 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:14.007 | + stack.sh:main:964 : stack_install_service nova 2025-04-16 18:27:14.009 | + lib/stack:stack_install_service:20 : local service=nova 2025-04-16 18:27:14.011 | + lib/stack:stack_install_service:21 : type install_nova 2025-04-16 18:27:14.013 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 18:27:14.015 | + lib/stack:stack_install_service:32 : install_nova 2025-04-16 18:27:14.017 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2025-04-16 18:27:14.019 | + inc/python:use_library_from_git:272 : local name=os-vif 2025-04-16 18:27:14.022 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:27:14.024 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:27:14.025 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2025-04-16 18:27:14.027 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:27:14.029 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2025-04-16 18:27:14.042 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:14.044 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2025-04-16 18:27:14.056 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:14.058 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2025-04-16 18:27:14.071 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:14.073 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova eee200168a40eaad313d384f47686d5c79107f96 2025-04-16 18:27:14.075 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2025-04-16 18:27:14.077 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2025-04-16 18:27:14.078 | + functions-common:git_clone:574 : local git_ref=eee200168a40eaad313d384f47686d5c79107f96 2025-04-16 18:27:14.080 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 18:27:14.082 | ++ functions-common:git_clone:576 : pwd 2025-04-16 18:27:14.084 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 18:27:14.086 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 18:27:14.088 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 18:27:14.100 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 18:27:14.102 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 18:27:14.104 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 18:27:14.106 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 18:27:14.108 | + functions-common:git_clone:593 : echo eee200168a40eaad313d384f47686d5c79107f96 2025-04-16 18:27:14.108 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 18:27:14.112 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//nova ]] 2025-04-16 18:27:14.113 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 18:27:14.115 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-16 18:27:14.117 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:27:14.118 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:27:14.120 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:27:14.122 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:27:14.124 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:27:14.126 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:27:14.127 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:27:14.129 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:27:14.131 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:27:14.134 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828034132 2025-04-16 18:27:14.136 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-16 18:27:14.139 | Cloning into '/opt/stack//nova'... 2025-04-16 18:27:17.819 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:27:17.821 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:17.823 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:17.825 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:17.827 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:17.828 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:17.830 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:27:17.832 | + functions-common:time_stop:2407 : start_time=1744828034132 2025-04-16 18:27:17.834 | + functions-common:time_stop:2409 : [[ -z 1744828034132 ]] 2025-04-16 18:27:17.836 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:17.839 | + functions-common:time_stop:2412 : end_time=1744828037837 2025-04-16 18:27:17.841 | + functions-common:time_stop:2413 : elapsed_time=3705 2025-04-16 18:27:17.842 | + functions-common:time_stop:2414 : total=29143 2025-04-16 18:27:17.844 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:17.846 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=32848 2025-04-16 18:27:17.848 | + functions-common:git_clone:614 : cd /opt/stack//nova 2025-04-16 18:27:17.849 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin eee200168a40eaad313d384f47686d5c79107f96 2025-04-16 18:27:17.851 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:27:17.853 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:27:17.855 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:27:17.856 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:27:17.858 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:27:17.860 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:27:17.862 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:27:17.863 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:27:17.866 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:27:17.869 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828037867 2025-04-16 18:27:17.870 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin eee200168a40eaad313d384f47686d5c79107f96 2025-04-16 18:27:24.835 | From https://opendev.org/openstack/nova 2025-04-16 18:27:24.835 | * branch eee200168a40eaad313d384f47686d5c79107f96 -> FETCH_HEAD 2025-04-16 18:27:24.870 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:27:24.872 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:24.874 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:24.875 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:24.877 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:24.879 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:24.881 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:27:24.883 | + functions-common:time_stop:2407 : start_time=1744828037867 2025-04-16 18:27:24.884 | + functions-common:time_stop:2409 : [[ -z 1744828037867 ]] 2025-04-16 18:27:24.887 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:24.890 | + functions-common:time_stop:2412 : end_time=1744828044888 2025-04-16 18:27:24.891 | + functions-common:time_stop:2413 : elapsed_time=7021 2025-04-16 18:27:24.893 | + functions-common:time_stop:2414 : total=32848 2025-04-16 18:27:24.895 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:24.897 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39869 2025-04-16 18:27:24.898 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 18:27:24.900 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:27:24.902 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:27:24.904 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:27:24.906 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:27:24.907 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:27:24.909 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:27:24.911 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:27:24.913 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:27:24.915 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:27:24.918 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828044916 2025-04-16 18:27:24.920 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 18:27:25.216 | Note: switching to 'FETCH_HEAD'. 2025-04-16 18:27:25.216 | 2025-04-16 18:27:25.216 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 18:27:25.216 | changes and commit them, and you can discard any commits you make in this 2025-04-16 18:27:25.216 | state without impacting any branches by switching back to a branch. 2025-04-16 18:27:25.216 | 2025-04-16 18:27:25.216 | If you want to create a new branch to retain commits you create, you may 2025-04-16 18:27:25.216 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 18:27:25.216 | 2025-04-16 18:27:25.216 | git switch -c 2025-04-16 18:27:25.216 | 2025-04-16 18:27:25.216 | Or undo this operation with: 2025-04-16 18:27:25.216 | 2025-04-16 18:27:25.216 | git switch - 2025-04-16 18:27:25.216 | 2025-04-16 18:27:25.216 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 18:27:25.216 | 2025-04-16 18:27:25.216 | HEAD is now at eee2001 Allow best effort sending of notifications 2025-04-16 18:27:25.220 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:27:25.222 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:25.224 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:25.226 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:25.228 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:25.230 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:25.232 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:27:25.233 | + functions-common:time_stop:2407 : start_time=1744828044916 2025-04-16 18:27:25.235 | + functions-common:time_stop:2409 : [[ -z 1744828044916 ]] 2025-04-16 18:27:25.238 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:25.241 | + functions-common:time_stop:2412 : end_time=1744828045239 2025-04-16 18:27:25.243 | + functions-common:time_stop:2413 : elapsed_time=323 2025-04-16 18:27:25.244 | + functions-common:time_stop:2414 : total=39869 2025-04-16 18:27:25.246 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:25.248 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40192 2025-04-16 18:27:25.250 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2025-04-16 18:27:25.261 | + functions-common:git_clone:655 : cd /opt/stack//nova 2025-04-16 18:27:25.263 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 18:27:25.263 | + functions-common:git_clone:656 : head -1 2025-04-16 18:27:25.274 | eee2001 Allow best effort sending of notifications 2025-04-16 18:27:25.285 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 18:27:25.287 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2025-04-16 18:27:25.289 | + inc/python:setup_develop:360 : local bindep 2025-04-16 18:27:25.291 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2025-04-16 18:27:25.292 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2025-04-16 18:27:25.294 | + inc/python:setup_develop:366 : local extras= 2025-04-16 18:27:25.296 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-04-16 18:27:25.298 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 18:27:25.300 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2025-04-16 18:27:25.302 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2025-04-16 18:27:25.304 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 18:27:25.305 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 18:27:25.308 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2025-04-16 18:27:25.309 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 18:27:25.312 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2025-04-16 18:27:25.314 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 18:27:25.316 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 18:27:25.318 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-04-16 18:27:25.322 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2025-04-16 18:27:25.324 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-04-16 18:27:25.644 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2025-04-16 18:27:25.647 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 18:27:25.649 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 18:27:25.650 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 18:27:25.652 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2025-04-16 18:27:25.654 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2025-04-16 18:27:25.656 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 18:27:25.658 | + inc/python:setup_package:450 : local extras= 2025-04-16 18:27:25.660 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 18:27:25.662 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 18:27:25.664 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 18:27:25.666 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 18:27:25.667 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 18:27:25.669 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2025-04-16 18:27:25.685 | Using python 3.10 to install /opt/stack/nova 2025-04-16 18:27:25.687 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2025-04-16 18:27:26.512 | Obtaining file:///opt/stack/nova 2025-04-16 18:27:26.513 | Preparing metadata (setup.py): started 2025-04-16 18:27:27.131 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 18:27:27.222 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.11.1) 2025-04-16 18:27:27.222 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.4.41) 2025-04-16 18:27:27.225 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.1.1) 2025-04-16 18:27:27.225 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.33.3) 2025-04-16 18:27:27.225 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.1.2) 2025-04-16 18:27:27.225 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (10.4.1) 2025-04-16 18:27:27.226 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.9.2) 2025-04-16 18:27:27.227 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.5.1) 2025-04-16 18:27:27.228 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (40.0.2) 2025-04-16 18:27:27.228 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.8.7) 2025-04-16 18:27:27.229 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.0.2) 2025-04-16 18:27:27.230 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.0.1) 2025-04-16 18:27:27.231 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.5.2) 2025-04-16 18:27:27.232 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.7.0) 2025-04-16 18:27:27.233 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.9.4) 2025-04-16 18:27:27.233 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.8.0) 2025-04-16 18:27:27.234 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.11.0) 2025-04-16 18:27:27.235 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.1.0) 2025-04-16 18:27:27.236 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.1.0) 2025-04-16 18:27:27.237 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.17.3) 2025-04-16 18:27:27.238 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (9.4.0) 2025-04-16 18:27:27.238 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.3.0) 2025-04-16 18:27:27.239 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (11.0.0) 2025-04-16 18:27:27.240 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.4.1) 2025-04-16 18:27:27.241 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.28.2) 2025-04-16 18:27:27.242 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.1.0) 2025-04-16 18:27:27.355 | Collecting websockify>=0.9.0 (from nova==0.0.1.dev17) 2025-04-16 18:27:27.355 | Using cached websockify-0.10.0-py3-none-any.whl 2025-04-16 18:27:27.362 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.5.0) 2025-04-16 18:27:27.363 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.0) 2025-04-16 18:27:27.364 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (9.2.0) 2025-04-16 18:27:27.365 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.0) 2025-04-16 18:27:27.366 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.3.2) 2025-04-16 18:27:27.367 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.2.0) 2025-04-16 18:27:27.367 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.1.0) 2025-04-16 18:27:27.368 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.1) 2025-04-16 18:27:27.369 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.2.0) 2025-04-16 18:27:27.373 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.2.1) 2025-04-16 18:27:27.373 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (14.1.1) 2025-04-16 18:27:27.373 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (7.1.0) 2025-04-16 18:27:27.373 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (14.4.2) 2025-04-16 18:27:27.373 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.2.1) 2025-04-16 18:27:27.374 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.0) 2025-04-16 18:27:27.374 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.1.1) 2025-04-16 18:27:27.375 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.1) 2025-04-16 18:27:27.376 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.0.0) 2025-04-16 18:27:27.377 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.0) 2025-04-16 18:27:27.378 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.9.5) 2025-04-16 18:27:27.378 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.0) 2025-04-16 18:27:27.379 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.4.2) 2025-04-16 18:27:27.380 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.1.0) 2025-04-16 18:27:27.381 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.0.0) 2025-04-16 18:27:27.381 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.0) 2025-04-16 18:27:27.382 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.3.0) 2025-04-16 18:27:27.405 | Collecting microversion-parse>=0.2.1 (from nova==0.0.1.dev17) 2025-04-16 18:27:27.408 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 18:27:27.410 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.2.0) 2025-04-16 18:27:27.410 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.2.3) 2025-04-16 18:27:27.411 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.3.4) 2025-04-16 18:27:27.412 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.7.0) 2025-04-16 18:27:27.413 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.8.2) 2025-04-16 18:27:27.414 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.4.1) 2025-04-16 18:27:27.415 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.5.1) 2025-04-16 18:27:27.415 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.0) 2025-04-16 18:27:27.416 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (23.1) 2025-04-16 18:27:27.422 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.0.1.dev17) (1.2.4) 2025-04-16 18:27:27.432 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.16.0->nova==0.0.1.dev17) (5.6.1) 2025-04-16 18:27:27.451 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.0.1.dev17) (1.15.1) 2025-04-16 18:27:27.464 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev17) (2.3.0) 2025-04-16 18:27:27.465 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev17) (1.16.0) 2025-04-16 18:27:27.477 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.0.1.dev17) (2.1.2) 2025-04-16 18:27:27.496 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev17) (23.1.0) 2025-04-16 18:27:27.497 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev17) (0.19.3) 2025-04-16 18:27:27.545 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev17) (3.1.1) 2025-04-16 18:27:27.546 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev17) (5.2.0) 2025-04-16 18:27:27.572 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.4.4) 2025-04-16 18:27:27.572 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.4.0) 2025-04-16 18:27:27.575 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.32) 2025-04-16 18:27:27.575 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.0.1) 2025-04-16 18:27:27.575 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.1.8) 2025-04-16 18:27:27.585 | Requirement already satisfied: os-win>=5.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev17) (5.9.0) 2025-04-16 18:27:27.588 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev17) (6.3.1) 2025-04-16 18:27:27.609 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev17) (2.5.0) 2025-04-16 18:27:27.611 | Requirement already satisfied: ovsdbapp>=0.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev17) (2.4.2) 2025-04-16 18:27:27.613 | Requirement already satisfied: pyroute2>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev17) (0.7.7) 2025-04-16 18:27:27.639 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=5.0.1->nova==0.0.1.dev17) (0.18) 2025-04-16 18:27:27.709 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev17) (2.0.1) 2025-04-16 18:27:27.710 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev17) (0.5.0) 2025-04-16 18:27:27.746 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->nova==0.0.1.dev17) (0.9.6) 2025-04-16 18:27:27.773 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev17) (5.1.1) 2025-04-16 18:27:27.774 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev17) (5.3.0) 2025-04-16 18:27:27.775 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev17) (5.2.4) 2025-04-16 18:27:27.776 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev17) (0.7.0) 2025-04-16 18:27:27.789 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev17) (4.0.1) 2025-04-16 18:27:27.791 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev17) (4.0.1) 2025-04-16 18:27:27.813 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->nova==0.0.1.dev17) (1.0.5) 2025-04-16 18:27:27.840 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev17) (2023.3) 2025-04-16 18:27:27.841 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev17) (2023.3) 2025-04-16 18:27:27.855 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev17) (1.4.0) 2025-04-16 18:27:27.856 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev17) (4.0.1) 2025-04-16 18:27:27.881 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->nova==0.0.1.dev17) (3.0.9) 2025-04-16 18:27:27.926 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.1->nova==0.0.1.dev17) (1.5.0) 2025-04-16 18:27:27.938 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.0.1.dev17) (69.1.1) 2025-04-16 18:27:27.977 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev17) (0.2.6) 2025-04-16 18:27:28.039 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev17) (23.1.1) 2025-04-16 18:27:28.040 | Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev17) (2.0.1) 2025-04-16 18:27:28.041 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev17) (1.15.0) 2025-04-16 18:27:28.060 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev17) (4.3.0) 2025-04-16 18:27:28.062 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev17) (2.1.0) 2025-04-16 18:27:28.063 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev17) (2.8.1) 2025-04-16 18:27:28.065 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev17) (3.19.1) 2025-04-16 18:27:28.095 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev17) (3.1.0) 2025-04-16 18:27:28.096 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev17) (3.4) 2025-04-16 18:27:28.096 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev17) (1.26.15) 2025-04-16 18:27:28.097 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev17) (2025.1.31) 2025-04-16 18:27:28.140 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->nova==0.0.1.dev17) (0.7) 2025-04-16 18:27:28.264 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->nova==0.0.1.dev17) (0.13.1) 2025-04-16 18:27:28.560 | Collecting numpy (from websockify>=0.9.0->nova==0.0.1.dev17) 2025-04-16 18:27:28.563 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-04-16 18:27:28.580 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.0.1.dev17) (5.0.0) 2025-04-16 18:27:28.683 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->nova==0.0.1.dev17) (2.21) 2025-04-16 18:27:28.717 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (0.5.1) 2025-04-16 18:27:28.718 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (2.4.3) 2025-04-16 18:27:28.719 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (6.0.1) 2025-04-16 18:27:28.861 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==0.0.1.dev17) (2.3) 2025-04-16 18:27:29.008 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.0.1.dev17) (0.16.0) 2025-04-16 18:27:29.028 | Requirement already satisfied: ovs>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev17) (2.17.7) 2025-04-16 18:27:29.395 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.0.1.dev17) (2.6.0) 2025-04-16 18:27:29.712 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (1.8.2) 2025-04-16 18:27:29.752 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (3.15.0) 2025-04-16 18:27:29.795 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev17) (2.4.0) 2025-04-16 18:27:29.988 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-04-16 18:27:29.997 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-04-16 18:27:30.526 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-04-16 18:27:32.400 | Running setup.py develop for nova 2025-04-16 18:27:33.903 | Successfully installed microversion-parse-1.0.1 nova-0.0.1.dev17 numpy-1.24.2 websockify-0.10.0 2025-04-16 18:27:34.053 | + inc/python:pip_install:222 : result=0 2025-04-16 18:27:34.055 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:27:34.057 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:34.059 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:34.061 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:34.063 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:34.065 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:34.067 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:27:34.069 | + functions-common:time_stop:2407 : start_time=1744828045681 2025-04-16 18:27:34.070 | + functions-common:time_stop:2409 : [[ -z 1744828045681 ]] 2025-04-16 18:27:34.073 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:34.076 | + functions-common:time_stop:2412 : end_time=1744828054074 2025-04-16 18:27:34.078 | + functions-common:time_stop:2413 : elapsed_time=8393 2025-04-16 18:27:34.079 | + functions-common:time_stop:2414 : total=69428 2025-04-16 18:27:34.081 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:34.083 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=77821 2025-04-16 18:27:34.085 | + inc/python:pip_install:225 : return 0 2025-04-16 18:27:34.087 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 18:27:34.089 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:27:34.091 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2025-04-16 18:27:34.093 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2025-04-16 18:27:34.095 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:27:34.097 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:27:34.099 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-04-16 18:27:34.101 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:27:34.103 | + lib/nova:install_nova:972 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2025-04-16 18:27:34.114 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 18:27:34.117 | + stack.sh:main:965 : configure_nova 2025-04-16 18:27:34.119 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2025-04-16 18:27:34.128 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2025-04-16 18:27:34.130 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-04-16 18:27:34.132 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-16 18:27:34.135 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-04-16 18:27:34.135 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-16 18:27:34.139 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-04-16 18:27:34.140 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-04-16 18:27:34.142 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-16 18:27:34.144 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-04-16 18:27:34.146 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-04-16 18:27:34.148 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-04-16 18:27:34.150 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2025-04-16 18:27:34.152 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-04-16 18:27:34.160 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-04-16 18:27:34.170 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2025-04-16 18:27:34.178 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2025-04-16 18:27:34.187 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-04-16 18:27:34.197 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2025-04-16 18:27:34.206 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-16 18:27:34.208 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-16 18:27:34.212 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.hH4VCTHy7R 2025-04-16 18:27:34.214 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-16 18:27:34.216 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-16 18:27:34.218 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2025-04-16 18:27:34.220 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-16 18:27:34.222 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-16 18:27:34.224 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.hH4VCTHy7R 2025-04-16 18:27:34.227 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.hH4VCTHy7R 2025-04-16 18:27:34.236 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.hH4VCTHy7R /etc/sudoers.d/nova-rootwrap 2025-04-16 18:27:34.245 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2025-04-16 18:27:34.249 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-16 18:27:34.251 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-16 18:27:34.253 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-16 18:27:34.255 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-16 18:27:34.256 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-16 18:27:34.258 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-16 18:27:34.261 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-16 18:27:34.261 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-16 18:27:34.267 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-16 18:27:34.270 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-16 18:27:34.279 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-16 18:27:34.287 | + lib/nova:configure_nova:258 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-04-16 18:27:34.289 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-04-16 18:27:34.293 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2025-04-16 18:27:34.305 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:34.307 | + lib/nova:configure_nova:361 : create_nova_conf 2025-04-16 18:27:34.309 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2025-04-16 18:27:34.311 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2025-04-16 18:27:34.314 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-04-16 18:27:34.336 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2025-04-16 18:27:34.338 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-04-16 18:27:34.359 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-04-16 18:27:34.382 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-04-16 18:27:34.404 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-16 18:27:34.427 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2025-04-16 18:27:34.450 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-04-16 18:27:34.473 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-04-16 18:27:34.494 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-04-16 18:27:34.515 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-04-16 18:27:34.537 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-04-16 18:27:34.558 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-04-16 18:27:34.579 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-04-16 18:27:34.602 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2025-04-16 18:27:34.624 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2025-04-16 18:27:34.645 | + lib/nova:create_nova_conf:459 : is_fedora 2025-04-16 18:27:34.647 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 18:27:34.648 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 18:27:34.650 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 18:27:34.652 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 18:27:34.654 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 18:27:34.656 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 18:27:34.657 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 18:27:34.659 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 18:27:34.661 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 18:27:34.663 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 18:27:34.665 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 18:27:34.666 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 18:27:34.668 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 18:27:34.670 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2025-04-16 18:27:34.682 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:34.684 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 18:27:34.685 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2025-04-16 18:27:34.688 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2025-04-16 18:27:34.690 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-16 18:27:34.692 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-16 18:27:34.693 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-16 18:27:34.695 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 18:27:34.697 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 18:27:34.698 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 18:27:34.710 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:34.712 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 18:27:34.714 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 18:27:34.716 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 18:27:34.740 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2025-04-16 18:27:34.742 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-04-16 18:27:34.744 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-04-16 18:27:34.746 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2025-04-16 18:27:34.747 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 18:27:34.749 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 18:27:34.751 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 18:27:34.763 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:34.765 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 18:27:34.767 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-16 18:27:34.769 | + lib/nova:create_nova_conf:482 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-16 18:27:34.794 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2025-04-16 18:27:34.818 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-04-16 18:27:34.840 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-04-16 18:27:34.861 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2025-04-16 18:27:34.874 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:34.876 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2025-04-16 18:27:34.888 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:34.891 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2025-04-16 18:27:34.891 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2025-04-16 18:27:34.895 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2025-04-16 18:27:34.896 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-04-16 18:27:34.918 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2025-04-16 18:27:34.920 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2025-04-16 18:27:34.944 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2025-04-16 18:27:34.965 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2025-04-16 18:27:34.978 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:34.979 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-04-16 18:27:34.981 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-04-16 18:27:34.983 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 18:27:34.985 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 18:27:34.987 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-04-16 18:27:35.011 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-04-16 18:27:35.032 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 18:27:35.054 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-04-16 18:27:35.076 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-04-16 18:27:35.098 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-04-16 18:27:35.120 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-04-16 18:27:35.142 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-04-16 18:27:35.163 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 18:27:35.185 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 18:27:35.207 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2025-04-16 18:27:35.219 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:35.220 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2025-04-16 18:27:35.222 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-04-16 18:27:35.246 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2025-04-16 18:27:35.268 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-04-16 18:27:35.289 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2025-04-16 18:27:35.311 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-04-16 18:27:35.332 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-04-16 18:27:35.355 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2025-04-16 18:27:35.376 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-04-16 18:27:35.398 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2025-04-16 18:27:35.410 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:35.411 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2025-04-16 18:27:35.413 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-04-16 18:27:35.435 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-04-16 18:27:35.458 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2025-04-16 18:27:35.460 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-04-16 18:27:35.482 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2025-04-16 18:27:35.484 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2025-04-16 18:27:35.485 | + lib/nova:create_nova_conf:534 : is_fedora 2025-04-16 18:27:35.487 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 18:27:35.489 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 18:27:35.491 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 18:27:35.492 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 18:27:35.494 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 18:27:35.496 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 18:27:35.498 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 18:27:35.499 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 18:27:35.501 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 18:27:35.503 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 18:27:35.505 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 18:27:35.506 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 18:27:35.508 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 18:27:35.510 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2025-04-16 18:27:35.511 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-04-16 18:27:35.513 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-04-16 18:27:35.516 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 18:27:35.528 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 18:27:35.530 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 18:27:35.532 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 18:27:35.533 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 18:27:35.535 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 18:27:35.558 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:27:35.580 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:27:35.602 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 18:27:35.624 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-04-16 18:27:35.647 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2025-04-16 18:27:35.659 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:35.661 | + lib/nova:create_nova_conf:544 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /opt/stack/data/venv/bin/nova-api-wsgi /compute 2025-04-16 18:27:35.663 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2025-04-16 18:27:35.664 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 18:27:35.666 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2025-04-16 18:27:35.668 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 18:27:35.670 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 18:27:35.672 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 18:27:35.675 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2025-04-16 18:27:35.677 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 18:27:35.679 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 18:27:35.688 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 18:27:35.688 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 18:27:35.694 | d /var/run/uwsgi 0755 stack root 2025-04-16 18:27:35.698 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 18:27:35.706 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 18:27:35.709 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-04-16 18:27:35.711 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-04-16 18:27:35.714 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 18:27:35.737 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-04-16 18:27:35.759 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-04-16 18:27:35.780 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-04-16 18:27:35.802 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 18:27:35.824 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 18:27:35.845 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-04-16 18:27:35.867 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-04-16 18:27:35.889 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-04-16 18:27:35.910 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 18:27:35.932 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 18:27:35.955 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 18:27:35.977 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-04-16 18:27:35.998 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 18:27:36.000 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 18:27:36.002 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2025-04-16 18:27:36.004 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2025-04-16 18:27:36.006 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 18:27:36.008 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:27:36.009 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:27:36.011 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 18:27:36.013 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 18:27:36.015 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-04-16 18:27:36.037 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 18:27:36.059 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 ' 2025-04-16 18:27:36.059 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 18:27:36.066 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2025-04-16 18:27:36.068 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2025-04-16 18:27:36.070 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2025-04-16 18:27:36.072 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 18:27:36.074 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 18:27:36.076 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 18:27:36.077 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:27:36.079 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:27:36.081 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 18:27:36.083 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 18:27:36.084 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:27:36.086 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:27:36.088 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2025-04-16 18:27:36.120 | Enabling site nova-api-wsgi. 2025-04-16 18:27:36.123 | To activate the new configuration, you need to run: 2025-04-16 18:27:36.123 | systemctl reload apache2 2025-04-16 18:27:36.127 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 18:27:36.128 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 18:27:36.130 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 18:27:36.132 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 18:27:36.217 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2025-04-16 18:27:36.230 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:36.231 | + lib/nova:create_nova_conf:548 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /opt/stack/data/venv/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2025-04-16 18:27:36.233 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-04-16 18:27:36.235 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 18:27:36.237 | + lib/apache:write_uwsgi_config:243 : local url= 2025-04-16 18:27:36.239 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2025-04-16 18:27:36.241 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 18:27:36.243 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 18:27:36.246 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2025-04-16 18:27:36.248 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 18:27:36.249 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 18:27:36.259 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 18:27:36.259 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 18:27:36.266 | d /var/run/uwsgi 0755 stack root 2025-04-16 18:27:36.268 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 18:27:36.276 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 18:27:36.279 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-04-16 18:27:36.281 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-04-16 18:27:36.284 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 18:27:36.307 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-04-16 18:27:36.329 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-04-16 18:27:36.350 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-04-16 18:27:36.372 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 18:27:36.394 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 18:27:36.416 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-04-16 18:27:36.437 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-04-16 18:27:36.459 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-04-16 18:27:36.480 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 18:27:36.502 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 18:27:36.524 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 18:27:36.546 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-04-16 18:27:36.568 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2025-04-16 18:27:36.570 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-04-16 18:27:36.591 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2025-04-16 18:27:36.603 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:36.605 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-04-16 18:27:36.630 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2025-04-16 18:27:36.631 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2025-04-16 18:27:36.633 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2025-04-16 18:27:36.646 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:36.648 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:27:36.650 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:27:36.672 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-04-16 18:27:36.696 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-04-16 18:27:36.698 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-16 18:27:36.699 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2025-04-16 18:27:36.701 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 18:27:36.703 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 18:27:36.705 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 18:27:36.717 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:36.719 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 18:27:36.721 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 18:27:36.723 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 18:27:36.734 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:36.736 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:27:36.739 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:27:36.761 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 18:27:36.763 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 18:27:36.765 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-04-16 18:27:36.787 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-04-16 18:27:36.809 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2025-04-16 18:27:36.833 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2025-04-16 18:27:36.845 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:36.847 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-04-16 18:27:36.869 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2025-04-16 18:27:36.870 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2025-04-16 18:27:36.873 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-04-16 18:27:36.896 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2025-04-16 18:27:36.918 | + lib/nova:init_nova_service_user_conf:827 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-04-16 18:27:36.941 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2025-04-16 18:27:36.963 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-04-16 18:27:36.985 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-04-16 18:27:37.007 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2025-04-16 18:27:37.029 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-04-16 18:27:37.052 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-04-16 18:27:37.075 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2025-04-16 18:27:37.087 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:37.090 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2025-04-16 18:27:37.092 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 18:27:37.094 | + lib/nova:create_nova_conf:582 : local conf 2025-04-16 18:27:37.096 | + lib/nova:create_nova_conf:583 : local vhost 2025-04-16 18:27:37.098 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2025-04-16 18:27:37.100 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 18:27:37.102 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 18:27:37.104 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2025-04-16 18:27:37.106 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2025-04-16 18:27:37.107 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2025-04-16 18:27:37.111 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2025-04-16 18:27:37.112 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-16 18:27:37.114 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-16 18:27:37.116 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-16 18:27:37.118 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 18:27:37.120 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 18:27:37.122 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 18:27:37.134 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:37.135 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 18:27:37.137 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 18:27:37.139 | + lib/nova:create_nova_conf:588 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 18:27:37.164 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-04-16 18:27:37.189 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-04-16 18:27:37.213 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 18:27:37.215 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-04-16 18:27:37.217 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-16 18:27:37.218 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2025-04-16 18:27:37.220 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 18:27:37.222 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 18:27:37.224 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 18:27:37.236 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:37.238 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 18:27:37.240 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 18:27:37.242 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 18:27:37.254 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:37.255 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:27:37.258 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:27:37.281 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 18:27:37.283 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 18:27:37.285 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2025-04-16 18:27:37.287 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-04-16 18:27:37.288 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-04-16 18:27:37.290 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 18:27:37.304 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 18:27:37.306 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 18:27:37.307 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 18:27:37.309 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 18:27:37.311 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 18:27:37.333 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:27:37.356 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:27:37.378 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 18:27:37.403 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 18:27:37.405 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2025-04-16 18:27:37.407 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2025-04-16 18:27:37.409 | + lib/nova:configure_console_proxies:728 : local offset=0 2025-04-16 18:27:37.411 | + lib/nova:configure_console_proxies:732 : offset=0 2025-04-16 18:27:37.413 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2025-04-16 18:27:37.424 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:37.426 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2025-04-16 18:27:37.428 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2025-04-16 18:27:37.440 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:37.442 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2025-04-16 18:27:37.454 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:37.456 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2025-04-16 18:27:37.469 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:37.471 | + stack.sh:main:968 : is_service_enabled placement 2025-04-16 18:27:37.484 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:37.486 | + stack.sh:main:970 : stack_install_service placement 2025-04-16 18:27:37.488 | + lib/stack:stack_install_service:20 : local service=placement 2025-04-16 18:27:37.490 | + lib/stack:stack_install_service:21 : type install_placement 2025-04-16 18:27:37.492 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 18:27:37.494 | + lib/stack:stack_install_service:32 : install_placement 2025-04-16 18:27:37.496 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-04-16 18:27:37.498 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2025-04-16 18:27:37.500 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:27:37.502 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:27:37.504 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2025-04-16 18:27:37.506 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 18:27:37.508 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 18:27:37.510 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 18:27:37.512 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 18:27:37.513 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 18:27:37.515 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 18:27:37.517 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:27:37.519 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:27:37.521 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 18:27:37.523 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 18:27:37.525 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 18:27:37.527 | + functions-common:apt_get_update:1150 : return 2025-04-16 18:27:37.529 | + functions-common:install_package:1422 : real_install_package apache2 2025-04-16 18:27:37.531 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 18:27:37.533 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:27:37.536 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:27:37.538 | + functions-common:real_install_package:1410 : apt_get install apache2 2025-04-16 18:27:37.557 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2025-04-16 18:27:37.620 | Reading package lists... 2025-04-16 18:27:37.850 | Building dependency tree... 2025-04-16 18:27:37.851 | Reading state information... 2025-04-16 18:27:38.063 | apache2 is already the newest version (2.4.52-1ubuntu4.14). 2025-04-16 18:27:38.063 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 18:27:38.067 | + functions-common:apt_get:1194 : result=0 2025-04-16 18:27:38.069 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 18:27:38.071 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:38.073 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:38.075 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:38.077 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:38.079 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:38.081 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 18:27:38.083 | + functions-common:time_stop:2407 : start_time=1744828057555 2025-04-16 18:27:38.085 | + functions-common:time_stop:2409 : [[ -z 1744828057555 ]] 2025-04-16 18:27:38.087 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:38.091 | + functions-common:time_stop:2412 : end_time=1744828058089 2025-04-16 18:27:38.092 | + functions-common:time_stop:2413 : elapsed_time=534 2025-04-16 18:27:38.094 | + functions-common:time_stop:2414 : total=40452 2025-04-16 18:27:38.096 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:38.098 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40986 2025-04-16 18:27:38.100 | + functions-common:apt_get:1198 : return 0 2025-04-16 18:27:38.102 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2025-04-16 18:27:38.104 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2025-04-16 18:27:38.106 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2025-04-16 18:27:38.108 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2025-04-16 18:27:38.110 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2025-04-16 18:27:38.124 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2025-04-16 18:27:38.126 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 18:27:38.128 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 18:27:38.130 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 18:27:38.132 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 18:27:38.134 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 18:27:38.136 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 18:27:38.138 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:27:38.140 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:27:38.142 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 18:27:38.144 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 18:27:38.146 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 18:27:38.147 | + functions-common:apt_get_update:1150 : return 2025-04-16 18:27:38.150 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2025-04-16 18:27:38.151 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 18:27:38.154 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:27:38.155 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:27:38.157 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2025-04-16 18:27:38.174 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2025-04-16 18:27:38.234 | Reading package lists... 2025-04-16 18:27:38.453 | Building dependency tree... 2025-04-16 18:27:38.454 | Reading state information... 2025-04-16 18:27:38.663 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-04-16 18:27:38.664 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 18:27:38.668 | + functions-common:apt_get:1194 : result=0 2025-04-16 18:27:38.670 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 18:27:38.672 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:38.674 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:38.676 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:38.678 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:38.680 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:38.682 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 18:27:38.684 | + functions-common:time_stop:2407 : start_time=1744828058172 2025-04-16 18:27:38.686 | + functions-common:time_stop:2409 : [[ -z 1744828058172 ]] 2025-04-16 18:27:38.688 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:38.692 | + functions-common:time_stop:2412 : end_time=1744828058689 2025-04-16 18:27:38.693 | + functions-common:time_stop:2413 : elapsed_time=517 2025-04-16 18:27:38.695 | + functions-common:time_stop:2414 : total=40986 2025-04-16 18:27:38.697 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:38.699 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41503 2025-04-16 18:27:38.701 | + functions-common:apt_get:1198 : return 0 2025-04-16 18:27:38.703 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2025-04-16 18:27:38.705 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2025-04-16 18:27:38.707 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 18:27:38.709 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:27:38.712 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:27:38.714 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-04-16 18:27:38.716 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2025-04-16 18:27:38.744 | wsgi (enabled by maintainer script) 2025-04-16 18:27:38.746 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-04-16 18:27:38.748 | + inc/python:pip_install_gr:94 : local name=osc-placement 2025-04-16 18:27:38.750 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 18:27:38.753 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2025-04-16 18:27:38.755 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2025-04-16 18:27:38.757 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 18:27:38.761 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-04-16 18:27:38.761 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 18:27:38.765 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2025-04-16 18:27:38.767 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2025-04-16 18:27:38.769 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2025-04-16 18:27:38.771 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2025-04-16 18:27:38.773 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2025-04-16 18:27:38.790 | Using python 3.10 to install osc-placement 2025-04-16 18:27:38.793 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2025-04-16 18:27:39.723 | Collecting osc-placement 2025-04-16 18:27:39.725 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 18:27:39.749 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.3.0) 2025-04-16 18:27:39.750 | Requirement already satisfied: osc-lib>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (2.8.1) 2025-04-16 18:27:39.753 | Requirement already satisfied: oslo.utils>=3.37.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (6.2.1) 2025-04-16 18:27:39.753 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.11.1) 2025-04-16 18:27:39.753 | Requirement already satisfied: simplejson>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.19.1) 2025-04-16 18:27:39.778 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2025-04-16 18:27:39.778 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2025-04-16 18:27:39.779 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.2) 2025-04-16 18:27:39.780 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (5.1.0) 2025-04-16 18:27:39.786 | Requirement already satisfied: cliff>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.3.0) 2025-04-16 18:27:39.787 | Requirement already satisfied: openstacksdk>=0.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (1.5.1) 2025-04-16 18:27:39.788 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (6.1.1) 2025-04-16 18:27:39.795 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2025-04-16 18:27:39.796 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2025-04-16 18:27:39.797 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2025-04-16 18:27:39.798 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2025-04-16 18:27:39.798 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2025-04-16 18:27:39.799 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-16 18:27:39.800 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-16 18:27:39.808 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.7.0) 2025-04-16 18:27:39.809 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2025-04-16 18:27:39.810 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2025-04-16 18:27:39.810 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.3) 2025-04-16 18:27:39.811 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0.1) 2025-04-16 18:27:39.815 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.15.0) 2025-04-16 18:27:39.831 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2025-04-16 18:27:39.832 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2025-04-16 18:27:39.833 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2025-04-16 18:27:39.834 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2025-04-16 18:27:39.835 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2025-04-16 18:27:39.836 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2025-04-16 18:27:39.836 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (40.0.2) 2025-04-16 18:27:39.858 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.1.0) 2025-04-16 18:27:39.859 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2025-04-16 18:27:39.859 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.15) 2025-04-16 18:27:39.860 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2025.1.31) 2025-04-16 18:27:39.900 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (23.1.0) 2025-04-16 18:27:39.901 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2025-04-16 18:27:39.901 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.6) 2025-04-16 18:27:39.922 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2025-04-16 18:27:39.957 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.15.0) 2025-04-16 18:27:39.964 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.3) 2025-04-16 18:27:40.024 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2025-04-16 18:27:40.064 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2025-04-16 18:27:40.865 | Installing collected packages: osc-placement 2025-04-16 18:27:40.944 | Successfully installed osc-placement-4.2.0 2025-04-16 18:27:41.044 | + inc/python:pip_install:222 : result=0 2025-04-16 18:27:41.047 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:27:41.049 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:41.051 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:41.054 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:41.056 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:41.058 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:41.060 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:27:41.062 | + functions-common:time_stop:2407 : start_time=1744828058786 2025-04-16 18:27:41.064 | + functions-common:time_stop:2409 : [[ -z 1744828058786 ]] 2025-04-16 18:27:41.067 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:41.070 | + functions-common:time_stop:2412 : end_time=1744828061068 2025-04-16 18:27:41.072 | + functions-common:time_stop:2413 : elapsed_time=2282 2025-04-16 18:27:41.074 | + functions-common:time_stop:2414 : total=77821 2025-04-16 18:27:41.076 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:41.078 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=80103 2025-04-16 18:27:41.080 | + inc/python:pip_install:225 : return 0 2025-04-16 18:27:41.082 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2025-04-16 18:27:41.084 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2025-04-16 18:27:41.086 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2025-04-16 18:27:41.088 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 18:27:41.090 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 18:27:41.092 | ++ functions-common:git_clone:576 : pwd 2025-04-16 18:27:41.095 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 18:27:41.097 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 18:27:41.099 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 18:27:41.112 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 18:27:41.114 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 18:27:41.116 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 18:27:41.118 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 18:27:41.120 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 18:27:41.121 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 18:27:41.125 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2025-04-16 18:27:41.127 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 18:27:41.129 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-16 18:27:41.130 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:27:41.132 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:27:41.134 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:27:41.136 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:27:41.138 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:27:41.140 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:27:41.142 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:27:41.143 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:27:41.146 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:27:41.149 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828061147 2025-04-16 18:27:41.151 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-16 18:27:41.153 | Cloning into '/opt/stack//placement'... 2025-04-16 18:27:44.081 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:27:44.083 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:44.085 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:44.087 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:44.089 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:44.090 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:44.092 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:27:44.094 | + functions-common:time_stop:2407 : start_time=1744828061147 2025-04-16 18:27:44.096 | + functions-common:time_stop:2409 : [[ -z 1744828061147 ]] 2025-04-16 18:27:44.098 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:44.101 | + functions-common:time_stop:2412 : end_time=1744828064099 2025-04-16 18:27:44.103 | + functions-common:time_stop:2413 : elapsed_time=2952 2025-04-16 18:27:44.105 | + functions-common:time_stop:2414 : total=40192 2025-04-16 18:27:44.107 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:44.109 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=43144 2025-04-16 18:27:44.111 | + functions-common:git_clone:614 : cd /opt/stack//placement 2025-04-16 18:27:44.113 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 18:27:44.115 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:27:44.117 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:27:44.118 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:27:44.120 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:27:44.122 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:27:44.124 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:27:44.126 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:27:44.128 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:27:44.131 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:27:44.134 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828064132 2025-04-16 18:27:44.136 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 18:27:45.639 | From https://opendev.org/openstack/placement 2025-04-16 18:27:45.639 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 18:27:45.644 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:27:45.646 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:45.648 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:45.650 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:45.652 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:45.654 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:45.656 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:27:45.657 | + functions-common:time_stop:2407 : start_time=1744828064132 2025-04-16 18:27:45.659 | + functions-common:time_stop:2409 : [[ -z 1744828064132 ]] 2025-04-16 18:27:45.661 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:45.665 | + functions-common:time_stop:2412 : end_time=1744828065663 2025-04-16 18:27:45.667 | + functions-common:time_stop:2413 : elapsed_time=1531 2025-04-16 18:27:45.668 | + functions-common:time_stop:2414 : total=43144 2025-04-16 18:27:45.670 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:45.672 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44675 2025-04-16 18:27:45.674 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 18:27:45.676 | + functions-common:git_timed:680 : local count=0 2025-04-16 18:27:45.678 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 18:27:45.680 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:27:45.682 | + functions-common:git_timed:684 : timeout=0 2025-04-16 18:27:45.684 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:27:45.686 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:27:45.688 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:27:45.690 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:27:45.692 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:27:45.695 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828065693 2025-04-16 18:27:45.697 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 18:27:45.724 | Note: switching to 'FETCH_HEAD'. 2025-04-16 18:27:45.724 | 2025-04-16 18:27:45.724 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 18:27:45.724 | changes and commit them, and you can discard any commits you make in this 2025-04-16 18:27:45.724 | state without impacting any branches by switching back to a branch. 2025-04-16 18:27:45.724 | 2025-04-16 18:27:45.724 | If you want to create a new branch to retain commits you create, you may 2025-04-16 18:27:45.724 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 18:27:45.724 | 2025-04-16 18:27:45.724 | git switch -c 2025-04-16 18:27:45.724 | 2025-04-16 18:27:45.724 | Or undo this operation with: 2025-04-16 18:27:45.724 | 2025-04-16 18:27:45.724 | git switch - 2025-04-16 18:27:45.724 | 2025-04-16 18:27:45.724 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 18:27:45.724 | 2025-04-16 18:27:45.724 | HEAD is now at d84f211 Add round-robin candidate generation strategy 2025-04-16 18:27:45.726 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:27:45.728 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:45.730 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:45.732 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:45.734 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:45.736 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:45.738 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:27:45.740 | + functions-common:time_stop:2407 : start_time=1744828065693 2025-04-16 18:27:45.742 | + functions-common:time_stop:2409 : [[ -z 1744828065693 ]] 2025-04-16 18:27:45.745 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:45.748 | + functions-common:time_stop:2412 : end_time=1744828065746 2025-04-16 18:27:45.750 | + functions-common:time_stop:2413 : elapsed_time=53 2025-04-16 18:27:45.752 | + functions-common:time_stop:2414 : total=44675 2025-04-16 18:27:45.753 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:45.755 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44728 2025-04-16 18:27:45.757 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2025-04-16 18:27:45.768 | + functions-common:git_clone:655 : cd /opt/stack//placement 2025-04-16 18:27:45.770 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 18:27:45.771 | + functions-common:git_clone:656 : head -1 2025-04-16 18:27:45.773 | d84f211 Add round-robin candidate generation strategy 2025-04-16 18:27:45.776 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 18:27:45.778 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-04-16 18:27:45.780 | + inc/python:setup_develop:360 : local bindep 2025-04-16 18:27:45.782 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2025-04-16 18:27:45.784 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2025-04-16 18:27:45.786 | + inc/python:setup_develop:366 : local extras= 2025-04-16 18:27:45.788 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-04-16 18:27:45.790 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 18:27:45.792 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2025-04-16 18:27:45.794 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2025-04-16 18:27:45.796 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 18:27:45.798 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 18:27:45.801 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2025-04-16 18:27:45.803 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 18:27:45.805 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2025-04-16 18:27:45.807 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 18:27:45.809 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 18:27:45.812 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-04-16 18:27:45.816 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2025-04-16 18:27:45.818 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-04-16 18:27:46.140 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2025-04-16 18:27:46.142 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 18:27:46.145 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 18:27:46.147 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 18:27:46.149 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2025-04-16 18:27:46.151 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2025-04-16 18:27:46.153 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 18:27:46.155 | + inc/python:setup_package:450 : local extras= 2025-04-16 18:27:46.157 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 18:27:46.159 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 18:27:46.161 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 18:27:46.164 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 18:27:46.166 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 18:27:46.168 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2025-04-16 18:27:46.186 | Using python 3.10 to install /opt/stack/placement 2025-04-16 18:27:46.188 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2025-04-16 18:27:47.029 | Obtaining file:///opt/stack/placement 2025-04-16 18:27:47.029 | Preparing metadata (setup.py): started 2025-04-16 18:27:47.450 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 18:27:47.506 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.11.1) 2025-04-16 18:27:47.507 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.4.41) 2025-04-16 18:27:47.508 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (10.4.1) 2025-04-16 18:27:47.509 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.5.1) 2025-04-16 18:27:47.509 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.8.7) 2025-04-16 18:27:47.510 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (4.17.3) 2025-04-16 18:27:47.511 | Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.28.2) 2025-04-16 18:27:47.511 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (69.1.1) 2025-04-16 18:27:47.512 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 18:27:47.513 | Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (9.2.0) 2025-04-16 18:27:47.514 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 18:27:47.514 | Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.3.2) 2025-04-16 18:27:47.515 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.1) 2025-04-16 18:27:47.516 | Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (6.2.1) 2025-04-16 18:27:47.517 | Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (14.1.1) 2025-04-16 18:27:47.517 | Requirement already satisfied: oslo.policy>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (4.2.1) 2025-04-16 18:27:47.518 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 18:27:47.519 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.2.0) 2025-04-16 18:27:47.520 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.1.0) 2025-04-16 18:27:47.521 | Requirement already satisfied: os-traits>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (3.0.0) 2025-04-16 18:27:47.522 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.0.1) 2025-04-16 18:27:47.540 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==0.1.0.dev12) (23.1.0) 2025-04-16 18:27:47.541 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==0.1.0.dev12) (0.19.3) 2025-04-16 18:27:47.565 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.3.0) 2025-04-16 18:27:47.565 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.5.0) 2025-04-16 18:27:47.566 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (6.1.1) 2025-04-16 18:27:47.568 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.1.1) 2025-04-16 18:27:47.568 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 18:27:47.577 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.1.0.dev12) (0.18) 2025-04-16 18:27:47.596 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (6.0) 2025-04-16 18:27:47.597 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (2.5.0) 2025-04-16 18:27:47.598 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (0.8.0) 2025-04-16 18:27:47.599 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (2.0.0) 2025-04-16 18:27:47.600 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (5.1.0) 2025-04-16 18:27:47.621 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (1.9.4) 2025-04-16 18:27:47.623 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (2.0.1) 2025-04-16 18:27:47.624 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (0.5.0) 2025-04-16 18:27:47.647 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==0.1.0.dev12) (2.8.2) 2025-04-16 18:27:47.649 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==0.1.0.dev12) (0.9.6) 2025-04-16 18:27:47.660 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (3.1.2) 2025-04-16 18:27:47.662 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-16 18:27:47.664 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-16 18:27:47.684 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (1.0.5) 2025-04-16 18:27:47.685 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (2023.3) 2025-04-16 18:27:47.686 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (2023.3) 2025-04-16 18:27:47.694 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.1.0.dev12) (3.7.0) 2025-04-16 18:27:47.707 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (1.1.0) 2025-04-16 18:27:47.708 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (0.11.0) 2025-04-16 18:27:47.709 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (23.1) 2025-04-16 18:27:47.710 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (3.0.9) 2025-04-16 18:27:47.726 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (3.1.0) 2025-04-16 18:27:47.727 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (3.4) 2025-04-16 18:27:47.727 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (1.26.15) 2025-04-16 18:27:47.728 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (2025.1.31) 2025-04-16 18:27:47.736 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev12) (1.16.0) 2025-04-16 18:27:47.737 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev12) (0.7) 2025-04-16 18:27:47.845 | Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.1.0.dev12) (2.0.2) 2025-04-16 18:27:47.862 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (1.2.4) 2025-04-16 18:27:47.908 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (1.15.0) 2025-04-16 18:27:47.939 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (2.1.2) 2025-04-16 18:27:47.967 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (1.7.0) 2025-04-16 18:27:48.009 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (1.1.8) 2025-04-16 18:27:48.032 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.1.0.dev12) (0.2.6) 2025-04-16 18:27:48.163 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (2.6.0) 2025-04-16 18:27:48.203 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.1.1) 2025-04-16 18:27:48.255 | Requirement already satisfied: fixtures>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-16 18:27:48.982 | Installing collected packages: openstack-placement 2025-04-16 18:27:48.982 | Running setup.py develop for openstack-placement 2025-04-16 18:27:49.958 | Successfully installed openstack-placement-0.1.0.dev12 2025-04-16 18:27:50.086 | + inc/python:pip_install:222 : result=0 2025-04-16 18:27:50.089 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:27:50.091 | + functions-common:time_stop:2400 : local name 2025-04-16 18:27:50.093 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:50.095 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:50.098 | + functions-common:time_stop:2403 : local total 2025-04-16 18:27:50.100 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:50.102 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:27:50.104 | + functions-common:time_stop:2407 : start_time=1744828066182 2025-04-16 18:27:50.106 | + functions-common:time_stop:2409 : [[ -z 1744828066182 ]] 2025-04-16 18:27:50.109 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:50.112 | + functions-common:time_stop:2412 : end_time=1744828070110 2025-04-16 18:27:50.114 | + functions-common:time_stop:2413 : elapsed_time=3928 2025-04-16 18:27:50.116 | + functions-common:time_stop:2414 : total=80103 2025-04-16 18:27:50.118 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:50.120 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=84031 2025-04-16 18:27:50.122 | + inc/python:pip_install:225 : return 0 2025-04-16 18:27:50.125 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 18:27:50.127 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:27:50.129 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2025-04-16 18:27:50.131 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2025-04-16 18:27:50.133 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:27:50.135 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:27:50.137 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-04-16 18:27:50.140 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:27:50.142 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 18:27:50.144 | + stack.sh:main:971 : configure_placement 2025-04-16 18:27:50.147 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-04-16 18:27:50.157 | + lib/placement:configure_placement:113 : create_placement_conf 2025-04-16 18:27:50.159 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-04-16 18:27:50.164 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-04-16 18:27:50.166 | ++ lib/database:database_connection_url:134 : local db=placement 2025-04-16 18:27:50.168 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-04-16 18:27:50.171 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2025-04-16 18:27:50.173 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 18:27:50.175 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 18:27:50.177 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 18:27:50.192 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:50.194 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 18:27:50.196 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-16 18:27:50.199 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-16 18:27:50.229 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-04-16 18:27:50.257 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-04-16 18:27:50.285 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-04-16 18:27:50.287 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-04-16 18:27:50.289 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-16 18:27:50.291 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 18:27:50.294 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-04-16 18:27:50.324 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-04-16 18:27:50.351 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 18:27:50.378 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-04-16 18:27:50.405 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-04-16 18:27:50.431 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-04-16 18:27:50.456 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-04-16 18:27:50.481 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-04-16 18:27:50.506 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 18:27:50.532 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 18:27:50.557 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-04-16 18:27:50.559 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-04-16 18:27:50.561 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-04-16 18:27:50.563 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 18:27:50.578 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 18:27:50.580 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 18:27:50.582 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 18:27:50.584 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 18:27:50.586 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 18:27:50.611 | + functions:setup_systemd_logging:715 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:27:50.637 | + functions:setup_systemd_logging:716 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:27:50.664 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 18:27:50.688 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-16 18:27:50.690 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2025-04-16 18:27:50.692 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2025-04-16 18:27:50.694 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2025-04-16 18:27:50.697 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2025-04-16 18:27:50.699 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 18:27:50.701 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 18:27:50.703 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2025-04-16 18:27:50.706 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2025-04-16 18:27:50.708 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 18:27:50.710 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 18:27:50.721 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 18:27:50.721 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 18:27:50.728 | d /var/run/uwsgi 0755 stack root 2025-04-16 18:27:50.731 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 18:27:50.739 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 18:27:50.742 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2025-04-16 18:27:50.744 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2025-04-16 18:27:50.747 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2025-04-16 18:27:50.773 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-04-16 18:27:50.798 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-04-16 18:27:50.822 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-04-16 18:27:50.847 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 18:27:50.872 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 18:27:50.896 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-04-16 18:27:50.920 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-04-16 18:27:50.945 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-04-16 18:27:50.970 | + lib/apache:write_uwsgi_config:277 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 18:27:50.994 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 18:27:51.019 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 18:27:51.043 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-04-16 18:27:51.066 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 18:27:51.068 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 18:27:51.071 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2025-04-16 18:27:51.073 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2025-04-16 18:27:51.076 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 18:27:51.078 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:27:51.080 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:27:51.081 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2025-04-16 18:27:51.084 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-04-16 18:27:51.087 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-04-16 18:27:51.112 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 18:27:51.137 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 ' 2025-04-16 18:27:51.137 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-04-16 18:27:51.143 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2025-04-16 18:27:51.146 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2025-04-16 18:27:51.148 | + lib/apache:enable_apache_site:190 : local site=placement-api 2025-04-16 18:27:51.150 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 18:27:51.152 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 18:27:51.154 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 18:27:51.156 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:27:51.158 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:27:51.160 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 18:27:51.163 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 18:27:51.164 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:27:51.166 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:27:51.169 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2025-04-16 18:27:51.200 | Enabling site placement-api. 2025-04-16 18:27:51.204 | To activate the new configuration, you need to run: 2025-04-16 18:27:51.204 | systemctl reload apache2 2025-04-16 18:27:51.208 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 18:27:51.210 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 18:27:51.212 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 18:27:51.214 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 18:27:51.322 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-16 18:27:51.324 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-16 18:27:51.326 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-04-16 18:27:51.353 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-04-16 18:27:51.378 | + stack.sh:main:978 : is_service_enabled placement placement-client 2025-04-16 18:27:51.392 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:51.394 | + stack.sh:main:979 : is_service_enabled n-cpu 2025-04-16 18:27:51.408 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:51.410 | + stack.sh:main:979 : is_service_enabled n-sch 2025-04-16 18:27:51.424 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:51.426 | + stack.sh:main:980 : configure_placement_nova_compute 2025-04-16 18:27:51.428 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2025-04-16 18:27:51.430 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2025-04-16 18:27:51.457 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-04-16 18:27:51.481 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2025-04-16 18:27:51.505 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-04-16 18:27:51.530 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-04-16 18:27:51.554 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2025-04-16 18:27:51.578 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-04-16 18:27:51.602 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-04-16 18:27:51.626 | + stack.sh:main:984 : is_service_enabled horizon 2025-04-16 18:27:51.640 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:51.642 | + stack.sh:main:989 : is_service_enabled tls-proxy 2025-04-16 18:27:51.656 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:27:51.658 | + stack.sh:main:997 : run_phase stack install 2025-04-16 18:27:51.660 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 18:27:51.662 | + functions-common:run_phase:1829 : local phase=install 2025-04-16 18:27:51.664 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 18:27:51.666 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 18:27:51.668 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 18:27:51.670 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 18:27:51.672 | + functions-common:run_phase:1838 : local extra 2025-04-16 18:27:51.675 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 18:27:51.678 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 18:27:51.680 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 18:27:51.682 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 18:27:51.685 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-04-16 18:27:51.687 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 18:27:51.700 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:27:51.702 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:27:51.703 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:27:51.705 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-16 18:27:51.708 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-04-16 18:27:51.710 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:27:51.712 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2025-04-16 18:27:51.714 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-04-16 18:27:51.716 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-04-16 18:27:51.761 | ++ inc/async:async_inner:63 : install_tempest 2025-04-16 18:27:51.789 | [4729 Async install_tempest:35809]: running: install_tempest 2025-04-16 18:27:51.791 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 18:27:51.794 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 18:27:51.796 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:27:51.798 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 18:27:51.800 | + functions-common:run_phase:1855 : run_plugins stack install 2025-04-16 18:27:51.803 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 18:27:51.805 | + functions-common:run_plugins:1815 : local phase=install 2025-04-16 18:27:51.807 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 18:27:51.809 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 18:27:51.811 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 18:27:51.813 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 18:27:51.815 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 18:27:51.818 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-04-16 18:27:51.820 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:27:51.822 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:27:51.824 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-16 18:27:51.826 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-04-16 18:27:51.828 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:27:51.830 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2025-04-16 18:27:51.832 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-04-16 18:27:51.835 | ++ inc/python:setup_develop:360 : local bindep 2025-04-16 18:27:51.836 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-16 18:27:51.838 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2025-04-16 18:27:51.840 | ++ inc/python:setup_develop:366 : local extras= 2025-04-16 18:27:51.842 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-04-16 18:27:51.844 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 18:27:51.846 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-16 18:27:51.848 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2025-04-16 18:27:51.850 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 18:27:51.852 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 18:27:51.854 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2025-04-16 18:27:51.856 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 18:27:51.859 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2025-04-16 18:27:51.860 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 18:27:51.862 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 18:27:51.865 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-04-16 18:27:51.869 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2025-04-16 18:27:51.871 | ++ inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-04-16 18:27:52.190 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2025-04-16 18:27:52.192 | ++ inc/python:setup_package:440 : local bindep=0 2025-04-16 18:27:52.194 | ++ inc/python:setup_package:441 : local bindep_flag= 2025-04-16 18:27:52.196 | ++ inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 18:27:52.198 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-04-16 18:27:52.200 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2025-04-16 18:27:52.202 | ++ inc/python:setup_package:449 : local flags=-e 2025-04-16 18:27:52.204 | ++ inc/python:setup_package:450 : local extras= 2025-04-16 18:27:52.206 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 18:27:52.208 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 18:27:52.210 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 18:27:52.212 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 18:27:52.213 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 18:27:52.215 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2025-04-16 18:27:52.231 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-04-16 18:27:52.233 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2025-04-16 18:27:53.077 | Obtaining file:///opt/stack/networking-nsx-t 2025-04-16 18:27:53.078 | Preparing metadata (setup.py): started 2025-04-16 18:27:53.504 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 18:27:53.556 | Requirement already satisfied: pbr>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.11.1) 2025-04-16 18:27:53.668 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2025-04-16 18:27:53.670 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2025-04-16 18:27:53.672 | Requirement already satisfied: neutron-lib>=1.13.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.8.2) 2025-04-16 18:27:53.673 | Requirement already satisfied: oslo.config>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (9.2.0) 2025-04-16 18:27:53.674 | Requirement already satisfied: oslo.i18n>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.1.1) 2025-04-16 18:27:53.675 | Requirement already satisfied: oslo.log>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.3.2) 2025-04-16 18:27:53.676 | Requirement already satisfied: oslo.serialization>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.2.1) 2025-04-16 18:27:53.676 | Requirement already satisfied: oslo.utils>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.2.1) 2025-04-16 18:27:53.677 | Requirement already satisfied: oslo.service>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.2.1) 2025-04-16 18:27:53.678 | Requirement already satisfied: python-neutronclient in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (11.0.0) 2025-04-16 18:27:53.702 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2025-04-16 18:27:53.704 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2025-04-16 18:27:53.706 | Requirement already satisfied: netaddr in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.8.0) 2025-04-16 18:27:53.707 | Requirement already satisfied: tooz in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (4.2.0) 2025-04-16 18:27:53.729 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2025-04-16 18:27:53.732 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 18:27:53.735 | Requirement already satisfied: prometheus_client in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.16.0) 2025-04-16 18:27:53.735 | Requirement already satisfied: attrs in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (23.1.0) 2025-04-16 18:27:53.753 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.41) 2025-04-16 18:27:53.754 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.8.7) 2025-04-16 18:27:53.755 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-16 18:27:53.756 | Requirement already satisfied: os-ken>=0.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.7.1) 2025-04-16 18:27:53.757 | Requirement already satisfied: os-traits>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.0.0) 2025-04-16 18:27:53.758 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 18:27:53.759 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 18:27:53.760 | Requirement already satisfied: oslo.db>=12.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.1.1) 2025-04-16 18:27:53.761 | Requirement already satisfied: oslo.messaging>=14.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.4.2) 2025-04-16 18:27:53.762 | Requirement already satisfied: oslo.policy>=3.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.2.1) 2025-04-16 18:27:53.763 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.2.0) 2025-04-16 18:27:53.765 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.1.0) 2025-04-16 18:27:53.766 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.2) 2025-04-16 18:27:53.766 | Requirement already satisfied: setproctitle>=1.1.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.3.2) 2025-04-16 18:27:53.767 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.0) 2025-04-16 18:27:53.787 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (6.0) 2025-04-16 18:27:53.789 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.5.0) 2025-04-16 18:27:53.790 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.28.2) 2025-04-16 18:27:53.791 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.0.0) 2025-04-16 18:27:53.814 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (2.8.2) 2025-04-16 18:27:53.815 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (0.9.6) 2025-04-16 18:27:53.820 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (1.0.5) 2025-04-16 18:27:53.822 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-16 18:27:53.822 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-16 18:27:53.834 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.5.2) 2025-04-16 18:27:53.834 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.0.1) 2025-04-16 18:27:53.835 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.5.1) 2025-04-16 18:27:53.836 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-16 18:27:53.836 | Requirement already satisfied: eventlet>=0.25.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.33.3) 2025-04-16 18:27:53.837 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 18:27:53.838 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.0.2) 2025-04-16 18:27:53.847 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (1.1.0) 2025-04-16 18:27:53.848 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (0.11.0) 2025-04-16 18:27:53.850 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (23.1) 2025-04-16 18:27:53.851 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (3.0.9) 2025-04-16 18:27:53.892 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (4.3.0) 2025-04-16 18:27:53.893 | Requirement already satisfied: openstacksdk>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.5.1) 2025-04-16 18:27:53.894 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.1.0) 2025-04-16 18:27:53.894 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.8.1) 2025-04-16 18:27:53.896 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 18:27:53.897 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.19.1) 2025-04-16 18:27:53.931 | Requirement already satisfied: fasteners>=0.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.18) 2025-04-16 18:27:53.931 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (2.4.1) 2025-04-16 18:27:53.933 | Requirement already satisfied: tenacity>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (6.3.1) 2025-04-16 18:27:53.934 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.13.1) 2025-04-16 18:27:53.942 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.7.0) 2025-04-16 18:27:53.943 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.5.1) 2025-04-16 18:27:53.943 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.4.3) 2025-04-16 18:27:53.945 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (6.0.1) 2025-04-16 18:27:53.952 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.15.0) 2025-04-16 18:27:53.957 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.3.0) 2025-04-16 18:27:53.958 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.16.0) 2025-04-16 18:27:54.011 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.7.0) 2025-04-16 18:27:54.034 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.4) 2025-04-16 18:27:54.035 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-16 18:27:54.036 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.32) 2025-04-16 18:27:54.037 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-16 18:27:54.037 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.0.1) 2025-04-16 18:27:54.038 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.1.8) 2025-04-16 18:27:54.039 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (40.0.2) 2025-04-16 18:27:54.056 | Requirement already satisfied: ncclient>=0.6.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.6.13) 2025-04-16 18:27:54.057 | Requirement already satisfied: ovs>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.17.7) 2025-04-16 18:27:54.112 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.9.4) 2025-04-16 18:27:54.114 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.0.1) 2025-04-16 18:27:54.115 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.5.0) 2025-04-16 18:27:54.165 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-16 18:27:54.166 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-16 18:27:54.167 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.4) 2025-04-16 18:27:54.168 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.7.0) 2025-04-16 18:27:54.169 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 18:27:54.240 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (69.1.1) 2025-04-16 18:27:54.264 | Requirement already satisfied: Mako>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.2.4) 2025-04-16 18:27:54.265 | Requirement already satisfied: logutils>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.3.5) 2025-04-16 18:27:54.339 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-16 18:27:54.340 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.4) 2025-04-16 18:27:54.341 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.26.15) 2025-04-16 18:27:54.342 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2025.1.31) 2025-04-16 18:27:54.366 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.7) 2025-04-16 18:27:54.553 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.0.0) 2025-04-16 18:27:54.639 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.8.2) 2025-04-16 18:27:54.640 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.2.6) 2025-04-16 18:27:54.668 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.15.1) 2025-04-16 18:27:54.758 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.15.0) 2025-04-16 18:27:54.782 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.3) 2025-04-16 18:27:54.842 | Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.1.2) 2025-04-16 18:27:54.858 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-16 18:27:54.858 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.9.2) 2025-04-16 18:27:54.908 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.2) 2025-04-16 18:27:54.908 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 18:27:54.909 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 18:27:54.923 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.4.0) 2025-04-16 18:27:55.062 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.6.0) 2025-04-16 18:27:55.131 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.21) 2025-04-16 18:27:55.215 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.5.0) 2025-04-16 18:27:55.381 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2025-04-16 18:27:55.454 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-04-16 18:27:55.456 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-04-16 18:27:55.983 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2025-04-16 18:27:56.416 | Running setup.py develop for networking_nsxv3 2025-04-16 18:27:57.731 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2025-04-16 18:27:57.855 | ++ inc/python:pip_install:222 : result=0 2025-04-16 18:27:57.857 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:27:57.859 | ++ functions-common:time_stop:2400 : local name 2025-04-16 18:27:57.861 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 18:27:57.863 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:27:57.865 | ++ functions-common:time_stop:2403 : local total 2025-04-16 18:27:57.867 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 18:27:57.869 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:27:57.871 | ++ functions-common:time_stop:2407 : start_time=1744828072227 2025-04-16 18:27:57.873 | ++ functions-common:time_stop:2409 : [[ -z 1744828072227 ]] 2025-04-16 18:27:57.875 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:27:57.878 | ++ functions-common:time_stop:2412 : end_time=1744828077876 2025-04-16 18:27:57.880 | ++ functions-common:time_stop:2413 : elapsed_time=5649 2025-04-16 18:27:57.882 | ++ functions-common:time_stop:2414 : total=84031 2025-04-16 18:27:57.883 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:27:57.885 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=89680 2025-04-16 18:27:57.888 | ++ inc/python:pip_install:225 : return 0 2025-04-16 18:27:57.890 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 18:27:57.892 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:27:57.894 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2025-04-16 18:27:57.896 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2025-04-16 18:27:57.898 | ++ inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:27:57.900 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:27:57.901 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-04-16 18:27:57.904 | ++ inc/python:use_library_from_git:275 : return 1 2025-04-16 18:27:57.906 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2025-04-16 18:27:57.908 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2025-04-16 18:27:57.910 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 18:27:57.912 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 18:27:57.914 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2025-04-16 18:27:57.916 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 18:27:57.918 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2025-04-16 18:27:57.920 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2025-04-16 18:27:57.923 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 18:27:57.925 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2025-04-16 18:27:57.927 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2025-04-16 18:27:57.929 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 18:27:57.933 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 18:27:57.933 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-04-16 18:27:57.937 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2025-04-16 18:27:57.939 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2025-04-16 18:27:57.941 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2025-04-16 18:27:57.943 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2025-04-16 18:27:57.945 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2025-04-16 18:27:57.962 | Using python 3.10 to install python-openstackclient 2025-04-16 18:27:57.964 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2025-04-16 18:27:58.943 | Collecting python-openstackclient 2025-04-16 18:27:58.945 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-04-16 18:27:58.956 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.3.0) 2025-04-16 18:27:58.956 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2025-04-16 18:27:58.958 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.1.0) 2025-04-16 18:27:58.958 | Requirement already satisfied: openstacksdk>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.5.1) 2025-04-16 18:27:58.958 | Requirement already satisfied: osc-lib>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (2.8.1) 2025-04-16 18:27:58.959 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.1.1) 2025-04-16 18:27:58.960 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.2.1) 2025-04-16 18:27:58.961 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.11.1) 2025-04-16 18:27:58.962 | Requirement already satisfied: python-cinderclient>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (9.4.0) 2025-04-16 18:27:58.962 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.2.0) 2025-04-16 18:27:58.963 | Requirement already satisfied: python-novaclient>=18.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (18.4.0) 2025-04-16 18:27:58.964 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.1.0) 2025-04-16 18:27:58.969 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (3.7.0) 2025-04-16 18:27:58.970 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2025-04-16 18:27:58.971 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2025-04-16 18:27:58.971 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (2.4.3) 2025-04-16 18:27:58.972 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0.1) 2025-04-16 18:27:58.991 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->python-openstackclient) (1.15.1) 2025-04-16 18:27:59.004 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.4) 2025-04-16 18:27:59.005 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.0) 2025-04-16 18:27:59.005 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.32) 2025-04-16 18:27:59.006 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.7.0) 2025-04-16 18:27:59.007 | Requirement already satisfied: keystoneauth1>=3.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.3.0) 2025-04-16 18:27:59.008 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.1.1) 2025-04-16 18:27:59.009 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.0.1) 2025-04-16 18:27:59.010 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (0.11.0) 2025-04-16 18:27:59.010 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.1.8) 2025-04-16 18:27:59.017 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=2.3.0->python-openstackclient) (3.19.1) 2025-04-16 18:27:59.026 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2025-04-16 18:27:59.027 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2025-04-16 18:27:59.029 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2025-04-16 18:27:59.029 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2025-04-16 18:27:59.029 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-16 18:27:59.030 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-16 18:27:59.040 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.2) 2025-04-16 18:27:59.050 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.2.0) 2025-04-16 18:27:59.051 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.2.1) 2025-04-16 18:27:59.053 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2025-04-16 18:27:59.072 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->python-openstackclient) (2.21) 2025-04-16 18:27:59.097 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (23.1.0) 2025-04-16 18:27:59.098 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2025-04-16 18:27:59.099 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.6) 2025-04-16 18:27:59.105 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.15.0) 2025-04-16 18:27:59.136 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.15.0) 2025-04-16 18:27:59.146 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.4.0->python-openstackclient) (2.3) 2025-04-16 18:27:59.207 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (2.0.0) 2025-04-16 18:27:59.214 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.5) 2025-04-16 18:27:59.255 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.1.0) 2025-04-16 18:27:59.257 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2025-04-16 18:27:59.257 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.15) 2025-04-16 18:27:59.259 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2025.1.31) 2025-04-16 18:27:59.408 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2025-04-16 18:28:00.310 | Installing collected packages: python-openstackclient 2025-04-16 18:28:01.197 | Successfully installed python-openstackclient-6.3.0 2025-04-16 18:28:01.309 | + inc/python:pip_install:222 : result=0 2025-04-16 18:28:01.311 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:28:01.314 | + functions-common:time_stop:2400 : local name 2025-04-16 18:28:01.316 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:28:01.318 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:28:01.320 | + functions-common:time_stop:2403 : local total 2025-04-16 18:28:01.322 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:28:01.324 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:28:01.326 | + functions-common:time_stop:2407 : start_time=1744828077958 2025-04-16 18:28:01.328 | + functions-common:time_stop:2409 : [[ -z 1744828077958 ]] 2025-04-16 18:28:01.330 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:28:01.334 | + functions-common:time_stop:2412 : end_time=1744828081332 2025-04-16 18:28:01.336 | + functions-common:time_stop:2413 : elapsed_time=3374 2025-04-16 18:28:01.338 | + functions-common:time_stop:2414 : total=89680 2025-04-16 18:28:01.340 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:28:01.342 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=93054 2025-04-16 18:28:01.344 | + inc/python:pip_install:225 : return 0 2025-04-16 18:28:01.346 | + stack.sh:main:1009 : install_oscwrap 2025-04-16 18:28:01.349 | ++ functions-common:install_oscwrap:2445 : mktemp 2025-04-16 18:28:01.352 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.WFlJt4lplq 2025-04-16 18:28:01.354 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2025-04-16 18:28:01.356 | + functions-common:install_oscwrap:2451 : unalias -a 2025-04-16 18:28:01.358 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2025-04-16 18:28:01.360 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2025-04-16 18:28:01.362 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 18:28:01.364 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2025-04-16 18:28:01.377 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:28:01.379 | + stack.sh:main:1063 : configure_database 2025-04-16 18:28:01.382 | + lib/database:configure_database:128 : configure_database_mysql 2025-04-16 18:28:01.383 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2025-04-16 18:28:01.385 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2025-04-16 18:28:01.387 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:28:01.389 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2025-04-16 18:28:01.391 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2025-04-16 18:28:01.392 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:28:01.394 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:28:01.396 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2025-04-16 18:28:01.398 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2025-04-16 18:28:01.399 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:28:01.401 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:28:01.403 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2025-04-16 18:28:01.406 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2025-04-16 18:28:01.406 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2025-04-16 18:28:01.409 | + functions-common:is_fips_enabled:2516 : fips= 2025-04-16 18:28:01.410 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2025-04-16 18:28:01.413 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2025-04-16 18:28:01.416 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 18:28:01.416 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-16 18:28:01.419 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-04-16 18:28:01.467 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2025-04-16 18:28:01.469 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 18:28:01.471 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 18:28:01.472 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 18:28:01.474 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 18:28:01.476 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 18:28:01.478 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 18:28:01.480 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 18:28:01.482 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 18:28:01.483 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 18:28:01.485 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 18:28:01.488 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 18:28:01.490 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 18:28:01.492 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 18:28:01.494 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2025-04-16 18:28:01.496 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:28:01.498 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:28:01.499 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2025-04-16 18:28:01.501 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 18:28:01.503 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-16 18:28:02.043 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2025-04-16 18:28:02.045 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:28:02.047 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:28:02.049 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 18:28:02.051 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2025-04-16 18:28:02.053 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2025-04-16 18:28:02.055 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:28:02.057 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:28:02.059 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2025-04-16 18:28:02.060 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2025-04-16 18:28:02.062 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2025-04-16 18:28:02.064 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:28:02.066 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:28:02.070 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2025-04-16 18:28:02.072 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2025-04-16 18:28:02.074 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 18:28:02.076 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-04-16 18:28:02.092 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2025-04-16 18:28:02.093 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:28:02.095 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:28:02.097 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 18:28:02.099 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2025-04-16 18:28:02.101 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-04-16 18:28:02.143 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-04-16 18:28:02.185 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-04-16 18:28:02.227 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2025-04-16 18:28:02.229 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2025-04-16 18:28:02.231 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2025-04-16 18:28:02.231 | enabling MySQL performance counting 2025-04-16 18:28:02.233 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2025-04-16 18:28:02.249 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2025-04-16 18:28:02.251 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack/devstack/tools/dbcounter 2025-04-16 18:28:03.103 | Processing ./tools/dbcounter 2025-04-16 18:28:03.105 | Installing build dependencies: started 2025-04-16 18:28:08.082 | Installing build dependencies: finished with status 'done' 2025-04-16 18:28:08.083 | Getting requirements to build wheel: started 2025-04-16 18:28:08.277 | Getting requirements to build wheel: finished with status 'done' 2025-04-16 18:28:08.277 | Preparing metadata (pyproject.toml): started 2025-04-16 18:28:08.478 | Preparing metadata (pyproject.toml): finished with status 'done' 2025-04-16 18:28:08.481 | Building wheels for collected packages: dbcounter 2025-04-16 18:28:08.482 | Building wheel for dbcounter (pyproject.toml): started 2025-04-16 18:28:08.702 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2025-04-16 18:28:08.702 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3228 sha256=35c796580a6c5e66b4ce49cdac721a7ae5111dfefe875d3a596317557565a003 2025-04-16 18:28:08.702 | Stored in directory: /tmp/pip-ephem-wheel-cache-a4w62ycd/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2025-04-16 18:28:08.703 | Successfully built dbcounter 2025-04-16 18:28:09.755 | Installing collected packages: dbcounter 2025-04-16 18:28:09.841 | Successfully installed dbcounter-0.1 2025-04-16 18:28:09.966 | + inc/python:pip_install:222 : result=0 2025-04-16 18:28:09.968 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:28:09.970 | + functions-common:time_stop:2400 : local name 2025-04-16 18:28:09.972 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:28:09.974 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:28:09.976 | + functions-common:time_stop:2403 : local total 2025-04-16 18:28:09.978 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:28:09.980 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:28:09.982 | + functions-common:time_stop:2407 : start_time=1744828082245 2025-04-16 18:28:09.984 | + functions-common:time_stop:2409 : [[ -z 1744828082245 ]] 2025-04-16 18:28:09.986 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:28:09.989 | + functions-common:time_stop:2412 : end_time=1744828089987 2025-04-16 18:28:09.991 | + functions-common:time_stop:2413 : elapsed_time=7742 2025-04-16 18:28:09.993 | + functions-common:time_stop:2414 : total=93054 2025-04-16 18:28:09.995 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:28:09.997 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=100796 2025-04-16 18:28:09.999 | + inc/python:pip_install:225 : return 0 2025-04-16 18:28:10.001 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2025-04-16 18:28:10.003 | + lib/database:recreate_database:112 : local db=stats 2025-04-16 18:28:10.005 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2025-04-16 18:28:10.007 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2025-04-16 18:28:10.009 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2025-04-16 18:28:10.019 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2025-04-16 18:28:10.028 | + lib/databases/mysql:configure_database_mysql:178 : mysql -u root -pstackdb -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2025-04-16 18:28:10.028 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2025-04-16 18:28:10.094 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2025-04-16 18:28:10.096 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2025-04-16 18:28:10.140 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2025-04-16 18:28:10.184 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2025-04-16 18:28:10.227 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2025-04-16 18:28:10.273 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2025-04-16 18:28:10.317 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2025-04-16 18:28:10.369 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2025-04-16 18:28:10.412 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2025-04-16 18:28:10.414 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 18:28:10.416 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-16 18:28:11.350 | + stack.sh:main:1067 : save_stackenv 1067 2025-04-16 18:28:11.352 | + functions-common:save_stackenv:60 : local tag=1067 2025-04-16 18:28:11.355 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 18:28:11.359 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-182811 2025-04-16 18:28:11.364 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-182811 1067' 2025-04-16 18:28:11.366 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.368 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 18:28:11.370 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.372 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 18:28:11.373 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.375 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 18:28:11.377 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.379 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 18:28:11.381 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.383 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 18:28:11.385 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.386 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 18:28:11.388 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.390 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-182421 2025-04-16 18:28:11.392 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.394 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 18:28:11.396 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.398 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 18:28:11.400 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.402 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 18:28:11.404 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.406 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 18:28:11.408 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.410 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 18:28:11.411 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.413 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 18:28:11.415 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.417 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 18:28:11.419 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:28:11.421 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 18:28:11.423 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2025-04-16 18:28:11.424 | + stack.sh:main:1093 : start_dstat 2025-04-16 18:28:11.426 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-16 18:28:11.428 | + functions-common:run_process:1654 : local service=dstat 2025-04-16 18:28:11.430 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-16 18:28:11.432 | + functions-common:run_process:1656 : local group= 2025-04-16 18:28:11.434 | + functions-common:run_process:1657 : local user= 2025-04-16 18:28:11.436 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:28:11.438 | + functions-common:run_process:1660 : local name=dstat 2025-04-16 18:28:11.440 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:28:11.441 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:28:11.443 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:28:11.445 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:28:11.448 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:28:11.451 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828091449 2025-04-16 18:28:11.453 | + functions-common:run_process:1663 : is_service_enabled dstat 2025-04-16 18:28:11.466 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:28:11.468 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:28:11.470 | + functions-common:time_stop:2400 : local name 2025-04-16 18:28:11.472 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:28:11.474 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:28:11.476 | + functions-common:time_stop:2403 : local total 2025-04-16 18:28:11.478 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:28:11.480 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:28:11.482 | + functions-common:time_stop:2407 : start_time=1744828091449 2025-04-16 18:28:11.484 | + functions-common:time_stop:2409 : [[ -z 1744828091449 ]] 2025-04-16 18:28:11.486 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:28:11.489 | + functions-common:time_stop:2412 : end_time=1744828091487 2025-04-16 18:28:11.491 | + functions-common:time_stop:2413 : elapsed_time=38 2025-04-16 18:28:11.493 | + functions-common:time_stop:2414 : total=0 2025-04-16 18:28:11.495 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:28:11.497 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38 2025-04-16 18:28:11.499 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-04-16 18:28:11.501 | + functions-common:run_process:1654 : local service=memory_tracker 2025-04-16 18:28:11.503 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-04-16 18:28:11.505 | + functions-common:run_process:1656 : local group= 2025-04-16 18:28:11.507 | + functions-common:run_process:1657 : local user=root 2025-04-16 18:28:11.509 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:28:11.510 | + functions-common:run_process:1660 : local name=memory_tracker 2025-04-16 18:28:11.512 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:28:11.514 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:28:11.516 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:28:11.518 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:28:11.521 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:28:11.524 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828091522 2025-04-16 18:28:11.526 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2025-04-16 18:28:11.540 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:28:11.542 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:28:11.544 | + functions-common:time_stop:2400 : local name 2025-04-16 18:28:11.546 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:28:11.548 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:28:11.550 | + functions-common:time_stop:2403 : local total 2025-04-16 18:28:11.552 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:28:11.554 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:28:11.556 | + functions-common:time_stop:2407 : start_time=1744828091522 2025-04-16 18:28:11.557 | + functions-common:time_stop:2409 : [[ -z 1744828091522 ]] 2025-04-16 18:28:11.560 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:28:11.563 | + functions-common:time_stop:2412 : end_time=1744828091561 2025-04-16 18:28:11.565 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-16 18:28:11.567 | + functions-common:time_stop:2414 : total=38 2025-04-16 18:28:11.569 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:28:11.571 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=77 2025-04-16 18:28:11.573 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-04-16 18:28:11.587 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:28:11.588 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-04-16 18:28:11.590 | + functions-common:run_process:1654 : local service=file_tracker 2025-04-16 18:28:11.592 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-04-16 18:28:11.594 | + functions-common:run_process:1656 : local group= 2025-04-16 18:28:11.596 | + functions-common:run_process:1657 : local user= 2025-04-16 18:28:11.598 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:28:11.600 | + functions-common:run_process:1660 : local name=file_tracker 2025-04-16 18:28:11.602 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:28:11.604 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:28:11.606 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:28:11.608 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:28:11.610 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:28:11.614 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828091612 2025-04-16 18:28:11.616 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2025-04-16 18:28:11.631 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:28:11.634 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:28:11.636 | + functions-common:time_stop:2400 : local name 2025-04-16 18:28:11.638 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:28:11.640 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:28:11.642 | + functions-common:time_stop:2403 : local total 2025-04-16 18:28:11.644 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:28:11.646 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:28:11.648 | + functions-common:time_stop:2407 : start_time=1744828091612 2025-04-16 18:28:11.650 | + functions-common:time_stop:2409 : [[ -z 1744828091612 ]] 2025-04-16 18:28:11.653 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:28:11.656 | + functions-common:time_stop:2412 : end_time=1744828091654 2025-04-16 18:28:11.658 | + functions-common:time_stop:2413 : elapsed_time=42 2025-04-16 18:28:11.660 | + functions-common:time_stop:2414 : total=77 2025-04-16 18:28:11.662 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:28:11.664 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=119 2025-04-16 18:28:11.666 | + stack.sh:main:1097 : is_service_enabled tcpdump 2025-04-16 18:28:11.680 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:28:11.682 | + stack.sh:main:1105 : is_service_enabled etcd3 2025-04-16 18:28:11.695 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:28:11.697 | + stack.sh:main:1106 : start_etcd3 2025-04-16 18:28:11.699 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-04-16 18:28:11.701 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-04-16 18:28:11.703 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-04-16 18:28:11.705 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-04-16 18:28:11.707 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-04-16 18:28:11.709 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-04-16 18:28:11.711 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-04-16 18:28:11.713 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-04-16 18:28:11.715 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-04-16 18:28:11.717 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-04-16 18:28:11.718 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-04-16 18:28:11.721 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-16 18:28:11.723 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' '' root 2025-04-16 18:28:11.725 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2025-04-16 18:28:11.726 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2025-04-16 18:28:11.728 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 18:28:11.730 | + functions-common:write_user_unit_file:1521 : local user=root 2025-04-16 18:28:11.732 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 18:28:11.734 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 18:28:11.735 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 18:28:11.737 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-16 18:28:11.739 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 18:28:11.742 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-04-16 18:28:11.790 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:28:11.839 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-04-16 18:28:11.880 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2025-04-16 18:28:11.920 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-04-16 18:28:11.962 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-04-16 18:28:12.004 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:28:12.044 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 18:28:12.046 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 18:28:12.048 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-04-16 18:28:12.098 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 18:28:12.371 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-04-16 18:28:12.414 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-04-16 18:28:12.456 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-04-16 18:28:12.499 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-04-16 18:28:12.540 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-04-16 18:28:12.543 | ++ functions-common:is_arch:497 : uname -m 2025-04-16 18:28:12.546 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-04-16 18:28:12.548 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-04-16 18:28:12.827 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-04-16 18:28:12.836 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-04-16 18:28:13.090 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-04-16 18:28:13.356 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2025-04-16 18:28:13.370 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:28:13.372 | + stack.sh:main:1117 : write_clouds_yaml 2025-04-16 18:28:13.374 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-04-16 18:28:13.377 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-04-16 18:28:13.380 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-04-16 18:28:13.390 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-04-16 18:28:13.399 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-04-16 18:28:13.401 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 18:28:13.403 | + functions-common:write_clouds_yaml:89 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2025-04-16 18:28:13.451 | The user clouds.yaml file didn't exist. 2025-04-16 18:28:13.458 | + functions-common:write_clouds_yaml:100 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2025-04-16 18:28:13.517 | + functions-common:write_clouds_yaml:111 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2025-04-16 18:28:13.576 | + functions-common:write_clouds_yaml:122 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2025-04-16 18:28:13.636 | + functions-common:write_clouds_yaml:133 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2025-04-16 18:28:13.698 | + functions-common:write_clouds_yaml:144 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2025-04-16 18:28:13.761 | + functions-common:write_clouds_yaml:155 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2025-04-16 18:28:13.827 | + functions-common:write_clouds_yaml:166 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2025-04-16 18:28:13.896 | + functions-common:write_clouds_yaml:177 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2025-04-16 18:28:13.966 | + functions-common:write_clouds_yaml:188 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2025-04-16 18:28:14.035 | + functions-common:write_clouds_yaml:198 : cat 2025-04-16 18:28:14.039 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-04-16 18:28:14.042 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-04-16 18:28:14.044 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-04-16 18:28:14.047 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2025-04-16 18:28:14.050 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2025-04-16 18:28:14.052 | + stack.sh:main:1120 : is_service_enabled keystone 2025-04-16 18:28:14.065 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:28:14.067 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2025-04-16 18:28:14.069 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:28:14.072 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2025-04-16 18:28:14.074 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-16 18:28:14.076 | + stack.sh:main:1124 : init_keystone 2025-04-16 18:28:14.078 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-04-16 18:28:14.090 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:28:14.092 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-04-16 18:28:14.093 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-04-16 18:28:14.095 | + lib/database:recreate_database:112 : local db=keystone 2025-04-16 18:28:14.097 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-04-16 18:28:14.099 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2025-04-16 18:28:14.101 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-04-16 18:28:14.110 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-04-16 18:28:14.118 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-04-16 18:28:14.120 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 18:28:14.123 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:28:14.125 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:28:14.127 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:28:14.131 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828094128 2025-04-16 18:28:14.133 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-04-16 18:28:15.302 | ++ inc/async:async_inner:64 : rc=0 2025-04-16 18:28:15.320 | [35809 Async install_tempest:35809]: finished successfully 2025-04-16 18:28:15.813 | INFO dbcounter [-] Registered counter for database keystone 2025-04-16 18:28:15.822 | 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=38651) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 18:28:15.825 | DEBUG dbcounter [-] [38651] Writer thread running {{(pid=38651) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:28:15.830 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:28:15.830 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:28:15.962 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-04-16 18:28:19.945 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=38651) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 18:28:19.946 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-04-16 18:28:19.946 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=38651) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:28:19.948 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2025-04-16 18:28:20.004 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=38651) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:28:20.005 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2025-04-16 18:28:20.037 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=38651) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:28:20.038 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-04-16 18:28:20.038 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=38651) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 18:28:20.039 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2025-04-16 18:28:20.077 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=38651) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:28:20.078 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2025-04-16 18:28:20.119 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=38651) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:28:20.350 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-04-16 18:28:20.353 | + functions-common:time_stop:2400 : local name 2025-04-16 18:28:20.355 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:28:20.357 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:28:20.359 | + functions-common:time_stop:2403 : local total 2025-04-16 18:28:20.361 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:28:20.362 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 18:28:20.364 | + functions-common:time_stop:2407 : start_time=1744828094128 2025-04-16 18:28:20.366 | + functions-common:time_stop:2409 : [[ -z 1744828094128 ]] 2025-04-16 18:28:20.371 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:28:20.372 | + functions-common:time_stop:2412 : end_time=1744828100370 2025-04-16 18:28:20.374 | + functions-common:time_stop:2413 : elapsed_time=6242 2025-04-16 18:28:20.376 | + functions-common:time_stop:2414 : total=0 2025-04-16 18:28:20.378 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:28:20.380 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6242 2025-04-16 18:28:20.382 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-04-16 18:28:20.384 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-04-16 18:28:20.387 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-04-16 18:28:21.874 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-04-16 18:28:21.874 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-16 18:28:21.874 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-16 18:28:21.874 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-04-16 18:28:21.875 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-16 18:28:21.875 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-16 18:28:21.875 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-16 18:28:21.875 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-16 18:28:21.875 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-16 18:28:22.086 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-04-16 18:28:22.089 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-04-16 18:28:23.582 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-04-16 18:28:23.583 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-16 18:28:23.583 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-16 18:28:23.583 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-04-16 18:28:23.583 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-16 18:28:23.583 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-16 18:28:23.583 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-16 18:28:23.583 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-16 18:28:23.583 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-16 18:28:23.813 | + stack.sh:main:1125 : start_keystone 2025-04-16 18:28:23.815 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-04-16 18:28:23.817 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-04-16 18:28:23.819 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-04-16 18:28:23.833 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:28:23.835 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-04-16 18:28:23.837 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-04-16 18:28:23.841 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-04-16 18:28:23.843 | + functions-common:run_process:1654 : local service=keystone 2025-04-16 18:28:23.845 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 18:28:23.847 | + functions-common:run_process:1656 : local group= 2025-04-16 18:28:23.849 | + functions-common:run_process:1657 : local user= 2025-04-16 18:28:23.851 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:28:23.853 | + functions-common:run_process:1660 : local name=keystone 2025-04-16 18:28:23.854 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:28:23.856 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:28:23.858 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:28:23.860 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:28:23.863 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:28:23.866 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828103864 2025-04-16 18:28:23.868 | + functions-common:run_process:1663 : is_service_enabled keystone 2025-04-16 18:28:23.880 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:28:23.882 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-04-16 18:28:23.884 | + functions-common:_run_under_systemd:1611 : local service=keystone 2025-04-16 18:28:23.886 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 18:28:23.888 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 18:28:23.890 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 18:28:23.892 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 18:28:23.894 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-04-16 18:28:23.896 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-04-16 18:28:23.898 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2025-04-16 18:28:23.900 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:28:23.902 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:28:23.904 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:28:23.906 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:28:23.908 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-04-16 18:28:23.910 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 18:28:23.912 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 18:28:23.914 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 18:28:23.915 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2025-04-16 18:28:23.917 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 18:28:23.919 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 18:28:23.921 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 18:28:23.922 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 18:28:23.924 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-04-16 18:28:23.926 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 18:28:23.929 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-04-16 18:28:23.979 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:28:24.028 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-04-16 18:28:24.069 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-04-16 18:28:24.108 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 18:28:24.148 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:28:24.187 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-04-16 18:28:24.229 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-04-16 18:28:24.270 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-04-16 18:28:24.309 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-04-16 18:28:24.348 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-04-16 18:28:24.387 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 18:28:24.389 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 18:28:24.391 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-04-16 18:28:24.437 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 18:28:24.700 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2025-04-16 18:28:24.710 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-04-16 18:28:24.966 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2025-04-16 18:28:25.073 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:28:25.075 | + functions-common:time_stop:2400 : local name 2025-04-16 18:28:25.077 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:28:25.079 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:28:25.081 | + functions-common:time_stop:2403 : local total 2025-04-16 18:28:25.083 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:28:25.085 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:28:25.087 | + functions-common:time_stop:2407 : start_time=1744828103864 2025-04-16 18:28:25.089 | + functions-common:time_stop:2409 : [[ -z 1744828103864 ]] 2025-04-16 18:28:25.092 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:28:25.095 | + functions-common:time_stop:2412 : end_time=1744828105092 2025-04-16 18:28:25.097 | + functions-common:time_stop:2413 : elapsed_time=1228 2025-04-16 18:28:25.099 | + functions-common:time_stop:2414 : total=119 2025-04-16 18:28:25.101 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:28:25.103 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1347 2025-04-16 18:28:25.105 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-04-16 18:28:25.105 | Waiting for keystone to start... 2025-04-16 18:28:25.107 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-04-16 18:28:25.109 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-04-16 18:28:25.110 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 18:28:25.112 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-04-16 18:28:25.114 | + functions:wait_for_service:470 : local rval=0 2025-04-16 18:28:25.116 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 18:28:25.118 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 18:28:25.120 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:28:25.122 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:28:25.125 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:28:25.128 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828105126 2025-04-16 18:28:25.130 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 18:28:25.133 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-04-16 18:28:27.433 | + :: : [[ 200 == 503 ]] 2025-04-16 18:28:27.434 | + :: : [[ 0 -eq 7 ]] 2025-04-16 18:28:27.436 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 18:28:27.438 | + functions-common:time_stop:2400 : local name 2025-04-16 18:28:27.441 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:28:27.443 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:28:27.445 | + functions-common:time_stop:2403 : local total 2025-04-16 18:28:27.446 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:28:27.448 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 18:28:27.450 | + functions-common:time_stop:2407 : start_time=1744828105126 2025-04-16 18:28:27.452 | + functions-common:time_stop:2409 : [[ -z 1744828105126 ]] 2025-04-16 18:28:27.455 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:28:27.458 | + functions-common:time_stop:2412 : end_time=1744828107456 2025-04-16 18:28:27.460 | + functions-common:time_stop:2413 : elapsed_time=2330 2025-04-16 18:28:27.462 | + functions-common:time_stop:2414 : total=0 2025-04-16 18:28:27.464 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:28:27.466 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2330 2025-04-16 18:28:27.468 | + functions:wait_for_service:478 : return 0 2025-04-16 18:28:27.470 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-04-16 18:28:27.484 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:28:27.485 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-04-16 18:28:27.487 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 18:28:27.489 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2025-04-16 18:28:28.356 | + stack.sh:main:1126 : bootstrap_keystone 2025-04-16 18:28:28.358 | + lib/keystone:bootstrap_keystone:607 : /opt/stack/data/venv/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2025-04-16 18:28:29.874 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.874 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.874 | 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=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.879 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.886 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.886 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.902 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.918 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.918 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.959 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.959 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.959 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.959 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.959 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.959 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.965 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.966 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.966 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.966 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.966 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.966 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.966 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.970 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.971 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.972 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.972 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.972 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.972 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.972 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.972 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=39470) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 18:28:29.998 | INFO dbcounter [-] Registered counter for database keystone 2025-04-16 18:28:30.006 | 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=39470) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 18:28:30.009 | DEBUG dbcounter [-] [39470] Writer thread running {{(pid=39470) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:28:30.168 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Created domain default 2025-04-16 18:28:30.192 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Created project admin 2025-04-16 18:28:30.207 | WARNING keystone.common.password_hashing [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-04-16 18:28:30.208 | DEBUG passlib.handlers.bcrypt [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=39470) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2025-04-16 18:28:30.208 | DEBUG passlib.handlers.bcrypt [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=39470) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2025-04-16 18:28:30.267 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Created user admin 2025-04-16 18:28:30.281 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Created role reader 2025-04-16 18:28:30.287 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Created role member 2025-04-16 18:28:30.299 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Created implied role where 0edfe17eaf3e450a88227ce59b30d435 implies e4f14f633ec7443197375cd07dcb244c 2025-04-16 18:28:30.304 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Created role manager 2025-04-16 18:28:30.311 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Created implied role where 1a81fb05a26243d8aa952c1772b71f6e implies 0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:30.316 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Created role admin 2025-04-16 18:28:30.323 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Created implied role where b2713a2a336340f4ad00685f59aafe44 implies 1a81fb05a26243d8aa952c1772b71f6e 2025-04-16 18:28:30.330 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Created role service 2025-04-16 18:28:30.336 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Granted role admin on project admin to user admin. 2025-04-16 18:28:30.339 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Granted role admin on the system to user admin. 2025-04-16 18:28:30.346 | WARNING py.warnings [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] /opt/stack/data/venv/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2025-04-16 18:28:30.346 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-04-16 18:28:30.346 |  2025-04-16 18:28:30.348 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Created region RegionOne 2025-04-16 18:28:30.365 | INFO keystone.cmd.bootstrap [None req-36399b48-baf5-458a-a6f2-d5daf80eed41 None None] Created public endpoint http://10.180.1.21/identity 2025-04-16 18:28:30.657 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-04-16 18:28:30.659 | + stack.sh:main:1129 : create_keystone_accounts 2025-04-16 18:28:30.662 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-04-16 18:28:30.665 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-04-16 18:28:32.252 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:32.255 | + lib/keystone:create_keystone_accounts:315 : admin_project=d4fe325ef395451d95fa750759fa3138 2025-04-16 18:28:32.257 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-04-16 18:28:32.259 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-04-16 18:28:33.382 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:33.384 | + lib/keystone:create_keystone_accounts:317 : admin_user=587fa75251064676b539b9680c912134 2025-04-16 18:28:33.386 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-04-16 18:28:33.388 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-04-16 18:28:33.390 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-04-16 18:28:33.392 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 587fa75251064676b539b9680c912134 default 2025-04-16 18:28:33.436 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 587fa75251064676b539b9680c912134 default 2025-04-16 18:28:33.463 | [4729 Async ks-domain-role:39635]: running: get_or_add_user_domain_role admin 587fa75251064676b539b9680c912134 default 2025-04-16 18:28:33.465 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-04-16 18:28:33.467 | + functions-common:get_or_create_domain:855 : local domain_id 2025-04-16 18:28:33.469 | ++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-16 18:28:34.881 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:34.883 | + functions-common:get_or_create_domain:860 : domain_id=default 2025-04-16 18:28:34.885 | + functions-common:get_or_create_domain:861 : echo default 2025-04-16 18:28:34.885 | default 2025-04-16 18:28:34.887 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-04-16 18:28:34.935 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-04-16 18:28:34.964 | [4729 Async ks-project:39745]: running: get_or_create_project service Default 2025-04-16 18:28:34.965 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-04-16 18:28:35.013 | + inc/async:async_inner:63 : get_or_create_role service 2025-04-16 18:28:35.042 | [4729 Async ks-service:39857]: running: get_or_create_role service 2025-04-16 18:28:35.043 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-04-16 18:28:35.091 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-04-16 18:28:35.121 | [4729 Async ks-reseller:39953]: running: get_or_create_role ResellerAdmin 2025-04-16 18:28:35.123 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-04-16 18:28:35.125 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-04-16 18:28:35.172 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-04-16 18:28:35.202 | [4729 Async ks-anotherrole:40050]: running: get_or_create_role anotherrole 2025-04-16 18:28:35.204 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-04-16 18:28:35.207 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-04-16 18:28:35.209 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 18:28:35.211 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2025-04-16 18:28:36.522 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:36.543 | [39857 Async ks-service:39857]: finished successfully 2025-04-16 18:28:36.564 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:36.582 | [39745 Async ks-project:39745]: finished successfully 2025-04-16 18:28:36.653 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:36.657 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:36.672 | [39953 Async ks-reseller:39953]: finished successfully 2025-04-16 18:28:36.676 | [40050 Async ks-anotherrole:40050]: finished successfully 2025-04-16 18:28:36.719 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:36.738 | [39635 Async ks-domain-role:39635]: finished successfully 2025-04-16 18:28:36.775 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:36.778 | ++ functions-common:get_or_create_project:911 : project_id=63bde00754bb49e09f28615d35beb3bd 2025-04-16 18:28:36.779 | ++ functions-common:get_or_create_project:912 : echo 63bde00754bb49e09f28615d35beb3bd 2025-04-16 18:28:36.782 | + lib/keystone:create_keystone_accounts:345 : invis_project=63bde00754bb49e09f28615d35beb3bd 2025-04-16 18:28:36.784 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-04-16 18:28:36.786 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-04-16 18:28:36.788 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 18:28:36.792 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2025-04-16 18:28:38.024 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:38.027 | ++ functions-common:get_or_create_project:911 : project_id=25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:38.028 | ++ functions-common:get_or_create_project:912 : echo 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:38.031 | + lib/keystone:create_keystone_accounts:349 : demo_project=25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:38.033 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-04-16 18:28:38.036 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-04-16 18:28:38.037 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 18:28:38.039 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2025-04-16 18:28:38.041 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2025-04-16 18:28:38.044 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2025-04-16 18:28:39.266 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:39.269 | ++ functions-common:get_or_create_user:898 : user_id=32be93e2dba843dd9205f21871861892 2025-04-16 18:28:39.270 | ++ functions-common:get_or_create_user:899 : echo 32be93e2dba843dd9205f21871861892 2025-04-16 18:28:39.273 | + lib/keystone:create_keystone_accounts:352 : demo_user=32be93e2dba843dd9205f21871861892 2025-04-16 18:28:39.275 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-04-16 18:28:39.310 | [4729 Async ks-domain-role:39635]: Waiting for completion of get_or_add_user_domain_role admin 587fa75251064676b539b9680c912134 default running on PID 39635 (6 other jobs running) 2025-04-16 18:28:39.327 | [4729 Async ks-domain-role:39635]: Signaling child to exit 2025-04-16 18:28:39.327 | WAKEUP 2025-04-16 18:28:39.343 | [4729 Async ks-domain-role:39635]: Signaled 2025-04-16 18:28:39.344 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2025-04-16 18:28:39.344 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user 587fa75251064676b539b9680c912134 --domain default 2025-04-16 18:28:39.344 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 587fa75251064676b539b9680c912134 --domain default -c Role -f value 2025-04-16 18:28:39.344 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:39.344 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:28:39.344 | + functions-common:get_or_add_user_domain_role:982 : echo b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:28:39.344 | b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:28:39.374 | [4729 Async ks-domain-role:39635]: finished get_or_add_user_domain_role admin 587fa75251064676b539b9680c912134 default with result 0 in 3 seconds 2025-04-16 18:28:39.378 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-04-16 18:28:39.402 | [4729 Async ks-project:39745]: Waiting for completion of get_or_create_project service Default running on PID 39745 (5 other jobs running) 2025-04-16 18:28:39.418 | [4729 Async ks-project:39745]: Signaling child to exit 2025-04-16 18:28:39.419 | WAKEUP 2025-04-16 18:28:39.434 | [4729 Async ks-project:39745]: Signaled 2025-04-16 18:28:39.434 | + functions-common:get_or_create_project:905 : local project_id 2025-04-16 18:28:39.434 | ++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2025-04-16 18:28:39.434 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:39.434 | + functions-common:get_or_create_project:911 : project_id=41e28f12c23748f09eac56486ac36975 2025-04-16 18:28:39.434 | + functions-common:get_or_create_project:912 : echo 41e28f12c23748f09eac56486ac36975 2025-04-16 18:28:39.434 | 41e28f12c23748f09eac56486ac36975 2025-04-16 18:28:39.464 | [4729 Async ks-project:39745]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-04-16 18:28:39.489 | [4729 Async ks-service:39857]: Waiting for completion of get_or_create_role service running on PID 39857 (4 other jobs running) 2025-04-16 18:28:39.506 | [4729 Async ks-service:39857]: Signaling child to exit 2025-04-16 18:28:39.506 | WAKEUP 2025-04-16 18:28:39.521 | [4729 Async ks-service:39857]: Signaled 2025-04-16 18:28:39.522 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 18:28:39.522 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-04-16 18:28:39.522 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:39.522 | + functions-common:get_or_create_role:923 : role_id=e5dc3282279d42ee94db38c245482415 2025-04-16 18:28:39.522 | + functions-common:get_or_create_role:924 : echo e5dc3282279d42ee94db38c245482415 2025-04-16 18:28:39.522 | e5dc3282279d42ee94db38c245482415 2025-04-16 18:28:39.552 | [4729 Async ks-service:39857]: finished get_or_create_role service with result 0 in 1 seconds 2025-04-16 18:28:39.577 | [4729 Async ks-reseller:39953]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 39953 (3 other jobs running) 2025-04-16 18:28:39.593 | [4729 Async ks-reseller:39953]: Signaling child to exit 2025-04-16 18:28:39.593 | WAKEUP 2025-04-16 18:28:39.608 | [4729 Async ks-reseller:39953]: Signaled 2025-04-16 18:28:39.609 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 18:28:39.609 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-04-16 18:28:39.609 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:39.609 | + functions-common:get_or_create_role:923 : role_id=d540a86c662d411ba30ab85ab4a332d3 2025-04-16 18:28:39.609 | + functions-common:get_or_create_role:924 : echo d540a86c662d411ba30ab85ab4a332d3 2025-04-16 18:28:39.609 | d540a86c662d411ba30ab85ab4a332d3 2025-04-16 18:28:39.640 | [4729 Async ks-reseller:39953]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-04-16 18:28:39.665 | [4729 Async ks-anotherrole:40050]: Waiting for completion of get_or_create_role anotherrole running on PID 40050 (2 other jobs running) 2025-04-16 18:28:39.681 | [4729 Async ks-anotherrole:40050]: Signaling child to exit 2025-04-16 18:28:39.681 | WAKEUP 2025-04-16 18:28:39.696 | [4729 Async ks-anotherrole:40050]: Signaled 2025-04-16 18:28:39.697 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 18:28:39.697 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-04-16 18:28:39.697 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:39.697 | + functions-common:get_or_create_role:923 : role_id=8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:39.697 | + functions-common:get_or_create_role:924 : echo 8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:39.697 | 8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:39.727 | [4729 Async ks-anotherrole:40050]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-04-16 18:28:39.730 | + inc/async:async_wait:197 : return 0 2025-04-16 18:28:39.732 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 32be93e2dba843dd9205f21871861892 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:39.778 | + inc/async:async_inner:63 : get_or_add_user_project_role member 32be93e2dba843dd9205f21871861892 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:39.806 | [4729 Async ks-demo-member:40891]: running: get_or_add_user_project_role member 32be93e2dba843dd9205f21871861892 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:39.808 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 587fa75251064676b539b9680c912134 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:39.854 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 587fa75251064676b539b9680c912134 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:39.883 | [4729 Async ks-demo-admin:40987]: running: get_or_add_user_project_role admin 587fa75251064676b539b9680c912134 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:39.885 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 32be93e2dba843dd9205f21871861892 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:39.932 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 32be93e2dba843dd9205f21871861892 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:39.960 | [4729 Async ks-demo-another:41084]: running: get_or_add_user_project_role anotherrole 32be93e2dba843dd9205f21871861892 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:39.962 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 32be93e2dba843dd9205f21871861892 63bde00754bb49e09f28615d35beb3bd 2025-04-16 18:28:40.009 | + inc/async:async_inner:63 : get_or_add_user_project_role member 32be93e2dba843dd9205f21871861892 63bde00754bb49e09f28615d35beb3bd 2025-04-16 18:28:40.039 | [4729 Async ks-demo-invis:41181]: running: get_or_add_user_project_role member 32be93e2dba843dd9205f21871861892 63bde00754bb49e09f28615d35beb3bd 2025-04-16 18:28:40.041 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-04-16 18:28:40.044 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-04-16 18:28:40.046 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 18:28:40.048 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2025-04-16 18:28:40.050 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2025-04-16 18:28:40.052 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2025-04-16 18:28:41.567 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:41.575 | ++ functions-common:get_or_create_user:898 : user_id=fa7be7fc5b924078ae5b522563a59da1 2025-04-16 18:28:41.577 | ++ functions-common:get_or_create_user:899 : echo fa7be7fc5b924078ae5b522563a59da1 2025-04-16 18:28:41.579 | + lib/keystone:create_keystone_accounts:365 : demo_reader=fa7be7fc5b924078ae5b522563a59da1 2025-04-16 18:28:41.581 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader fa7be7fc5b924078ae5b522563a59da1 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:41.636 | + inc/async:async_inner:63 : get_or_add_user_project_role reader fa7be7fc5b924078ae5b522563a59da1 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:41.672 | [4729 Async ks-demo-reader:41349]: running: get_or_add_user_project_role reader fa7be7fc5b924078ae5b522563a59da1 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:41.675 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-04-16 18:28:41.677 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-04-16 18:28:41.680 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 18:28:41.682 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2025-04-16 18:28:43.250 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:43.253 | ++ functions-common:get_or_create_project:911 : project_id=afc882929168458984b49af193f54229 2025-04-16 18:28:43.255 | ++ functions-common:get_or_create_project:912 : echo afc882929168458984b49af193f54229 2025-04-16 18:28:43.257 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=afc882929168458984b49af193f54229 2025-04-16 18:28:43.259 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-04-16 18:28:43.263 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-04-16 18:28:43.265 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 18:28:43.267 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2025-04-16 18:28:43.269 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2025-04-16 18:28:43.272 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2025-04-16 18:28:43.510 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:43.533 | [40891 Async ks-demo-member:40891]: finished successfully 2025-04-16 18:28:43.830 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:43.848 | [40987 Async ks-demo-admin:40987]: finished successfully 2025-04-16 18:28:43.898 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:43.917 | [41084 Async ks-demo-another:41084]: finished successfully 2025-04-16 18:28:43.945 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:43.963 | [41181 Async ks-demo-invis:41181]: finished successfully 2025-04-16 18:28:44.530 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:44.533 | ++ functions-common:get_or_create_user:898 : user_id=dea39a8d1cdb49e9bca7081d603c173e 2025-04-16 18:28:44.535 | ++ functions-common:get_or_create_user:899 : echo dea39a8d1cdb49e9bca7081d603c173e 2025-04-16 18:28:44.537 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=dea39a8d1cdb49e9bca7081d603c173e 2025-04-16 18:28:44.540 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin dea39a8d1cdb49e9bca7081d603c173e afc882929168458984b49af193f54229 2025-04-16 18:28:44.589 | + inc/async:async_inner:63 : get_or_add_user_project_role admin dea39a8d1cdb49e9bca7081d603c173e afc882929168458984b49af193f54229 2025-04-16 18:28:44.618 | [4729 Async ks-alt-admin:41745]: running: get_or_add_user_project_role admin dea39a8d1cdb49e9bca7081d603c173e afc882929168458984b49af193f54229 2025-04-16 18:28:44.620 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole dea39a8d1cdb49e9bca7081d603c173e afc882929168458984b49af193f54229 2025-04-16 18:28:44.666 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole dea39a8d1cdb49e9bca7081d603c173e afc882929168458984b49af193f54229 2025-04-16 18:28:44.697 | [4729 Async ks-alt-another:41841]: running: get_or_add_user_project_role anotherrole dea39a8d1cdb49e9bca7081d603c173e afc882929168458984b49af193f54229 2025-04-16 18:28:44.699 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-04-16 18:28:44.702 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-04-16 18:28:44.704 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 18:28:44.706 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2025-04-16 18:28:44.707 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2025-04-16 18:28:44.710 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2025-04-16 18:28:45.246 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:45.265 | [41349 Async ks-demo-reader:41349]: finished successfully 2025-04-16 18:28:45.960 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:45.963 | ++ functions-common:get_or_create_user:898 : user_id=677616d24d6c46609f0f140447152e38 2025-04-16 18:28:45.965 | ++ functions-common:get_or_create_user:899 : echo 677616d24d6c46609f0f140447152e38 2025-04-16 18:28:45.967 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=677616d24d6c46609f0f140447152e38 2025-04-16 18:28:45.969 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 677616d24d6c46609f0f140447152e38 afc882929168458984b49af193f54229 2025-04-16 18:28:46.018 | + inc/async:async_inner:63 : get_or_add_user_project_role member 677616d24d6c46609f0f140447152e38 afc882929168458984b49af193f54229 2025-04-16 18:28:46.048 | [4729 Async ks-alt-member-user:42018]: running: get_or_add_user_project_role member 677616d24d6c46609f0f140447152e38 afc882929168458984b49af193f54229 2025-04-16 18:28:46.050 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-04-16 18:28:46.053 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-04-16 18:28:46.055 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 18:28:46.057 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2025-04-16 18:28:46.059 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2025-04-16 18:28:46.061 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2025-04-16 18:28:47.390 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:47.392 | ++ functions-common:get_or_create_user:898 : user_id=92e6e9805d1f4b5f9987b15fe0e40103 2025-04-16 18:28:47.394 | ++ functions-common:get_or_create_user:899 : echo 92e6e9805d1f4b5f9987b15fe0e40103 2025-04-16 18:28:47.397 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=92e6e9805d1f4b5f9987b15fe0e40103 2025-04-16 18:28:47.399 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 92e6e9805d1f4b5f9987b15fe0e40103 afc882929168458984b49af193f54229 2025-04-16 18:28:47.449 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 92e6e9805d1f4b5f9987b15fe0e40103 afc882929168458984b49af193f54229 2025-04-16 18:28:47.483 | [4729 Async ks-alt-reader-user:42192]: running: get_or_add_user_project_role reader 92e6e9805d1f4b5f9987b15fe0e40103 afc882929168458984b49af193f54229 2025-04-16 18:28:47.486 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-04-16 18:28:47.487 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 18:28:47.489 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2025-04-16 18:28:47.491 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2025-04-16 18:28:47.494 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2025-04-16 18:28:47.930 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:47.949 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:47.949 | [41745 Async ks-alt-admin:41745]: finished successfully 2025-04-16 18:28:47.967 | [41841 Async ks-alt-another:41841]: finished successfully 2025-04-16 18:28:48.804 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:48.807 | ++ functions-common:get_or_create_user:898 : user_id=6b41ed683d1c498aa2e7fc34320a427e 2025-04-16 18:28:48.810 | ++ functions-common:get_or_create_user:899 : echo 6b41ed683d1c498aa2e7fc34320a427e 2025-04-16 18:28:48.813 | + lib/keystone:create_keystone_accounts:397 : system_member_user=6b41ed683d1c498aa2e7fc34320a427e 2025-04-16 18:28:48.814 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 6b41ed683d1c498aa2e7fc34320a427e all 2025-04-16 18:28:48.865 | + inc/async:async_inner:63 : get_or_add_user_system_role member 6b41ed683d1c498aa2e7fc34320a427e all 2025-04-16 18:28:48.898 | [4729 Async ks-system-member:42426]: running: get_or_add_user_system_role member 6b41ed683d1c498aa2e7fc34320a427e all 2025-04-16 18:28:48.900 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-04-16 18:28:48.903 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 18:28:48.905 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2025-04-16 18:28:48.907 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2025-04-16 18:28:48.910 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2025-04-16 18:28:49.231 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:49.252 | [42018 Async ks-alt-member-user:42018]: finished successfully 2025-04-16 18:28:50.292 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:50.295 | ++ functions-common:get_or_create_user:898 : user_id=84efe8a15d634144b2fcf2af00f1770d 2025-04-16 18:28:50.297 | ++ functions-common:get_or_create_user:899 : echo 84efe8a15d634144b2fcf2af00f1770d 2025-04-16 18:28:50.299 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=84efe8a15d634144b2fcf2af00f1770d 2025-04-16 18:28:50.301 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 84efe8a15d634144b2fcf2af00f1770d all 2025-04-16 18:28:50.353 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 84efe8a15d634144b2fcf2af00f1770d all 2025-04-16 18:28:50.387 | [4729 Async ks-system-reader:42634]: running: get_or_add_user_system_role reader 84efe8a15d634144b2fcf2af00f1770d all 2025-04-16 18:28:50.389 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-04-16 18:28:50.392 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-04-16 18:28:50.394 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2025-04-16 18:28:50.396 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-16 18:28:50.399 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2025-04-16 18:28:50.697 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:50.715 | [42192 Async ks-alt-reader-user:42192]: finished successfully 2025-04-16 18:28:51.681 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:51.683 | ++ functions-common:get_or_create_group:875 : group_id=1900acba2f1843d89e57a16d7a054abe 2025-04-16 18:28:51.685 | ++ functions-common:get_or_create_group:876 : echo 1900acba2f1843d89e57a16d7a054abe 2025-04-16 18:28:51.689 | + lib/keystone:create_keystone_accounts:407 : admin_group=1900acba2f1843d89e57a16d7a054abe 2025-04-16 18:28:51.692 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-04-16 18:28:51.694 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-04-16 18:28:51.696 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2025-04-16 18:28:51.698 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-16 18:28:51.701 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2025-04-16 18:28:52.970 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:52.972 | ++ functions-common:get_or_create_group:875 : group_id=2abae2388d8d4fed9a36cf2af8915c9e 2025-04-16 18:28:52.974 | ++ functions-common:get_or_create_group:876 : echo 2abae2388d8d4fed9a36cf2af8915c9e 2025-04-16 18:28:52.977 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=2abae2388d8d4fed9a36cf2af8915c9e 2025-04-16 18:28:52.979 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 2abae2388d8d4fed9a36cf2af8915c9e 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:53.029 | + inc/async:async_inner:63 : get_or_add_group_project_role member 2abae2388d8d4fed9a36cf2af8915c9e 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:53.059 | [4729 Async ks-group-memberdemo:42902]: running: get_or_add_group_project_role member 2abae2388d8d4fed9a36cf2af8915c9e 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:53.061 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 2abae2388d8d4fed9a36cf2af8915c9e 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:53.110 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 2abae2388d8d4fed9a36cf2af8915c9e 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:53.141 | [4729 Async ks-group-anotherdemo:42981]: running: get_or_add_group_project_role anotherrole 2abae2388d8d4fed9a36cf2af8915c9e 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:53.143 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 2abae2388d8d4fed9a36cf2af8915c9e afc882929168458984b49af193f54229 2025-04-16 18:28:53.193 | + inc/async:async_inner:63 : get_or_add_group_project_role member 2abae2388d8d4fed9a36cf2af8915c9e afc882929168458984b49af193f54229 2025-04-16 18:28:53.226 | [4729 Async ks-group-memberalt:43061]: running: get_or_add_group_project_role member 2abae2388d8d4fed9a36cf2af8915c9e afc882929168458984b49af193f54229 2025-04-16 18:28:53.229 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 2abae2388d8d4fed9a36cf2af8915c9e afc882929168458984b49af193f54229 2025-04-16 18:28:53.279 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 2abae2388d8d4fed9a36cf2af8915c9e afc882929168458984b49af193f54229 2025-04-16 18:28:53.311 | [4729 Async ks-group-anotheralt:43159]: running: get_or_add_group_project_role anotherrole 2abae2388d8d4fed9a36cf2af8915c9e afc882929168458984b49af193f54229 2025-04-16 18:28:53.312 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 1900acba2f1843d89e57a16d7a054abe d4fe325ef395451d95fa750759fa3138 2025-04-16 18:28:53.352 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:53.363 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 1900acba2f1843d89e57a16d7a054abe d4fe325ef395451d95fa750759fa3138 2025-04-16 18:28:53.372 | [42426 Async ks-system-member:42426]: finished successfully 2025-04-16 18:28:53.401 | [4729 Async ks-group-admin:43255]: running: get_or_add_group_project_role admin 1900acba2f1843d89e57a16d7a054abe d4fe325ef395451d95fa750759fa3138 2025-04-16 18:28:53.403 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-04-16 18:28:53.442 | [4729 Async ks-demo-member:40891]: Waiting for completion of get_or_add_user_project_role member 32be93e2dba843dd9205f21871861892 25bc211350ec4f9f9d00017c6ffb6a0e running on PID 40891 (17 other jobs running) 2025-04-16 18:28:53.459 | [4729 Async ks-demo-member:40891]: Signaling child to exit 2025-04-16 18:28:53.460 | WAKEUP 2025-04-16 18:28:53.475 | [4729 Async ks-demo-member:40891]: Signaled 2025-04-16 18:28:53.476 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:28:53.476 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:28:53.476 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 18:28:53.476 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:28:53.476 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:28:53.476 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 18:28:53.476 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 18:28:53.476 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 18:28:53.476 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 18:28:53.476 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 32be93e2dba843dd9205f21871861892 --project 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:53.476 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 32be93e2dba843dd9205f21871861892 --project 25bc211350ec4f9f9d00017c6ffb6a0e -c Role -f value 2025-04-16 18:28:53.476 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:53.476 | + functions-common:get_or_add_user_project_role:962 : user_role_id=0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:53.476 | + functions-common:get_or_add_user_project_role:963 : echo 0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:53.476 | 0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:53.507 | [4729 Async ks-demo-member:40891]: finished get_or_add_user_project_role member 32be93e2dba843dd9205f21871861892 25bc211350ec4f9f9d00017c6ffb6a0e with result 0 in 3 seconds 2025-04-16 18:28:53.533 | [4729 Async ks-demo-admin:40987]: Waiting for completion of get_or_add_user_project_role admin 587fa75251064676b539b9680c912134 25bc211350ec4f9f9d00017c6ffb6a0e running on PID 40987 (16 other jobs running) 2025-04-16 18:28:53.550 | [4729 Async ks-demo-admin:40987]: Signaling child to exit 2025-04-16 18:28:53.550 | WAKEUP 2025-04-16 18:28:53.565 | [4729 Async ks-demo-admin:40987]: Signaled 2025-04-16 18:28:53.566 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:28:53.566 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:28:53.566 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 18:28:53.566 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:28:53.566 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:28:53.566 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 18:28:53.566 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 18:28:53.566 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 18:28:53.566 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 18:28:53.566 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 587fa75251064676b539b9680c912134 --project 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:53.566 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 587fa75251064676b539b9680c912134 --project 25bc211350ec4f9f9d00017c6ffb6a0e -c Role -f value 2025-04-16 18:28:53.566 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:53.566 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:28:53.566 | + functions-common:get_or_add_user_project_role:963 : echo b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:28:53.566 | b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:28:53.597 | [4729 Async ks-demo-admin:40987]: finished get_or_add_user_project_role admin 587fa75251064676b539b9680c912134 25bc211350ec4f9f9d00017c6ffb6a0e with result 0 in 4 seconds 2025-04-16 18:28:53.622 | [4729 Async ks-demo-another:41084]: Waiting for completion of get_or_add_user_project_role anotherrole 32be93e2dba843dd9205f21871861892 25bc211350ec4f9f9d00017c6ffb6a0e running on PID 41084 (15 other jobs running) 2025-04-16 18:28:53.640 | [4729 Async ks-demo-another:41084]: Signaling child to exit 2025-04-16 18:28:53.640 | WAKEUP 2025-04-16 18:28:53.655 | [4729 Async ks-demo-another:41084]: Signaled 2025-04-16 18:28:53.656 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:28:53.656 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:28:53.657 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 18:28:53.657 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:28:53.657 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:28:53.657 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 18:28:53.657 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 18:28:53.657 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 18:28:53.657 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 18:28:53.657 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 32be93e2dba843dd9205f21871861892 --project 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:53.657 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 32be93e2dba843dd9205f21871861892 --project 25bc211350ec4f9f9d00017c6ffb6a0e -c Role -f value 2025-04-16 18:28:53.657 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:53.657 | + functions-common:get_or_add_user_project_role:962 : user_role_id=8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:53.657 | + functions-common:get_or_add_user_project_role:963 : echo 8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:53.657 | 8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:53.687 | [4729 Async ks-demo-another:41084]: finished get_or_add_user_project_role anotherrole 32be93e2dba843dd9205f21871861892 25bc211350ec4f9f9d00017c6ffb6a0e with result 0 in 4 seconds 2025-04-16 18:28:53.712 | [4729 Async ks-demo-invis:41181]: Waiting for completion of get_or_add_user_project_role member 32be93e2dba843dd9205f21871861892 63bde00754bb49e09f28615d35beb3bd running on PID 41181 (14 other jobs running) 2025-04-16 18:28:53.729 | [4729 Async ks-demo-invis:41181]: Signaling child to exit 2025-04-16 18:28:53.730 | WAKEUP 2025-04-16 18:28:53.746 | [4729 Async ks-demo-invis:41181]: Signaled 2025-04-16 18:28:53.747 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:28:53.747 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:28:53.747 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 18:28:53.747 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:28:53.747 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:28:53.747 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 18:28:53.747 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 18:28:53.747 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 18:28:53.747 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 18:28:53.747 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 32be93e2dba843dd9205f21871861892 --project 63bde00754bb49e09f28615d35beb3bd 2025-04-16 18:28:53.747 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 32be93e2dba843dd9205f21871861892 --project 63bde00754bb49e09f28615d35beb3bd -c Role -f value 2025-04-16 18:28:53.747 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:53.747 | + functions-common:get_or_add_user_project_role:962 : user_role_id=0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:53.747 | + functions-common:get_or_add_user_project_role:963 : echo 0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:53.747 | 0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:53.778 | [4729 Async ks-demo-invis:41181]: finished get_or_add_user_project_role member 32be93e2dba843dd9205f21871861892 63bde00754bb49e09f28615d35beb3bd with result 0 in 3 seconds 2025-04-16 18:28:53.804 | [4729 Async ks-demo-reader:41349]: Waiting for completion of get_or_add_user_project_role reader fa7be7fc5b924078ae5b522563a59da1 25bc211350ec4f9f9d00017c6ffb6a0e running on PID 41349 (13 other jobs running) 2025-04-16 18:28:53.821 | [4729 Async ks-demo-reader:41349]: Signaling child to exit 2025-04-16 18:28:53.821 | WAKEUP 2025-04-16 18:28:53.841 | [4729 Async ks-demo-reader:41349]: Signaled 2025-04-16 18:28:53.841 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:28:53.842 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:28:53.842 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 18:28:53.842 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:28:53.842 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:28:53.842 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 18:28:53.842 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 18:28:53.842 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 18:28:53.842 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 18:28:53.842 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user fa7be7fc5b924078ae5b522563a59da1 --project 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:53.842 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user fa7be7fc5b924078ae5b522563a59da1 --project 25bc211350ec4f9f9d00017c6ffb6a0e -c Role -f value 2025-04-16 18:28:53.842 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:53.842 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e4f14f633ec7443197375cd07dcb244c 2025-04-16 18:28:53.842 | + functions-common:get_or_add_user_project_role:963 : echo e4f14f633ec7443197375cd07dcb244c 2025-04-16 18:28:53.842 | e4f14f633ec7443197375cd07dcb244c 2025-04-16 18:28:53.873 | [4729 Async ks-demo-reader:41349]: finished get_or_add_user_project_role reader fa7be7fc5b924078ae5b522563a59da1 25bc211350ec4f9f9d00017c6ffb6a0e with result 0 in 3 seconds 2025-04-16 18:28:53.877 | + inc/async:async_wait:197 : return 0 2025-04-16 18:28:53.879 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-04-16 18:28:53.936 | [4729 Async ks-alt-admin:41745]: Waiting for completion of get_or_add_user_project_role admin dea39a8d1cdb49e9bca7081d603c173e afc882929168458984b49af193f54229 running on PID 41745 (12 other jobs running) 2025-04-16 18:28:53.962 | [4729 Async ks-alt-admin:41745]: Signaling child to exit 2025-04-16 18:28:53.965 | WAKEUP 2025-04-16 18:28:53.986 | [4729 Async ks-alt-admin:41745]: Signaled 2025-04-16 18:28:53.992 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:28:53.992 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:28:53.992 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 18:28:53.992 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:28:53.992 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:28:53.992 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 18:28:53.992 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 18:28:53.992 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 18:28:53.992 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 18:28:53.992 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user dea39a8d1cdb49e9bca7081d603c173e --project afc882929168458984b49af193f54229 2025-04-16 18:28:53.992 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user dea39a8d1cdb49e9bca7081d603c173e --project afc882929168458984b49af193f54229 -c Role -f value 2025-04-16 18:28:53.992 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:53.992 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:28:53.992 | + functions-common:get_or_add_user_project_role:963 : echo b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:28:53.992 | b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:28:54.025 | [4729 Async ks-alt-admin:41745]: finished get_or_add_user_project_role admin dea39a8d1cdb49e9bca7081d603c173e afc882929168458984b49af193f54229 with result 0 in 3 seconds 2025-04-16 18:28:54.061 | [4729 Async ks-alt-another:41841]: Waiting for completion of get_or_add_user_project_role anotherrole dea39a8d1cdb49e9bca7081d603c173e afc882929168458984b49af193f54229 running on PID 41841 (11 other jobs running) 2025-04-16 18:28:54.082 | [4729 Async ks-alt-another:41841]: Signaling child to exit 2025-04-16 18:28:54.082 | WAKEUP 2025-04-16 18:28:54.102 | [4729 Async ks-alt-another:41841]: Signaled 2025-04-16 18:28:54.103 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:28:54.103 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:28:54.103 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 18:28:54.103 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:28:54.103 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:28:54.103 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 18:28:54.103 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 18:28:54.103 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 18:28:54.103 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 18:28:54.103 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user dea39a8d1cdb49e9bca7081d603c173e --project afc882929168458984b49af193f54229 2025-04-16 18:28:54.103 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user dea39a8d1cdb49e9bca7081d603c173e --project afc882929168458984b49af193f54229 -c Role -f value 2025-04-16 18:28:54.103 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:54.103 | + functions-common:get_or_add_user_project_role:962 : user_role_id=8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:54.103 | + functions-common:get_or_add_user_project_role:963 : echo 8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:54.103 | 8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:54.140 | [4729 Async ks-alt-another:41841]: finished get_or_add_user_project_role anotherrole dea39a8d1cdb49e9bca7081d603c173e afc882929168458984b49af193f54229 with result 0 in 3 seconds 2025-04-16 18:28:54.166 | [4729 Async ks-alt-member-user:42018]: Waiting for completion of get_or_add_user_project_role member 677616d24d6c46609f0f140447152e38 afc882929168458984b49af193f54229 running on PID 42018 (10 other jobs running) 2025-04-16 18:28:54.187 | [4729 Async ks-alt-member-user:42018]: Signaling child to exit 2025-04-16 18:28:54.187 | WAKEUP 2025-04-16 18:28:54.203 | [4729 Async ks-alt-member-user:42018]: Signaled 2025-04-16 18:28:54.204 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:28:54.204 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:28:54.204 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 18:28:54.204 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:28:54.204 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:28:54.204 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 18:28:54.204 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 18:28:54.204 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 18:28:54.205 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 18:28:54.205 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 677616d24d6c46609f0f140447152e38 --project afc882929168458984b49af193f54229 2025-04-16 18:28:54.205 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 677616d24d6c46609f0f140447152e38 --project afc882929168458984b49af193f54229 -c Role -f value 2025-04-16 18:28:54.205 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:54.205 | + functions-common:get_or_add_user_project_role:962 : user_role_id=0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:54.205 | + functions-common:get_or_add_user_project_role:963 : echo 0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:54.205 | 0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:54.243 | [4729 Async ks-alt-member-user:42018]: finished get_or_add_user_project_role member 677616d24d6c46609f0f140447152e38 afc882929168458984b49af193f54229 with result 0 in 3 seconds 2025-04-16 18:28:54.272 | [4729 Async ks-alt-reader-user:42192]: Waiting for completion of get_or_add_user_project_role reader 92e6e9805d1f4b5f9987b15fe0e40103 afc882929168458984b49af193f54229 running on PID 42192 (9 other jobs running) 2025-04-16 18:28:54.291 | [4729 Async ks-alt-reader-user:42192]: Signaling child to exit 2025-04-16 18:28:54.291 | WAKEUP 2025-04-16 18:28:54.309 | [4729 Async ks-alt-reader-user:42192]: Signaled 2025-04-16 18:28:54.310 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:28:54.310 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:28:54.310 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 18:28:54.310 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:28:54.310 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:28:54.310 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 18:28:54.310 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 18:28:54.310 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 18:28:54.310 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 18:28:54.310 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 92e6e9805d1f4b5f9987b15fe0e40103 --project afc882929168458984b49af193f54229 2025-04-16 18:28:54.310 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 92e6e9805d1f4b5f9987b15fe0e40103 --project afc882929168458984b49af193f54229 -c Role -f value 2025-04-16 18:28:54.310 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:54.310 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e4f14f633ec7443197375cd07dcb244c 2025-04-16 18:28:54.310 | + functions-common:get_or_add_user_project_role:963 : echo e4f14f633ec7443197375cd07dcb244c 2025-04-16 18:28:54.310 | e4f14f633ec7443197375cd07dcb244c 2025-04-16 18:28:54.347 | [4729 Async ks-alt-reader-user:42192]: finished get_or_add_user_project_role reader 92e6e9805d1f4b5f9987b15fe0e40103 afc882929168458984b49af193f54229 with result 0 in 3 seconds 2025-04-16 18:28:54.350 | + inc/async:async_wait:197 : return 0 2025-04-16 18:28:54.353 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-04-16 18:28:54.398 | [4729 Async ks-system-member:42426]: Waiting for completion of get_or_add_user_system_role member 6b41ed683d1c498aa2e7fc34320a427e all running on PID 42426 (8 other jobs running) 2025-04-16 18:28:54.420 | [4729 Async ks-system-member:42426]: Signaling child to exit 2025-04-16 18:28:54.420 | WAKEUP 2025-04-16 18:28:54.438 | [4729 Async ks-system-member:42426]: Signaled 2025-04-16 18:28:54.439 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-16 18:28:54.439 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-16 18:28:54.439 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-16 18:28:54.439 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:28:54.439 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:28:54.439 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 18:28:54.439 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 18:28:54.439 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 18:28:54.439 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-16 18:28:54.439 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6b41ed683d1c498aa2e7fc34320a427e --system all -f value -c Role 2025-04-16 18:28:54.439 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:54.439 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-16 18:28:54.439 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-16 18:28:54.439 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user 6b41ed683d1c498aa2e7fc34320a427e --system all 2025-04-16 18:28:54.439 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6b41ed683d1c498aa2e7fc34320a427e --system all -f value -c Role 2025-04-16 18:28:54.439 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:54.439 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2025-04-16 18:28:54.439 | + functions-common:get_or_add_user_system_role:1013 : echo 2025-04-16 18:28:54.439 | 2025-04-16 18:28:54.478 | [4729 Async ks-system-member:42426]: finished get_or_add_user_system_role member 6b41ed683d1c498aa2e7fc34320a427e all with result 0 in 4 seconds 2025-04-16 18:28:54.506 | [4729 Async ks-system-reader:42634]: Waiting for completion of get_or_add_user_system_role reader 84efe8a15d634144b2fcf2af00f1770d all running on PID 42634 (7 other jobs running) 2025-04-16 18:28:54.526 | [4729 Async ks-system-reader:42634]: Signaling child to exit 2025-04-16 18:28:54.779 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:54.799 | [42634 Async ks-system-reader:42634]: finished successfully 2025-04-16 18:28:54.815 | WAKEUP 2025-04-16 18:28:54.830 | [4729 Async ks-system-reader:42634]: Signaled 2025-04-16 18:28:54.831 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-16 18:28:54.831 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-16 18:28:54.831 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-16 18:28:54.831 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:28:54.831 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:28:54.831 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 18:28:54.831 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 18:28:54.831 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 18:28:54.831 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-16 18:28:54.831 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 84efe8a15d634144b2fcf2af00f1770d --system all -f value -c Role 2025-04-16 18:28:54.831 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:54.831 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-16 18:28:54.831 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-16 18:28:54.831 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user 84efe8a15d634144b2fcf2af00f1770d --system all 2025-04-16 18:28:54.831 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 84efe8a15d634144b2fcf2af00f1770d --system all -f value -c Role 2025-04-16 18:28:54.831 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:54.831 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=e4f14f633ec7443197375cd07dcb244c 2025-04-16 18:28:54.831 | + functions-common:get_or_add_user_system_role:1013 : echo e4f14f633ec7443197375cd07dcb244c 2025-04-16 18:28:54.831 | e4f14f633ec7443197375cd07dcb244c 2025-04-16 18:28:54.862 | [4729 Async ks-system-reader:42634]: finished get_or_add_user_system_role reader 84efe8a15d634144b2fcf2af00f1770d all with result 0 in 4 seconds 2025-04-16 18:28:54.865 | + inc/async:async_wait:197 : return 0 2025-04-16 18:28:54.867 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-04-16 18:28:54.903 | [4729 Async ks-group-memberdemo:42902]: Waiting for completion of get_or_add_group_project_role member 2abae2388d8d4fed9a36cf2af8915c9e 25bc211350ec4f9f9d00017c6ffb6a0e running on PID 42902 (6 other jobs running) 2025-04-16 18:28:54.921 | [4729 Async ks-group-memberdemo:42902]: Signaling child to exit 2025-04-16 18:28:56.102 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:56.121 | [42902 Async ks-group-memberdemo:42902]: finished successfully 2025-04-16 18:28:56.138 | WAKEUP 2025-04-16 18:28:56.154 | [4729 Async ks-group-memberdemo:42902]: Signaled 2025-04-16 18:28:56.155 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 18:28:56.155 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 2abae2388d8d4fed9a36cf2af8915c9e --project 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:56.155 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 2abae2388d8d4fed9a36cf2af8915c9e --project 25bc211350ec4f9f9d00017c6ffb6a0e -f value -c Role 2025-04-16 18:28:56.155 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:56.155 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:56.155 | + functions-common:get_or_add_group_project_role:1032 : echo 0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:56.155 | 0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:56.186 | [4729 Async ks-group-memberdemo:42902]: finished get_or_add_group_project_role member 2abae2388d8d4fed9a36cf2af8915c9e 25bc211350ec4f9f9d00017c6ffb6a0e with result 0 in 3 seconds 2025-04-16 18:28:56.214 | [4729 Async ks-group-anotherdemo:42981]: Waiting for completion of get_or_add_group_project_role anotherrole 2abae2388d8d4fed9a36cf2af8915c9e 25bc211350ec4f9f9d00017c6ffb6a0e running on PID 42981 (5 other jobs running) 2025-04-16 18:28:56.231 | [4729 Async ks-group-anotherdemo:42981]: Signaling child to exit 2025-04-16 18:28:56.414 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:56.433 | [42981 Async ks-group-anotherdemo:42981]: finished successfully 2025-04-16 18:28:56.449 | WAKEUP 2025-04-16 18:28:56.466 | [4729 Async ks-group-anotherdemo:42981]: Signaled 2025-04-16 18:28:56.467 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 18:28:56.467 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 2abae2388d8d4fed9a36cf2af8915c9e --project 25bc211350ec4f9f9d00017c6ffb6a0e 2025-04-16 18:28:56.467 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 2abae2388d8d4fed9a36cf2af8915c9e --project 25bc211350ec4f9f9d00017c6ffb6a0e -f value -c Role 2025-04-16 18:28:56.467 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:56.467 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:56.467 | + functions-common:get_or_add_group_project_role:1032 : echo 8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:56.467 | 8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:56.486 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:56.502 | [4729 Async ks-group-anotherdemo:42981]: finished get_or_add_group_project_role anotherrole 2abae2388d8d4fed9a36cf2af8915c9e 25bc211350ec4f9f9d00017c6ffb6a0e with result 0 in 3 seconds 2025-04-16 18:28:56.505 | [43061 Async ks-group-memberalt:43061]: finished successfully 2025-04-16 18:28:56.529 | [4729 Async ks-group-memberalt:43061]: Waiting for completion of get_or_add_group_project_role member 2abae2388d8d4fed9a36cf2af8915c9e afc882929168458984b49af193f54229 running on PID 43061 (4 other jobs running) 2025-04-16 18:28:56.547 | [4729 Async ks-group-memberalt:43061]: Signaling child to exit 2025-04-16 18:28:56.547 | WAKEUP 2025-04-16 18:28:56.564 | [4729 Async ks-group-memberalt:43061]: Signaled 2025-04-16 18:28:56.565 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 18:28:56.565 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 2abae2388d8d4fed9a36cf2af8915c9e --project afc882929168458984b49af193f54229 2025-04-16 18:28:56.565 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 2abae2388d8d4fed9a36cf2af8915c9e --project afc882929168458984b49af193f54229 -f value -c Role 2025-04-16 18:28:56.565 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:56.565 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:56.565 | + functions-common:get_or_add_group_project_role:1032 : echo 0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:56.565 | 0edfe17eaf3e450a88227ce59b30d435 2025-04-16 18:28:56.596 | [4729 Async ks-group-memberalt:43061]: finished get_or_add_group_project_role member 2abae2388d8d4fed9a36cf2af8915c9e afc882929168458984b49af193f54229 with result 0 in 3 seconds 2025-04-16 18:28:56.623 | [4729 Async ks-group-anotheralt:43159]: Waiting for completion of get_or_add_group_project_role anotherrole 2abae2388d8d4fed9a36cf2af8915c9e afc882929168458984b49af193f54229 running on PID 43159 (3 other jobs running) 2025-04-16 18:28:56.641 | [4729 Async ks-group-anotheralt:43159]: Signaling child to exit 2025-04-16 18:28:56.681 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:56.700 | [43159 Async ks-group-anotheralt:43159]: finished successfully 2025-04-16 18:28:56.715 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:28:56.717 | WAKEUP 2025-04-16 18:28:56.734 | [4729 Async ks-group-anotheralt:43159]: Signaled 2025-04-16 18:28:56.734 | [43255 Async ks-group-admin:43255]: finished successfully 2025-04-16 18:28:56.735 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 18:28:56.735 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 2abae2388d8d4fed9a36cf2af8915c9e --project afc882929168458984b49af193f54229 2025-04-16 18:28:56.735 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 2abae2388d8d4fed9a36cf2af8915c9e --project afc882929168458984b49af193f54229 -f value -c Role 2025-04-16 18:28:56.735 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:56.735 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:56.735 | + functions-common:get_or_add_group_project_role:1032 : echo 8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:56.735 | 8daf3e736fd848e6919e2165e768e22d 2025-04-16 18:28:56.766 | [4729 Async ks-group-anotheralt:43159]: finished get_or_add_group_project_role anotherrole 2abae2388d8d4fed9a36cf2af8915c9e afc882929168458984b49af193f54229 with result 0 in 3 seconds 2025-04-16 18:28:56.792 | [4729 Async ks-group-admin:43255]: Waiting for completion of get_or_add_group_project_role admin 1900acba2f1843d89e57a16d7a054abe d4fe325ef395451d95fa750759fa3138 running on PID 43255 (2 other jobs running) 2025-04-16 18:28:56.810 | [4729 Async ks-group-admin:43255]: Signaling child to exit 2025-04-16 18:28:56.810 | WAKEUP 2025-04-16 18:28:56.825 | [4729 Async ks-group-admin:43255]: Signaled 2025-04-16 18:28:56.826 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 18:28:56.826 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group 1900acba2f1843d89e57a16d7a054abe --project d4fe325ef395451d95fa750759fa3138 2025-04-16 18:28:56.826 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 1900acba2f1843d89e57a16d7a054abe --project d4fe325ef395451d95fa750759fa3138 -f value -c Role 2025-04-16 18:28:56.826 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:28:56.826 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:28:56.826 | + functions-common:get_or_add_group_project_role:1032 : echo b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:28:56.826 | b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:28:56.857 | [4729 Async ks-group-admin:43255]: finished get_or_add_group_project_role admin 1900acba2f1843d89e57a16d7a054abe d4fe325ef395451d95fa750759fa3138 with result 0 in 3 seconds 2025-04-16 18:28:56.860 | + inc/async:async_wait:197 : return 0 2025-04-16 18:28:56.862 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-04-16 18:28:56.875 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:28:56.877 | + stack.sh:main:1130 : is_service_enabled nova 2025-04-16 18:28:56.891 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:28:56.893 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2025-04-16 18:28:56.895 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-04-16 18:28:56.942 | + inc/async:async_inner:63 : create_nova_accounts 2025-04-16 18:28:56.971 | [4729 Async create_nova_accounts:45128]: running: create_nova_accounts 2025-04-16 18:28:56.973 | + stack.sh:main:1133 : is_service_enabled glance 2025-04-16 18:28:56.987 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:28:56.989 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2025-04-16 18:28:56.991 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-04-16 18:28:57.039 | + inc/async:async_inner:63 : create_glance_accounts 2025-04-16 18:28:57.068 | [4729 Async create_glance_accounts:45251]: running: create_glance_accounts 2025-04-16 18:28:57.071 | + stack.sh:main:1136 : is_service_enabled cinder 2025-04-16 18:28:57.085 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:28:57.086 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2025-04-16 18:28:57.088 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-04-16 18:28:57.137 | + inc/async:async_inner:63 : create_cinder_accounts 2025-04-16 18:28:57.167 | [4729 Async create_cinder_accounts:45390]: running: create_cinder_accounts 2025-04-16 18:28:57.169 | + stack.sh:main:1139 : is_service_enabled neutron 2025-04-16 18:28:57.187 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:28:57.189 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2025-04-16 18:28:57.191 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-04-16 18:28:57.242 | + inc/async:async_inner:63 : create_neutron_accounts 2025-04-16 18:28:57.273 | [4729 Async create_neutron_accounts:45533]: running: create_neutron_accounts 2025-04-16 18:28:57.275 | + stack.sh:main:1142 : is_service_enabled swift 2025-04-16 18:28:57.290 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:28:57.292 | + stack.sh:main:1151 : is_service_enabled horizon 2025-04-16 18:28:57.306 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:28:57.308 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-04-16 18:28:57.345 | [4729 Async create_nova_accounts:45128]: Waiting for completion of create_nova_accounts running on PID 45128 (5 other jobs running) 2025-04-16 18:28:57.362 | [4729 Async create_nova_accounts:45128]: Signaling child to exit 2025-04-16 18:29:09.483 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:29:09.502 | [45533 Async create_neutron_accounts:45533]: finished successfully 2025-04-16 18:29:17.657 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:29:17.675 | [45390 Async create_cinder_accounts:45390]: finished successfully 2025-04-16 18:29:18.390 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:29:18.407 | [45128 Async create_nova_accounts:45128]: finished successfully 2025-04-16 18:29:18.423 | WAKEUP 2025-04-16 18:29:18.439 | [4729 Async create_nova_accounts:45128]: Signaled 2025-04-16 18:29:18.440 | + lib/nova:create_nova_accounts:378 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-04-16 18:29:18.440 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2025-04-16 18:29:18.440 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-04-16 18:29:18.440 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 18:29:18.440 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 18:29:18.440 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 18:29:18.440 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 18:29:18.440 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:18.440 | + functions-common:get_or_create_user:898 : user_id=afd852335a6e4877914a761d3fcf052d 2025-04-16 18:29:18.440 | + functions-common:get_or_create_user:899 : echo afd852335a6e4877914a761d3fcf052d 2025-04-16 18:29:18.440 | afd852335a6e4877914a761d3fcf052d 2025-04-16 18:29:18.440 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-04-16 18:29:18.440 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:29:18.440 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:29:18.440 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 18:29:18.440 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:29:18.440 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:29:18.440 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 18:29:18.440 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 18:29:18.440 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 18:29:18.440 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 18:29:18.440 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 18:29:18.440 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 18:29:18.440 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2025-04-16 18:29:18.440 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 18:29:18.440 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:18.440 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e5dc3282279d42ee94db38c245482415 2025-04-16 18:29:18.440 | + functions-common:get_or_add_user_project_role:963 : echo e5dc3282279d42ee94db38c245482415 2025-04-16 18:29:18.440 | e5dc3282279d42ee94db38c245482415 2025-04-16 18:29:18.440 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-16 18:29:18.440 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-04-16 18:29:18.440 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:29:18.440 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:29:18.441 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 18:29:18.441 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:29:18.441 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:29:18.441 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 18:29:18.441 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 18:29:18.441 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 18:29:18.441 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 18:29:18.441 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 18:29:18.441 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 18:29:18.441 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2025-04-16 18:29:18.441 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 18:29:18.441 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:18.441 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:29:18.441 | + functions-common:get_or_add_user_project_role:963 : echo b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:29:18.441 | b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:29:18.441 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2025-04-16 18:29:18.441 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:29:18.441 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2025-04-16 18:29:18.441 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-04-16 18:29:18.441 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 18:29:18.441 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-04-16 18:29:18.441 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2025-04-16 18:29:18.441 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:18.441 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 18:29:18.441 | a8c0483a58504b13ba452fc5c1a0ea5b' 2025-04-16 18:29:18.441 | + functions-common:get_or_create_service:1050 : echo a8c0483a58504b13ba452fc5c1a0ea5b 2025-04-16 18:29:18.441 | a8c0483a58504b13ba452fc5c1a0ea5b 2025-04-16 18:29:18.441 | + lib/nova:create_nova_accounts:393 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-04-16 18:29:18.441 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 18:29:18.441 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2025-04-16 18:29:18.441 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 18:29:18.441 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2025-04-16 18:29:18.441 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:18.441 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 18:29:18.441 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 18:29:18.441 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2025-04-16 18:29:18.441 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:18.441 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=08cff1e0461646959cdaddf754678a8e 2025-04-16 18:29:18.441 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 08cff1e0461646959cdaddf754678a8e 2025-04-16 18:29:18.441 | + functions-common:get_or_create_endpoint:1083 : public_id=08cff1e0461646959cdaddf754678a8e 2025-04-16 18:29:18.441 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 18:29:18.441 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 18:29:18.441 | + functions-common:get_or_create_endpoint:1092 : echo 08cff1e0461646959cdaddf754678a8e 2025-04-16 18:29:18.441 | 08cff1e0461646959cdaddf754678a8e 2025-04-16 18:29:18.441 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2025-04-16 18:29:18.441 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 18:29:18.441 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-04-16 18:29:18.441 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2025-04-16 18:29:18.441 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:18.441 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 18:29:18.441 | 0e9da1eb84014d34b0244758d03632a7' 2025-04-16 18:29:18.441 | + functions-common:get_or_create_service:1050 : echo 0e9da1eb84014d34b0244758d03632a7 2025-04-16 18:29:18.441 | 0e9da1eb84014d34b0244758d03632a7 2025-04-16 18:29:18.441 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-04-16 18:29:18.441 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 18:29:18.441 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2025-04-16 18:29:18.441 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 18:29:18.441 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2025-04-16 18:29:18.441 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:18.441 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 18:29:18.441 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 18:29:18.441 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2025-04-16 18:29:18.441 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:18.441 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=5b256c8eeb744066826e15903290eeb4 2025-04-16 18:29:18.441 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 5b256c8eeb744066826e15903290eeb4 2025-04-16 18:29:18.441 | + functions-common:get_or_create_endpoint:1083 : public_id=5b256c8eeb744066826e15903290eeb4 2025-04-16 18:29:18.441 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 18:29:18.441 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 18:29:18.441 | + functions-common:get_or_create_endpoint:1092 : echo 5b256c8eeb744066826e15903290eeb4 2025-04-16 18:29:18.441 | 5b256c8eeb744066826e15903290eeb4 2025-04-16 18:29:18.441 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2025-04-16 18:29:18.441 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:18.441 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2025-04-16 18:29:18.441 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:29:18.441 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2025-04-16 18:29:18.441 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:29:18.441 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2025-04-16 18:29:18.441 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:18.441 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2025-04-16 18:29:18.471 | [4729 Async create_nova_accounts:45128]: finished create_nova_accounts with result 0 in 21 seconds 2025-04-16 18:29:18.496 | [4729 Async create_glance_accounts:45251]: Waiting for completion of create_glance_accounts running on PID 45251 (4 other jobs running) 2025-04-16 18:29:18.512 | [4729 Async create_glance_accounts:45251]: Signaling child to exit 2025-04-16 18:29:19.456 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:29:19.475 | [45251 Async create_glance_accounts:45251]: finished successfully 2025-04-16 18:29:19.492 | WAKEUP 2025-04-16 18:29:19.508 | [4729 Async create_glance_accounts:45251]: Signaled 2025-04-16 18:29:19.508 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2025-04-16 18:29:19.508 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:19.508 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2025-04-16 18:29:19.508 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-04-16 18:29:19.508 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 18:29:19.508 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 18:29:19.509 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 18:29:19.509 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 18:29:19.509 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.509 | + functions-common:get_or_create_user:898 : user_id=3205c69b60f042ecbc4c9c4cd5b8bcde 2025-04-16 18:29:19.509 | + functions-common:get_or_create_user:899 : echo 3205c69b60f042ecbc4c9c4cd5b8bcde 2025-04-16 18:29:19.509 | 3205c69b60f042ecbc4c9c4cd5b8bcde 2025-04-16 18:29:19.509 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-04-16 18:29:19.509 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:29:19.509 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:29:19.509 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 18:29:19.509 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:29:19.509 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:29:19.509 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 18:29:19.509 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 18:29:19.509 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 18:29:19.509 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 18:29:19.509 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 18:29:19.509 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 18:29:19.509 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2025-04-16 18:29:19.509 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 18:29:19.509 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.509 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e5dc3282279d42ee94db38c245482415 2025-04-16 18:29:19.509 | + functions-common:get_or_add_user_project_role:963 : echo e5dc3282279d42ee94db38c245482415 2025-04-16 18:29:19.509 | e5dc3282279d42ee94db38c245482415 2025-04-16 18:29:19.509 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 18:29:19.509 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2025-04-16 18:29:19.509 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:29:19.509 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2025-04-16 18:29:19.509 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 18:29:19.509 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-04-16 18:29:19.509 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2025-04-16 18:29:19.509 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.509 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 18:29:19.509 | b7cb90878a34453780e05782dd7f8fac' 2025-04-16 18:29:19.509 | + functions-common:get_or_create_service:1050 : echo b7cb90878a34453780e05782dd7f8fac 2025-04-16 18:29:19.509 | b7cb90878a34453780e05782dd7f8fac 2025-04-16 18:29:19.509 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-04-16 18:29:19.509 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 18:29:19.509 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-04-16 18:29:19.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 18:29:19.509 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2025-04-16 18:29:19.509 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 18:29:19.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 18:29:19.509 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2025-04-16 18:29:19.509 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=0fc885067bf7493a9c99079547147d1b 2025-04-16 18:29:19.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 0fc885067bf7493a9c99079547147d1b 2025-04-16 18:29:19.509 | + functions-common:get_or_create_endpoint:1083 : public_id=0fc885067bf7493a9c99079547147d1b 2025-04-16 18:29:19.509 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 18:29:19.509 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 18:29:19.509 | + functions-common:get_or_create_endpoint:1092 : echo 0fc885067bf7493a9c99079547147d1b 2025-04-16 18:29:19.509 | 0fc885067bf7493a9c99079547147d1b 2025-04-16 18:29:19.509 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2025-04-16 18:29:19.509 | ++ functions-common:get_or_create_domain:855 : local domain_id 2025-04-16 18:29:19.509 | +++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-16 18:29:19.509 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.509 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2025-04-16 18:29:19.509 | ++ functions-common:get_or_create_domain:861 : echo default 2025-04-16 18:29:19.509 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2025-04-16 18:29:19.509 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-04-16 18:29:19.509 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-04-16 18:29:19.509 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2025-04-16 18:29:19.509 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2025-04-16 18:29:19.509 | + lib/glance:configure_glance_quotas:293 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_size_total 2025-04-16 18:29:19.509 | +---------------+----------------------------------+ 2025-04-16 18:29:19.509 | | Field | Value | 2025-04-16 18:29:19.509 | +---------------+----------------------------------+ 2025-04-16 18:29:19.509 | | default_limit | 2000 | 2025-04-16 18:29:19.509 | | description | None | 2025-04-16 18:29:19.509 | | id | 05919bd8fb0b4c42b5f2a4f39c29c42a | 2025-04-16 18:29:19.509 | | region_id | RegionOne | 2025-04-16 18:29:19.509 | | resource_name | image_size_total | 2025-04-16 18:29:19.509 | | service_id | b7cb90878a34453780e05782dd7f8fac | 2025-04-16 18:29:19.509 | +---------------+----------------------------------+ 2025-04-16 18:29:19.509 | + lib/glance:configure_glance_quotas:295 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_stage_total 2025-04-16 18:29:19.509 | +---------------+----------------------------------+ 2025-04-16 18:29:19.509 | | Field | Value | 2025-04-16 18:29:19.509 | +---------------+----------------------------------+ 2025-04-16 18:29:19.509 | | default_limit | 2000 | 2025-04-16 18:29:19.509 | | description | None | 2025-04-16 18:29:19.509 | | id | fe8b005af3634e4d935e8d970adab583 | 2025-04-16 18:29:19.509 | | region_id | RegionOne | 2025-04-16 18:29:19.509 | | resource_name | image_stage_total | 2025-04-16 18:29:19.509 | | service_id | b7cb90878a34453780e05782dd7f8fac | 2025-04-16 18:29:19.509 | +---------------+----------------------------------+ 2025-04-16 18:29:19.509 | + lib/glance:configure_glance_quotas:297 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2025-04-16 18:29:19.509 | +---------------+----------------------------------+ 2025-04-16 18:29:19.509 | | Field | Value | 2025-04-16 18:29:19.509 | +---------------+----------------------------------+ 2025-04-16 18:29:19.510 | | default_limit | 100 | 2025-04-16 18:29:19.510 | | description | None | 2025-04-16 18:29:19.510 | | id | c7dbafbeeedc470aac663a0219423ab8 | 2025-04-16 18:29:19.510 | | region_id | RegionOne | 2025-04-16 18:29:19.510 | | resource_name | image_count_total | 2025-04-16 18:29:19.510 | | service_id | b7cb90878a34453780e05782dd7f8fac | 2025-04-16 18:29:19.510 | +---------------+----------------------------------+ 2025-04-16 18:29:19.510 | + lib/glance:configure_glance_quotas:299 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2025-04-16 18:29:19.510 | +---------------+----------------------------------+ 2025-04-16 18:29:19.510 | | Field | Value | 2025-04-16 18:29:19.510 | +---------------+----------------------------------+ 2025-04-16 18:29:19.510 | | default_limit | 100 | 2025-04-16 18:29:19.510 | | description | None | 2025-04-16 18:29:19.510 | | id | 792a5dbe79f048829dae196debdf7baa | 2025-04-16 18:29:19.510 | | region_id | RegionOne | 2025-04-16 18:29:19.510 | | resource_name | image_count_uploading | 2025-04-16 18:29:19.510 | | service_id | b7cb90878a34453780e05782dd7f8fac | 2025-04-16 18:29:19.510 | +---------------+----------------------------------+ 2025-04-16 18:29:19.510 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-04-16 18:29:19.510 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-04-16 18:29:19.510 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-04-16 18:29:19.510 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-04-16 18:29:19.510 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-04-16 18:29:19.510 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-04-16 18:29:19.510 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-04-16 18:29:19.510 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-04-16 18:29:19.510 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.510 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 0fc885067bf7493a9c99079547147d1b 2025-04-16 18:29:19.510 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-04-16 18:29:19.539 | [4729 Async create_glance_accounts:45251]: finished create_glance_accounts with result 0 in 22 seconds 2025-04-16 18:29:19.565 | [4729 Async create_cinder_accounts:45390]: Waiting for completion of create_cinder_accounts running on PID 45390 (3 other jobs running) 2025-04-16 18:29:19.581 | [4729 Async create_cinder_accounts:45390]: Signaling child to exit 2025-04-16 18:29:19.581 | WAKEUP 2025-04-16 18:29:19.597 | [4729 Async create_cinder_accounts:45390]: Signaled 2025-04-16 18:29:19.598 | + lib/cinder:create_cinder_accounts:441 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-04-16 18:29:19.598 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2025-04-16 18:29:19.598 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2025-04-16 18:29:19.598 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:29:19.598 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2025-04-16 18:29:19.598 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-04-16 18:29:19.598 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 18:29:19.598 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 18:29:19.598 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 18:29:19.598 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 18:29:19.598 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.598 | + functions-common:get_or_create_user:898 : user_id=77b44771abbc4f149bde9bd7a98e0df2 2025-04-16 18:29:19.598 | + functions-common:get_or_create_user:899 : echo 77b44771abbc4f149bde9bd7a98e0df2 2025-04-16 18:29:19.598 | 77b44771abbc4f149bde9bd7a98e0df2 2025-04-16 18:29:19.598 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-04-16 18:29:19.598 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:29:19.598 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:29:19.598 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 18:29:19.598 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:29:19.598 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:29:19.598 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 18:29:19.598 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 18:29:19.598 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 18:29:19.598 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 18:29:19.598 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 18:29:19.598 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 18:29:19.598 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2025-04-16 18:29:19.598 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 18:29:19.598 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.599 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e5dc3282279d42ee94db38c245482415 2025-04-16 18:29:19.599 | + functions-common:get_or_add_user_project_role:963 : echo e5dc3282279d42ee94db38c245482415 2025-04-16 18:29:19.599 | e5dc3282279d42ee94db38c245482415 2025-04-16 18:29:19.599 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 18:29:19.599 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-04-16 18:29:19.599 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 18:29:19.599 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-04-16 18:29:19.599 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2025-04-16 18:29:19.599 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.599 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 18:29:19.599 | 98f9c71eadf94f13b3a9eb3d90e382fd' 2025-04-16 18:29:19.599 | + functions-common:get_or_create_service:1050 : echo 98f9c71eadf94f13b3a9eb3d90e382fd 2025-04-16 18:29:19.599 | 98f9c71eadf94f13b3a9eb3d90e382fd 2025-04-16 18:29:19.599 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2025-04-16 18:29:19.599 | + lib/cinder:create_cinder_accounts:467 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-16 18:29:19.599 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 18:29:19.599 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-16 18:29:19.599 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 18:29:19.599 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2025-04-16 18:29:19.599 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.599 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 18:29:19.599 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 18:29:19.599 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2025-04-16 18:29:19.599 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.599 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=369170f148d94c7794c9ec090f19c5dd 2025-04-16 18:29:19.599 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 369170f148d94c7794c9ec090f19c5dd 2025-04-16 18:29:19.599 | + functions-common:get_or_create_endpoint:1083 : public_id=369170f148d94c7794c9ec090f19c5dd 2025-04-16 18:29:19.599 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 18:29:19.599 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 18:29:19.599 | + functions-common:get_or_create_endpoint:1092 : echo 369170f148d94c7794c9ec090f19c5dd 2025-04-16 18:29:19.599 | 369170f148d94c7794c9ec090f19c5dd 2025-04-16 18:29:19.599 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-04-16 18:29:19.599 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 18:29:19.599 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-04-16 18:29:19.599 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2025-04-16 18:29:19.599 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.599 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 18:29:19.599 | 4d2f943d0fd244469b51ad6bef0466b8' 2025-04-16 18:29:19.599 | + functions-common:get_or_create_service:1050 : echo 4d2f943d0fd244469b51ad6bef0466b8 2025-04-16 18:29:19.599 | 4d2f943d0fd244469b51ad6bef0466b8 2025-04-16 18:29:19.599 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-16 18:29:19.599 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 18:29:19.599 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-16 18:29:19.599 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 18:29:19.599 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2025-04-16 18:29:19.599 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 18:29:19.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 18:29:19.600 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2025-04-16 18:29:19.600 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=f06ccd5b79654633a1d5629ed7cd9bee 2025-04-16 18:29:19.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo f06ccd5b79654633a1d5629ed7cd9bee 2025-04-16 18:29:19.600 | + functions-common:get_or_create_endpoint:1083 : public_id=f06ccd5b79654633a1d5629ed7cd9bee 2025-04-16 18:29:19.600 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 18:29:19.600 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 18:29:19.600 | + functions-common:get_or_create_endpoint:1092 : echo f06ccd5b79654633a1d5629ed7cd9bee 2025-04-16 18:29:19.600 | f06ccd5b79654633a1d5629ed7cd9bee 2025-04-16 18:29:19.600 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2025-04-16 18:29:19.600 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2025-04-16 18:29:19.600 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 18:29:19.600 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-04-16 18:29:19.600 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.600 | ++ functions-common:get_or_create_project:911 : project_id=41e28f12c23748f09eac56486ac36975 2025-04-16 18:29:19.600 | ++ functions-common:get_or_create_project:912 : echo 41e28f12c23748f09eac56486ac36975 2025-04-16 18:29:19.600 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 41e28f12c23748f09eac56486ac36975 2025-04-16 18:29:19.600 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2025-04-16 18:29:19.600 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 18:29:19.600 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 18:29:19.600 | ++ functions-common:get_or_create_user:886 : local email= 2025-04-16 18:29:19.600 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2025-04-16 18:29:19.600 | No password was supplied, authentication will fail when a user does not have a password. 2025-04-16 18:29:19.600 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.600 | ++ functions-common:get_or_create_user:898 : user_id=77b44771abbc4f149bde9bd7a98e0df2 2025-04-16 18:29:19.600 | ++ functions-common:get_or_create_user:899 : echo 77b44771abbc4f149bde9bd7a98e0df2 2025-04-16 18:29:19.600 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 77b44771abbc4f149bde9bd7a98e0df2 2025-04-16 18:29:19.628 | [4729 Async create_cinder_accounts:45390]: finished create_cinder_accounts with result 0 in 20 seconds 2025-04-16 18:29:19.631 | + inc/async:async_wait:197 : return 0 2025-04-16 18:29:19.633 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-04-16 18:29:19.670 | [4729 Async create_neutron_accounts:45533]: Waiting for completion of create_neutron_accounts running on PID 45533 (2 other jobs running) 2025-04-16 18:29:19.687 | [4729 Async create_neutron_accounts:45533]: Signaling child to exit 2025-04-16 18:29:19.687 | WAKEUP 2025-04-16 18:29:19.702 | [4729 Async create_neutron_accounts:45533]: Signaled 2025-04-16 18:29:19.703 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2025-04-16 18:29:19.703 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2025-04-16 18:29:19.703 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2025-04-16 18:29:19.703 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2025-04-16 18:29:19.703 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2025-04-16 18:29:19.703 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2025-04-16 18:29:19.703 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:19.703 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2025-04-16 18:29:19.703 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-04-16 18:29:19.703 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 18:29:19.703 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 18:29:19.703 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 18:29:19.703 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 18:29:19.703 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.703 | + functions-common:get_or_create_user:898 : user_id=ed5702f72709466eb89f8a32931e246b 2025-04-16 18:29:19.703 | + functions-common:get_or_create_user:899 : echo ed5702f72709466eb89f8a32931e246b 2025-04-16 18:29:19.703 | ed5702f72709466eb89f8a32931e246b 2025-04-16 18:29:19.703 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-04-16 18:29:19.703 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:29:19.703 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:29:19.703 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 18:29:19.703 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:29:19.703 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:29:19.703 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 18:29:19.703 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 18:29:19.703 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 18:29:19.703 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 18:29:19.703 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 18:29:19.703 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 18:29:19.703 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2025-04-16 18:29:19.703 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 18:29:19.703 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.704 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e5dc3282279d42ee94db38c245482415 2025-04-16 18:29:19.704 | + functions-common:get_or_add_user_project_role:963 : echo e5dc3282279d42ee94db38c245482415 2025-04-16 18:29:19.704 | e5dc3282279d42ee94db38c245482415 2025-04-16 18:29:19.704 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 18:29:19.704 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2025-04-16 18:29:19.704 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 18:29:19.704 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-04-16 18:29:19.704 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2025-04-16 18:29:19.704 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.704 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 18:29:19.704 | 46e53f0dc47a40418f1936c8d951aa79' 2025-04-16 18:29:19.704 | + functions-common:get_or_create_service:1050 : echo 46e53f0dc47a40418f1936c8d951aa79 2025-04-16 18:29:19.704 | 46e53f0dc47a40418f1936c8d951aa79 2025-04-16 18:29:19.704 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-04-16 18:29:19.704 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 18:29:19.704 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-04-16 18:29:19.704 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 18:29:19.704 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2025-04-16 18:29:19.704 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.704 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 18:29:19.704 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 18:29:19.704 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2025-04-16 18:29:19.704 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:29:19.704 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=5d4e2f46e0ac41f9a14076335bbdfd0b 2025-04-16 18:29:19.704 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 5d4e2f46e0ac41f9a14076335bbdfd0b 2025-04-16 18:29:19.704 | + functions-common:get_or_create_endpoint:1083 : public_id=5d4e2f46e0ac41f9a14076335bbdfd0b 2025-04-16 18:29:19.704 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 18:29:19.704 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 18:29:19.704 | + functions-common:get_or_create_endpoint:1092 : echo 5d4e2f46e0ac41f9a14076335bbdfd0b 2025-04-16 18:29:19.704 | 5d4e2f46e0ac41f9a14076335bbdfd0b 2025-04-16 18:29:19.734 | [4729 Async create_neutron_accounts:45533]: finished create_neutron_accounts with result 0 in 12 seconds 2025-04-16 18:29:19.740 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-04-16 18:29:19.744 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-04-16 18:29:19.746 | + inc/async:async_wait:197 : return 0 2025-04-16 18:29:19.748 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2025-04-16 18:29:19.761 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:19.764 | + stack.sh:main:1163 : is_service_enabled glance 2025-04-16 18:29:19.778 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:19.780 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2025-04-16 18:29:19.782 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:29:19.784 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2025-04-16 18:29:19.786 | + stack.sh:main:1165 : async_runfunc init_glance 2025-04-16 18:29:19.788 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-04-16 18:29:19.835 | + inc/async:async_inner:63 : init_glance 2025-04-16 18:29:19.865 | [4729 Async init_glance:47813]: running: init_glance 2025-04-16 18:29:19.867 | + stack.sh:main:1172 : is_service_enabled neutron 2025-04-16 18:29:19.882 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:19.884 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2025-04-16 18:29:19.886 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:29:19.888 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2025-04-16 18:29:19.890 | + stack.sh:main:1175 : configure_neutron 2025-04-16 18:29:19.892 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2025-04-16 18:29:19.894 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2025-04-16 18:29:19.895 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2025-04-16 18:29:19.905 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2025-04-16 18:29:19.907 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2025-04-16 18:29:24.140 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:29:24.158 | [47813 Async init_glance:47813]: finished successfully 2025-04-16 18:29:38.150 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-04-16 18:29:38.153 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-04-16 18:29:38.156 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-04-16 18:29:38.157 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-04-16 18:29:38.159 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2025-04-16 18:29:38.161 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-04-16 18:29:38.163 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-04-16 18:29:38.165 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-04-16 18:29:38.167 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-04-16 18:29:38.169 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2025-04-16 18:29:38.170 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2025-04-16 18:29:38.172 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2025-04-16 18:29:38.175 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-04-16 18:29:38.177 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2025-04-16 18:29:38.178 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2025-04-16 18:29:38.180 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2025-04-16 18:29:38.184 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:38.186 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:38.188 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-04-16 18:29:38.190 | + lib/neutron:_configure_neutron_common:893 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:38.194 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2025-04-16 18:29:38.195 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-04-16 18:29:38.197 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-04-16 18:29:38.199 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2025-04-16 18:29:38.201 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 18:29:38.203 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 18:29:38.206 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 18:29:38.219 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:38.220 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 18:29:38.222 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-16 18:29:38.225 | + lib/neutron:_configure_neutron_common:898 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-16 18:29:38.250 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-04-16 18:29:38.275 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-04-16 18:29:38.300 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-04-16 18:29:38.324 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-04-16 18:29:38.348 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-04-16 18:29:38.372 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2025-04-16 18:29:38.374 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2025-04-16 18:29:38.375 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-04-16 18:29:38.377 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 18:29:38.380 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 18:29:38.393 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 18:29:38.395 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 18:29:38.397 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 18:29:38.399 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 18:29:38.401 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 18:29:38.427 | + functions:setup_systemd_logging:715 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:29:38.450 | + functions:setup_systemd_logging:716 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 18:29:38.476 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 18:29:38.501 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2025-04-16 18:29:38.515 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:29:38.516 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2025-04-16 18:29:38.518 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:29:38.520 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-04-16 18:29:38.522 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2025-04-16 18:29:38.524 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-04-16 18:29:38.526 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:29:38.528 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2025-04-16 18:29:38.530 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-04-16 18:29:38.539 | + lib/neutron:neutron_deploy_rootwrap_filters:1066 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2025-04-16 18:29:38.549 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-04-16 18:29:38.551 | + lib/neutron:_neutron_setup_rootwrap:1087 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2025-04-16 18:29:38.560 | + lib/neutron:_neutron_setup_rootwrap:1089 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-04-16 18:29:38.569 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2025-04-16 18:29:38.579 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-16 18:29:38.581 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 18:29:38.584 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2025-04-16 18:29:38.587 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.Xxep2dnUJt 2025-04-16 18:29:38.589 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-16 18:29:38.591 | + lib/neutron:_neutron_setup_rootwrap:1102 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 18:29:38.593 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.Xxep2dnUJt 2025-04-16 18:29:38.596 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.Xxep2dnUJt 2025-04-16 18:29:38.604 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.Xxep2dnUJt /etc/sudoers.d/neutron-rootwrap 2025-04-16 18:29:38.613 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2025-04-16 18:29:38.615 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2025-04-16 18:29:38.617 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 18:29:38.640 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 18:29:38.642 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 18:29:38.666 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-04-16 18:29:38.668 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2025-04-16 18:29:38.670 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2025-04-16 18:29:38.672 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 18:29:38.674 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 18:29:38.676 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 18:29:38.690 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:38.692 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 18:29:38.694 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 18:29:38.696 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 18:29:38.710 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:38.712 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:29:38.714 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 18:29:38.739 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 18:29:38.741 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 18:29:38.743 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2025-04-16 18:29:38.757 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:29:38.759 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2025-04-16 18:29:38.772 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:38.774 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2025-04-16 18:29:38.776 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:38.778 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:38.780 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 18:29:38.807 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 18:29:38.809 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 18:29:38.833 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-16 18:29:38.858 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2025-04-16 18:29:38.860 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-04-16 18:29:38.862 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-04-16 18:29:38.864 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-16 18:29:40.123 | INFO neutron.common.config [-] Logging enabled! 2025-04-16 18:29:40.123 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-04-16 18:29:40.123 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=48781) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-16 18:29:40.124 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-04-16 18:29:40.124 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/opt/stack/data/venv/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmpp06t3alg/privsep.sock'] 2025-04-16 18:29:40.977 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-04-16 18:29:40.977 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpp06t3alg/privsep.sock {{(pid=48781) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2025-04-16 18:29:40.977 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-04-16 18:29:40.978 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-04-16 18:29:40.978 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2025-04-16 18:29:40.978 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 48792 2025-04-16 18:29:40.978 | DEBUG oslo.privsep.daemon [-] privsep: reply[bcbe9e18-054c-4329-bef5-1a10044df733]: (2,) {{(pid=48792) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 18:29:41.066 | 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=48792) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2025-04-16 18:29:41.076 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.010s {{(pid=48792) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2025-04-16 18:29:41.077 | DEBUG oslo.privsep.daemon [-] privsep: reply[fe923eda-e982-4982-b3d3-547f25650a13]: (4, ('8d2a73e3-1160-4eb1-a74d-f747325ad466\n', '')) {{(pid=48792) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 18:29:41.167 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=48781) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 18:29:41.167 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=48781) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 18:29:41.167 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=48781) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 18:29:41.167 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=48781) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 18:29:41.167 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=48781) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 18:29:41.167 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=48781) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 18:29:41.202 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-16 18:29:41.202 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=48781) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-16 18:29:41.202 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=48781) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-16 18:29:41.202 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-16 18:29:41.451 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-04-16 18:29:41.453 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-04-16 18:29:41.456 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-04-16 18:29:41.458 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 18:29:41.460 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-04-16 18:29:41.473 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2025-04-16 18:29:41.486 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-04-16 18:29:41.488 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2025-04-16 18:29:41.490 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2025-04-16 18:29:41.516 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2025-04-16 18:29:41.519 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-04-16 18:29:41.524 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-04-16 18:29:41.526 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2025-04-16 18:29:41.528 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-04-16 18:29:41.553 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-04-16 18:29:41.567 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-16 18:29:41.569 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-04-16 18:29:41.577 | net.bridge.bridge-nf-call-iptables = 1 2025-04-16 18:29:41.580 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-16 18:29:41.582 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-04-16 18:29:41.588 | net.bridge.bridge-nf-call-ip6tables = 1 2025-04-16 18:29:41.591 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-04-16 18:29:41.593 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-04-16 18:29:41.595 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-04-16 18:29:41.597 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-04-16 18:29:41.599 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-04-16 18:29:41.601 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-04-16 18:29:41.603 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-16 18:29:41.605 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-16 18:29:41.607 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 18:29:41.609 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-16 18:29:41.621 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-04-16 18:29:41.623 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2025-04-16 18:29:41.650 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2025-04-16 18:29:41.652 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-04-16 18:29:41.675 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-04-16 18:29:41.700 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2025-04-16 18:29:41.713 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:41.716 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2025-04-16 18:29:41.717 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-04-16 18:29:41.721 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-04-16 18:29:41.745 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-04-16 18:29:41.769 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-04-16 18:29:41.771 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2025-04-16 18:29:41.773 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 18:29:41.799 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 18:29:41.801 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 18:29:41.825 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2025-04-16 18:29:41.838 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:41.840 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-16 18:29:41.842 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-04-16 18:29:41.866 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-16 18:29:41.868 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-16 18:29:41.870 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 18:29:41.895 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-04-16 18:29:41.897 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-16 18:29:41.899 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-04-16 18:29:41.901 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2025-04-16 18:29:41.915 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:41.917 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2025-04-16 18:29:41.919 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:120 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2025-04-16 18:29:41.922 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-04-16 18:29:41.946 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 18:29:41.973 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2025-04-16 18:29:41.975 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 18:29:41.998 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-16 18:29:42.000 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-04-16 18:29:42.025 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-16 18:29:42.027 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-16 18:29:42.029 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 18:29:42.053 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-04-16 18:29:42.055 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-16 18:29:42.057 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-04-16 18:29:42.059 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-16 18:29:43.306 | INFO neutron.common.config [-] Logging enabled! 2025-04-16 18:29:43.307 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-04-16 18:29:43.307 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=49337) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-16 18:29:43.330 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=49337) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 18:29:43.331 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=49337) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 18:29:43.331 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=49337) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 18:29:43.331 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=49337) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 18:29:43.331 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=49337) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 18:29:43.331 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=49337) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 18:29:43.364 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-16 18:29:43.364 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=49337) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-16 18:29:43.365 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=49337) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-16 18:29:43.365 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-16 18:29:43.605 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2025-04-16 18:29:43.607 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2025-04-16 18:29:43.609 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2025-04-16 18:29:43.611 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-16 18:29:43.613 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-16 18:29:43.615 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 18:29:43.618 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-16 18:29:43.630 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2025-04-16 18:29:43.632 | + functions:set_mtu:796 : local dev=br-ex 2025-04-16 18:29:43.634 | + functions:set_mtu:797 : local mtu=8950 2025-04-16 18:29:43.636 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-04-16 18:29:43.647 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2025-04-16 18:29:43.659 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2025-04-16 18:29:43.661 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2025-04-16 18:29:43.663 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-04-16 18:29:43.665 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2025-04-16 18:29:43.668 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2025-04-16 18:29:43.670 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2025-04-16 18:29:43.672 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2025-04-16 18:29:43.674 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2025-04-16 18:29:43.676 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2025-04-16 18:29:43.678 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2025-04-16 18:29:43.680 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2025-04-16 18:29:43.682 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2025-04-16 18:29:43.684 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2025-04-16 18:29:43.686 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2025-04-16 18:29:43.689 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2025-04-16 18:29:43.689 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2025-04-16 18:29:43.693 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2025-04-16 18:29:43.695 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2025-04-16 18:29:43.698 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2025-04-16 18:29:43.700 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2025-04-16 18:29:43.703 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2025-04-16 18:29:43.703 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2025-04-16 18:29:43.703 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2025-04-16 18:29:43.709 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2025-04-16 18:29:43.711 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2025-04-16 18:29:43.713 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2025-04-16 18:29:43.715 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-04-16 18:29:43.717 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2025-04-16 18:29:43.719 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2025-04-16 18:29:43.721 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-04-16 18:29:43.735 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2025-04-16 18:29:43.735 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2025-04-16 18:29:43.739 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2025-04-16 18:29:43.742 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2025-04-16 18:29:43.755 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:43.757 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2025-04-16 18:29:43.759 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-04-16 18:29:43.763 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-04-16 18:29:43.787 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-04-16 18:29:43.812 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-04-16 18:29:43.839 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-04-16 18:29:43.841 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2025-04-16 18:29:43.843 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 18:29:43.866 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 18:29:43.869 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 18:29:43.893 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 18:29:43.895 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2025-04-16 18:29:43.909 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:29:43.911 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2025-04-16 18:29:43.913 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2025-04-16 18:29:43.926 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:29:43.928 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2025-04-16 18:29:43.942 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:29:43.944 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2025-04-16 18:29:43.957 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:29:43.959 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2025-04-16 18:29:43.973 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:29:43.975 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-04-16 18:29:43.988 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:43.990 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2025-04-16 18:29:43.992 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-04-16 18:29:43.994 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-04-16 18:29:43.998 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2025-04-16 18:29:44.000 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2025-04-16 18:29:44.002 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2025-04-16 18:29:44.005 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2025-04-16 18:29:44.007 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2025-04-16 18:29:44.009 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-04-16 18:29:44.013 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-04-16 18:29:44.017 | + lib/neutron:_replace_api_paste_composite:996 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2025-04-16 18:29:44.020 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-04-16 18:29:44.045 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-16 18:29:44.070 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-04-16 18:29:44.095 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-04-16 18:29:44.120 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-04-16 18:29:44.122 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 18:29:44.124 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-04-16 18:29:44.126 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 18:29:44.128 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-04-16 18:29:44.151 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-04-16 18:29:44.176 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 18:29:44.200 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-04-16 18:29:44.224 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-04-16 18:29:44.249 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-04-16 18:29:44.274 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-04-16 18:29:44.299 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-04-16 18:29:44.324 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 18:29:44.350 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 18:29:44.375 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-04-16 18:29:44.400 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-04-16 18:29:44.427 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-04-16 18:29:44.429 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 18:29:44.431 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 18:29:44.433 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-16 18:29:44.436 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-04-16 18:29:44.461 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-04-16 18:29:44.486 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-04-16 18:29:44.512 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-04-16 18:29:44.537 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-04-16 18:29:44.563 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-04-16 18:29:44.588 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-04-16 18:29:44.613 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-04-16 18:29:44.638 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-16 18:29:44.664 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-04-16 18:29:44.689 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-04-16 18:29:44.691 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 18:29:44.693 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-16 18:29:44.695 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-04-16 18:29:44.697 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-04-16 18:29:44.722 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-04-16 18:29:44.747 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-04-16 18:29:44.772 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-04-16 18:29:44.797 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-04-16 18:29:44.822 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-04-16 18:29:44.847 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-04-16 18:29:44.872 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-04-16 18:29:44.897 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-04-16 18:29:44.923 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-04-16 18:29:44.947 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2025-04-16 18:29:44.949 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-04-16 18:29:44.951 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-04-16 18:29:44.954 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-04-16 18:29:44.956 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-04-16 18:29:44.958 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-04-16 18:29:44.960 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-04-16 18:29:44.962 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-04-16 18:29:44.964 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-04-16 18:29:44.966 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-04-16 18:29:44.968 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-04-16 18:29:44.969 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-04-16 18:29:44.971 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-04-16 18:29:44.973 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-04-16 18:29:44.975 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-04-16 18:29:44.977 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-04-16 18:29:44.979 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-04-16 18:29:44.981 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-04-16 18:29:44.983 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2025-04-16 18:29:44.985 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:44.987 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-04-16 18:29:44.989 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-04-16 18:29:44.991 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-04-16 18:29:44.993 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 18:29:44.995 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-16 18:29:45.018 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-04-16 18:29:45.020 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:45.022 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 18:29:45.024 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-04-16 18:29:45.026 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-04-16 18:29:45.028 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 18:29:45.030 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-04-16 18:29:45.053 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-04-16 18:29:45.055 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2025-04-16 18:29:45.057 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:45.058 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 18:29:45.060 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-04-16 18:29:45.062 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-04-16 18:29:45.064 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 18:29:45.066 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-16 18:29:45.089 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-04-16 18:29:45.091 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2025-04-16 18:29:45.093 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:45.095 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 18:29:45.097 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-04-16 18:29:45.099 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-04-16 18:29:45.101 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 18:29:45.103 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-16 18:29:45.127 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2025-04-16 18:29:45.129 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:45.131 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 18:29:45.133 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-04-16 18:29:45.135 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-04-16 18:29:45.136 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 18:29:45.138 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-04-16 18:29:45.163 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:130 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2025-04-16 18:29:45.165 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:45.167 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-04-16 18:29:45.169 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-04-16 18:29:45.171 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-04-16 18:29:45.173 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 18:29:45.175 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2025-04-16 18:29:45.198 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2025-04-16 18:29:45.200 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:45.202 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-04-16 18:29:45.204 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-16 18:29:45.206 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-16 18:29:45.208 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 18:29:45.210 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-04-16 18:29:45.234 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2025-04-16 18:29:45.236 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:45.238 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-04-16 18:29:45.240 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-04-16 18:29:45.242 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-04-16 18:29:45.244 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 18:29:45.246 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-04-16 18:29:45.270 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2025-04-16 18:29:45.272 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:45.274 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-04-16 18:29:45.276 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-04-16 18:29:45.278 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-04-16 18:29:45.279 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 18:29:45.282 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2025-04-16 18:29:45.305 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2025-04-16 18:29:45.307 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:29:45.309 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-04-16 18:29:45.311 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-16 18:29:45.313 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-16 18:29:45.315 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 18:29:45.317 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-04-16 18:29:45.340 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 18:29:45.342 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-04-16 18:29:45.368 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-04-16 18:29:45.392 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2025-04-16 18:29:45.394 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2025-04-16 18:29:45.408 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:45.410 | + stack.sh:main:1178 : is_service_enabled neutron 2025-04-16 18:29:45.423 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:45.425 | + stack.sh:main:1179 : async_runfunc init_neutron 2025-04-16 18:29:45.427 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-04-16 18:29:45.474 | + inc/async:async_inner:63 : init_neutron 2025-04-16 18:29:45.504 | [4729 Async init_neutron:51155]: running: init_neutron 2025-04-16 18:29:45.507 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2025-04-16 18:29:45.521 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:45.524 | ++ stack.sh:main:1191 : pidof NetworkManager 2025-04-16 18:29:45.536 | ++ stack.sh:main:1191 : true 2025-04-16 18:29:45.538 | + stack.sh:main:1191 : netman_pid= 2025-04-16 18:29:45.540 | + stack.sh:main:1192 : '[' -z '' ']' 2025-04-16 18:29:45.542 | + stack.sh:main:1193 : sudo killall dnsmasq 2025-04-16 18:29:45.554 | dnsmasq: no process found 2025-04-16 18:29:45.557 | + stack.sh:main:1193 : true 2025-04-16 18:29:45.559 | + stack.sh:main:1198 : clean_iptables 2025-04-16 18:29:45.563 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2025-04-16 18:29:45.563 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 18:29:45.563 | + lib/nova:clean_iptables:189 : grep nova 2025-04-16 18:29:45.563 | + lib/nova:clean_iptables:189 : grep '\-A' 2025-04-16 18:29:45.564 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2025-04-16 18:29:45.564 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2025-04-16 18:29:45.565 | + lib/nova:clean_iptables:189 : bash 2025-04-16 18:29:45.589 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 18:29:45.589 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2025-04-16 18:29:45.589 | + lib/nova:clean_iptables:191 : grep nova 2025-04-16 18:29:45.590 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2025-04-16 18:29:45.591 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2025-04-16 18:29:45.591 | + lib/nova:clean_iptables:191 : grep '\-A' 2025-04-16 18:29:45.592 | + lib/nova:clean_iptables:191 : bash 2025-04-16 18:29:45.600 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2025-04-16 18:29:45.601 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 18:29:45.601 | + lib/nova:clean_iptables:193 : grep nova 2025-04-16 18:29:45.601 | + lib/nova:clean_iptables:193 : grep '\-N' 2025-04-16 18:29:45.602 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2025-04-16 18:29:45.602 | + lib/nova:clean_iptables:193 : bash 2025-04-16 18:29:45.602 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2025-04-16 18:29:45.612 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2025-04-16 18:29:45.612 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 18:29:45.613 | + lib/nova:clean_iptables:195 : grep '\-N' 2025-04-16 18:29:45.613 | + lib/nova:clean_iptables:195 : grep nova 2025-04-16 18:29:45.614 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2025-04-16 18:29:45.614 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2025-04-16 18:29:45.615 | + lib/nova:clean_iptables:195 : bash 2025-04-16 18:29:45.622 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2025-04-16 18:29:45.629 | net.ipv4.ip_forward = 1 2025-04-16 18:29:45.632 | + stack.sh:main:1206 : is_service_enabled nova neutron 2025-04-16 18:29:45.646 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:45.648 | + stack.sh:main:1207 : configure_os_vif 2025-04-16 18:29:45.650 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-04-16 18:29:45.652 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-04-16 18:29:45.680 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-04-16 18:29:45.682 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-04-16 18:29:45.710 | + stack.sh:main:1213 : is_service_enabled swift 2025-04-16 18:29:45.724 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:29:45.726 | + stack.sh:main:1222 : is_service_enabled cinder 2025-04-16 18:29:45.740 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:45.742 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2025-04-16 18:29:45.744 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:29:45.746 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2025-04-16 18:29:45.748 | + stack.sh:main:1224 : async_runfunc init_cinder 2025-04-16 18:29:45.750 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-04-16 18:29:45.798 | + inc/async:async_inner:63 : init_cinder 2025-04-16 18:29:45.828 | [4729 Async init_cinder:51506]: running: init_cinder 2025-04-16 18:29:45.830 | + stack.sh:main:1230 : is_service_enabled placement 2025-04-16 18:29:45.844 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:29:45.846 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2025-04-16 18:29:45.848 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:29:45.851 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2025-04-16 18:29:45.853 | + stack.sh:main:1232 : async_runfunc init_placement 2025-04-16 18:29:45.855 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-04-16 18:29:45.904 | + inc/async:async_inner:63 : init_placement 2025-04-16 18:29:45.936 | [4729 Async init_placement:51653]: running: init_placement 2025-04-16 18:29:45.938 | + stack.sh:main:1236 : async_wait init_neutron 2025-04-16 18:29:45.976 | [4729 Async init_neutron:51155]: Waiting for completion of init_neutron running on PID 51155 (5 other jobs running) 2025-04-16 18:29:45.994 | [4729 Async init_neutron:51155]: Signaling child to exit 2025-04-16 18:29:49.465 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:29:49.488 | [51506 Async init_cinder:51506]: finished successfully 2025-04-16 18:29:54.952 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:29:54.971 | [51155 Async init_neutron:51155]: finished successfully 2025-04-16 18:29:54.988 | WAKEUP 2025-04-16 18:29:55.005 | [4729 Async init_neutron:51155]: Signaled 2025-04-16 18:29:55.006 | + lib/neutron:init_neutron:511 : recreate_database neutron 2025-04-16 18:29:55.006 | + lib/database:recreate_database:112 : local db=neutron 2025-04-16 18:29:55.006 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-04-16 18:29:55.006 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2025-04-16 18:29:55.006 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-04-16 18:29:55.006 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-04-16 18:29:55.006 | + lib/neutron:init_neutron:512 : time_start dbsync 2025-04-16 18:29:55.006 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 18:29:55.006 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:29:55.006 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:29:55.006 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:29:55.006 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828185513 2025-04-16 18:29:55.006 | + lib/neutron:init_neutron:514 : /opt/stack/data/venv/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-04-16 18:29:55.006 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-04-16 18:29:55.007 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-04-16 18:29:55.008 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-04-16 18:29:55.008 | Running upgrade for neutron ... 2025-04-16 18:29:55.008 | OK 2025-04-16 18:29:55.008 | + lib/neutron:init_neutron:515 : time_stop dbsync 2025-04-16 18:29:55.008 | + functions-common:time_stop:2400 : local name 2025-04-16 18:29:55.008 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:29:55.008 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:29:55.008 | + functions-common:time_stop:2403 : local total 2025-04-16 18:29:55.008 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:29:55.008 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 18:29:55.008 | + functions-common:time_stop:2407 : start_time=1744828185513 2025-04-16 18:29:55.008 | + functions-common:time_stop:2409 : [[ -z 1744828185513 ]] 2025-04-16 18:29:55.008 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:29:55.008 | + functions-common:time_stop:2412 : end_time=1744828194939 2025-04-16 18:29:55.008 | + functions-common:time_stop:2413 : elapsed_time=9426 2025-04-16 18:29:55.008 | + functions-common:time_stop:2414 : total=6242 2025-04-16 18:29:55.008 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:29:55.008 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15668 2025-04-16 18:29:55.038 | [4729 Async init_neutron:51155]: finished init_neutron with result 0 in 9 seconds 2025-04-16 18:29:55.041 | + inc/async:async_wait:197 : return 0 2025-04-16 18:29:55.043 | + stack.sh:main:1237 : async_wait init_placement 2025-04-16 18:29:55.083 | [4729 Async init_placement:51653]: Waiting for completion of init_placement running on PID 51653 (4 other jobs running) 2025-04-16 18:29:55.100 | [4729 Async init_placement:51653]: Signaling child to exit 2025-04-16 18:30:02.267 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:30:02.286 | [51653 Async init_placement:51653]: finished successfully 2025-04-16 18:30:02.302 | WAKEUP 2025-04-16 18:30:02.318 | [4729 Async init_placement:51653]: Signaled 2025-04-16 18:30:02.319 | + lib/placement:init_placement:143 : recreate_database placement 2025-04-16 18:30:02.319 | + lib/database:recreate_database:112 : local db=placement 2025-04-16 18:30:02.319 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-04-16 18:30:02.319 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2025-04-16 18:30:02.319 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-04-16 18:30:02.319 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-04-16 18:30:02.319 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2025-04-16 18:30:02.319 | + lib/placement:init_placement:145 : create_placement_accounts 2025-04-16 18:30:02.319 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-04-16 18:30:02.319 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-04-16 18:30:02.319 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 18:30:02.319 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 18:30:02.319 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 18:30:02.319 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 18:30:02.319 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:02.319 | + functions-common:get_or_create_user:898 : user_id=7fc2a62225584f76ad45ec3529971410 2025-04-16 18:30:02.319 | + functions-common:get_or_create_user:899 : echo 7fc2a62225584f76ad45ec3529971410 2025-04-16 18:30:02.319 | 7fc2a62225584f76ad45ec3529971410 2025-04-16 18:30:02.319 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-04-16 18:30:02.319 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:30:02.319 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:30:02.319 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 18:30:02.319 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:30:02.319 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:30:02.319 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 18:30:02.319 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 18:30:02.319 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 18:30:02.319 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 18:30:02.319 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 18:30:02.319 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 18:30:02.319 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2025-04-16 18:30:02.319 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 18:30:02.319 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:02.319 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e5dc3282279d42ee94db38c245482415 2025-04-16 18:30:02.319 | + functions-common:get_or_add_user_project_role:963 : echo e5dc3282279d42ee94db38c245482415 2025-04-16 18:30:02.319 | e5dc3282279d42ee94db38c245482415 2025-04-16 18:30:02.319 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-16 18:30:02.320 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-04-16 18:30:02.320 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 18:30:02.320 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 18:30:02.320 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 18:30:02.320 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 18:30:02.320 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 18:30:02.320 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 18:30:02.320 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 18:30:02.320 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 18:30:02.320 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 18:30:02.320 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 18:30:02.320 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 18:30:02.320 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2025-04-16 18:30:02.320 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 18:30:02.320 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:02.320 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:30:02.320 | + functions-common:get_or_add_user_project_role:963 : echo b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:30:02.320 | b2713a2a336340f4ad00685f59aafe44 2025-04-16 18:30:02.320 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-04-16 18:30:02.320 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-04-16 18:30:02.320 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 18:30:02.320 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-04-16 18:30:02.320 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2025-04-16 18:30:02.320 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:02.320 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 18:30:02.320 | d7b96aa2301a41fb8cd5ae87c3a38957' 2025-04-16 18:30:02.320 | + functions-common:get_or_create_service:1050 : echo d7b96aa2301a41fb8cd5ae87c3a38957 2025-04-16 18:30:02.320 | d7b96aa2301a41fb8cd5ae87c3a38957 2025-04-16 18:30:02.320 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-04-16 18:30:02.320 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 18:30:02.320 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-04-16 18:30:02.320 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 18:30:02.320 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2025-04-16 18:30:02.320 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:02.320 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 18:30:02.320 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 18:30:02.320 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2025-04-16 18:30:02.320 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:02.320 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=79e95b7a80c048279bf98c055c298061 2025-04-16 18:30:02.320 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 79e95b7a80c048279bf98c055c298061 2025-04-16 18:30:02.320 | + functions-common:get_or_create_endpoint:1083 : public_id=79e95b7a80c048279bf98c055c298061 2025-04-16 18:30:02.320 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 18:30:02.320 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 18:30:02.320 | + functions-common:get_or_create_endpoint:1092 : echo 79e95b7a80c048279bf98c055c298061 2025-04-16 18:30:02.320 | 79e95b7a80c048279bf98c055c298061 2025-04-16 18:30:02.351 | [4729 Async init_placement:51653]: finished init_placement with result 0 in 16 seconds 2025-04-16 18:30:02.354 | + inc/async:async_wait:197 : return 0 2025-04-16 18:30:02.356 | + stack.sh:main:1238 : async_wait init_glance 2025-04-16 18:30:02.393 | [4729 Async init_glance:47813]: Waiting for completion of init_glance running on PID 47813 (3 other jobs running) 2025-04-16 18:30:02.410 | [4729 Async init_glance:47813]: Signaling child to exit 2025-04-16 18:30:02.410 | WAKEUP 2025-04-16 18:30:02.426 | [4729 Async init_glance:47813]: Signaled 2025-04-16 18:30:02.427 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2025-04-16 18:30:02.427 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2025-04-16 18:30:02.427 | + lib/glance:init_glance:488 : recreate_database glance 2025-04-16 18:30:02.427 | + lib/database:recreate_database:112 : local db=glance 2025-04-16 18:30:02.427 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-04-16 18:30:02.427 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2025-04-16 18:30:02.427 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-04-16 18:30:02.427 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-04-16 18:30:02.427 | + lib/glance:init_glance:490 : time_start dbsync 2025-04-16 18:30:02.427 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 18:30:02.427 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:02.427 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:02.427 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:02.427 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828159878 2025-04-16 18:30:02.427 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-04-16 18:30:02.427 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 18:30:02.427 | 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=47898) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 18:30:02.427 | DEBUG dbcounter [-] [47898] Writer thread running {{(pid=47898) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:02.427 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:30:02.427 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:30:02.427 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:30:02.427 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:30:02.428 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 18:30:02.428 | 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=47898) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 18:30:02.428 | DEBUG dbcounter [-] [47898] Writer thread running {{(pid=47898) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 18:30:02.428 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:30:02.428 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-04-16 18:30:02.429 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-04-16 18:30:02.429 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2025-04-16 18:30:02.429 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2025-04-16 18:30:02.429 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2025-04-16 18:30:02.429 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2025-04-16 18:30:02.429 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2025-04-16 18:30:02.429 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-04-16 18:30:02.429 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2025-04-16 18:30:02.429 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2025-04-16 18:30:02.429 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2025-04-16 18:30:02.429 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2025-04-16 18:30:02.429 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=47898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:30:02.429 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:30:02.429 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-04-16 18:30:02.429 | Database migration is up to date. No migration needed. 2025-04-16 18:30:02.429 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-04-16 18:30:02.429 | Database is synced successfully. 2025-04-16 18:30:02.429 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-04-16 18:30:02.429 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 18:30:02.429 | 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=47938) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 18:30:02.429 | DEBUG dbcounter [-] [47938] Writer thread running {{(pid=47938) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:02.429 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-04-16 18:30:02.429 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-04-16 18:30:02.430 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-04-16 18:30:02.430 | + lib/glance:init_glance:496 : time_stop dbsync 2025-04-16 18:30:02.430 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:02.430 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:02.430 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:02.430 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:02.430 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:02.430 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 18:30:02.430 | + functions-common:time_stop:2407 : start_time=1744828159878 2025-04-16 18:30:02.430 | + functions-common:time_stop:2409 : [[ -z 1744828159878 ]] 2025-04-16 18:30:02.430 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:02.430 | + functions-common:time_stop:2412 : end_time=1744828164128 2025-04-16 18:30:02.430 | + functions-common:time_stop:2413 : elapsed_time=4250 2025-04-16 18:30:02.430 | + functions-common:time_stop:2414 : total=6242 2025-04-16 18:30:02.430 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:02.430 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10492 2025-04-16 18:30:02.459 | [4729 Async init_glance:47813]: finished init_glance with result 0 in 4 seconds 2025-04-16 18:30:02.462 | + inc/async:async_wait:197 : return 0 2025-04-16 18:30:02.464 | + stack.sh:main:1239 : async_wait init_swift 2025-04-16 18:30:02.479 | Not waiting for async task init_swift that we never started or has already been waited for 2025-04-16 18:30:02.481 | + inc/async:async_wait:197 : return 0 2025-04-16 18:30:02.483 | + stack.sh:main:1240 : async_wait init_cinder 2025-04-16 18:30:02.524 | [4729 Async init_cinder:51506]: Waiting for completion of init_cinder running on PID 51506 (2 other jobs running) 2025-04-16 18:30:02.543 | [4729 Async init_cinder:51506]: Signaling child to exit 2025-04-16 18:30:02.543 | WAKEUP 2025-04-16 18:30:02.559 | [4729 Async init_cinder:51506]: Signaled 2025-04-16 18:30:02.560 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2025-04-16 18:30:02.560 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:02.560 | + lib/cinder:init_cinder:486 : recreate_database cinder 2025-04-16 18:30:02.560 | + lib/database:recreate_database:112 : local db=cinder 2025-04-16 18:30:02.560 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-04-16 18:30:02.560 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2025-04-16 18:30:02.560 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-04-16 18:30:02.560 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-04-16 18:30:02.560 | + lib/cinder:init_cinder:488 : time_start dbsync 2025-04-16 18:30:02.560 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 18:30:02.560 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:02.560 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:02.560 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:02.560 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828185853 2025-04-16 18:30:02.560 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-04-16 18:30:02.560 | INFO dbcounter [-] Registered counter for database cinder 2025-04-16 18:30:02.560 | 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=51614) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 18:30:02.560 | DEBUG dbcounter [-] [51614] Writer thread running {{(pid=51614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:02.560 | INFO cinder.db.migration [-] Applying migration(s) 2025-04-16 18:30:02.560 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:30:02.560 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:30:02.560 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-04-16 18:30:02.560 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=51614) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 18:30:02.560 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-04-16 18:30:02.560 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=51614) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.560 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-04-16 18:30:02.560 | INFO dbcounter [-] Registered counter for database cinder 2025-04-16 18:30:02.560 | 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=51614) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 18:30:02.560 | DEBUG dbcounter [-] [51614] Writer thread running {{(pid=51614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:02.560 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=51614) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.560 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2025-04-16 18:30:02.560 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=51614) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:02.560 | INFO cinder.db.migration [-] Migration(s) applied 2025-04-16 18:30:02.561 | + lib/cinder:init_cinder:491 : time_stop dbsync 2025-04-16 18:30:02.561 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:02.561 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:02.561 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:02.561 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:02.561 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:02.561 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 18:30:02.561 | + functions-common:time_stop:2407 : start_time=1744828185853 2025-04-16 18:30:02.561 | + functions-common:time_stop:2409 : [[ -z 1744828185853 ]] 2025-04-16 18:30:02.561 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:02.561 | + functions-common:time_stop:2412 : end_time=1744828189396 2025-04-16 18:30:02.561 | + functions-common:time_stop:2413 : elapsed_time=3543 2025-04-16 18:30:02.561 | + functions-common:time_stop:2414 : total=6242 2025-04-16 18:30:02.561 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:02.561 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9785 2025-04-16 18:30:02.561 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2025-04-16 18:30:02.561 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:02.561 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2025-04-16 18:30:02.561 | + lib/cinder:init_cinder:495 : local be be_name be_type 2025-04-16 18:30:02.561 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 18:30:02.561 | + lib/cinder:init_cinder:497 : be_type=vmdk 2025-04-16 18:30:02.561 | + lib/cinder:init_cinder:498 : be_name=vsphere 2025-04-16 18:30:02.561 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2025-04-16 18:30:02.561 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2025-04-16 18:30:02.561 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:02.561 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2025-04-16 18:30:02.592 | [4729 Async init_cinder:51506]: finished init_cinder with result 0 in 3 seconds 2025-04-16 18:30:02.595 | + inc/async:async_wait:197 : return 0 2025-04-16 18:30:02.597 | + stack.sh:main:1245 : is_service_enabled nova 2025-04-16 18:30:02.611 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:02.613 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2025-04-16 18:30:02.615 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:30:02.617 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2025-04-16 18:30:02.619 | + stack.sh:main:1247 : init_nova 2025-04-16 18:30:02.621 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2025-04-16 18:30:02.635 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:02.637 | + lib/nova:init_nova:858 : is_service_enabled n-api 2025-04-16 18:30:02.651 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:02.653 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 18:30:02.655 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2025-04-16 18:30:02.657 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-04-16 18:30:02.659 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-04-16 18:30:02.661 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2025-04-16 18:30:02.663 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-04-16 18:30:02.672 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-04-16 18:30:02.681 | ++ lib/nova:init_nova:871 : seq 1 1 2025-04-16 18:30:02.684 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 18:30:02.687 | ++ lib/nova:init_nova:872 : conductor_conf 1 2025-04-16 18:30:02.689 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 18:30:02.691 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 18:30:02.693 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 18:30:02.741 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 18:30:02.771 | [4729 Async nova-cell-1:52800]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 18:30:02.774 | + lib/nova:init_nova:875 : recreate_database nova_api 2025-04-16 18:30:02.776 | + lib/database:recreate_database:112 : local db=nova_api 2025-04-16 18:30:02.778 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-04-16 18:30:02.780 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2025-04-16 18:30:02.782 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-04-16 18:30:02.792 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-04-16 18:30:02.801 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-04-16 18:30:03.264 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 18:30:04.931 | INFO dbcounter [-] Registered counter for database nova_api 2025-04-16 18:30:04.942 | DEBUG dbcounter [-] [52867] Writer thread running {{(pid=52867) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:04.945 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:30:04.945 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:30:04.964 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-04-16 18:30:06.019 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=52867) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 18:30:06.021 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-04-16 18:30:06.214 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=52867) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:06.216 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2025-04-16 18:30:06.218 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=52867) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:06.622 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2025-04-16 18:30:06.624 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-04-16 18:30:06.627 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-04-16 18:30:06.629 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2025-04-16 18:30:06.631 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 18:30:06.633 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 18:30:06.635 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 18:30:06.650 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:06.652 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 18:30:06.654 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-16 18:30:06.656 | + lib/nova:init_nova:880 : /opt/stack/data/venv/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-16 18:30:07.123 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 18:30:08.356 | INFO dbcounter [None req-48875f12-502d-4fa0-95a2-722f8b6dcc6b None None] Registered counter for database nova_api 2025-04-16 18:30:08.368 | DEBUG dbcounter [-] [52929] Writer thread running {{(pid=52929) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:08.451 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:30:08.471 | [52800 Async nova-cell-1:52800]: finished successfully 2025-04-16 18:30:08.723 | ++ lib/nova:init_nova:883 : seq 0 1 2025-04-16 18:30:08.727 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-16 18:30:08.729 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2025-04-16 18:30:08.745 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-04-16 18:30:08.747 | + inc/async:async_wait:197 : return 0 2025-04-16 18:30:08.749 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-16 18:30:08.751 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2025-04-16 18:30:08.787 | [4729 Async nova-cell-1:52800]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 52800 (2 other jobs running) 2025-04-16 18:30:08.805 | [4729 Async nova-cell-1:52800]: Signaling child to exit 2025-04-16 18:30:08.805 | WAKEUP 2025-04-16 18:30:08.821 | [4729 Async nova-cell-1:52800]: Signaled 2025-04-16 18:30:08.822 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2025-04-16 18:30:08.822 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2025-04-16 18:30:08.822 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2025-04-16 18:30:08.822 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-04-16 18:30:08.822 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-04-16 18:30:08.822 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2025-04-16 18:30:08.822 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-04-16 18:30:08.822 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-04-16 18:30:08.822 | + lib/nova:init_nova_db:851 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2025-04-16 18:30:08.822 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 18:30:08.822 | INFO dbcounter [-] Registered counter for database nova_cell1 2025-04-16 18:30:08.822 | DEBUG dbcounter [-] [52851] Writer thread running {{(pid=52851) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:08.822 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 18:30:08.822 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 18:30:08.822 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-16 18:30:08.822 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=52851) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 18:30:08.822 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-16 18:30:08.822 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=52851) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:08.822 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-16 18:30:08.822 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=52851) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:08.822 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-16 18:30:08.822 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=52851) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:08.822 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-16 18:30:08.822 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=52851) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:08.822 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-16 18:30:08.822 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=52851) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:08.854 | [4729 Async nova-cell-1:52800]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-04-16 18:30:08.858 | + inc/async:async_wait:197 : return 0 2025-04-16 18:30:08.860 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 18:30:08.862 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-04-16 18:30:09.308 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 18:30:10.502 | INFO dbcounter [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] Registered counter for database nova_api 2025-04-16 18:30:10.513 | DEBUG dbcounter [-] [53104] Writer thread running {{(pid=53104) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:10.540 | INFO dbcounter [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] Registered counter for database nova_cell0 2025-04-16 18:30:10.544 | DEBUG dbcounter [-] [53104] Writer thread running {{(pid=53104) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:10.547 | INFO alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] Context impl MySQLImpl. 2025-04-16 18:30:10.547 | INFO alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] Will assume non-transactional DDL. 2025-04-16 18:30:10.563 | INFO alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-16 18:30:12.900 | DEBUG alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] new branch insert 8f2f1571d55b {{(pid=53104) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 18:30:12.902 | INFO alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-16 18:30:12.932 | DEBUG alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=53104) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:12.933 | INFO alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-16 18:30:12.996 | DEBUG alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=53104) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:12.998 | INFO alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-16 18:30:13.016 | DEBUG alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=53104) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:13.018 | INFO alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-16 18:30:13.020 | DEBUG alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=53104) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:13.021 | INFO alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-16 18:30:13.089 | DEBUG alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=53104) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 18:30:13.093 | INFO dbcounter [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] Registered counter for database nova_cell1 2025-04-16 18:30:13.098 | DEBUG dbcounter [-] [53104] Writer thread running {{(pid=53104) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:13.100 | INFO alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] Context impl MySQLImpl. 2025-04-16 18:30:13.101 | INFO alembic.runtime.migration [None req-b7c883ca-b938-4147-9a4a-91b4ba6a9c4f None None] Will assume non-transactional DDL. 2025-04-16 18:30:13.456 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-04-16 18:30:13.913 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 18:30:15.101 | Running batches of 50 until complete 2025-04-16 18:30:15.101 | INFO dbcounter [None req-236d01c2-a1d9-49af-8350-5bc9698bb0ff None None] Registered counter for database nova_cell1 2025-04-16 18:30:15.112 | DEBUG dbcounter [-] [53129] Writer thread running {{(pid=53129) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:15.168 | INFO dbcounter [None req-236d01c2-a1d9-49af-8350-5bc9698bb0ff None None] Registered counter for database nova_api 2025-04-16 18:30:15.172 | DEBUG dbcounter [-] [53129] Writer thread running {{(pid=53129) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:15.238 | INFO dbcounter [None req-236d01c2-a1d9-49af-8350-5bc9698bb0ff None None] Registered counter for database nova_cell0 2025-04-16 18:30:15.241 | DEBUG dbcounter [-] [53129] Writer thread running {{(pid=53129) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:15.282 | +-------------------------------------+--------------+-----------+ 2025-04-16 18:30:15.282 | | Migration | Total Needed | Completed | 2025-04-16 18:30:15.282 | +-------------------------------------+--------------+-----------+ 2025-04-16 18:30:15.282 | | fill_virtual_interface_list | 0 | 0 | 2025-04-16 18:30:15.282 | | migrate_empty_ratio | 0 | 0 | 2025-04-16 18:30:15.282 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-04-16 18:30:15.282 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-04-16 18:30:15.282 | | migration_migrate_to_uuid | 0 | 0 | 2025-04-16 18:30:15.282 | | populate_dev_uuids | 0 | 0 | 2025-04-16 18:30:15.282 | | populate_instance_compute_id | 0 | 0 | 2025-04-16 18:30:15.282 | | populate_missing_availability_zones | 0 | 0 | 2025-04-16 18:30:15.282 | | populate_queued_for_delete | 0 | 0 | 2025-04-16 18:30:15.282 | | populate_user_id | 0 | 0 | 2025-04-16 18:30:15.282 | | populate_uuids | 0 | 0 | 2025-04-16 18:30:15.282 | +-------------------------------------+--------------+-----------+ 2025-04-16 18:30:15.639 | ++ lib/nova:init_nova:897 : seq 1 1 2025-04-16 18:30:15.642 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 18:30:15.645 | ++ lib/nova:init_nova:898 : conductor_conf 1 2025-04-16 18:30:15.648 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 18:30:15.650 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 18:30:15.652 | + lib/nova:init_nova:898 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2025-04-16 18:30:16.116 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 18:30:17.320 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-04-16 18:30:17.320 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-04-16 18:30:17.320 | INFO dbcounter [None req-454433a3-d06c-4f33-b921-c27112d7ef9c None None] Registered counter for database nova_api 2025-04-16 18:30:17.331 | DEBUG dbcounter [-] [53146] Writer thread running {{(pid=53146) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:17.695 | + lib/nova:init_nova:902 : create_nova_keys_dir 2025-04-16 18:30:17.698 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-04-16 18:30:17.708 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2025-04-16 18:30:17.710 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2025-04-16 18:30:17.712 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-04-16 18:30:17.762 | + inc/async:async_inner:63 : configure_neutron_nova 2025-04-16 18:30:17.791 | [4729 Async configure_neutron_nova:53203]: running: configure_neutron_nova 2025-04-16 18:30:17.794 | + stack.sh:main:1257 : run_phase stack post-config 2025-04-16 18:30:17.796 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 18:30:17.798 | + functions-common:run_phase:1829 : local phase=post-config 2025-04-16 18:30:17.801 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 18:30:17.803 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 18:30:17.805 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 18:30:17.808 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 18:30:17.810 | + functions-common:run_phase:1838 : local extra 2025-04-16 18:30:17.812 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 18:30:17.815 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 18:30:17.817 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 18:30:17.820 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 18:30:17.822 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-04-16 18:30:17.825 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 18:30:17.838 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:17.840 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:30:17.842 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:30:17.844 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-16 18:30:17.846 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:30:17.848 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 18:30:17.850 | ++ extras.d/80-tempest.sh:source:12 : : 2025-04-16 18:30:17.853 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 18:30:17.855 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 18:30:17.858 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:30:17.860 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 18:30:17.862 | + functions-common:run_phase:1855 : run_plugins stack post-config 2025-04-16 18:30:17.864 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 18:30:17.866 | + functions-common:run_plugins:1815 : local phase=post-config 2025-04-16 18:30:17.868 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 18:30:17.871 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 18:30:17.873 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 18:30:17.875 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 18:30:17.878 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 18:30:17.880 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-04-16 18:30:17.882 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:30:17.884 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:30:17.886 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-16 18:30:17.888 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:30:17.890 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 18:30:17.892 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-04-16 18:30:17.895 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:30:17.897 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2025-04-16 18:30:17.900 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-04-16 18:30:17.902 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 18:30:17.904 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 18:30:17.906 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-04-16 18:30:17.908 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:30:17.911 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 18:30:17.913 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 18:30:17.916 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-04-16 18:30:17.918 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:30:17.920 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-04-16 18:30:17.923 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:30:17.925 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-04-16 18:30:17.925 | /^\[\[.+\|.*\]\]/ { 2025-04-16 18:30:17.925 | gsub("[][]", "", $1); 2025-04-16 18:30:17.925 | split($1, a, "|"); 2025-04-16 18:30:17.925 | if (a[1] == matchgroup) 2025-04-16 18:30:17.925 | print a[2] 2025-04-16 18:30:17.925 | } 2025-04-16 18:30:17.925 | ' /opt/stack/devstack/local.conf 2025-04-16 18:30:17.930 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 18:30:17.932 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 18:30:17.934 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 18:30:17.937 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-04-16 18:30:17.939 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-04-16 18:30:17.942 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-04-16 18:30:17.944 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-04-16 18:30:17.946 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-04-16 18:30:17.950 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-04-16 18:30:17.953 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-04-16 18:30:17.955 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-16 18:30:17.957 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:30:17.960 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 18:30:17.962 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-04-16 18:30:17.964 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 18:30:17.967 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-04-16 18:30:17.969 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-04-16 18:30:17.972 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-04-16 18:30:17.974 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-04-16 18:30:17.977 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-16 18:30:17.978 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:17.979 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-04-16 18:30:17.979 | BEGIN { 2025-04-16 18:30:17.979 | section = "" 2025-04-16 18:30:17.979 | last_section = "" 2025-04-16 18:30:17.979 | section_count = 0 2025-04-16 18:30:17.979 | } 2025-04-16 18:30:17.979 | /^\[.+\]/ { 2025-04-16 18:30:17.979 | gsub("[][]", "", $1); 2025-04-16 18:30:17.979 | section=$1 2025-04-16 18:30:17.979 | next 2025-04-16 18:30:17.979 | } 2025-04-16 18:30:17.979 | /^ *\#/ { 2025-04-16 18:30:17.979 | next 2025-04-16 18:30:17.979 | } 2025-04-16 18:30:17.979 | /^[^ \t]+/ { 2025-04-16 18:30:17.979 | # get offset of first = in $0 2025-04-16 18:30:17.979 | eq_idx = index($0, "=") 2025-04-16 18:30:17.979 | # extract attr & value from $0 2025-04-16 18:30:17.979 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 18:30:17.979 | value = substr($0, eq_idx + 1) 2025-04-16 18:30:17.979 | # only need to strip trailing whitespace from attr 2025-04-16 18:30:17.979 | sub(/[ \t]*$/, "", attr) 2025-04-16 18:30:17.979 | # need to strip leading & trailing whitespace from value 2025-04-16 18:30:17.979 | sub(/^[ \t]*/, "", value) 2025-04-16 18:30:17.979 | sub(/[ \t]*$/, "", value) 2025-04-16 18:30:17.979 | 2025-04-16 18:30:17.979 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 18:30:17.979 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 18:30:17.979 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 18:30:17.979 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 18:30:17.979 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 18:30:17.979 | if (section != last_section) { 2025-04-16 18:30:17.979 | cfg_section[section_count++] = section 2025-04-16 18:30:17.979 | last_section = section 2025-04-16 18:30:17.979 | } 2025-04-16 18:30:17.979 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 18:30:17.979 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 18:30:17.979 | 2025-04-16 18:30:17.979 | cfg_attr[section, attr, 0] = value 2025-04-16 18:30:17.979 | cfg_attr_count[section, attr] = 1 2025-04-16 18:30:17.979 | } else { 2025-04-16 18:30:17.979 | lno = cfg_attr_count[section, attr]++ 2025-04-16 18:30:17.979 | cfg_attr[section, attr, lno] = value 2025-04-16 18:30:17.979 | } 2025-04-16 18:30:17.979 | } 2025-04-16 18:30:17.979 | END { 2025-04-16 18:30:17.979 | # Process each section in order 2025-04-16 18:30:17.979 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 18:30:17.979 | section = cfg_section[sno] 2025-04-16 18:30:17.979 | # The ini routines simply append a config item immediately 2025-04-16 18:30:17.979 | # after the section header. To keep the same order as defined 2025-04-16 18:30:17.979 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 18:30:17.979 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 18:30:17.979 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 18:30:17.979 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 18:30:17.979 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 18:30:17.979 | else { 2025-04-16 18:30:17.979 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 18:30:17.979 | count = cfg_attr_count[section, attr] 2025-04-16 18:30:17.979 | print "inidelete " configfile " " section " " attr 2025-04-16 18:30:17.979 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 18:30:17.979 | for (l = count -2; l >= 0; l--) 2025-04-16 18:30:17.979 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 18:30:17.979 | } 2025-04-16 18:30:17.979 | } 2025-04-16 18:30:17.979 | } 2025-04-16 18:30:17.979 | } 2025-04-16 18:30:17.979 | ' 2025-04-16 18:30:17.980 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:30:17.981 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 18:30:17.982 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 18:30:17.984 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-04-16 18:30:17.986 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:30:17.989 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-04-16 18:30:17.991 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-04-16 18:30:17.991 | BEGIN { group = "" } 2025-04-16 18:30:17.991 | /^\[\[.+\|.*\]\]/ { 2025-04-16 18:30:17.991 | gsub("[][]", "", $1); 2025-04-16 18:30:17.991 | split($1, a, "|"); 2025-04-16 18:30:17.991 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 18:30:17.991 | group=a[1] 2025-04-16 18:30:17.991 | } else { 2025-04-16 18:30:17.991 | group="" 2025-04-16 18:30:17.991 | } 2025-04-16 18:30:17.991 | next 2025-04-16 18:30:17.991 | } 2025-04-16 18:30:17.991 | { 2025-04-16 18:30:17.991 | if (group != "") 2025-04-16 18:30:17.991 | print $0 2025-04-16 18:30:17.991 | } 2025-04-16 18:30:17.991 | ' /opt/stack/devstack/local.conf 2025-04-16 18:30:17.996 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-04-16 18:30:17.998 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-16 18:30:18.023 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.026 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 18:30:18.028 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 18:30:18.031 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 18:30:18.034 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-04-16 18:30:18.035 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-04-16 18:30:18.038 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-04-16 18:30:18.040 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-04-16 18:30:18.043 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-04-16 18:30:18.046 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-04-16 18:30:18.048 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-04-16 18:30:18.051 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-16 18:30:18.053 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:30:18.055 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 18:30:18.057 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-04-16 18:30:18.060 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 18:30:18.063 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-04-16 18:30:18.064 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-04-16 18:30:18.067 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-04-16 18:30:18.070 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-04-16 18:30:18.072 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-16 18:30:18.073 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-04-16 18:30:18.073 | BEGIN { 2025-04-16 18:30:18.073 | section = "" 2025-04-16 18:30:18.073 | last_section = "" 2025-04-16 18:30:18.073 | section_count = 0 2025-04-16 18:30:18.073 | } 2025-04-16 18:30:18.073 | /^\[.+\]/ { 2025-04-16 18:30:18.073 | gsub("[][]", "", $1); 2025-04-16 18:30:18.073 | section=$1 2025-04-16 18:30:18.073 | next 2025-04-16 18:30:18.073 | } 2025-04-16 18:30:18.073 | /^ *\#/ { 2025-04-16 18:30:18.073 | next 2025-04-16 18:30:18.073 | } 2025-04-16 18:30:18.073 | /^[^ \t]+/ { 2025-04-16 18:30:18.073 | # get offset of first = in $0 2025-04-16 18:30:18.073 | eq_idx = index($0, "=") 2025-04-16 18:30:18.073 | # extract attr & value from $0 2025-04-16 18:30:18.073 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 18:30:18.073 | value = substr($0, eq_idx + 1) 2025-04-16 18:30:18.073 | # only need to strip trailing whitespace from attr 2025-04-16 18:30:18.073 | sub(/[ \t]*$/, "", attr) 2025-04-16 18:30:18.073 | # need to strip leading & trailing whitespace from value 2025-04-16 18:30:18.073 | sub(/^[ \t]*/, "", value) 2025-04-16 18:30:18.073 | sub(/[ \t]*$/, "", value) 2025-04-16 18:30:18.073 | 2025-04-16 18:30:18.073 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 18:30:18.073 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 18:30:18.073 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 18:30:18.073 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 18:30:18.073 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 18:30:18.073 | if (section != last_section) { 2025-04-16 18:30:18.073 | cfg_section[section_count++] = section 2025-04-16 18:30:18.073 | last_section = section 2025-04-16 18:30:18.073 | } 2025-04-16 18:30:18.073 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 18:30:18.073 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 18:30:18.073 | 2025-04-16 18:30:18.073 | cfg_attr[section, attr, 0] = value 2025-04-16 18:30:18.073 | cfg_attr_count[section, attr] = 1 2025-04-16 18:30:18.073 | } else { 2025-04-16 18:30:18.073 | lno = cfg_attr_count[section, attr]++ 2025-04-16 18:30:18.073 | cfg_attr[section, attr, lno] = value 2025-04-16 18:30:18.073 | } 2025-04-16 18:30:18.073 | } 2025-04-16 18:30:18.073 | END { 2025-04-16 18:30:18.073 | # Process each section in order 2025-04-16 18:30:18.073 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 18:30:18.073 | section = cfg_section[sno] 2025-04-16 18:30:18.073 | # The ini routines simply append a config item immediately 2025-04-16 18:30:18.073 | # after the section header. To keep the same order as defined 2025-04-16 18:30:18.073 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 18:30:18.073 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 18:30:18.073 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 18:30:18.073 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 18:30:18.073 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 18:30:18.073 | else { 2025-04-16 18:30:18.073 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 18:30:18.073 | count = cfg_attr_count[section, attr] 2025-04-16 18:30:18.074 | print "inidelete " configfile " " section " " attr 2025-04-16 18:30:18.074 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 18:30:18.074 | for (l = count -2; l >= 0; l--) 2025-04-16 18:30:18.074 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 18:30:18.074 | } 2025-04-16 18:30:18.074 | } 2025-04-16 18:30:18.074 | } 2025-04-16 18:30:18.074 | } 2025-04-16 18:30:18.074 | ' 2025-04-16 18:30:18.074 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.075 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 18:30:18.075 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:30:18.077 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 18:30:18.080 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-04-16 18:30:18.082 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:30:18.084 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-04-16 18:30:18.086 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-04-16 18:30:18.086 | BEGIN { group = "" } 2025-04-16 18:30:18.086 | /^\[\[.+\|.*\]\]/ { 2025-04-16 18:30:18.086 | gsub("[][]", "", $1); 2025-04-16 18:30:18.086 | split($1, a, "|"); 2025-04-16 18:30:18.086 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 18:30:18.086 | group=a[1] 2025-04-16 18:30:18.086 | } else { 2025-04-16 18:30:18.086 | group="" 2025-04-16 18:30:18.086 | } 2025-04-16 18:30:18.086 | next 2025-04-16 18:30:18.086 | } 2025-04-16 18:30:18.086 | { 2025-04-16 18:30:18.086 | if (group != "") 2025-04-16 18:30:18.086 | print $0 2025-04-16 18:30:18.086 | } 2025-04-16 18:30:18.086 | ' /opt/stack/devstack/local.conf 2025-04-16 18:30:18.090 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-04-16 18:30:18.093 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-04-16 18:30:18.099 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:30:18.117 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.119 | [53203 Async configure_neutron_nova:53203]: finished successfully 2025-04-16 18:30:18.120 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 18:30:18.122 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 18:30:18.124 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 18:30:18.127 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-04-16 18:30:18.130 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-04-16 18:30:18.132 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-04-16 18:30:18.134 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-04-16 18:30:18.137 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-04-16 18:30:18.140 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-16 18:30:18.142 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-16 18:30:18.144 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-16 18:30:18.146 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:30:18.148 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 18:30:18.151 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-04-16 18:30:18.153 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 18:30:18.155 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-04-16 18:30:18.157 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-04-16 18:30:18.160 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-04-16 18:30:18.162 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-04-16 18:30:18.165 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-16 18:30:18.165 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.165 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-04-16 18:30:18.165 | BEGIN { 2025-04-16 18:30:18.165 | section = "" 2025-04-16 18:30:18.165 | last_section = "" 2025-04-16 18:30:18.165 | section_count = 0 2025-04-16 18:30:18.165 | } 2025-04-16 18:30:18.165 | /^\[.+\]/ { 2025-04-16 18:30:18.165 | gsub("[][]", "", $1); 2025-04-16 18:30:18.165 | section=$1 2025-04-16 18:30:18.165 | next 2025-04-16 18:30:18.165 | } 2025-04-16 18:30:18.165 | /^ *\#/ { 2025-04-16 18:30:18.165 | next 2025-04-16 18:30:18.165 | } 2025-04-16 18:30:18.165 | /^[^ \t]+/ { 2025-04-16 18:30:18.165 | # get offset of first = in $0 2025-04-16 18:30:18.165 | eq_idx = index($0, "=") 2025-04-16 18:30:18.165 | # extract attr & value from $0 2025-04-16 18:30:18.165 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 18:30:18.165 | value = substr($0, eq_idx + 1) 2025-04-16 18:30:18.165 | # only need to strip trailing whitespace from attr 2025-04-16 18:30:18.165 | sub(/[ \t]*$/, "", attr) 2025-04-16 18:30:18.165 | # need to strip leading & trailing whitespace from value 2025-04-16 18:30:18.165 | sub(/^[ \t]*/, "", value) 2025-04-16 18:30:18.165 | sub(/[ \t]*$/, "", value) 2025-04-16 18:30:18.165 | 2025-04-16 18:30:18.165 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 18:30:18.165 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 18:30:18.165 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 18:30:18.165 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 18:30:18.165 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 18:30:18.165 | if (section != last_section) { 2025-04-16 18:30:18.165 | cfg_section[section_count++] = section 2025-04-16 18:30:18.165 | last_section = section 2025-04-16 18:30:18.165 | } 2025-04-16 18:30:18.165 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 18:30:18.165 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 18:30:18.165 | 2025-04-16 18:30:18.165 | cfg_attr[section, attr, 0] = value 2025-04-16 18:30:18.165 | cfg_attr_count[section, attr] = 1 2025-04-16 18:30:18.165 | } else { 2025-04-16 18:30:18.165 | lno = cfg_attr_count[section, attr]++ 2025-04-16 18:30:18.165 | cfg_attr[section, attr, lno] = value 2025-04-16 18:30:18.165 | } 2025-04-16 18:30:18.165 | } 2025-04-16 18:30:18.165 | END { 2025-04-16 18:30:18.165 | # Process each section in order 2025-04-16 18:30:18.165 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 18:30:18.165 | section = cfg_section[sno] 2025-04-16 18:30:18.165 | # The ini routines simply append a config item immediately 2025-04-16 18:30:18.165 | # after the section header. To keep the same order as defined 2025-04-16 18:30:18.165 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 18:30:18.165 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 18:30:18.165 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 18:30:18.165 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 18:30:18.165 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 18:30:18.165 | else { 2025-04-16 18:30:18.165 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 18:30:18.165 | count = cfg_attr_count[section, attr] 2025-04-16 18:30:18.165 | print "inidelete " configfile " " section " " attr 2025-04-16 18:30:18.166 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 18:30:18.166 | for (l = count -2; l >= 0; l--) 2025-04-16 18:30:18.166 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 18:30:18.166 | } 2025-04-16 18:30:18.166 | } 2025-04-16 18:30:18.166 | } 2025-04-16 18:30:18.166 | } 2025-04-16 18:30:18.166 | ' 2025-04-16 18:30:18.167 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:30:18.167 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 18:30:18.169 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 18:30:18.171 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-04-16 18:30:18.173 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:30:18.175 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-04-16 18:30:18.177 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-04-16 18:30:18.177 | BEGIN { group = "" } 2025-04-16 18:30:18.177 | /^\[\[.+\|.*\]\]/ { 2025-04-16 18:30:18.177 | gsub("[][]", "", $1); 2025-04-16 18:30:18.177 | split($1, a, "|"); 2025-04-16 18:30:18.177 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 18:30:18.177 | group=a[1] 2025-04-16 18:30:18.177 | } else { 2025-04-16 18:30:18.177 | group="" 2025-04-16 18:30:18.177 | } 2025-04-16 18:30:18.177 | next 2025-04-16 18:30:18.177 | } 2025-04-16 18:30:18.177 | { 2025-04-16 18:30:18.177 | if (group != "") 2025-04-16 18:30:18.177 | print $0 2025-04-16 18:30:18.177 | } 2025-04-16 18:30:18.177 | ' /opt/stack/devstack/local.conf 2025-04-16 18:30:18.181 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-04-16 18:30:18.183 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-04-16 18:30:18.207 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.209 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-04-16 18:30:18.211 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-04-16 18:30:18.235 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.238 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 18:30:18.240 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 18:30:18.242 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 18:30:18.245 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-04-16 18:30:18.247 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:30:18.249 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:30:18.252 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-04-16 18:30:18.254 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:30:18.257 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-04-16 18:30:18.259 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-04-16 18:30:18.262 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-16 18:30:18.264 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:30:18.266 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 18:30:18.268 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-16 18:30:18.270 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 18:30:18.272 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-04-16 18:30:18.274 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:30:18.277 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 18:30:18.279 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-04-16 18:30:18.282 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-16 18:30:18.282 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.282 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-16 18:30:18.282 | BEGIN { 2025-04-16 18:30:18.283 | section = "" 2025-04-16 18:30:18.283 | last_section = "" 2025-04-16 18:30:18.283 | section_count = 0 2025-04-16 18:30:18.283 | } 2025-04-16 18:30:18.283 | /^\[.+\]/ { 2025-04-16 18:30:18.283 | gsub("[][]", "", $1); 2025-04-16 18:30:18.283 | section=$1 2025-04-16 18:30:18.283 | next 2025-04-16 18:30:18.283 | } 2025-04-16 18:30:18.283 | /^ *\#/ { 2025-04-16 18:30:18.283 | next 2025-04-16 18:30:18.283 | } 2025-04-16 18:30:18.283 | /^[^ \t]+/ { 2025-04-16 18:30:18.283 | # get offset of first = in $0 2025-04-16 18:30:18.283 | eq_idx = index($0, "=") 2025-04-16 18:30:18.283 | # extract attr & value from $0 2025-04-16 18:30:18.283 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 18:30:18.283 | value = substr($0, eq_idx + 1) 2025-04-16 18:30:18.283 | # only need to strip trailing whitespace from attr 2025-04-16 18:30:18.283 | sub(/[ \t]*$/, "", attr) 2025-04-16 18:30:18.283 | # need to strip leading & trailing whitespace from value 2025-04-16 18:30:18.283 | sub(/^[ \t]*/, "", value) 2025-04-16 18:30:18.283 | sub(/[ \t]*$/, "", value) 2025-04-16 18:30:18.283 | 2025-04-16 18:30:18.283 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 18:30:18.283 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 18:30:18.283 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 18:30:18.283 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 18:30:18.283 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 18:30:18.283 | if (section != last_section) { 2025-04-16 18:30:18.283 | cfg_section[section_count++] = section 2025-04-16 18:30:18.283 | last_section = section 2025-04-16 18:30:18.283 | } 2025-04-16 18:30:18.283 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 18:30:18.283 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 18:30:18.283 | 2025-04-16 18:30:18.283 | cfg_attr[section, attr, 0] = value 2025-04-16 18:30:18.283 | cfg_attr_count[section, attr] = 1 2025-04-16 18:30:18.283 | } else { 2025-04-16 18:30:18.283 | lno = cfg_attr_count[section, attr]++ 2025-04-16 18:30:18.284 | cfg_attr[section, attr, lno] = value 2025-04-16 18:30:18.284 | } 2025-04-16 18:30:18.284 | } 2025-04-16 18:30:18.284 | END { 2025-04-16 18:30:18.284 | # Process each section in order 2025-04-16 18:30:18.284 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 18:30:18.284 | section = cfg_section[sno] 2025-04-16 18:30:18.284 | # The ini routines simply append a config item immediately 2025-04-16 18:30:18.284 | # after the section header. To keep the same order as defined 2025-04-16 18:30:18.284 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 18:30:18.284 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 18:30:18.284 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 18:30:18.284 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 18:30:18.284 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 18:30:18.284 | else { 2025-04-16 18:30:18.284 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 18:30:18.284 | count = cfg_attr_count[section, attr] 2025-04-16 18:30:18.284 | print "inidelete " configfile " " section " " attr 2025-04-16 18:30:18.284 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 18:30:18.284 | for (l = count -2; l >= 0; l--) 2025-04-16 18:30:18.284 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 18:30:18.284 | } 2025-04-16 18:30:18.284 | } 2025-04-16 18:30:18.284 | } 2025-04-16 18:30:18.284 | } 2025-04-16 18:30:18.284 | ' 2025-04-16 18:30:18.285 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:30:18.285 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 18:30:18.287 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 18:30:18.289 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-16 18:30:18.290 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:30:18.292 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-04-16 18:30:18.294 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-16 18:30:18.294 | BEGIN { group = "" } 2025-04-16 18:30:18.294 | /^\[\[.+\|.*\]\]/ { 2025-04-16 18:30:18.294 | gsub("[][]", "", $1); 2025-04-16 18:30:18.294 | split($1, a, "|"); 2025-04-16 18:30:18.294 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 18:30:18.294 | group=a[1] 2025-04-16 18:30:18.294 | } else { 2025-04-16 18:30:18.294 | group="" 2025-04-16 18:30:18.294 | } 2025-04-16 18:30:18.294 | next 2025-04-16 18:30:18.294 | } 2025-04-16 18:30:18.294 | { 2025-04-16 18:30:18.294 | if (group != "") 2025-04-16 18:30:18.294 | print $0 2025-04-16 18:30:18.294 | } 2025-04-16 18:30:18.294 | ' /opt/stack/devstack/local.conf 2025-04-16 18:30:18.299 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-04-16 18:30:18.301 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-04-16 18:30:18.326 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.328 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-04-16 18:30:18.330 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-16 18:30:18.354 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.356 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-04-16 18:30:18.358 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-16 18:30:18.383 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.384 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-04-16 18:30:18.386 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-04-16 18:30:18.411 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.413 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-04-16 18:30:18.415 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-04-16 18:30:18.438 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.440 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-04-16 18:30:18.442 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-04-16 18:30:18.465 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.467 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2_type_vlan network_vlan_ranges "default:2:999,public:1000:2000"' 2025-04-16 18:30:18.469 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999,public:1000:2000 2025-04-16 18:30:18.494 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.496 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-04-16 18:30:18.498 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-04-16 18:30:18.523 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.526 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-04-16 18:30:18.528 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-16 18:30:18.553 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.556 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 18:30:18.558 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 18:30:18.560 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 18:30:18.563 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-04-16 18:30:18.565 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-04-16 18:30:18.567 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-04-16 18:30:18.569 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-16 18:30:18.572 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-04-16 18:30:18.576 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-16 18:30:18.578 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-16 18:30:18.580 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-16 18:30:18.582 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:30:18.584 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 18:30:18.586 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 18:30:18.588 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 18:30:18.591 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-04-16 18:30:18.592 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-04-16 18:30:18.595 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 18:30:18.598 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-04-16 18:30:18.600 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-16 18:30:18.601 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-16 18:30:18.601 | BEGIN { 2025-04-16 18:30:18.601 | section = "" 2025-04-16 18:30:18.601 | last_section = "" 2025-04-16 18:30:18.601 | section_count = 0 2025-04-16 18:30:18.601 | } 2025-04-16 18:30:18.601 | /^\[.+\]/ { 2025-04-16 18:30:18.601 | gsub("[][]", "", $1); 2025-04-16 18:30:18.601 | section=$1 2025-04-16 18:30:18.601 | next 2025-04-16 18:30:18.601 | } 2025-04-16 18:30:18.601 | /^ *\#/ { 2025-04-16 18:30:18.601 | next 2025-04-16 18:30:18.601 | } 2025-04-16 18:30:18.601 | /^[^ \t]+/ { 2025-04-16 18:30:18.601 | # get offset of first = in $0 2025-04-16 18:30:18.601 | eq_idx = index($0, "=") 2025-04-16 18:30:18.601 | # extract attr & value from $0 2025-04-16 18:30:18.601 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 18:30:18.601 | value = substr($0, eq_idx + 1) 2025-04-16 18:30:18.601 | # only need to strip trailing whitespace from attr 2025-04-16 18:30:18.601 | sub(/[ \t]*$/, "", attr) 2025-04-16 18:30:18.601 | # need to strip leading & trailing whitespace from value 2025-04-16 18:30:18.601 | sub(/^[ \t]*/, "", value) 2025-04-16 18:30:18.601 | sub(/[ \t]*$/, "", value) 2025-04-16 18:30:18.601 | 2025-04-16 18:30:18.601 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 18:30:18.601 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 18:30:18.601 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 18:30:18.601 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 18:30:18.601 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 18:30:18.601 | if (section != last_section) { 2025-04-16 18:30:18.601 | cfg_section[section_count++] = section 2025-04-16 18:30:18.601 | last_section = section 2025-04-16 18:30:18.601 | } 2025-04-16 18:30:18.601 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 18:30:18.601 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 18:30:18.601 | 2025-04-16 18:30:18.601 | cfg_attr[section, attr, 0] = value 2025-04-16 18:30:18.601 | cfg_attr_count[section, attr] = 1 2025-04-16 18:30:18.601 | } else { 2025-04-16 18:30:18.601 | lno = cfg_attr_count[section, attr]++ 2025-04-16 18:30:18.601 | cfg_attr[section, attr, lno] = value 2025-04-16 18:30:18.601 | } 2025-04-16 18:30:18.601 | } 2025-04-16 18:30:18.601 | END { 2025-04-16 18:30:18.601 | # Process each section in order 2025-04-16 18:30:18.601 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 18:30:18.601 | section = cfg_section[sno] 2025-04-16 18:30:18.601 | # The ini routines simply append a config item immediately 2025-04-16 18:30:18.601 | # after the section header. To keep the same order as defined 2025-04-16 18:30:18.601 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 18:30:18.601 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 18:30:18.601 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 18:30:18.601 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 18:30:18.601 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 18:30:18.601 | else { 2025-04-16 18:30:18.601 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 18:30:18.601 | count = cfg_attr_count[section, attr] 2025-04-16 18:30:18.601 | print "inidelete " configfile " " section " " attr 2025-04-16 18:30:18.602 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 18:30:18.602 | for (l = count -2; l >= 0; l--) 2025-04-16 18:30:18.602 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 18:30:18.602 | } 2025-04-16 18:30:18.602 | } 2025-04-16 18:30:18.602 | } 2025-04-16 18:30:18.602 | } 2025-04-16 18:30:18.602 | ' 2025-04-16 18:30:18.602 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.602 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:30:18.603 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 18:30:18.604 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 18:30:18.606 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 18:30:18.608 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:30:18.610 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-16 18:30:18.612 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-16 18:30:18.612 | BEGIN { group = "" } 2025-04-16 18:30:18.612 | /^\[\[.+\|.*\]\]/ { 2025-04-16 18:30:18.612 | gsub("[][]", "", $1); 2025-04-16 18:30:18.613 | split($1, a, "|"); 2025-04-16 18:30:18.613 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 18:30:18.613 | group=a[1] 2025-04-16 18:30:18.613 | } else { 2025-04-16 18:30:18.613 | group="" 2025-04-16 18:30:18.613 | } 2025-04-16 18:30:18.613 | next 2025-04-16 18:30:18.613 | } 2025-04-16 18:30:18.613 | { 2025-04-16 18:30:18.613 | if (group != "") 2025-04-16 18:30:18.613 | print $0 2025-04-16 18:30:18.613 | } 2025-04-16 18:30:18.613 | ' /opt/stack/devstack/local.conf 2025-04-16 18:30:18.617 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers "147.204.9.200, 147.204.9.201"' 2025-04-16 18:30:18.619 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers '147.204.9.200, 147.204.9.201' 2025-04-16 18:30:18.642 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.644 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-04-16 18:30:18.647 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 18:30:18.671 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.673 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-04-16 18:30:18.675 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-04-16 18:30:18.698 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:18.700 | + stack.sh:main:1274 : is_service_enabled swift 2025-04-16 18:30:18.714 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:18.716 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 18:30:18.718 | + stack.sh:main:1283 : is_service_enabled cinder 2025-04-16 18:30:18.732 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:18.734 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 18:30:18.760 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2025-04-16 18:30:18.796 | [4729 Async configure_neutron_nova:53203]: Waiting for completion of configure_neutron_nova running on PID 53203 (2 other jobs running) 2025-04-16 18:30:18.813 | [4729 Async configure_neutron_nova:53203]: Signaling child to exit 2025-04-16 18:30:18.813 | WAKEUP 2025-04-16 18:30:18.829 | [4729 Async configure_neutron_nova:53203]: Signaled 2025-04-16 18:30:18.830 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-04-16 18:30:18.830 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-04-16 18:30:18.830 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2025-04-16 18:30:18.830 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-04-16 18:30:18.830 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-04-16 18:30:18.830 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-04-16 18:30:18.860 | [4729 Async configure_neutron_nova:53203]: finished configure_neutron_nova with result 0 in 0 seconds 2025-04-16 18:30:18.864 | + inc/async:async_wait:197 : return 0 2025-04-16 18:30:18.866 | + stack.sh:main:1293 : is_service_enabled nova 2025-04-16 18:30:18.880 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:18.882 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 18:30:18.906 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 18:30:18.932 | + stack.sh:main:1299 : is_service_enabled n-api 2025-04-16 18:30:18.946 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:18.948 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2025-04-16 18:30:18.950 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:30:18.952 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2025-04-16 18:30:18.954 | + stack.sh:main:1301 : start_nova_api 2025-04-16 18:30:18.956 | + lib/nova:start_nova_api:978 : local service_port=8774 2025-04-16 18:30:18.958 | + lib/nova:start_nova_api:979 : local service_protocol=http 2025-04-16 18:30:18.960 | + lib/nova:start_nova_api:980 : local nova_url 2025-04-16 18:30:18.962 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2025-04-16 18:30:18.975 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:18.976 | + lib/nova:start_nova_api:987 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:18.979 | + lib/nova:start_nova_api:988 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:18.981 | + lib/nova:start_nova_api:988 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:18.983 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2025-04-16 18:30:18.986 | ++ lib/nova:start_nova_api:998 : which uwsgi 2025-04-16 18:30:18.989 | + lib/nova:start_nova_api:998 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 18:30:18.991 | + functions-common:run_process:1654 : local service=n-api 2025-04-16 18:30:18.993 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 18:30:18.995 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:18.997 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:18.999 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:19.001 | + functions-common:run_process:1660 : local name=n-api 2025-04-16 18:30:19.003 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:19.005 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:19.007 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:19.009 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:19.011 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:19.014 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828219012 2025-04-16 18:30:19.016 | + functions-common:run_process:1663 : is_service_enabled n-api 2025-04-16 18:30:19.029 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:19.031 | + functions-common:run_process:1664 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2025-04-16 18:30:19.033 | + functions-common:_run_under_systemd:1611 : local service=n-api 2025-04-16 18:30:19.035 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 18:30:19.037 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 18:30:19.039 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 18:30:19.041 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 18:30:19.043 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-04-16 18:30:19.045 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-04-16 18:30:19.047 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2025-04-16 18:30:19.049 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:30:19.051 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:30:19.053 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:30:19.055 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:30:19.057 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-04-16 18:30:19.059 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 18:30:19.061 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:30:19.063 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 18:30:19.065 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2025-04-16 18:30:19.067 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:30:19.069 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 18:30:19.070 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 18:30:19.072 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 18:30:19.074 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-04-16 18:30:19.076 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 18:30:19.079 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2025-04-16 18:30:19.126 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:30:19.173 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-04-16 18:30:19.214 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-04-16 18:30:19.254 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:30:19.294 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:30:19.333 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-04-16 18:30:19.373 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-04-16 18:30:19.412 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-04-16 18:30:19.452 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-04-16 18:30:19.494 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-04-16 18:30:19.534 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 18:30:19.536 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 18:30:19.538 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-04-16 18:30:19.587 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 18:30:19.827 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2025-04-16 18:30:19.836 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-04-16 18:30:20.068 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2025-04-16 18:30:20.125 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:20.127 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:20.129 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:20.131 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:20.133 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:20.135 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:20.137 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:20.139 | + functions-common:time_stop:2407 : start_time=1744828219012 2025-04-16 18:30:20.141 | + functions-common:time_stop:2409 : [[ -z 1744828219012 ]] 2025-04-16 18:30:20.143 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:20.147 | + functions-common:time_stop:2412 : end_time=1744828220144 2025-04-16 18:30:20.149 | + functions-common:time_stop:2413 : elapsed_time=1132 2025-04-16 18:30:20.151 | + functions-common:time_stop:2414 : total=1347 2025-04-16 18:30:20.153 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:20.155 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2479 2025-04-16 18:30:20.157 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-04-16 18:30:20.159 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2025-04-16 18:30:20.159 | Waiting for nova-api to start... 2025-04-16 18:30:20.161 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-04-16 18:30:20.163 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 18:30:20.165 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-04-16 18:30:20.167 | + functions:wait_for_service:470 : local rval=0 2025-04-16 18:30:20.169 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 18:30:20.171 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 18:30:20.173 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:20.175 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:20.177 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:20.181 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828220178 2025-04-16 18:30:20.183 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 18:30:20.186 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-04-16 18:30:22.771 | + :: : [[ 200 == 503 ]] 2025-04-16 18:30:22.772 | + :: : [[ 0 -eq 7 ]] 2025-04-16 18:30:22.775 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 18:30:22.777 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:22.779 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:22.781 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:22.783 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:22.785 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:22.787 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 18:30:22.789 | + functions-common:time_stop:2407 : start_time=1744828220178 2025-04-16 18:30:22.791 | + functions-common:time_stop:2409 : [[ -z 1744828220178 ]] 2025-04-16 18:30:22.794 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:22.797 | + functions-common:time_stop:2412 : end_time=1744828222795 2025-04-16 18:30:22.799 | + functions-common:time_stop:2413 : elapsed_time=2617 2025-04-16 18:30:22.801 | + functions-common:time_stop:2414 : total=2330 2025-04-16 18:30:22.803 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:22.805 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4947 2025-04-16 18:30:22.807 | + functions:wait_for_service:478 : return 0 2025-04-16 18:30:22.809 | + lib/nova:start_nova_api:1007 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:22.811 | + lib/nova:start_nova_api:1007 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:22.814 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2025-04-16 18:30:22.827 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:22.829 | + stack.sh:main:1309 : is_service_enabled neutron-api 2025-04-16 18:30:22.842 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:22.845 | + stack.sh:main:1312 : is_service_enabled q-svc 2025-04-16 18:30:22.858 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:22.860 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2025-04-16 18:30:22.862 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:30:22.864 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2025-04-16 18:30:22.867 | + stack.sh:main:1314 : configure_neutron_after_post_config 2025-04-16 18:30:22.869 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2025-04-16 18:30:22.871 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-04-16 18:30:22.896 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2025-04-16 18:30:22.898 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2025-04-16 18:30:22.900 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2025-04-16 18:30:22.902 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-04-16 18:30:22.927 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-04-16 18:30:22.952 | + stack.sh:main:1315 : start_neutron_service_and_check 2025-04-16 18:30:22.954 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2025-04-16 18:30:22.956 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2025-04-16 18:30:22.958 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2025-04-16 18:30:22.960 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2025-04-16 18:30:22.963 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2025-04-16 18:30:22.965 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-16 18:30:22.967 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-16 18:30:22.970 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2025-04-16 18:30:22.972 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2025-04-16 18:30:22.974 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2025-04-16 18:30:22.976 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2025-04-16 18:30:22.978 | +++ lib/neutron:_determine_config_server:351 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:22.980 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:22.983 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:22.985 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-04-16 18:30:22.987 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:22.989 | + lib/neutron:start_neutron_service_and_check:605 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:22.991 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2025-04-16 18:30:23.005 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:23.007 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2025-04-16 18:30:23.009 | + lib/neutron:start_neutron_service_and_check:619 : run_process q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:23.011 | + functions-common:run_process:1654 : local service=q-svc 2025-04-16 18:30:23.013 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:23.015 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:23.018 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:23.020 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:23.022 | + functions-common:run_process:1660 : local name=q-svc 2025-04-16 18:30:23.024 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:23.026 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:23.028 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:23.030 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:23.033 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:23.036 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828223034 2025-04-16 18:30:23.038 | + functions-common:run_process:1663 : is_service_enabled q-svc 2025-04-16 18:30:23.051 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:23.053 | + functions-common:run_process:1664 : _run_under_systemd q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-16 18:30:23.055 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2025-04-16 18:30:23.057 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:23.059 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:23.061 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:23.063 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:23.065 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-16 18:30:23.067 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-16 18:30:23.069 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2025-04-16 18:30:23.071 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:30:23.073 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:30:23.075 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:30:23.077 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:30:23.079 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-16 18:30:23.081 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-svc.service '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-16 18:30:23.083 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2025-04-16 18:30:23.085 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:23.087 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 18:30:23.088 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 18:30:23.090 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 18:30:23.092 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 18:30:23.094 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 18:30:23.096 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-04-16 18:30:23.098 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 18:30:23.101 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-04-16 18:30:23.150 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:30:23.199 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-04-16 18:30:23.241 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:23.281 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-04-16 18:30:23.321 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-04-16 18:30:23.362 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:30:23.402 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 18:30:23.404 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 18:30:23.406 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-04-16 18:30:23.454 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 18:30:23.699 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2025-04-16 18:30:23.709 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-04-16 18:30:23.954 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2025-04-16 18:30:23.980 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:23.982 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:23.984 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:23.986 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:23.988 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:23.990 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:23.992 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:23.995 | + functions-common:time_stop:2407 : start_time=1744828223034 2025-04-16 18:30:23.997 | + functions-common:time_stop:2409 : [[ -z 1744828223034 ]] 2025-04-16 18:30:24.000 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:24.003 | + functions-common:time_stop:2412 : end_time=1744828224000 2025-04-16 18:30:24.005 | + functions-common:time_stop:2413 : elapsed_time=966 2025-04-16 18:30:24.007 | + functions-common:time_stop:2414 : total=2479 2025-04-16 18:30:24.009 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:24.011 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3445 2025-04-16 18:30:24.013 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2025-04-16 18:30:24.016 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2025-04-16 18:30:24.030 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:24.032 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2025-04-16 18:30:24.034 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2025-04-16 18:30:24.036 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2025-04-16 18:30:24.036 | Waiting for Neutron to start... 2025-04-16 18:30:24.038 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-16 18:30:24.040 | + lib/neutron:start_neutron_service_and_check:632 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2025-04-16 18:30:24.042 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-16 18:30:24.044 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2025-04-16 18:30:24.046 | + functions-common:test_with_retry:2340 : local until=60 2025-04-16 18:30:24.048 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-16 18:30:24.050 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-16 18:30:24.052 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-16 18:30:24.054 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:24.056 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:24.059 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:24.062 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828224059 2025-04-16 18:30:24.064 | + functions-common:test_with_retry:2344 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2025-04-16 18:30:27.101 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-16 18:30:27.103 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:27.105 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:27.108 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:27.110 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:27.112 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:27.114 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-16 18:30:27.116 | + functions-common:time_stop:2407 : start_time=1744828224059 2025-04-16 18:30:27.118 | + functions-common:time_stop:2409 : [[ -z 1744828224059 ]] 2025-04-16 18:30:27.120 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:27.125 | + functions-common:time_stop:2412 : end_time=1744828227122 2025-04-16 18:30:27.127 | + functions-common:time_stop:2413 : elapsed_time=3063 2025-04-16 18:30:27.129 | + functions-common:time_stop:2414 : total=0 2025-04-16 18:30:27.131 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:27.133 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3063 2025-04-16 18:30:27.135 | + stack.sh:main:1320 : is_service_enabled placement 2025-04-16 18:30:27.150 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:27.153 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2025-04-16 18:30:27.155 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:30:27.157 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2025-04-16 18:30:27.159 | + stack.sh:main:1322 : start_placement 2025-04-16 18:30:27.162 | + lib/placement:start_placement:173 : start_placement_api 2025-04-16 18:30:27.164 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-16 18:30:27.167 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-04-16 18:30:27.170 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 18:30:27.172 | + functions-common:run_process:1654 : local service=placement-api 2025-04-16 18:30:27.174 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 18:30:27.177 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:27.179 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:27.181 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:27.183 | + functions-common:run_process:1660 : local name=placement-api 2025-04-16 18:30:27.185 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:27.187 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:27.189 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:27.192 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:27.194 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:27.198 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828227196 2025-04-16 18:30:27.200 | + functions-common:run_process:1663 : is_service_enabled placement-api 2025-04-16 18:30:27.214 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:27.216 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-04-16 18:30:27.218 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2025-04-16 18:30:27.220 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 18:30:27.222 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 18:30:27.224 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 18:30:27.227 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 18:30:27.229 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-04-16 18:30:27.231 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-04-16 18:30:27.233 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2025-04-16 18:30:27.235 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:30:27.237 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:30:27.240 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:30:27.242 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:30:27.244 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-04-16 18:30:27.247 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 18:30:27.249 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:30:27.251 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 18:30:27.253 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2025-04-16 18:30:27.255 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:30:27.257 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 18:30:27.259 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 18:30:27.261 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 18:30:27.262 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-04-16 18:30:27.264 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 18:30:27.268 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2025-04-16 18:30:27.316 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:30:27.364 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-04-16 18:30:27.404 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-04-16 18:30:27.445 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:30:27.485 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:30:27.526 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-04-16 18:30:27.568 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-04-16 18:30:27.609 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-04-16 18:30:27.650 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-04-16 18:30:27.692 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-04-16 18:30:27.732 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 18:30:27.734 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 18:30:27.736 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-04-16 18:30:27.786 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 18:30:28.041 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2025-04-16 18:30:28.059 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-04-16 18:30:28.294 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2025-04-16 18:30:28.359 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:28.361 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:28.363 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:28.366 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:28.368 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:28.370 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:28.372 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:28.373 | + functions-common:time_stop:2407 : start_time=1744828227196 2025-04-16 18:30:28.375 | + functions-common:time_stop:2409 : [[ -z 1744828227196 ]] 2025-04-16 18:30:28.378 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:28.382 | + functions-common:time_stop:2412 : end_time=1744828228379 2025-04-16 18:30:28.383 | + functions-common:time_stop:2413 : elapsed_time=1183 2025-04-16 18:30:28.385 | + functions-common:time_stop:2414 : total=3445 2025-04-16 18:30:28.387 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:28.389 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4628 2025-04-16 18:30:28.391 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-04-16 18:30:28.391 | Waiting for placement-api to start... 2025-04-16 18:30:28.393 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-04-16 18:30:28.395 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 18:30:28.397 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-04-16 18:30:28.399 | + functions:wait_for_service:470 : local rval=0 2025-04-16 18:30:28.401 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 18:30:28.403 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 18:30:28.406 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:28.407 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:28.410 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:28.414 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828228412 2025-04-16 18:30:28.416 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 18:30:28.419 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-04-16 18:30:29.572 | + :: : [[ 200 == 503 ]] 2025-04-16 18:30:29.573 | + :: : [[ 0 -eq 7 ]] 2025-04-16 18:30:29.576 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 18:30:29.578 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:29.580 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:29.582 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:29.584 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:29.586 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:29.588 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 18:30:29.590 | + functions-common:time_stop:2407 : start_time=1744828228412 2025-04-16 18:30:29.592 | + functions-common:time_stop:2409 : [[ -z 1744828228412 ]] 2025-04-16 18:30:29.595 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:29.598 | + functions-common:time_stop:2412 : end_time=1744828229595 2025-04-16 18:30:29.600 | + functions-common:time_stop:2413 : elapsed_time=1183 2025-04-16 18:30:29.602 | + functions-common:time_stop:2414 : total=4947 2025-04-16 18:30:29.604 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:29.606 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6130 2025-04-16 18:30:29.608 | + functions:wait_for_service:478 : return 0 2025-04-16 18:30:29.610 | + stack.sh:main:1325 : is_service_enabled neutron 2025-04-16 18:30:29.624 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:29.626 | + stack.sh:main:1326 : start_neutron 2025-04-16 18:30:29.628 | + lib/neutron:start_neutron:636 : start_l2_agent 2025-04-16 18:30:29.630 | + lib/neutron:start_l2_agent:643 : run_process q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:29.632 | + functions-common:run_process:1654 : local service=q-agt 2025-04-16 18:30:29.634 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:29.636 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:29.638 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:29.640 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:29.642 | + functions-common:run_process:1660 : local name=q-agt 2025-04-16 18:30:29.644 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:29.646 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:29.648 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:29.650 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:29.652 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:29.655 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828229653 2025-04-16 18:30:29.658 | + functions-common:run_process:1663 : is_service_enabled q-agt 2025-04-16 18:30:29.671 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:29.673 | + functions-common:run_process:1664 : _run_under_systemd q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-16 18:30:29.675 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2025-04-16 18:30:29.677 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:29.679 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:29.681 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:29.683 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:29.685 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-16 18:30:29.687 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-16 18:30:29.689 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2025-04-16 18:30:29.691 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:30:29.693 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:30:29.695 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:30:29.697 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:30:29.699 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-16 18:30:29.701 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-agt.service '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-16 18:30:29.702 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2025-04-16 18:30:29.704 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:29.706 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 18:30:29.708 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 18:30:29.710 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 18:30:29.711 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 18:30:29.713 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 18:30:29.715 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-04-16 18:30:29.717 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 18:30:29.720 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-04-16 18:30:29.768 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:30:29.816 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-04-16 18:30:29.857 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 18:30:29.897 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-04-16 18:30:29.937 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-04-16 18:30:29.977 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:30:30.018 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 18:30:30.020 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 18:30:30.022 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-04-16 18:30:30.069 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 18:30:30.314 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2025-04-16 18:30:30.324 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-04-16 18:30:30.550 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2025-04-16 18:30:30.568 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:30.570 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:30.572 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:30.574 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:30.576 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:30.578 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:30.580 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:30.582 | + functions-common:time_stop:2407 : start_time=1744828229653 2025-04-16 18:30:30.584 | + functions-common:time_stop:2409 : [[ -z 1744828229653 ]] 2025-04-16 18:30:30.587 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:30.590 | + functions-common:time_stop:2412 : end_time=1744828230588 2025-04-16 18:30:30.592 | + functions-common:time_stop:2413 : elapsed_time=935 2025-04-16 18:30:30.594 | + functions-common:time_stop:2414 : total=4628 2025-04-16 18:30:30.597 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:30.600 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5563 2025-04-16 18:30:30.602 | + lib/neutron:start_l2_agent:645 : is_provider_network 2025-04-16 18:30:30.606 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 18:30:30.608 | + functions-common:is_provider_network:2252 : return 1 2025-04-16 18:30:30.610 | + lib/neutron:start_neutron:637 : start_other_agents 2025-04-16 18:30:30.612 | + lib/neutron:start_other_agents:661 : run_process q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 18:30:30.616 | + functions-common:run_process:1654 : local service=q-dhcp 2025-04-16 18:30:30.618 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 18:30:30.620 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:30.622 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:30.624 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:30.626 | + functions-common:run_process:1660 : local name=q-dhcp 2025-04-16 18:30:30.628 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:30.630 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:30.632 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:30.634 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:30.637 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:30.640 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828230638 2025-04-16 18:30:30.642 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2025-04-16 18:30:30.656 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:30.659 | + functions-common:run_process:1664 : _run_under_systemd q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2025-04-16 18:30:30.661 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2025-04-16 18:30:30.663 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 18:30:30.665 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 18:30:30.667 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 18:30:30.669 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 18:30:30.671 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2025-04-16 18:30:30.673 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2025-04-16 18:30:30.675 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2025-04-16 18:30:30.677 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:30:30.679 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:30:30.681 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:30:30.683 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:30:30.685 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2025-04-16 18:30:30.687 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-dhcp.service '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2025-04-16 18:30:30.689 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2025-04-16 18:30:30.691 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 18:30:30.693 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 18:30:30.695 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 18:30:30.697 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 18:30:30.699 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 18:30:30.701 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 18:30:30.703 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-04-16 18:30:30.705 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 18:30:30.708 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-04-16 18:30:30.757 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:30:30.807 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-04-16 18:30:30.850 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 18:30:30.891 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-04-16 18:30:30.933 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-04-16 18:30:30.975 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:30:31.019 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 18:30:31.021 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 18:30:31.023 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-04-16 18:30:31.078 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 18:30:31.323 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2025-04-16 18:30:31.336 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-04-16 18:30:31.583 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2025-04-16 18:30:31.603 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:31.606 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:31.607 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:31.612 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:31.614 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:31.616 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:31.619 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:31.623 | + functions-common:time_stop:2407 : start_time=1744828230638 2025-04-16 18:30:31.625 | + functions-common:time_stop:2409 : [[ -z 1744828230638 ]] 2025-04-16 18:30:31.629 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:31.632 | + functions-common:time_stop:2412 : end_time=1744828231629 2025-04-16 18:30:31.634 | + functions-common:time_stop:2413 : elapsed_time=991 2025-04-16 18:30:31.636 | + functions-common:time_stop:2414 : total=5563 2025-04-16 18:30:31.638 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:31.640 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6554 2025-04-16 18:30:31.642 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2025-04-16 18:30:31.644 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-16 18:30:31.647 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-16 18:30:31.649 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2025-04-16 18:30:31.651 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 18:30:31.653 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 18:30:31.655 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 18:30:31.657 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-04-16 18:30:31.659 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 18:30:31.662 | + lib/neutron:start_other_agents:663 : run_process q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 18:30:31.664 | + functions-common:run_process:1654 : local service=q-l3 2025-04-16 18:30:31.666 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 18:30:31.670 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:31.674 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:31.676 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:31.678 | + functions-common:run_process:1660 : local name=q-l3 2025-04-16 18:30:31.680 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:31.682 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:31.684 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:31.686 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:31.689 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:31.692 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828231690 2025-04-16 18:30:31.694 | + functions-common:run_process:1663 : is_service_enabled q-l3 2025-04-16 18:30:31.708 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:31.710 | + functions-common:run_process:1664 : _run_under_systemd q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2025-04-16 18:30:31.712 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2025-04-16 18:30:31.714 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 18:30:31.716 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 18:30:31.718 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 18:30:31.721 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 18:30:31.723 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2025-04-16 18:30:31.725 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2025-04-16 18:30:31.727 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2025-04-16 18:30:31.729 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:30:31.731 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:30:31.734 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:30:31.736 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:30:31.738 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2025-04-16 18:30:31.740 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-l3.service '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2025-04-16 18:30:31.742 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2025-04-16 18:30:31.744 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 18:30:31.746 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 18:30:31.748 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 18:30:31.750 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 18:30:31.752 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 18:30:31.754 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 18:30:31.756 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-04-16 18:30:31.758 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 18:30:31.761 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-04-16 18:30:31.812 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:30:31.863 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-04-16 18:30:31.908 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 18:30:31.952 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-04-16 18:30:31.994 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-04-16 18:30:32.037 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:30:32.082 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 18:30:32.085 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 18:30:32.088 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-04-16 18:30:32.140 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 18:30:32.383 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2025-04-16 18:30:32.393 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-04-16 18:30:32.626 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2025-04-16 18:30:32.659 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:32.661 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:32.663 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:32.665 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:32.667 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:32.669 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:32.671 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:32.673 | + functions-common:time_stop:2407 : start_time=1744828231690 2025-04-16 18:30:32.675 | + functions-common:time_stop:2409 : [[ -z 1744828231690 ]] 2025-04-16 18:30:32.677 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:32.681 | + functions-common:time_stop:2412 : end_time=1744828232679 2025-04-16 18:30:32.683 | + functions-common:time_stop:2413 : elapsed_time=989 2025-04-16 18:30:32.685 | + functions-common:time_stop:2414 : total=6554 2025-04-16 18:30:32.687 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:32.689 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7543 2025-04-16 18:30:32.691 | + lib/neutron:start_other_agents:665 : run_process q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 18:30:32.693 | + functions-common:run_process:1654 : local service=q-meta 2025-04-16 18:30:32.694 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 18:30:32.696 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:32.698 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:32.700 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:32.703 | + functions-common:run_process:1660 : local name=q-meta 2025-04-16 18:30:32.704 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:32.706 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:32.708 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:32.710 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:32.712 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:32.716 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828232714 2025-04-16 18:30:32.718 | + functions-common:run_process:1663 : is_service_enabled q-meta 2025-04-16 18:30:32.732 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:32.735 | + functions-common:run_process:1664 : _run_under_systemd q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2025-04-16 18:30:32.737 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2025-04-16 18:30:32.739 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 18:30:32.742 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 18:30:32.743 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 18:30:32.745 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 18:30:32.749 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2025-04-16 18:30:32.751 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2025-04-16 18:30:32.753 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2025-04-16 18:30:32.755 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:30:32.756 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:30:32.758 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:30:32.760 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:30:32.762 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2025-04-16 18:30:32.764 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-meta.service '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2025-04-16 18:30:32.766 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2025-04-16 18:30:32.768 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 18:30:32.770 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 18:30:32.772 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 18:30:32.774 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 18:30:32.776 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 18:30:32.778 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 18:30:32.779 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-04-16 18:30:32.781 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 18:30:32.785 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-04-16 18:30:32.837 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:30:32.888 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-04-16 18:30:32.931 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 18:30:32.973 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-04-16 18:30:33.015 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-04-16 18:30:33.058 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:30:33.103 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 18:30:33.105 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 18:30:33.107 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-04-16 18:30:33.162 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 18:30:33.412 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2025-04-16 18:30:33.422 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-04-16 18:30:33.668 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2025-04-16 18:30:33.700 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:33.702 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:33.704 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:33.706 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:33.708 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:33.710 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:33.712 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:33.714 | + functions-common:time_stop:2407 : start_time=1744828232714 2025-04-16 18:30:33.716 | + functions-common:time_stop:2409 : [[ -z 1744828232714 ]] 2025-04-16 18:30:33.718 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:33.722 | + functions-common:time_stop:2412 : end_time=1744828233720 2025-04-16 18:30:33.724 | + functions-common:time_stop:2413 : elapsed_time=1006 2025-04-16 18:30:33.726 | + functions-common:time_stop:2414 : total=7543 2025-04-16 18:30:33.728 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:33.730 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8549 2025-04-16 18:30:33.732 | + lib/neutron:start_other_agents:666 : run_process q-metering '/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-16 18:30:33.734 | + functions-common:run_process:1654 : local service=q-metering 2025-04-16 18:30:33.737 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-16 18:30:33.739 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:33.740 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:33.742 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:33.745 | + functions-common:run_process:1660 : local name=q-metering 2025-04-16 18:30:33.748 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:33.751 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:33.753 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:33.757 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:33.758 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:33.763 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828233759 2025-04-16 18:30:33.765 | + functions-common:run_process:1663 : is_service_enabled q-metering 2025-04-16 18:30:33.782 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:33.785 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:33.787 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:33.789 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:33.791 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:33.793 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:33.795 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:33.797 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:33.799 | + functions-common:time_stop:2407 : start_time=1744828233759 2025-04-16 18:30:33.802 | + functions-common:time_stop:2409 : [[ -z 1744828233759 ]] 2025-04-16 18:30:33.804 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:33.808 | + functions-common:time_stop:2412 : end_time=1744828233805 2025-04-16 18:30:33.810 | + functions-common:time_stop:2413 : elapsed_time=46 2025-04-16 18:30:33.812 | + functions-common:time_stop:2414 : total=8549 2025-04-16 18:30:33.814 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:33.816 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8595 2025-04-16 18:30:33.818 | + stack.sh:main:1329 : is_service_enabled q-svc 2025-04-16 18:30:33.832 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:33.834 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2025-04-16 18:30:33.836 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2025-04-16 18:30:33.839 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:30:33.841 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2025-04-16 18:30:33.843 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2025-04-16 18:30:33.845 | + stack.sh:main:1336 : create_neutron_initial_network 2025-04-16 18:30:33.847 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2025-04-16 18:30:33.849 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2025-04-16 18:30:33.851 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-16 18:30:33.853 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 18:30:35.336 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:35.339 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 18:30:35.339 | address-scope 2025-04-16 18:30:35.339 | router-admin-state-down-before-update 2025-04-16 18:30:35.339 | agent 2025-04-16 18:30:35.339 | agent-resources-synced 2025-04-16 18:30:35.339 | allowed-address-pairs 2025-04-16 18:30:35.339 | auto-allocated-topology 2025-04-16 18:30:35.339 | availability_zone 2025-04-16 18:30:35.339 | availability_zone_filter 2025-04-16 18:30:35.339 | default-subnetpools 2025-04-16 18:30:35.339 | dhcp_agent_scheduler 2025-04-16 18:30:35.339 | dvr 2025-04-16 18:30:35.339 | empty-string-filtering 2025-04-16 18:30:35.339 | external-net 2025-04-16 18:30:35.339 | extra_dhcp_opt 2025-04-16 18:30:35.339 | extraroute 2025-04-16 18:30:35.339 | extraroute-atomic 2025-04-16 18:30:35.339 | filter-validation 2025-04-16 18:30:35.339 | floating-ip-port-forwarding-detail 2025-04-16 18:30:35.339 | fip-port-details 2025-04-16 18:30:35.339 | flavors 2025-04-16 18:30:35.339 | floatingip-pools 2025-04-16 18:30:35.339 | ip-substring-filtering 2025-04-16 18:30:35.339 | router 2025-04-16 18:30:35.339 | ext-gw-mode 2025-04-16 18:30:35.339 | l3-ha 2025-04-16 18:30:35.339 | l3-flavors 2025-04-16 18:30:35.339 | l3-port-ip-change-not-allowed 2025-04-16 18:30:35.339 | l3_agent_scheduler 2025-04-16 18:30:35.339 | multi-provider 2025-04-16 18:30:35.339 | net-mtu 2025-04-16 18:30:35.339 | net-mtu-writable 2025-04-16 18:30:35.339 | network_availability_zone 2025-04-16 18:30:35.339 | network_ha 2025-04-16 18:30:35.339 | network-ip-availability 2025-04-16 18:30:35.339 | pagination 2025-04-16 18:30:35.339 | port-device-profile 2025-04-16 18:30:35.339 | port-mac-override 2025-04-16 18:30:35.339 | port-mac-address-regenerate 2025-04-16 18:30:35.339 | port-numa-affinity-policy 2025-04-16 18:30:35.339 | binding 2025-04-16 18:30:35.339 | binding-extended 2025-04-16 18:30:35.339 | port-security 2025-04-16 18:30:35.339 | project-id 2025-04-16 18:30:35.339 | provider 2025-04-16 18:30:35.339 | quota-check-limit 2025-04-16 18:30:35.339 | quotas 2025-04-16 18:30:35.339 | quota_details 2025-04-16 18:30:35.339 | rbac-policies 2025-04-16 18:30:35.339 | rbac-address-group 2025-04-16 18:30:35.339 | rbac-address-scope 2025-04-16 18:30:35.339 | rbac-security-groups 2025-04-16 18:30:35.339 | rbac-subnetpool 2025-04-16 18:30:35.339 | revision-if-match 2025-04-16 18:30:35.339 | standard-attr-revisions 2025-04-16 18:30:35.339 | router_availability_zone 2025-04-16 18:30:35.339 | security-groups-default-rules 2025-04-16 18:30:35.339 | security-groups-normalized-cidr 2025-04-16 18:30:35.339 | port-security-groups-filtering 2025-04-16 18:30:35.339 | security-groups-remote-address-group 2025-04-16 18:30:35.339 | security-groups-shared-filtering 2025-04-16 18:30:35.339 | security-group 2025-04-16 18:30:35.339 | service-type 2025-04-16 18:30:35.339 | sorting 2025-04-16 18:30:35.339 | standard-attr-description 2025-04-16 18:30:35.339 | stateful-security-group 2025-04-16 18:30:35.339 | subnet_onboard 2025-04-16 18:30:35.339 | subnet-service-types 2025-04-16 18:30:35.339 | subnet_allocation 2025-04-16 18:30:35.339 | subnetpool-prefix-ops 2025-04-16 18:30:35.339 | standard-attr-tag 2025-04-16 18:30:35.340 | standard-attr-timestamp 2025-04-16 18:30:35.340 | nsxt-ops' 2025-04-16 18:30:35.342 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 18:30:35.342 | address-scope 2025-04-16 18:30:35.342 | router-admin-state-down-before-update 2025-04-16 18:30:35.342 | agent 2025-04-16 18:30:35.342 | agent-resources-synced 2025-04-16 18:30:35.342 | allowed-address-pairs 2025-04-16 18:30:35.342 | auto-allocated-topology 2025-04-16 18:30:35.342 | availability_zone 2025-04-16 18:30:35.342 | availability_zone_filter 2025-04-16 18:30:35.342 | default-subnetpools 2025-04-16 18:30:35.342 | dhcp_agent_scheduler 2025-04-16 18:30:35.342 | dvr 2025-04-16 18:30:35.342 | empty-string-filtering 2025-04-16 18:30:35.342 | external-net 2025-04-16 18:30:35.342 | extra_dhcp_opt 2025-04-16 18:30:35.342 | extraroute 2025-04-16 18:30:35.342 | extraroute-atomic 2025-04-16 18:30:35.342 | filter-validation 2025-04-16 18:30:35.342 | floating-ip-port-forwarding-detail 2025-04-16 18:30:35.342 | fip-port-details 2025-04-16 18:30:35.342 | flavors 2025-04-16 18:30:35.342 | floatingip-pools 2025-04-16 18:30:35.342 | ip-substring-filtering 2025-04-16 18:30:35.342 | router 2025-04-16 18:30:35.342 | ext-gw-mode 2025-04-16 18:30:35.342 | l3-ha 2025-04-16 18:30:35.342 | l3-flavors 2025-04-16 18:30:35.342 | l3-port-ip-change-not-allowed 2025-04-16 18:30:35.342 | l3_agent_scheduler 2025-04-16 18:30:35.342 | multi-provider 2025-04-16 18:30:35.342 | net-mtu 2025-04-16 18:30:35.342 | net-mtu-writable 2025-04-16 18:30:35.342 | network_availability_zone 2025-04-16 18:30:35.342 | network_ha 2025-04-16 18:30:35.342 | network-ip-availability 2025-04-16 18:30:35.342 | pagination 2025-04-16 18:30:35.342 | port-device-profile 2025-04-16 18:30:35.342 | port-mac-override 2025-04-16 18:30:35.342 | port-mac-address-regenerate 2025-04-16 18:30:35.342 | port-numa-affinity-policy 2025-04-16 18:30:35.342 | binding 2025-04-16 18:30:35.342 | binding-extended 2025-04-16 18:30:35.342 | port-security 2025-04-16 18:30:35.342 | project-id 2025-04-16 18:30:35.342 | provider 2025-04-16 18:30:35.342 | quota-check-limit 2025-04-16 18:30:35.342 | quotas 2025-04-16 18:30:35.342 | quota_details 2025-04-16 18:30:35.342 | rbac-policies 2025-04-16 18:30:35.342 | rbac-address-group 2025-04-16 18:30:35.342 | rbac-address-scope 2025-04-16 18:30:35.342 | rbac-security-groups 2025-04-16 18:30:35.342 | rbac-subnetpool 2025-04-16 18:30:35.342 | revision-if-match 2025-04-16 18:30:35.342 | standard-attr-revisions 2025-04-16 18:30:35.342 | router_availability_zone 2025-04-16 18:30:35.342 | security-groups-default-rules 2025-04-16 18:30:35.342 | security-groups-normalized-cidr 2025-04-16 18:30:35.342 | port-security-groups-filtering 2025-04-16 18:30:35.342 | security-groups-remote-address-group 2025-04-16 18:30:35.342 | security-groups-shared-filtering 2025-04-16 18:30:35.342 | security-group 2025-04-16 18:30:35.342 | service-type 2025-04-16 18:30:35.342 | sorting 2025-04-16 18:30:35.342 | standard-attr-description 2025-04-16 18:30:35.342 | stateful-security-group 2025-04-16 18:30:35.342 | subnet_onboard 2025-04-16 18:30:35.342 | subnet-service-types 2025-04-16 18:30:35.342 | subnet_allocation 2025-04-16 18:30:35.342 | subnetpool-prefix-ops 2025-04-16 18:30:35.342 | standard-attr-tag 2025-04-16 18:30:35.342 | standard-attr-timestamp 2025-04-16 18:30:35.342 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-16 18:30:35.344 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 18:30:35.346 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2025-04-16 18:30:35.348 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2025-04-16 18:30:35.351 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2025-04-16 18:30:36.731 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:36.734 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=3b33345e-fcb2-4a34-b0e0-aea0a832f579 2025-04-16 18:30:36.736 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2025-04-16 18:30:36.738 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2025-04-16 18:30:36.740 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 18:30:36.742 | + functions-common:is_provider_network:2252 : return 1 2025-04-16 18:30:36.745 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2025-04-16 18:30:38.240 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:38.243 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=33b40d5c-1384-4c36-b55d-f9357f451fd8 2025-04-16 18:30:38.245 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' 2025-04-16 18:30:38.247 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 18:30:38.261 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2025-04-16 18:30:38.264 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2025-04-16 18:30:38.266 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 3b33345e-fcb2-4a34-b0e0-aea0a832f579 ']' 2025-04-16 18:30:38.268 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2025-04-16 18:30:38.270 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2025-04-16 18:30:38.272 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 3b33345e-fcb2-4a34-b0e0-aea0a832f579 ' 2025-04-16 18:30:38.274 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2025-04-16 18:30:38.276 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network 33b40d5c-1384-4c36-b55d-f9357f451fd8 private-subnet' 2025-04-16 18:30:38.278 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2025-04-16 18:30:38.281 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --subnet-pool 3b33345e-fcb2-4a34-b0e0-aea0a832f579 --network 33b40d5c-1384-4c36-b55d-f9357f451fd8 private-subnet -f value -c id 2025-04-16 18:30:39.739 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:39.741 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=03dcc1c5-8fc4-4649-aa75-a845c1da6b9b 2025-04-16 18:30:39.743 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' 2025-04-16 18:30:39.745 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 18:30:39.758 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo 03dcc1c5-8fc4-4649-aa75-a845c1da6b9b 2025-04-16 18:30:39.761 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=03dcc1c5-8fc4-4649-aa75-a845c1da6b9b 2025-04-16 18:30:39.763 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2025-04-16 18:30:39.766 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2025-04-16 18:30:39.768 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2025-04-16 18:30:39.771 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 18:30:40.932 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:40.935 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 18:30:40.935 | address-scope 2025-04-16 18:30:40.935 | router-admin-state-down-before-update 2025-04-16 18:30:40.935 | agent 2025-04-16 18:30:40.935 | agent-resources-synced 2025-04-16 18:30:40.935 | allowed-address-pairs 2025-04-16 18:30:40.935 | auto-allocated-topology 2025-04-16 18:30:40.935 | availability_zone 2025-04-16 18:30:40.935 | availability_zone_filter 2025-04-16 18:30:40.935 | default-subnetpools 2025-04-16 18:30:40.935 | dhcp_agent_scheduler 2025-04-16 18:30:40.935 | dvr 2025-04-16 18:30:40.935 | empty-string-filtering 2025-04-16 18:30:40.935 | external-net 2025-04-16 18:30:40.935 | extra_dhcp_opt 2025-04-16 18:30:40.935 | extraroute 2025-04-16 18:30:40.935 | extraroute-atomic 2025-04-16 18:30:40.935 | filter-validation 2025-04-16 18:30:40.935 | floating-ip-port-forwarding-detail 2025-04-16 18:30:40.935 | fip-port-details 2025-04-16 18:30:40.935 | flavors 2025-04-16 18:30:40.935 | floatingip-pools 2025-04-16 18:30:40.935 | ip-substring-filtering 2025-04-16 18:30:40.935 | router 2025-04-16 18:30:40.935 | ext-gw-mode 2025-04-16 18:30:40.935 | l3-ha 2025-04-16 18:30:40.935 | l3-flavors 2025-04-16 18:30:40.935 | l3-port-ip-change-not-allowed 2025-04-16 18:30:40.935 | l3_agent_scheduler 2025-04-16 18:30:40.935 | multi-provider 2025-04-16 18:30:40.935 | net-mtu 2025-04-16 18:30:40.935 | net-mtu-writable 2025-04-16 18:30:40.935 | network_availability_zone 2025-04-16 18:30:40.935 | network_ha 2025-04-16 18:30:40.935 | network-ip-availability 2025-04-16 18:30:40.935 | pagination 2025-04-16 18:30:40.935 | port-device-profile 2025-04-16 18:30:40.935 | port-mac-override 2025-04-16 18:30:40.935 | port-mac-address-regenerate 2025-04-16 18:30:40.935 | port-numa-affinity-policy 2025-04-16 18:30:40.935 | binding 2025-04-16 18:30:40.935 | binding-extended 2025-04-16 18:30:40.935 | port-security 2025-04-16 18:30:40.935 | project-id 2025-04-16 18:30:40.935 | provider 2025-04-16 18:30:40.935 | quota-check-limit 2025-04-16 18:30:40.935 | quotas 2025-04-16 18:30:40.935 | quota_details 2025-04-16 18:30:40.935 | rbac-policies 2025-04-16 18:30:40.935 | rbac-address-group 2025-04-16 18:30:40.935 | rbac-address-scope 2025-04-16 18:30:40.935 | rbac-security-groups 2025-04-16 18:30:40.935 | rbac-subnetpool 2025-04-16 18:30:40.935 | revision-if-match 2025-04-16 18:30:40.935 | standard-attr-revisions 2025-04-16 18:30:40.935 | router_availability_zone 2025-04-16 18:30:40.935 | security-groups-default-rules 2025-04-16 18:30:40.935 | security-groups-normalized-cidr 2025-04-16 18:30:40.935 | port-security-groups-filtering 2025-04-16 18:30:40.935 | security-groups-remote-address-group 2025-04-16 18:30:40.935 | security-groups-shared-filtering 2025-04-16 18:30:40.935 | security-group 2025-04-16 18:30:40.935 | service-type 2025-04-16 18:30:40.935 | sorting 2025-04-16 18:30:40.935 | standard-attr-description 2025-04-16 18:30:40.935 | stateful-security-group 2025-04-16 18:30:40.935 | subnet_onboard 2025-04-16 18:30:40.935 | subnet-service-types 2025-04-16 18:30:40.935 | subnet_allocation 2025-04-16 18:30:40.935 | subnetpool-prefix-ops 2025-04-16 18:30:40.935 | standard-attr-tag 2025-04-16 18:30:40.935 | standard-attr-timestamp 2025-04-16 18:30:40.935 | nsxt-ops' 2025-04-16 18:30:40.937 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 18:30:40.937 | address-scope 2025-04-16 18:30:40.937 | router-admin-state-down-before-update 2025-04-16 18:30:40.937 | agent 2025-04-16 18:30:40.937 | agent-resources-synced 2025-04-16 18:30:40.937 | allowed-address-pairs 2025-04-16 18:30:40.937 | auto-allocated-topology 2025-04-16 18:30:40.937 | availability_zone 2025-04-16 18:30:40.937 | availability_zone_filter 2025-04-16 18:30:40.937 | default-subnetpools 2025-04-16 18:30:40.937 | dhcp_agent_scheduler 2025-04-16 18:30:40.937 | dvr 2025-04-16 18:30:40.937 | empty-string-filtering 2025-04-16 18:30:40.937 | external-net 2025-04-16 18:30:40.937 | extra_dhcp_opt 2025-04-16 18:30:40.937 | extraroute 2025-04-16 18:30:40.937 | extraroute-atomic 2025-04-16 18:30:40.937 | filter-validation 2025-04-16 18:30:40.937 | floating-ip-port-forwarding-detail 2025-04-16 18:30:40.937 | fip-port-details 2025-04-16 18:30:40.937 | flavors 2025-04-16 18:30:40.937 | floatingip-pools 2025-04-16 18:30:40.937 | ip-substring-filtering 2025-04-16 18:30:40.937 | router 2025-04-16 18:30:40.937 | ext-gw-mode 2025-04-16 18:30:40.937 | l3-ha 2025-04-16 18:30:40.937 | l3-flavors 2025-04-16 18:30:40.937 | l3-port-ip-change-not-allowed 2025-04-16 18:30:40.937 | l3_agent_scheduler 2025-04-16 18:30:40.937 | multi-provider 2025-04-16 18:30:40.937 | net-mtu 2025-04-16 18:30:40.937 | net-mtu-writable 2025-04-16 18:30:40.937 | network_availability_zone 2025-04-16 18:30:40.937 | network_ha 2025-04-16 18:30:40.937 | network-ip-availability 2025-04-16 18:30:40.937 | pagination 2025-04-16 18:30:40.937 | port-device-profile 2025-04-16 18:30:40.937 | port-mac-override 2025-04-16 18:30:40.937 | port-mac-address-regenerate 2025-04-16 18:30:40.937 | port-numa-affinity-policy 2025-04-16 18:30:40.937 | binding 2025-04-16 18:30:40.937 | binding-extended 2025-04-16 18:30:40.937 | port-security 2025-04-16 18:30:40.937 | project-id 2025-04-16 18:30:40.937 | provider 2025-04-16 18:30:40.937 | quota-check-limit 2025-04-16 18:30:40.937 | quotas 2025-04-16 18:30:40.937 | quota_details 2025-04-16 18:30:40.937 | rbac-policies 2025-04-16 18:30:40.937 | rbac-address-group 2025-04-16 18:30:40.937 | rbac-address-scope 2025-04-16 18:30:40.937 | rbac-security-groups 2025-04-16 18:30:40.937 | rbac-subnetpool 2025-04-16 18:30:40.937 | revision-if-match 2025-04-16 18:30:40.937 | standard-attr-revisions 2025-04-16 18:30:40.937 | router_availability_zone 2025-04-16 18:30:40.937 | security-groups-default-rules 2025-04-16 18:30:40.937 | security-groups-normalized-cidr 2025-04-16 18:30:40.938 | port-security-groups-filtering 2025-04-16 18:30:40.938 | security-groups-remote-address-group 2025-04-16 18:30:40.938 | security-groups-shared-filtering 2025-04-16 18:30:40.938 | security-group 2025-04-16 18:30:40.938 | service-type 2025-04-16 18:30:40.938 | sorting 2025-04-16 18:30:40.938 | standard-attr-description 2025-04-16 18:30:40.938 | stateful-security-group 2025-04-16 18:30:40.938 | subnet_onboard 2025-04-16 18:30:40.938 | subnet-service-types 2025-04-16 18:30:40.938 | subnet_allocation 2025-04-16 18:30:40.938 | subnetpool-prefix-ops 2025-04-16 18:30:40.938 | standard-attr-tag 2025-04-16 18:30:40.938 | standard-attr-timestamp 2025-04-16 18:30:40.938 | nsxt-ops =~ router ]] 2025-04-16 18:30:40.939 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 18:30:40.941 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2025-04-16 18:30:40.943 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-16 18:30:40.946 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 18:30:42.110 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:42.112 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 18:30:42.112 | address-scope 2025-04-16 18:30:42.112 | router-admin-state-down-before-update 2025-04-16 18:30:42.112 | agent 2025-04-16 18:30:42.112 | agent-resources-synced 2025-04-16 18:30:42.112 | allowed-address-pairs 2025-04-16 18:30:42.112 | auto-allocated-topology 2025-04-16 18:30:42.112 | availability_zone 2025-04-16 18:30:42.112 | availability_zone_filter 2025-04-16 18:30:42.112 | default-subnetpools 2025-04-16 18:30:42.112 | dhcp_agent_scheduler 2025-04-16 18:30:42.112 | dvr 2025-04-16 18:30:42.112 | empty-string-filtering 2025-04-16 18:30:42.112 | external-net 2025-04-16 18:30:42.112 | extra_dhcp_opt 2025-04-16 18:30:42.112 | extraroute 2025-04-16 18:30:42.112 | extraroute-atomic 2025-04-16 18:30:42.112 | filter-validation 2025-04-16 18:30:42.112 | floating-ip-port-forwarding-detail 2025-04-16 18:30:42.112 | fip-port-details 2025-04-16 18:30:42.112 | flavors 2025-04-16 18:30:42.112 | floatingip-pools 2025-04-16 18:30:42.112 | ip-substring-filtering 2025-04-16 18:30:42.112 | router 2025-04-16 18:30:42.112 | ext-gw-mode 2025-04-16 18:30:42.112 | l3-ha 2025-04-16 18:30:42.112 | l3-flavors 2025-04-16 18:30:42.113 | l3-port-ip-change-not-allowed 2025-04-16 18:30:42.113 | l3_agent_scheduler 2025-04-16 18:30:42.113 | multi-provider 2025-04-16 18:30:42.113 | net-mtu 2025-04-16 18:30:42.113 | net-mtu-writable 2025-04-16 18:30:42.113 | network_availability_zone 2025-04-16 18:30:42.113 | network_ha 2025-04-16 18:30:42.113 | network-ip-availability 2025-04-16 18:30:42.113 | pagination 2025-04-16 18:30:42.113 | port-device-profile 2025-04-16 18:30:42.113 | port-mac-override 2025-04-16 18:30:42.113 | port-mac-address-regenerate 2025-04-16 18:30:42.113 | port-numa-affinity-policy 2025-04-16 18:30:42.113 | binding 2025-04-16 18:30:42.113 | binding-extended 2025-04-16 18:30:42.113 | port-security 2025-04-16 18:30:42.113 | project-id 2025-04-16 18:30:42.113 | provider 2025-04-16 18:30:42.113 | quota-check-limit 2025-04-16 18:30:42.113 | quotas 2025-04-16 18:30:42.113 | quota_details 2025-04-16 18:30:42.113 | rbac-policies 2025-04-16 18:30:42.113 | rbac-address-group 2025-04-16 18:30:42.113 | rbac-address-scope 2025-04-16 18:30:42.113 | rbac-security-groups 2025-04-16 18:30:42.113 | rbac-subnetpool 2025-04-16 18:30:42.113 | revision-if-match 2025-04-16 18:30:42.113 | standard-attr-revisions 2025-04-16 18:30:42.113 | router_availability_zone 2025-04-16 18:30:42.113 | security-groups-default-rules 2025-04-16 18:30:42.113 | security-groups-normalized-cidr 2025-04-16 18:30:42.113 | port-security-groups-filtering 2025-04-16 18:30:42.113 | security-groups-remote-address-group 2025-04-16 18:30:42.113 | security-groups-shared-filtering 2025-04-16 18:30:42.113 | security-group 2025-04-16 18:30:42.113 | service-type 2025-04-16 18:30:42.113 | sorting 2025-04-16 18:30:42.113 | standard-attr-description 2025-04-16 18:30:42.113 | stateful-security-group 2025-04-16 18:30:42.113 | subnet_onboard 2025-04-16 18:30:42.113 | subnet-service-types 2025-04-16 18:30:42.113 | subnet_allocation 2025-04-16 18:30:42.113 | subnetpool-prefix-ops 2025-04-16 18:30:42.113 | standard-attr-tag 2025-04-16 18:30:42.113 | standard-attr-timestamp 2025-04-16 18:30:42.113 | nsxt-ops' 2025-04-16 18:30:42.115 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 18:30:42.115 | address-scope 2025-04-16 18:30:42.115 | router-admin-state-down-before-update 2025-04-16 18:30:42.115 | agent 2025-04-16 18:30:42.115 | agent-resources-synced 2025-04-16 18:30:42.115 | allowed-address-pairs 2025-04-16 18:30:42.115 | auto-allocated-topology 2025-04-16 18:30:42.115 | availability_zone 2025-04-16 18:30:42.115 | availability_zone_filter 2025-04-16 18:30:42.115 | default-subnetpools 2025-04-16 18:30:42.115 | dhcp_agent_scheduler 2025-04-16 18:30:42.115 | dvr 2025-04-16 18:30:42.115 | empty-string-filtering 2025-04-16 18:30:42.115 | external-net 2025-04-16 18:30:42.115 | extra_dhcp_opt 2025-04-16 18:30:42.115 | extraroute 2025-04-16 18:30:42.115 | extraroute-atomic 2025-04-16 18:30:42.115 | filter-validation 2025-04-16 18:30:42.115 | floating-ip-port-forwarding-detail 2025-04-16 18:30:42.115 | fip-port-details 2025-04-16 18:30:42.115 | flavors 2025-04-16 18:30:42.115 | floatingip-pools 2025-04-16 18:30:42.115 | ip-substring-filtering 2025-04-16 18:30:42.115 | router 2025-04-16 18:30:42.115 | ext-gw-mode 2025-04-16 18:30:42.115 | l3-ha 2025-04-16 18:30:42.115 | l3-flavors 2025-04-16 18:30:42.115 | l3-port-ip-change-not-allowed 2025-04-16 18:30:42.115 | l3_agent_scheduler 2025-04-16 18:30:42.115 | multi-provider 2025-04-16 18:30:42.115 | net-mtu 2025-04-16 18:30:42.115 | net-mtu-writable 2025-04-16 18:30:42.115 | network_availability_zone 2025-04-16 18:30:42.115 | network_ha 2025-04-16 18:30:42.115 | network-ip-availability 2025-04-16 18:30:42.115 | pagination 2025-04-16 18:30:42.115 | port-device-profile 2025-04-16 18:30:42.115 | port-mac-override 2025-04-16 18:30:42.115 | port-mac-address-regenerate 2025-04-16 18:30:42.115 | port-numa-affinity-policy 2025-04-16 18:30:42.115 | binding 2025-04-16 18:30:42.115 | binding-extended 2025-04-16 18:30:42.115 | port-security 2025-04-16 18:30:42.115 | project-id 2025-04-16 18:30:42.115 | provider 2025-04-16 18:30:42.115 | quota-check-limit 2025-04-16 18:30:42.115 | quotas 2025-04-16 18:30:42.115 | quota_details 2025-04-16 18:30:42.115 | rbac-policies 2025-04-16 18:30:42.115 | rbac-address-group 2025-04-16 18:30:42.115 | rbac-address-scope 2025-04-16 18:30:42.115 | rbac-security-groups 2025-04-16 18:30:42.115 | rbac-subnetpool 2025-04-16 18:30:42.115 | revision-if-match 2025-04-16 18:30:42.115 | standard-attr-revisions 2025-04-16 18:30:42.115 | router_availability_zone 2025-04-16 18:30:42.115 | security-groups-default-rules 2025-04-16 18:30:42.115 | security-groups-normalized-cidr 2025-04-16 18:30:42.115 | port-security-groups-filtering 2025-04-16 18:30:42.115 | security-groups-remote-address-group 2025-04-16 18:30:42.115 | security-groups-shared-filtering 2025-04-16 18:30:42.115 | security-group 2025-04-16 18:30:42.115 | service-type 2025-04-16 18:30:42.115 | sorting 2025-04-16 18:30:42.115 | standard-attr-description 2025-04-16 18:30:42.115 | stateful-security-group 2025-04-16 18:30:42.115 | subnet_onboard 2025-04-16 18:30:42.115 | subnet-service-types 2025-04-16 18:30:42.115 | subnet_allocation 2025-04-16 18:30:42.115 | subnetpool-prefix-ops 2025-04-16 18:30:42.115 | standard-attr-tag 2025-04-16 18:30:42.115 | standard-attr-timestamp 2025-04-16 18:30:42.115 | nsxt-ops =~ external-net ]] 2025-04-16 18:30:42.117 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 18:30:42.119 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2025-04-16 18:30:42.122 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2025-04-16 18:30:43.334 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:43.336 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=d0bec47c-a921-4380-add5-ca427ccc0d8e 2025-04-16 18:30:43.339 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2025-04-16 18:30:43.341 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 18:30:43.354 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2025-04-16 18:30:43.356 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2025-04-16 18:30:43.359 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-16 18:30:43.361 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 18:30:44.559 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:44.562 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 18:30:44.562 | address-scope 2025-04-16 18:30:44.562 | router-admin-state-down-before-update 2025-04-16 18:30:44.562 | agent 2025-04-16 18:30:44.562 | agent-resources-synced 2025-04-16 18:30:44.562 | allowed-address-pairs 2025-04-16 18:30:44.562 | auto-allocated-topology 2025-04-16 18:30:44.562 | availability_zone 2025-04-16 18:30:44.562 | availability_zone_filter 2025-04-16 18:30:44.562 | default-subnetpools 2025-04-16 18:30:44.562 | dhcp_agent_scheduler 2025-04-16 18:30:44.562 | dvr 2025-04-16 18:30:44.562 | empty-string-filtering 2025-04-16 18:30:44.562 | external-net 2025-04-16 18:30:44.562 | extra_dhcp_opt 2025-04-16 18:30:44.562 | extraroute 2025-04-16 18:30:44.562 | extraroute-atomic 2025-04-16 18:30:44.562 | filter-validation 2025-04-16 18:30:44.563 | floating-ip-port-forwarding-detail 2025-04-16 18:30:44.563 | fip-port-details 2025-04-16 18:30:44.563 | flavors 2025-04-16 18:30:44.563 | floatingip-pools 2025-04-16 18:30:44.563 | ip-substring-filtering 2025-04-16 18:30:44.563 | router 2025-04-16 18:30:44.563 | ext-gw-mode 2025-04-16 18:30:44.563 | l3-ha 2025-04-16 18:30:44.563 | l3-flavors 2025-04-16 18:30:44.563 | l3-port-ip-change-not-allowed 2025-04-16 18:30:44.563 | l3_agent_scheduler 2025-04-16 18:30:44.563 | multi-provider 2025-04-16 18:30:44.563 | net-mtu 2025-04-16 18:30:44.563 | net-mtu-writable 2025-04-16 18:30:44.563 | network_availability_zone 2025-04-16 18:30:44.563 | network_ha 2025-04-16 18:30:44.563 | network-ip-availability 2025-04-16 18:30:44.563 | pagination 2025-04-16 18:30:44.563 | port-device-profile 2025-04-16 18:30:44.563 | port-mac-override 2025-04-16 18:30:44.563 | port-mac-address-regenerate 2025-04-16 18:30:44.563 | port-numa-affinity-policy 2025-04-16 18:30:44.563 | binding 2025-04-16 18:30:44.563 | binding-extended 2025-04-16 18:30:44.563 | port-security 2025-04-16 18:30:44.563 | project-id 2025-04-16 18:30:44.563 | provider 2025-04-16 18:30:44.563 | quota-check-limit 2025-04-16 18:30:44.563 | quotas 2025-04-16 18:30:44.563 | quota_details 2025-04-16 18:30:44.563 | rbac-policies 2025-04-16 18:30:44.563 | rbac-address-group 2025-04-16 18:30:44.563 | rbac-address-scope 2025-04-16 18:30:44.563 | rbac-security-groups 2025-04-16 18:30:44.563 | rbac-subnetpool 2025-04-16 18:30:44.563 | revision-if-match 2025-04-16 18:30:44.563 | standard-attr-revisions 2025-04-16 18:30:44.563 | router_availability_zone 2025-04-16 18:30:44.563 | security-groups-default-rules 2025-04-16 18:30:44.563 | security-groups-normalized-cidr 2025-04-16 18:30:44.563 | port-security-groups-filtering 2025-04-16 18:30:44.563 | security-groups-remote-address-group 2025-04-16 18:30:44.563 | security-groups-shared-filtering 2025-04-16 18:30:44.563 | security-group 2025-04-16 18:30:44.563 | service-type 2025-04-16 18:30:44.563 | sorting 2025-04-16 18:30:44.563 | standard-attr-description 2025-04-16 18:30:44.563 | stateful-security-group 2025-04-16 18:30:44.563 | subnet_onboard 2025-04-16 18:30:44.563 | subnet-service-types 2025-04-16 18:30:44.563 | subnet_allocation 2025-04-16 18:30:44.563 | subnetpool-prefix-ops 2025-04-16 18:30:44.563 | standard-attr-tag 2025-04-16 18:30:44.563 | standard-attr-timestamp 2025-04-16 18:30:44.563 | nsxt-ops' 2025-04-16 18:30:44.566 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 18:30:44.566 | address-scope 2025-04-16 18:30:44.566 | router-admin-state-down-before-update 2025-04-16 18:30:44.566 | agent 2025-04-16 18:30:44.566 | agent-resources-synced 2025-04-16 18:30:44.566 | allowed-address-pairs 2025-04-16 18:30:44.566 | auto-allocated-topology 2025-04-16 18:30:44.566 | availability_zone 2025-04-16 18:30:44.566 | availability_zone_filter 2025-04-16 18:30:44.566 | default-subnetpools 2025-04-16 18:30:44.566 | dhcp_agent_scheduler 2025-04-16 18:30:44.566 | dvr 2025-04-16 18:30:44.566 | empty-string-filtering 2025-04-16 18:30:44.566 | external-net 2025-04-16 18:30:44.566 | extra_dhcp_opt 2025-04-16 18:30:44.566 | extraroute 2025-04-16 18:30:44.566 | extraroute-atomic 2025-04-16 18:30:44.566 | filter-validation 2025-04-16 18:30:44.566 | floating-ip-port-forwarding-detail 2025-04-16 18:30:44.566 | fip-port-details 2025-04-16 18:30:44.566 | flavors 2025-04-16 18:30:44.566 | floatingip-pools 2025-04-16 18:30:44.566 | ip-substring-filtering 2025-04-16 18:30:44.566 | router 2025-04-16 18:30:44.566 | ext-gw-mode 2025-04-16 18:30:44.566 | l3-ha 2025-04-16 18:30:44.566 | l3-flavors 2025-04-16 18:30:44.566 | l3-port-ip-change-not-allowed 2025-04-16 18:30:44.566 | l3_agent_scheduler 2025-04-16 18:30:44.566 | multi-provider 2025-04-16 18:30:44.566 | net-mtu 2025-04-16 18:30:44.566 | net-mtu-writable 2025-04-16 18:30:44.566 | network_availability_zone 2025-04-16 18:30:44.566 | network_ha 2025-04-16 18:30:44.566 | network-ip-availability 2025-04-16 18:30:44.566 | pagination 2025-04-16 18:30:44.566 | port-device-profile 2025-04-16 18:30:44.566 | port-mac-override 2025-04-16 18:30:44.566 | port-mac-address-regenerate 2025-04-16 18:30:44.566 | port-numa-affinity-policy 2025-04-16 18:30:44.566 | binding 2025-04-16 18:30:44.566 | binding-extended 2025-04-16 18:30:44.566 | port-security 2025-04-16 18:30:44.566 | project-id 2025-04-16 18:30:44.566 | provider 2025-04-16 18:30:44.566 | quota-check-limit 2025-04-16 18:30:44.566 | quotas 2025-04-16 18:30:44.566 | quota_details 2025-04-16 18:30:44.566 | rbac-policies 2025-04-16 18:30:44.566 | rbac-address-group 2025-04-16 18:30:44.566 | rbac-address-scope 2025-04-16 18:30:44.566 | rbac-security-groups 2025-04-16 18:30:44.566 | rbac-subnetpool 2025-04-16 18:30:44.566 | revision-if-match 2025-04-16 18:30:44.566 | standard-attr-revisions 2025-04-16 18:30:44.566 | router_availability_zone 2025-04-16 18:30:44.566 | security-groups-default-rules 2025-04-16 18:30:44.566 | security-groups-normalized-cidr 2025-04-16 18:30:44.566 | port-security-groups-filtering 2025-04-16 18:30:44.566 | security-groups-remote-address-group 2025-04-16 18:30:44.566 | security-groups-shared-filtering 2025-04-16 18:30:44.566 | security-group 2025-04-16 18:30:44.566 | service-type 2025-04-16 18:30:44.566 | sorting 2025-04-16 18:30:44.566 | standard-attr-description 2025-04-16 18:30:44.566 | stateful-security-group 2025-04-16 18:30:44.566 | subnet_onboard 2025-04-16 18:30:44.566 | subnet-service-types 2025-04-16 18:30:44.566 | subnet_allocation 2025-04-16 18:30:44.566 | subnetpool-prefix-ops 2025-04-16 18:30:44.566 | standard-attr-tag 2025-04-16 18:30:44.566 | standard-attr-timestamp 2025-04-16 18:30:44.566 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-16 18:30:44.568 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 18:30:44.570 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-04-16 18:30:44.572 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2025-04-16 18:30:44.575 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2025-04-16 18:30:45.930 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:45.933 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=e81bd06e-bb16-4eac-aed6-b707886b5654 2025-04-16 18:30:45.935 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 : die_if_not_set 238 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2025-04-16 18:30:45.937 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 18:30:45.958 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2025-04-16 18:30:45.960 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2025-04-16 18:30:45.962 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet d0bec47c-a921-4380-add5-ca427ccc0d8e 03dcc1c5-8fc4-4649-aa75-a845c1da6b9b 2025-04-16 18:30:48.097 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2025-04-16 18:30:48.100 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 e81bd06e-bb16-4eac-aed6-b707886b5654 2025-04-16 18:30:48.102 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2025-04-16 18:30:48.104 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2025-04-16 18:30:48.106 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2025-04-16 18:30:48.108 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2025-04-16 18:30:48.110 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network e81bd06e-bb16-4eac-aed6-b707886b5654 --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-04-16 18:30:48.112 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2025-04-16 18:30:48.114 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2025-04-16 18:30:48.117 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --allocation-pool start=10.180.180.128,end=10.180.180.254 --gateway 10.180.180.1 --network e81bd06e-bb16-4eac-aed6-b707886b5654 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-04-16 18:30:48.117 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2025-04-16 18:30:49.584 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:49.587 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-04-16 18:30:49.588 | | id | ee477ad6-d1bc-4715-8df0-6ebdabb2ddc7 |' 2025-04-16 18:30:49.589 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : die_if_not_set 303 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2025-04-16 18:30:49.591 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 18:30:49.605 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' ee477ad6-d1bc-4715-8df0-6ebdabb2ddc7 '|' 2025-04-16 18:30:49.607 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | ee477ad6-d1bc-4715-8df0-6ebdabb2ddc7 |' 2025-04-16 18:30:49.609 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2025-04-16 18:30:49.612 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' ee477ad6-d1bc-4715-8df0-6ebdabb2ddc7 '|' 2025-04-16 18:30:49.612 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2025-04-16 18:30:49.615 | ++ functions-common:get_field:789 : local data field 2025-04-16 18:30:49.617 | ++ functions-common:get_field:790 : read data 2025-04-16 18:30:49.619 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2025-04-16 18:30:49.621 | ++ functions-common:get_field:794 : field='$3' 2025-04-16 18:30:49.624 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-04-16 18:30:49.624 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | ee477ad6-d1bc-4715-8df0-6ebdabb2ddc7 |' 2025-04-16 18:30:49.630 | ++ functions-common:get_field:790 : read data 2025-04-16 18:30:49.632 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2025-04-16 18:30:49.635 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' ee477ad6-d1bc-4715-8df0-6ebdabb2ddc7 '|' 2025-04-16 18:30:49.636 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2025-04-16 18:30:49.638 | ++ functions-common:get_field:789 : local data field 2025-04-16 18:30:49.640 | ++ functions-common:get_field:790 : read data 2025-04-16 18:30:49.642 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2025-04-16 18:30:49.645 | ++ functions-common:get_field:794 : field='$6' 2025-04-16 18:30:49.648 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | ee477ad6-d1bc-4715-8df0-6ebdabb2ddc7 |' 2025-04-16 18:30:49.648 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-04-16 18:30:49.652 | ++ functions-common:get_field:790 : read data 2025-04-16 18:30:49.655 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=ee477ad6-d1bc-4715-8df0-6ebdabb2ddc7 2025-04-16 18:30:49.657 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway e81bd06e-bb16-4eac-aed6-b707886b5654 d0bec47c-a921-4380-add5-ca427ccc0d8e 2025-04-16 18:30:51.827 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2025-04-16 18:30:51.829 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2025-04-16 18:30:51.843 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:51.845 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2025-04-16 18:30:51.847 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2025-04-16 18:30:51.849 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-04-16 18:30:51.851 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2025-04-16 18:30:51.853 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2025-04-16 18:30:51.855 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:149 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2025-04-16 18:30:51.868 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2025-04-16 18:30:51.870 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2025-04-16 18:30:51.872 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2025-04-16 18:30:51.874 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2025-04-16 18:30:51.876 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-16 18:30:51.878 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2025-04-16 18:30:51.880 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-16 18:30:51.882 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2025-04-16 18:30:51.884 | + functions-common:test_with_retry:2340 : local until=10 2025-04-16 18:30:51.886 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-16 18:30:51.888 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-16 18:30:51.889 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-16 18:30:51.891 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:51.893 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:51.896 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:51.899 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828251897 2025-04-16 18:30:51.901 | + functions-common:test_with_retry:2344 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-04-16 18:30:51.906 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-16 18:30:51.908 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:51.910 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:51.912 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:51.914 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:51.916 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:51.917 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-16 18:30:51.919 | + functions-common:time_stop:2407 : start_time=1744828251897 2025-04-16 18:30:51.921 | + functions-common:time_stop:2409 : [[ -z 1744828251897 ]] 2025-04-16 18:30:51.923 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:51.927 | + functions-common:time_stop:2412 : end_time=1744828251924 2025-04-16 18:30:51.929 | + functions-common:time_stop:2413 : elapsed_time=27 2025-04-16 18:30:51.930 | + functions-common:time_stop:2414 : total=3063 2025-04-16 18:30:51.932 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:51.934 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3090 2025-04-16 18:30:51.938 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2025-04-16 18:30:51.938 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2025-04-16 18:30:51.942 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2025-04-16 18:30:51.944 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:30:51.946 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-16 18:30:51.948 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-16 18:30:51.952 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2025-04-16 18:30:51.952 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2025-04-16 18:30:51.952 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2025-04-16 18:30:51.952 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2025-04-16 18:30:53.133 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:30:53.137 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.185 ' 2025-04-16 18:30:53.139 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-04-16 18:30:53.141 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 18:30:53.155 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2025-04-16 18:30:53.157 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:30:53.159 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2025-04-16 18:30:53.161 | + stack.sh:main:1341 : is_service_enabled nova 2025-04-16 18:30:53.175 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:53.178 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2025-04-16 18:30:53.180 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:30:53.182 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2025-04-16 18:30:53.184 | + stack.sh:main:1343 : start_nova 2025-04-16 18:30:53.186 | + lib/nova:start_nova:1184 : start_nova_rest 2025-04-16 18:30:53.188 | + lib/nova:start_nova_rest:1093 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:53.190 | + lib/nova:start_nova_rest:1094 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:53.193 | + lib/nova:start_nova_rest:1094 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:53.195 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-16 18:30:53.197 | + lib/nova:start_nova_rest:1098 : run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 18:30:53.199 | + functions-common:run_process:1654 : local service=n-sch 2025-04-16 18:30:53.201 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 18:30:53.203 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:53.206 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:53.208 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:53.210 | + functions-common:run_process:1660 : local name=n-sch 2025-04-16 18:30:53.212 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:53.214 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:53.216 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:53.218 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:53.221 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:53.224 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828253222 2025-04-16 18:30:53.227 | + functions-common:run_process:1663 : is_service_enabled n-sch 2025-04-16 18:30:53.240 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:53.243 | + functions-common:run_process:1664 : _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-04-16 18:30:53.245 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2025-04-16 18:30:53.247 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 18:30:53.249 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 18:30:53.251 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 18:30:53.253 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 18:30:53.255 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-16 18:30:53.257 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-16 18:30:53.259 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2025-04-16 18:30:53.261 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:30:53.263 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:30:53.265 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:30:53.267 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:30:53.270 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-16 18:30:53.272 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-sch.service '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2025-04-16 18:30:53.274 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2025-04-16 18:30:53.276 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 18:30:53.278 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 18:30:53.280 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 18:30:53.281 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 18:30:53.283 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 18:30:53.285 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 18:30:53.287 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-04-16 18:30:53.289 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 18:30:53.292 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-04-16 18:30:53.342 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:30:53.393 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-04-16 18:30:53.434 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 18:30:53.477 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-04-16 18:30:53.519 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-04-16 18:30:53.562 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:30:53.605 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 18:30:53.607 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 18:30:53.609 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-04-16 18:30:53.659 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 18:30:53.918 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2025-04-16 18:30:53.928 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-04-16 18:30:54.184 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2025-04-16 18:30:54.215 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:54.218 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:54.220 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:54.222 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:54.224 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:54.227 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:54.229 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:54.231 | + functions-common:time_stop:2407 : start_time=1744828253222 2025-04-16 18:30:54.232 | + functions-common:time_stop:2409 : [[ -z 1744828253222 ]] 2025-04-16 18:30:54.236 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:54.239 | + functions-common:time_stop:2412 : end_time=1744828254237 2025-04-16 18:30:54.241 | + functions-common:time_stop:2413 : elapsed_time=1015 2025-04-16 18:30:54.244 | + functions-common:time_stop:2414 : total=8595 2025-04-16 18:30:54.246 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:54.248 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9610 2025-04-16 18:30:54.250 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2025-04-16 18:30:54.252 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2025-04-16 18:30:54.256 | + lib/nova:start_nova_rest:1102 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 18:30:54.258 | + functions-common:run_process:1654 : local service=n-api-meta 2025-04-16 18:30:54.260 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 18:30:54.263 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:54.265 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:54.267 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:54.269 | + functions-common:run_process:1660 : local name=n-api-meta 2025-04-16 18:30:54.272 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:54.274 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:54.276 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:54.278 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:54.280 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:54.284 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828254282 2025-04-16 18:30:54.287 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2025-04-16 18:30:54.302 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:54.305 | + functions-common:run_process:1664 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2025-04-16 18:30:54.307 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2025-04-16 18:30:54.309 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 18:30:54.311 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 18:30:54.314 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 18:30:54.316 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 18:30:54.318 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-04-16 18:30:54.320 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-04-16 18:30:54.322 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2025-04-16 18:30:54.324 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:30:54.326 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:30:54.328 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:30:54.330 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:30:54.333 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-04-16 18:30:54.334 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 18:30:54.337 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:30:54.339 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 18:30:54.341 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2025-04-16 18:30:54.343 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:30:54.345 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 18:30:54.346 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 18:30:54.348 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 18:30:54.350 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-04-16 18:30:54.352 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 18:30:54.355 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2025-04-16 18:30:54.409 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:30:54.463 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2025-04-16 18:30:54.514 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-04-16 18:30:54.566 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:30:54.616 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:30:54.660 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-04-16 18:30:54.707 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-04-16 18:30:54.757 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-04-16 18:30:54.807 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-04-16 18:30:54.851 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-04-16 18:30:54.894 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 18:30:54.896 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 18:30:54.898 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-04-16 18:30:54.948 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 18:30:55.201 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2025-04-16 18:30:55.211 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-04-16 18:30:55.451 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2025-04-16 18:30:55.508 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:55.510 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:55.512 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:55.514 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:55.517 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:55.519 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:55.521 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:55.526 | + functions-common:time_stop:2407 : start_time=1744828254282 2025-04-16 18:30:55.528 | + functions-common:time_stop:2409 : [[ -z 1744828254282 ]] 2025-04-16 18:30:55.532 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:55.535 | + functions-common:time_stop:2412 : end_time=1744828255532 2025-04-16 18:30:55.538 | + functions-common:time_stop:2413 : elapsed_time=1250 2025-04-16 18:30:55.540 | + functions-common:time_stop:2414 : total=9610 2025-04-16 18:30:55.542 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:55.544 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10860 2025-04-16 18:30:55.548 | + lib/nova:start_nova_rest:1105 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:55.551 | + lib/nova:start_nova_rest:1105 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:55.554 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2025-04-16 18:30:55.556 | + lib/nova:start_nova_console_proxies:1120 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:55.559 | + lib/nova:start_nova_console_proxies:1122 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:55.561 | + lib/nova:start_nova_console_proxies:1122 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:55.563 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2025-04-16 18:30:55.565 | + lib/nova:start_nova_console_proxies:1126 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 18:30:55.567 | + lib/nova:start_nova_console_proxies:1127 : run_process n-novnc '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 18:30:55.569 | + functions-common:run_process:1654 : local service=n-novnc 2025-04-16 18:30:55.571 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 18:30:55.573 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:55.576 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:55.578 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:55.580 | + functions-common:run_process:1660 : local name=n-novnc 2025-04-16 18:30:55.582 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:55.584 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:55.586 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:55.588 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:55.590 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:55.594 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828255591 2025-04-16 18:30:55.596 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2025-04-16 18:30:55.609 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:55.611 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:55.613 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:55.615 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:55.617 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:55.619 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:55.622 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:55.624 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:55.626 | + functions-common:time_stop:2407 : start_time=1744828255591 2025-04-16 18:30:55.628 | + functions-common:time_stop:2409 : [[ -z 1744828255591 ]] 2025-04-16 18:30:55.630 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:55.634 | + functions-common:time_stop:2412 : end_time=1744828255631 2025-04-16 18:30:55.636 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 18:30:55.638 | + functions-common:time_stop:2414 : total=10860 2025-04-16 18:30:55.640 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:55.642 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10900 2025-04-16 18:30:55.644 | + lib/nova:start_nova_console_proxies:1128 : run_process n-spice '/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 18:30:55.646 | + functions-common:run_process:1654 : local service=n-spice 2025-04-16 18:30:55.648 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 18:30:55.650 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:55.653 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:55.655 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:55.657 | + functions-common:run_process:1660 : local name=n-spice 2025-04-16 18:30:55.659 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:55.661 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:55.664 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:55.666 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:55.668 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:55.672 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828255669 2025-04-16 18:30:55.674 | + functions-common:run_process:1663 : is_service_enabled n-spice 2025-04-16 18:30:55.688 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:55.690 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:55.692 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:55.694 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:55.696 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:55.698 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:55.700 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:55.702 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:55.704 | + functions-common:time_stop:2407 : start_time=1744828255669 2025-04-16 18:30:55.706 | + functions-common:time_stop:2409 : [[ -z 1744828255669 ]] 2025-04-16 18:30:55.709 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:55.713 | + functions-common:time_stop:2412 : end_time=1744828255710 2025-04-16 18:30:55.715 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-16 18:30:55.717 | + functions-common:time_stop:2414 : total=10900 2025-04-16 18:30:55.719 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:55.721 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10941 2025-04-16 18:30:55.723 | + lib/nova:start_nova_console_proxies:1129 : run_process n-sproxy '/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-16 18:30:55.725 | + functions-common:run_process:1654 : local service=n-sproxy 2025-04-16 18:30:55.727 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-16 18:30:55.729 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:55.731 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:55.734 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:55.736 | + functions-common:run_process:1660 : local name=n-sproxy 2025-04-16 18:30:55.738 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:55.740 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:55.742 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:55.744 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:55.746 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:55.750 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828255748 2025-04-16 18:30:55.752 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2025-04-16 18:30:55.766 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:55.768 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:55.770 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:55.773 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:55.775 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:55.777 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:55.779 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:55.781 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:55.783 | + functions-common:time_stop:2407 : start_time=1744828255748 2025-04-16 18:30:55.785 | + functions-common:time_stop:2409 : [[ -z 1744828255748 ]] 2025-04-16 18:30:55.788 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:55.792 | + functions-common:time_stop:2412 : end_time=1744828255789 2025-04-16 18:30:55.794 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-16 18:30:55.796 | + functions-common:time_stop:2414 : total=10941 2025-04-16 18:30:55.798 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:55.800 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10982 2025-04-16 18:30:55.803 | + lib/nova:start_nova_console_proxies:1141 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:55.805 | + lib/nova:start_nova_console_proxies:1141 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:55.807 | + lib/nova:start_nova:1186 : start_nova_conductor 2025-04-16 18:30:55.811 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 18:30:55.813 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-04-16 18:30:55.813 | Starting nova-conductor in a cellsv1-compatible way 2025-04-16 18:30:55.816 | + lib/nova:start_nova_conductor:1156 : run_process n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 18:30:55.819 | + functions-common:run_process:1654 : local service=n-cond 2025-04-16 18:30:55.823 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 18:30:55.825 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:55.827 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:55.829 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:55.833 | + functions-common:run_process:1660 : local name=n-cond 2025-04-16 18:30:55.833 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:55.835 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:55.838 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:55.840 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:55.843 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:55.846 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828255844 2025-04-16 18:30:55.848 | + functions-common:run_process:1663 : is_service_enabled n-cond 2025-04-16 18:30:55.862 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:55.864 | + functions-common:run_process:1664 : _run_under_systemd n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-04-16 18:30:55.867 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2025-04-16 18:30:55.869 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 18:30:55.871 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 18:30:55.873 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 18:30:55.875 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 18:30:55.877 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-16 18:30:55.879 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-16 18:30:55.881 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2025-04-16 18:30:55.883 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:30:55.885 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:30:55.888 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:30:55.890 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:30:55.892 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-16 18:30:55.894 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-cond.service '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2025-04-16 18:30:55.896 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2025-04-16 18:30:55.898 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 18:30:55.901 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 18:30:55.903 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 18:30:55.905 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 18:30:55.908 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 18:30:55.911 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 18:30:55.912 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-04-16 18:30:55.914 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 18:30:55.917 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2025-04-16 18:30:55.974 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:30:56.027 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-04-16 18:30:56.071 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 18:30:56.114 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-04-16 18:30:56.155 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-04-16 18:30:56.213 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:30:56.261 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 18:30:56.263 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 18:30:56.266 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-04-16 18:30:56.319 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 18:30:56.575 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2025-04-16 18:30:56.585 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-04-16 18:30:56.826 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2025-04-16 18:30:56.854 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:56.856 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:56.859 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:56.861 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:56.864 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:56.870 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:56.872 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:56.876 | + functions-common:time_stop:2407 : start_time=1744828255844 2025-04-16 18:30:56.879 | + functions-common:time_stop:2409 : [[ -z 1744828255844 ]] 2025-04-16 18:30:56.882 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:56.889 | + functions-common:time_stop:2412 : end_time=1744828256884 2025-04-16 18:30:56.891 | + functions-common:time_stop:2413 : elapsed_time=1040 2025-04-16 18:30:56.894 | + functions-common:time_stop:2414 : total=10982 2025-04-16 18:30:56.896 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:56.899 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12022 2025-04-16 18:30:56.901 | + lib/nova:start_nova_conductor:1157 : return 2025-04-16 18:30:56.903 | + lib/nova:start_nova:1187 : start_nova_compute 2025-04-16 18:30:56.905 | + lib/nova:start_nova_compute:1014 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:56.908 | + lib/nova:start_nova_compute:1015 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:56.910 | + lib/nova:start_nova_compute:1015 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:56.912 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-16 18:30:56.914 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-04-16 18:30:56.918 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-16 18:30:56.920 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:30:56.922 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 18:30:56.924 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-04-16 18:30:56.926 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 18:30:56.929 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-04-16 18:30:56.931 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-04-16 18:30:56.933 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-04-16 18:30:56.936 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-04-16 18:30:56.939 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-16 18:30:56.939 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-16 18:30:56.939 | BEGIN { 2025-04-16 18:30:56.939 | section = "" 2025-04-16 18:30:56.939 | last_section = "" 2025-04-16 18:30:56.939 | section_count = 0 2025-04-16 18:30:56.939 | } 2025-04-16 18:30:56.939 | /^\[.+\]/ { 2025-04-16 18:30:56.939 | gsub("[][]", "", $1); 2025-04-16 18:30:56.939 | section=$1 2025-04-16 18:30:56.939 | next 2025-04-16 18:30:56.939 | } 2025-04-16 18:30:56.939 | /^ *\#/ { 2025-04-16 18:30:56.939 | next 2025-04-16 18:30:56.939 | } 2025-04-16 18:30:56.939 | /^[^ \t]+/ { 2025-04-16 18:30:56.939 | # get offset of first = in $0 2025-04-16 18:30:56.939 | eq_idx = index($0, "=") 2025-04-16 18:30:56.939 | # extract attr & value from $0 2025-04-16 18:30:56.939 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 18:30:56.939 | value = substr($0, eq_idx + 1) 2025-04-16 18:30:56.939 | # only need to strip trailing whitespace from attr 2025-04-16 18:30:56.939 | sub(/[ \t]*$/, "", attr) 2025-04-16 18:30:56.939 | # need to strip leading & trailing whitespace from value 2025-04-16 18:30:56.939 | sub(/^[ \t]*/, "", value) 2025-04-16 18:30:56.939 | sub(/[ \t]*$/, "", value) 2025-04-16 18:30:56.939 | 2025-04-16 18:30:56.939 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 18:30:56.939 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 18:30:56.939 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 18:30:56.939 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 18:30:56.939 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 18:30:56.939 | if (section != last_section) { 2025-04-16 18:30:56.939 | cfg_section[section_count++] = section 2025-04-16 18:30:56.939 | last_section = section 2025-04-16 18:30:56.939 | } 2025-04-16 18:30:56.939 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 18:30:56.939 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 18:30:56.939 | 2025-04-16 18:30:56.939 | cfg_attr[section, attr, 0] = value 2025-04-16 18:30:56.939 | cfg_attr_count[section, attr] = 1 2025-04-16 18:30:56.940 | } else { 2025-04-16 18:30:56.940 | lno = cfg_attr_count[section, attr]++ 2025-04-16 18:30:56.940 | cfg_attr[section, attr, lno] = value 2025-04-16 18:30:56.940 | } 2025-04-16 18:30:56.940 | } 2025-04-16 18:30:56.940 | END { 2025-04-16 18:30:56.940 | # Process each section in order 2025-04-16 18:30:56.940 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 18:30:56.940 | section = cfg_section[sno] 2025-04-16 18:30:56.940 | # The ini routines simply append a config item immediately 2025-04-16 18:30:56.940 | # after the section header. To keep the same order as defined 2025-04-16 18:30:56.940 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 18:30:56.940 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 18:30:56.940 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 18:30:56.940 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 18:30:56.940 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 18:30:56.940 | else { 2025-04-16 18:30:56.940 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 18:30:56.940 | count = cfg_attr_count[section, attr] 2025-04-16 18:30:56.940 | print "inidelete " configfile " " section " " attr 2025-04-16 18:30:56.940 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 18:30:56.940 | for (l = count -2; l >= 0; l--) 2025-04-16 18:30:56.940 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 18:30:56.940 | } 2025-04-16 18:30:56.940 | } 2025-04-16 18:30:56.940 | } 2025-04-16 18:30:56.940 | } 2025-04-16 18:30:56.940 | ' 2025-04-16 18:30:56.940 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 18:30:56.941 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:30:56.942 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 18:30:56.943 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 18:30:56.945 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-04-16 18:30:56.947 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:30:56.949 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-04-16 18:30:56.951 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-16 18:30:56.951 | BEGIN { group = "" } 2025-04-16 18:30:56.951 | /^\[\[.+\|.*\]\]/ { 2025-04-16 18:30:56.951 | gsub("[][]", "", $1); 2025-04-16 18:30:56.951 | split($1, a, "|"); 2025-04-16 18:30:56.951 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 18:30:56.951 | group=a[1] 2025-04-16 18:30:56.951 | } else { 2025-04-16 18:30:56.951 | group="" 2025-04-16 18:30:56.951 | } 2025-04-16 18:30:56.951 | next 2025-04-16 18:30:56.951 | } 2025-04-16 18:30:56.951 | { 2025-04-16 18:30:56.951 | if (group != "") 2025-04-16 18:30:56.951 | print $0 2025-04-16 18:30:56.951 | } 2025-04-16 18:30:56.951 | ' /opt/stack/devstack/local.conf 2025-04-16 18:30:56.956 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 18:30:56.958 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2025-04-16 18:30:56.958 | Skipping multi-cell conductor fleet setup 2025-04-16 18:30:56.961 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2025-04-16 18:30:56.977 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-04-16 18:30:56.994 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2025-04-16 18:30:56.996 | + lib/nova:configure_console_compute:672 : local offset 2025-04-16 18:30:56.998 | + lib/nova:configure_console_compute:673 : offset=0 2025-04-16 18:30:57.000 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2025-04-16 18:30:57.002 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-04-16 18:30:57.019 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2025-04-16 18:30:57.021 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2025-04-16 18:30:57.034 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:57.036 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2025-04-16 18:30:57.049 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:57.052 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2025-04-16 18:30:57.054 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-04-16 18:30:57.081 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2025-04-16 18:30:57.096 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:57.099 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2025-04-16 18:30:57.112 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:57.115 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-04-16 18:30:57.141 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2025-04-16 18:30:57.143 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-04-16 18:30:57.145 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-04-16 18:30:57.147 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2025-04-16 18:30:57.149 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2025-04-16 18:30:57.151 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2025-04-16 18:30:57.153 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2025-04-16 18:30:57.155 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2025-04-16 18:30:57.170 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:57.173 | + lib/nova:start_nova_compute:1084 : run_process n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-16 18:30:57.175 | + functions-common:run_process:1654 : local service=n-cpu 2025-04-16 18:30:57.176 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-16 18:30:57.179 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:57.181 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:57.185 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:57.185 | + functions-common:run_process:1660 : local name=n-cpu 2025-04-16 18:30:57.187 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:57.190 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:57.192 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:57.194 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:57.197 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:57.202 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828257198 2025-04-16 18:30:57.204 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2025-04-16 18:30:57.217 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:57.220 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:30:57.222 | + functions-common:time_stop:2400 : local name 2025-04-16 18:30:57.225 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:30:57.227 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:30:57.229 | + functions-common:time_stop:2403 : local total 2025-04-16 18:30:57.231 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:30:57.233 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:30:57.235 | + functions-common:time_stop:2407 : start_time=1744828257198 2025-04-16 18:30:57.237 | + functions-common:time_stop:2409 : [[ -z 1744828257198 ]] 2025-04-16 18:30:57.240 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:30:57.244 | + functions-common:time_stop:2412 : end_time=1744828257241 2025-04-16 18:30:57.246 | + functions-common:time_stop:2413 : elapsed_time=43 2025-04-16 18:30:57.248 | + functions-common:time_stop:2414 : total=12022 2025-04-16 18:30:57.250 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:30:57.252 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12065 2025-04-16 18:30:57.254 | + lib/nova:start_nova_compute:1087 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:57.256 | + lib/nova:start_nova_compute:1087 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 18:30:57.259 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2025-04-16 18:30:57.272 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:57.275 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2025-04-16 18:30:57.275 | Dumping cells_v2 mapping 2025-04-16 18:30:57.277 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2025-04-16 18:30:57.742 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 18:30:58.990 | INFO dbcounter [None req-a27aa9c1-0610-4d20-8f93-3475fc35b16b None None] Registered counter for database nova_api 2025-04-16 18:30:59.001 | DEBUG dbcounter [-] [61897] Writer thread running {{(pid=61897) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:30:59.025 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 18:30:59.025 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-04-16 18:30:59.025 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 18:30:59.025 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2025-04-16 18:30:59.025 | | cell1 | 94ed989e-7830-4dd5-9279-1149edb6ea17 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2025-04-16 18:30:59.025 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 18:30:59.341 | + stack.sh:main:1344 : async_runfunc create_flavors 2025-04-16 18:30:59.343 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-04-16 18:30:59.395 | + inc/async:async_inner:63 : create_flavors 2025-04-16 18:30:59.424 | [4729 Async create_flavors:61966]: running: create_flavors 2025-04-16 18:30:59.426 | + stack.sh:main:1346 : is_service_enabled cinder 2025-04-16 18:30:59.440 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:59.442 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2025-04-16 18:30:59.445 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:30:59.447 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2025-04-16 18:30:59.449 | + stack.sh:main:1348 : start_cinder 2025-04-16 18:30:59.451 | + lib/cinder:start_cinder:595 : local service_port=8776 2025-04-16 18:30:59.453 | + lib/cinder:start_cinder:596 : local service_protocol=http 2025-04-16 18:30:59.455 | + lib/cinder:start_cinder:597 : local cinder_url 2025-04-16 18:30:59.457 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2025-04-16 18:30:59.470 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:30:59.473 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2025-04-16 18:30:59.475 | + lib/cinder:start_cinder:617 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-04-16 18:30:59.477 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2025-04-16 18:30:59.480 | ++ lib/cinder:start_cinder:626 : which uwsgi 2025-04-16 18:30:59.483 | + lib/cinder:start_cinder:626 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 18:30:59.485 | + functions-common:run_process:1654 : local service=c-api 2025-04-16 18:30:59.487 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 18:30:59.489 | + functions-common:run_process:1656 : local group= 2025-04-16 18:30:59.491 | + functions-common:run_process:1657 : local user= 2025-04-16 18:30:59.494 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:30:59.496 | + functions-common:run_process:1660 : local name=c-api 2025-04-16 18:30:59.498 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:30:59.500 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:30:59.502 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:30:59.504 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:30:59.507 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:30:59.510 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828259508 2025-04-16 18:30:59.512 | + functions-common:run_process:1663 : is_service_enabled c-api 2025-04-16 18:30:59.525 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:30:59.528 | + functions-common:run_process:1664 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2025-04-16 18:30:59.530 | + functions-common:_run_under_systemd:1611 : local service=c-api 2025-04-16 18:30:59.532 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 18:30:59.534 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 18:30:59.536 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 18:30:59.538 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 18:30:59.540 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-04-16 18:30:59.542 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-04-16 18:30:59.544 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2025-04-16 18:30:59.546 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:30:59.549 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:30:59.551 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:30:59.553 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:30:59.555 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-04-16 18:30:59.557 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 18:30:59.559 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:30:59.561 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 18:30:59.563 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2025-04-16 18:30:59.565 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:30:59.567 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 18:30:59.569 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 18:30:59.571 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 18:30:59.573 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-04-16 18:30:59.575 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 18:30:59.578 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2025-04-16 18:30:59.627 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:30:59.676 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-04-16 18:30:59.717 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-04-16 18:30:59.759 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:30:59.801 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:30:59.843 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-04-16 18:30:59.885 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-04-16 18:30:59.927 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-04-16 18:30:59.968 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-04-16 18:31:00.010 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-04-16 18:31:00.054 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 18:31:00.056 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 18:31:00.059 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-04-16 18:31:00.108 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 18:31:00.353 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2025-04-16 18:31:00.363 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-04-16 18:31:00.617 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2025-04-16 18:31:00.676 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:31:00.679 | + functions-common:time_stop:2400 : local name 2025-04-16 18:31:00.681 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:31:00.683 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:31:00.685 | + functions-common:time_stop:2403 : local total 2025-04-16 18:31:00.688 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:31:00.690 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:31:00.692 | + functions-common:time_stop:2407 : start_time=1744828259508 2025-04-16 18:31:00.694 | + functions-common:time_stop:2409 : [[ -z 1744828259508 ]] 2025-04-16 18:31:00.697 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:31:00.701 | + functions-common:time_stop:2412 : end_time=1744828260698 2025-04-16 18:31:00.703 | + functions-common:time_stop:2413 : elapsed_time=1190 2025-04-16 18:31:00.705 | + functions-common:time_stop:2414 : total=12065 2025-04-16 18:31:00.707 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:31:00.709 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13255 2025-04-16 18:31:00.711 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2025-04-16 18:31:00.713 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2025-04-16 18:31:00.713 | Waiting for Cinder API to start... 2025-04-16 18:31:00.715 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-04-16 18:31:00.718 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 18:31:00.720 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-04-16 18:31:00.722 | + functions:wait_for_service:470 : local rval=0 2025-04-16 18:31:00.724 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 18:31:00.726 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 18:31:00.728 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:31:00.730 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:31:00.733 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:31:00.736 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828260734 2025-04-16 18:31:00.738 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 18:31:00.742 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-04-16 18:31:02.654 | + :: : [[ 401 == 503 ]] 2025-04-16 18:31:02.656 | + :: : [[ 0 -eq 7 ]] 2025-04-16 18:31:02.659 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 18:31:02.661 | + functions-common:time_stop:2400 : local name 2025-04-16 18:31:02.663 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:31:02.665 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:31:02.668 | + functions-common:time_stop:2403 : local total 2025-04-16 18:31:02.670 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:31:02.672 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 18:31:02.674 | + functions-common:time_stop:2407 : start_time=1744828260734 2025-04-16 18:31:02.676 | + functions-common:time_stop:2409 : [[ -z 1744828260734 ]] 2025-04-16 18:31:02.679 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:31:02.683 | + functions-common:time_stop:2412 : end_time=1744828262681 2025-04-16 18:31:02.685 | + functions-common:time_stop:2413 : elapsed_time=1947 2025-04-16 18:31:02.687 | + functions-common:time_stop:2414 : total=6130 2025-04-16 18:31:02.689 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:31:02.691 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8077 2025-04-16 18:31:02.693 | + functions:wait_for_service:478 : return 0 2025-04-16 18:31:02.695 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:02.698 | + functions-common:run_process:1654 : local service=c-sch 2025-04-16 18:31:02.700 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:02.702 | + functions-common:run_process:1656 : local group= 2025-04-16 18:31:02.704 | + functions-common:run_process:1657 : local user= 2025-04-16 18:31:02.706 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:31:02.708 | + functions-common:run_process:1660 : local name=c-sch 2025-04-16 18:31:02.710 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:31:02.712 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:31:02.714 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:31:02.716 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:31:02.719 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:31:02.722 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828262720 2025-04-16 18:31:02.724 | + functions-common:run_process:1663 : is_service_enabled c-sch 2025-04-16 18:31:02.739 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:02.741 | + functions-common:run_process:1664 : _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-04-16 18:31:02.743 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2025-04-16 18:31:02.745 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:02.747 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:02.749 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:02.751 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:02.753 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-16 18:31:02.755 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-16 18:31:02.757 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2025-04-16 18:31:02.759 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:31:02.761 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:31:02.763 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:31:02.765 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:31:02.767 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-16 18:31:02.769 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-sch.service '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2025-04-16 18:31:02.771 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2025-04-16 18:31:02.773 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:02.775 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 18:31:02.777 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 18:31:02.779 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 18:31:02.781 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 18:31:02.783 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 18:31:02.785 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-04-16 18:31:02.787 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 18:31:02.791 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-04-16 18:31:02.842 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:31:02.893 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-04-16 18:31:02.936 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:02.979 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-04-16 18:31:03.022 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-04-16 18:31:03.067 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:31:03.111 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 18:31:03.113 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 18:31:03.116 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-04-16 18:31:03.166 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 18:31:03.426 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2025-04-16 18:31:03.436 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-04-16 18:31:03.695 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2025-04-16 18:31:03.724 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:31:03.728 | + functions-common:time_stop:2400 : local name 2025-04-16 18:31:03.731 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:31:03.734 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:31:03.738 | + functions-common:time_stop:2403 : local total 2025-04-16 18:31:03.740 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:31:03.746 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:31:03.748 | + functions-common:time_stop:2407 : start_time=1744828262720 2025-04-16 18:31:03.750 | + functions-common:time_stop:2409 : [[ -z 1744828262720 ]] 2025-04-16 18:31:03.753 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:31:03.759 | + functions-common:time_stop:2412 : end_time=1744828263754 2025-04-16 18:31:03.761 | + functions-common:time_stop:2413 : elapsed_time=1034 2025-04-16 18:31:03.765 | + functions-common:time_stop:2414 : total=13255 2025-04-16 18:31:03.768 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:31:03.771 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14289 2025-04-16 18:31:03.773 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 18:31:03.775 | + lib/cinder:start_cinder:642 : run_process c-bak '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 18:31:03.777 | + functions-common:run_process:1654 : local service=c-bak 2025-04-16 18:31:03.779 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:03.781 | + functions-common:run_process:1656 : local group= 2025-04-16 18:31:03.783 | + functions-common:run_process:1657 : local user= 2025-04-16 18:31:03.785 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 18:31:03.787 | + functions-common:run_process:1660 : local name=c-bak 2025-04-16 18:31:03.789 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:31:03.792 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:31:03.794 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:31:03.796 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:31:03.798 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:31:03.802 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828263800 2025-04-16 18:31:03.805 | + functions-common:run_process:1663 : is_service_enabled c-bak 2025-04-16 18:31:03.819 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:31:03.821 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:31:03.823 | + functions-common:time_stop:2400 : local name 2025-04-16 18:31:03.825 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:31:03.827 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:31:03.830 | + functions-common:time_stop:2403 : local total 2025-04-16 18:31:03.832 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:31:03.834 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:31:03.836 | + functions-common:time_stop:2407 : start_time=1744828263800 2025-04-16 18:31:03.838 | + functions-common:time_stop:2409 : [[ -z 1744828263800 ]] 2025-04-16 18:31:03.840 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:31:03.844 | + functions-common:time_stop:2412 : end_time=1744828263842 2025-04-16 18:31:03.846 | + functions-common:time_stop:2413 : elapsed_time=42 2025-04-16 18:31:03.848 | + functions-common:time_stop:2414 : total=14289 2025-04-16 18:31:03.850 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:31:03.852 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14331 2025-04-16 18:31:03.854 | + lib/cinder:start_cinder:643 : run_process c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 18:31:03.857 | + functions-common:run_process:1654 : local service=c-vol 2025-04-16 18:31:03.859 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:03.861 | + functions-common:run_process:1656 : local group= 2025-04-16 18:31:03.863 | + functions-common:run_process:1657 : local user= 2025-04-16 18:31:03.865 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 18:31:03.867 | + functions-common:run_process:1660 : local name=c-vol 2025-04-16 18:31:03.869 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:31:03.871 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:31:03.873 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:31:03.876 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:31:03.878 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:31:03.882 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828263880 2025-04-16 18:31:03.884 | + functions-common:run_process:1663 : is_service_enabled c-vol 2025-04-16 18:31:03.898 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:03.901 | + functions-common:run_process:1664 : _run_under_systemd c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 18:31:03.903 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2025-04-16 18:31:03.905 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:03.907 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:03.909 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:03.911 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:03.913 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-16 18:31:03.915 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-16 18:31:03.918 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2025-04-16 18:31:03.920 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:31:03.922 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:31:03.924 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:31:03.926 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 18:31:03.928 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-16 18:31:03.930 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-vol.service '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 18:31:03.932 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2025-04-16 18:31:03.934 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:03.936 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 18:31:03.938 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 18:31:03.940 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 18:31:03.942 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 18:31:03.943 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 18:31:03.945 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-04-16 18:31:03.947 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 18:31:03.951 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-04-16 18:31:04.002 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:31:04.053 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-04-16 18:31:04.096 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 18:31:04.141 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-04-16 18:31:04.184 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-04-16 18:31:04.226 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:31:04.271 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-04-16 18:31:04.273 | + functions-common:write_user_unit_file:1538 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 18:31:04.317 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 18:31:04.319 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-04-16 18:31:04.369 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 18:31:04.644 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2025-04-16 18:31:04.656 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-04-16 18:31:04.905 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2025-04-16 18:31:04.935 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:31:04.938 | + functions-common:time_stop:2400 : local name 2025-04-16 18:31:04.940 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:31:04.945 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:31:04.947 | + functions-common:time_stop:2403 : local total 2025-04-16 18:31:04.951 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:31:04.955 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:31:04.957 | + functions-common:time_stop:2407 : start_time=1744828263880 2025-04-16 18:31:04.959 | + functions-common:time_stop:2409 : [[ -z 1744828263880 ]] 2025-04-16 18:31:04.962 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:31:04.968 | + functions-common:time_stop:2412 : end_time=1744828264963 2025-04-16 18:31:04.970 | + functions-common:time_stop:2413 : elapsed_time=1083 2025-04-16 18:31:04.972 | + functions-common:time_stop:2414 : total=14331 2025-04-16 18:31:04.974 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:31:04.976 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15414 2025-04-16 18:31:04.979 | + stack.sh:main:1349 : create_volume_types 2025-04-16 18:31:04.981 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2025-04-16 18:31:04.995 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:04.997 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2025-04-16 18:31:04.999 | + lib/cinder:create_volume_types:679 : local be be_name 2025-04-16 18:31:05.001 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 18:31:05.004 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2025-04-16 18:31:05.006 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2025-04-16 18:31:05.009 | + lib/cinder:create_one_type:659 : type_name=vsphere 2025-04-16 18:31:05.011 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2025-04-16 18:31:05.013 | + lib/cinder:create_one_type:661 : property_value=vsphere 2025-04-16 18:31:05.015 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2025-04-16 18:31:05.030 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:05.032 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-04-16 18:31:06.911 | +-------------+--------------------------------------+ 2025-04-16 18:31:06.911 | | Field | Value | 2025-04-16 18:31:06.911 | +-------------+--------------------------------------+ 2025-04-16 18:31:06.912 | | description | None | 2025-04-16 18:31:06.912 | | id | a7b79423-1728-40e1-8ff6-5e1edfcc28c1 | 2025-04-16 18:31:06.912 | | is_public | True | 2025-04-16 18:31:06.912 | | name | vsphere | 2025-04-16 18:31:06.912 | | properties | volume_backend_name='vsphere' | 2025-04-16 18:31:06.912 | +-------------+--------------------------------------+ 2025-04-16 18:31:07.047 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2025-04-16 18:31:07.050 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2025-04-16 18:31:07.052 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2025-04-16 18:31:07.054 | + stack.sh:main:1362 : is_service_enabled glance 2025-04-16 18:31:07.069 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:07.071 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2025-04-16 18:31:07.073 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:31:07.075 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2025-04-16 18:31:07.077 | + stack.sh:main:1364 : start_glance 2025-04-16 18:31:07.080 | + lib/glance:start_glance:609 : local service_protocol=http 2025-04-16 18:31:07.082 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2025-04-16 18:31:07.097 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:31:07.099 | + lib/glance:start_glance:616 : [[ False == False ]] 2025-04-16 18:31:07.101 | ++ lib/glance:start_glance:617 : which uwsgi 2025-04-16 18:31:07.105 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 18:31:07.107 | + functions-common:run_process:1654 : local service=g-api 2025-04-16 18:31:07.109 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 18:31:07.111 | + functions-common:run_process:1656 : local group= 2025-04-16 18:31:07.114 | + functions-common:run_process:1657 : local user= 2025-04-16 18:31:07.116 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 18:31:07.118 | + functions-common:run_process:1660 : local name=g-api 2025-04-16 18:31:07.120 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 18:31:07.122 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 18:31:07.124 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:31:07.126 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:31:07.128 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:31:07.132 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828267130 2025-04-16 18:31:07.134 | + functions-common:run_process:1663 : is_service_enabled g-api 2025-04-16 18:31:07.148 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:07.151 | + functions-common:run_process:1664 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-04-16 18:31:07.153 | + functions-common:_run_under_systemd:1611 : local service=g-api 2025-04-16 18:31:07.155 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 18:31:07.157 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 18:31:07.159 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 18:31:07.161 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 18:31:07.163 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-04-16 18:31:07.165 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-04-16 18:31:07.168 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2025-04-16 18:31:07.170 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 18:31:07.172 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 18:31:07.174 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 18:31:07.177 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 18:31:07.179 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-04-16 18:31:07.181 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 18:31:07.183 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:31:07.185 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 18:31:07.187 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2025-04-16 18:31:07.189 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:31:07.191 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 18:31:07.193 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 18:31:07.195 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 18:31:07.197 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-04-16 18:31:07.199 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 18:31:07.202 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2025-04-16 18:31:07.253 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 18:31:07.303 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-04-16 18:31:07.345 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-04-16 18:31:07.389 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 18:31:07.431 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 18:31:07.476 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-04-16 18:31:07.520 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-04-16 18:31:07.564 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-04-16 18:31:07.611 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-04-16 18:31:07.655 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-04-16 18:31:07.698 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 18:31:07.700 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 18:31:07.702 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-04-16 18:31:07.754 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 18:31:08.054 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2025-04-16 18:31:08.064 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-04-16 18:31:08.302 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2025-04-16 18:31:08.355 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 18:31:08.358 | + functions-common:time_stop:2400 : local name 2025-04-16 18:31:08.360 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:31:08.362 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:31:08.364 | + functions-common:time_stop:2403 : local total 2025-04-16 18:31:08.366 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:31:08.368 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 18:31:08.370 | + functions-common:time_stop:2407 : start_time=1744828267130 2025-04-16 18:31:08.372 | + functions-common:time_stop:2409 : [[ -z 1744828267130 ]] 2025-04-16 18:31:08.375 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:31:08.379 | + functions-common:time_stop:2412 : end_time=1744828268376 2025-04-16 18:31:08.381 | + functions-common:time_stop:2413 : elapsed_time=1246 2025-04-16 18:31:08.383 | + functions-common:time_stop:2414 : total=15414 2025-04-16 18:31:08.385 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:31:08.387 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16660 2025-04-16 18:31:08.389 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2025-04-16 18:31:08.403 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:31:08.405 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-04-16 18:31:08.405 | Waiting for g-api (10.180.1.21) to start... 2025-04-16 18:31:08.407 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2025-04-16 18:31:08.409 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 18:31:08.412 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-04-16 18:31:08.414 | + functions:wait_for_service:470 : local rval=0 2025-04-16 18:31:08.416 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 18:31:08.418 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 18:31:08.420 | + functions-common:time_start:2387 : local start_time= 2025-04-16 18:31:08.422 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:31:08.424 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:31:08.428 | + functions-common:time_start:2391 : _TIME_START[$name]=1744828268426 2025-04-16 18:31:08.431 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 18:31:08.434 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-04-16 18:31:10.342 | + :: : [[ 300 == 503 ]] 2025-04-16 18:31:10.343 | + :: : [[ 0 -eq 7 ]] 2025-04-16 18:31:10.346 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 18:31:10.348 | + functions-common:time_stop:2400 : local name 2025-04-16 18:31:10.350 | + functions-common:time_stop:2401 : local end_time 2025-04-16 18:31:10.353 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:31:10.355 | + functions-common:time_stop:2403 : local total 2025-04-16 18:31:10.357 | + functions-common:time_stop:2404 : local start_time 2025-04-16 18:31:10.359 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 18:31:10.361 | + functions-common:time_stop:2407 : start_time=1744828268426 2025-04-16 18:31:10.363 | + functions-common:time_stop:2409 : [[ -z 1744828268426 ]] 2025-04-16 18:31:10.366 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:31:10.369 | + functions-common:time_stop:2412 : end_time=1744828270367 2025-04-16 18:31:10.371 | + functions-common:time_stop:2413 : elapsed_time=1941 2025-04-16 18:31:10.373 | + functions-common:time_stop:2414 : total=8077 2025-04-16 18:31:10.376 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:31:10.378 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10018 2025-04-16 18:31:10.380 | + functions:wait_for_service:478 : return 0 2025-04-16 18:31:10.382 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2025-04-16 18:31:10.397 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:10.399 | + stack.sh:main:1378 : is_service_enabled glance 2025-04-16 18:31:10.413 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:10.415 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2025-04-16 18:31:10.418 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:31:10.420 | + stack.sh:echo_summary:461 : echo -e Uploading images 2025-04-16 18:31:10.422 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2025-04-16 18:31:10.424 | + stack.sh:main:1382 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 18:31:10.426 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 18:31:10.428 | + functions:upload_image:134 : local image image_fname image_name 2025-04-16 18:31:10.429 | + functions:upload_image:136 : local max_attempts=5 2025-04-16 18:31:10.431 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-04-16 18:31:10.435 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 18:31:10.438 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 18:31:10.440 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-04-16 18:31:10.441 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-04-16 18:31:10.444 | ++ functions:upload_image:144 : seq 5 2025-04-16 18:31:10.447 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-04-16 18:31:10.448 | + functions:upload_image:145 : local rc=0 2025-04-16 18:31:10.450 | + functions:upload_image:146 : wget --progress=dot:giga -c 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' -O '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 18:31:10.454 | --2025-04-16 18:31:10-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-04-16 18:31:10.460 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-16 18:31:10.461 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-16 18:31:10.499 | HTTP request sent, awaiting response... 200 OK 2025-04-16 18:31:10.499 | Length: 21318656 (20M) [application/octet-stream] 2025-04-16 18:31:10.499 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-04-16 18:31:10.571 | 2025-04-16 18:31:10.887 | 0K ........ ........ .... 100% 52.6M=0.4s 2025-04-16 18:31:10.887 | 2025-04-16 18:31:10.887 | 2025-04-16 18:31:10 (52.6 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-04-16 18:31:10.887 | 2025-04-16 18:31:10.889 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-04-16 18:31:10.891 | + functions:upload_image:155 : break 2025-04-16 18:31:10.893 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 18:31:10.895 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-04-16 18:31:10.897 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-04-16 18:31:10.899 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 18:31:10.900 | + functions:upload_image:194 : local vmdk_disktype= 2025-04-16 18:31:10.902 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-04-16 18:31:10.904 | + functions:upload_image:196 : local path_len 2025-04-16 18:31:10.906 | + functions:upload_image:199 : local vmdk_adapter_type 2025-04-16 18:31:10.909 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 18:31:10.909 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 18:31:10.913 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-04-16 18:31:10.914 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-04-16 18:31:10.916 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-04-16 18:31:10.918 | + functions:upload_image:205 : local vmdk_create_type 2025-04-16 18:31:10.921 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 18:31:10.921 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 18:31:10.925 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-04-16 18:31:10.927 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-04-16 18:31:10.929 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-04-16 18:31:10.930 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-04-16 18:31:10.932 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-04-16 18:31:10.934 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-04-16 18:31:10.936 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-04-16 18:31:10.937 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-04-16 18:31:10.939 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-04-16 18:31:10.942 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 18:31:10.942 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-04-16 18:31:10.946 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-04-16 18:31:10.948 | + functions:upload_image:284 : IFS=':;' 2025-04-16 18:31:10.950 | + functions:upload_image:284 : read -a props 2025-04-16 18:31:10.951 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-04-16 18:31:10.953 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-04-16 18:31:10.955 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-04-16 18:31:10.957 | + functions:upload_image:289 : _upload_image 'cirros-d240228-sparse;paraVirtual;vmxnet3' bare vmdk '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-16 18:31:10.959 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 18:31:10.961 | + functions:_upload_image:105 : shift 2025-04-16 18:31:10.962 | + functions:_upload_image:106 : local container=bare 2025-04-16 18:31:10.964 | + functions:_upload_image:107 : shift 2025-04-16 18:31:10.966 | + functions:_upload_image:108 : local disk=vmdk 2025-04-16 18:31:10.968 | + functions:_upload_image:109 : shift 2025-04-16 18:31:10.969 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 18:31:10.971 | + functions:_upload_image:111 : shift 2025-04-16 18:31:10.974 | + functions:_upload_image:112 : local properties 2025-04-16 18:31:10.975 | + functions:_upload_image:113 : local useimport 2025-04-16 18:31:10.977 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-16 18:31:10.979 | ++ functions:_image_properties_to_arg:87 : local result= 2025-04-16 18:31:10.980 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 18:31:10.982 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-04-16 18:31:10.984 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 18:31:10.986 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-04-16 18:31:10.987 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 18:31:10.989 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-04-16 18:31:10.991 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-16 18:31:10.993 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-04-16 18:31:10.995 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-04-16 18:31:10.996 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create 'cirros-d240228-sparse;paraVirtual;vmxnet3' --public --container-format bare --disk-format vmdk --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-16 18:31:13.240 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 18:31:13.240 | | Field | Value | 2025-04-16 18:31:13.240 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 18:31:13.240 | | container_format | bare | 2025-04-16 18:31:13.240 | | created_at | 2025-04-16T18:31:12Z | 2025-04-16 18:31:13.240 | | disk_format | vmdk | 2025-04-16 18:31:13.240 | | file | /v2/images/b010aefa-553b-437c-bd1e-78b0a276a491/file | 2025-04-16 18:31:13.240 | | id | b010aefa-553b-437c-bd1e-78b0a276a491 | 2025-04-16 18:31:13.240 | | min_disk | 0 | 2025-04-16 18:31:13.240 | | min_ram | 0 | 2025-04-16 18:31:13.240 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-04-16 18:31:13.240 | | owner | d4fe325ef395451d95fa750759fa3138 | 2025-04-16 18:31:13.240 | | properties | hw_vif_model='vmxnet3', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-d240228-sparse;paraVirtual;vmxnet3', owner_specified.openstack.sha256='', vmware_adaptertype='paraVirtual', vmware_disktype='sparse' | 2025-04-16 18:31:13.240 | | protected | False | 2025-04-16 18:31:13.240 | | schema | /v2/schemas/image | 2025-04-16 18:31:13.241 | | status | queued | 2025-04-16 18:31:13.241 | | tags | | 2025-04-16 18:31:13.241 | | updated_at | 2025-04-16T18:31:12Z | 2025-04-16 18:31:13.241 | | visibility | public | 2025-04-16 18:31:13.241 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 18:31:13.371 | + functions:upload_image:291 : return 2025-04-16 18:31:13.373 | + stack.sh:main:1386 : async_wait create_flavors 2025-04-16 18:31:13.416 | [4729 Async create_flavors:61966]: Waiting for completion of create_flavors running on PID 61966 (2 other jobs running) 2025-04-16 18:31:13.436 | [4729 Async create_flavors:61966]: Signaling child to exit 2025-04-16 18:31:13.988 | + inc/async:async_inner:64 : rc=0 2025-04-16 18:31:14.008 | [61966 Async create_flavors:61966]: finished successfully 2025-04-16 18:31:14.025 | WAKEUP 2025-04-16 18:31:14.042 | [4729 Async create_flavors:61966]: Signaled 2025-04-16 18:31:14.043 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2025-04-16 18:31:14.043 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:14.043 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2025-04-16 18:31:14.043 | + lib/nova:create_flavors:1256 : grep -q ds512M 2025-04-16 18:31:14.043 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2025-04-16 18:31:14.043 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.043 | | Field | Value | 2025-04-16 18:31:14.043 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.043 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 18:31:14.043 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 18:31:14.043 | | description | None | 2025-04-16 18:31:14.043 | | disk | 1 | 2025-04-16 18:31:14.043 | | id | c1 | 2025-04-16 18:31:14.043 | | name | cirros256 | 2025-04-16 18:31:14.043 | | os-flavor-access:is_public | True | 2025-04-16 18:31:14.043 | | properties | hw_rng:allowed='True' | 2025-04-16 18:31:14.043 | | ram | 256 | 2025-04-16 18:31:14.043 | | rxtx_factor | 1.0 | 2025-04-16 18:31:14.043 | | swap | 0 | 2025-04-16 18:31:14.043 | | vcpus | 1 | 2025-04-16 18:31:14.043 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.043 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | Field | Value | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 18:31:14.044 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 18:31:14.044 | | description | None | 2025-04-16 18:31:14.044 | | disk | 5 | 2025-04-16 18:31:14.044 | | id | d1 | 2025-04-16 18:31:14.044 | | name | ds512M | 2025-04-16 18:31:14.044 | | os-flavor-access:is_public | True | 2025-04-16 18:31:14.044 | | properties | hw_rng:allowed='True' | 2025-04-16 18:31:14.044 | | ram | 512 | 2025-04-16 18:31:14.044 | | rxtx_factor | 1.0 | 2025-04-16 18:31:14.044 | | swap | 0 | 2025-04-16 18:31:14.044 | | vcpus | 1 | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | Field | Value | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 18:31:14.044 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 18:31:14.044 | | description | None | 2025-04-16 18:31:14.044 | | disk | 10 | 2025-04-16 18:31:14.044 | | id | d2 | 2025-04-16 18:31:14.044 | | name | ds1G | 2025-04-16 18:31:14.044 | | os-flavor-access:is_public | True | 2025-04-16 18:31:14.044 | | properties | hw_rng:allowed='True' | 2025-04-16 18:31:14.044 | | ram | 1024 | 2025-04-16 18:31:14.044 | | rxtx_factor | 1.0 | 2025-04-16 18:31:14.044 | | swap | 0 | 2025-04-16 18:31:14.044 | | vcpus | 1 | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | Field | Value | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 18:31:14.044 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 18:31:14.044 | | description | None | 2025-04-16 18:31:14.044 | | disk | 10 | 2025-04-16 18:31:14.044 | | id | d3 | 2025-04-16 18:31:14.044 | | name | ds2G | 2025-04-16 18:31:14.044 | | os-flavor-access:is_public | True | 2025-04-16 18:31:14.044 | | properties | hw_rng:allowed='True' | 2025-04-16 18:31:14.044 | | ram | 2048 | 2025-04-16 18:31:14.044 | | rxtx_factor | 1.0 | 2025-04-16 18:31:14.044 | | swap | 0 | 2025-04-16 18:31:14.044 | | vcpus | 2 | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | Field | Value | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 18:31:14.044 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 18:31:14.044 | | description | None | 2025-04-16 18:31:14.044 | | disk | 20 | 2025-04-16 18:31:14.044 | | id | d4 | 2025-04-16 18:31:14.044 | | name | ds4G | 2025-04-16 18:31:14.044 | | os-flavor-access:is_public | True | 2025-04-16 18:31:14.044 | | properties | hw_rng:allowed='True' | 2025-04-16 18:31:14.044 | | ram | 4096 | 2025-04-16 18:31:14.044 | | rxtx_factor | 1.0 | 2025-04-16 18:31:14.044 | | swap | 0 | 2025-04-16 18:31:14.044 | | vcpus | 4 | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2025-04-16 18:31:14.044 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2025-04-16 18:31:14.044 | + lib/nova:create_flavors:1266 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | Field | Value | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 18:31:14.044 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 18:31:14.044 | | description | None | 2025-04-16 18:31:14.044 | | disk | 1 | 2025-04-16 18:31:14.044 | | id | 1 | 2025-04-16 18:31:14.044 | | name | m1.tiny | 2025-04-16 18:31:14.044 | | os-flavor-access:is_public | True | 2025-04-16 18:31:14.044 | | properties | hw_rng:allowed='True' | 2025-04-16 18:31:14.044 | | ram | 512 | 2025-04-16 18:31:14.044 | | rxtx_factor | 1.0 | 2025-04-16 18:31:14.044 | | swap | 0 | 2025-04-16 18:31:14.044 | | vcpus | 1 | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | + lib/nova:create_flavors:1267 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | Field | Value | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 18:31:14.044 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 18:31:14.044 | | description | None | 2025-04-16 18:31:14.044 | | disk | 20 | 2025-04-16 18:31:14.044 | | id | 2 | 2025-04-16 18:31:14.044 | | name | m1.small | 2025-04-16 18:31:14.044 | | os-flavor-access:is_public | True | 2025-04-16 18:31:14.044 | | properties | hw_rng:allowed='True' | 2025-04-16 18:31:14.044 | | ram | 2048 | 2025-04-16 18:31:14.044 | | rxtx_factor | 1.0 | 2025-04-16 18:31:14.044 | | swap | 0 | 2025-04-16 18:31:14.044 | | vcpus | 1 | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | + lib/nova:create_flavors:1268 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | Field | Value | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.044 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 18:31:14.044 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 18:31:14.044 | | description | None | 2025-04-16 18:31:14.044 | | disk | 40 | 2025-04-16 18:31:14.044 | | id | 3 | 2025-04-16 18:31:14.044 | | name | m1.medium | 2025-04-16 18:31:14.044 | | os-flavor-access:is_public | True | 2025-04-16 18:31:14.044 | | properties | hw_rng:allowed='True' | 2025-04-16 18:31:14.044 | | ram | 4096 | 2025-04-16 18:31:14.044 | | rxtx_factor | 1.0 | 2025-04-16 18:31:14.044 | | swap | 0 | 2025-04-16 18:31:14.044 | | vcpus | 2 | 2025-04-16 18:31:14.044 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.045 | + lib/nova:create_flavors:1269 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2025-04-16 18:31:14.045 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.045 | | Field | Value | 2025-04-16 18:31:14.045 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.045 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 18:31:14.045 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 18:31:14.045 | | description | None | 2025-04-16 18:31:14.045 | | disk | 80 | 2025-04-16 18:31:14.045 | | id | 4 | 2025-04-16 18:31:14.045 | | name | m1.large | 2025-04-16 18:31:14.045 | | os-flavor-access:is_public | True | 2025-04-16 18:31:14.045 | | properties | hw_rng:allowed='True' | 2025-04-16 18:31:14.045 | | ram | 8192 | 2025-04-16 18:31:14.045 | | rxtx_factor | 1.0 | 2025-04-16 18:31:14.045 | | swap | 0 | 2025-04-16 18:31:14.045 | | vcpus | 4 | 2025-04-16 18:31:14.045 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.045 | + lib/nova:create_flavors:1270 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2025-04-16 18:31:14.045 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.045 | | Field | Value | 2025-04-16 18:31:14.045 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.045 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 18:31:14.045 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 18:31:14.045 | | description | None | 2025-04-16 18:31:14.045 | | disk | 160 | 2025-04-16 18:31:14.045 | | id | 5 | 2025-04-16 18:31:14.045 | | name | m1.xlarge | 2025-04-16 18:31:14.045 | | os-flavor-access:is_public | True | 2025-04-16 18:31:14.045 | | properties | hw_rng:allowed='True' | 2025-04-16 18:31:14.045 | | ram | 16384 | 2025-04-16 18:31:14.045 | | rxtx_factor | 1.0 | 2025-04-16 18:31:14.045 | | swap | 0 | 2025-04-16 18:31:14.045 | | vcpus | 8 | 2025-04-16 18:31:14.045 | +----------------------------+-----------------------+ 2025-04-16 18:31:14.077 | [4729 Async create_flavors:61966]: finished create_flavors with result 0 in 14 seconds 2025-04-16 18:31:14.080 | + inc/async:async_wait:197 : return 0 2025-04-16 18:31:14.082 | + stack.sh:main:1388 : is_service_enabled horizon 2025-04-16 18:31:14.096 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:31:14.098 | + stack.sh:main:1402 : is_service_enabled nova 2025-04-16 18:31:14.112 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:14.114 | + stack.sh:main:1402 : is_service_enabled keystone 2025-04-16 18:31:14.128 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:14.130 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-04-16 18:31:14.132 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 18:31:14.134 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-16 18:31:14.137 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-04-16 18:31:14.139 | ++ opt/stack/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-16 18:31:14.140 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-04-16 18:31:14.141 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-04-16 18:31:14.142 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-04-16 18:31:14.143 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-04-16 18:31:14.144 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-04-16 18:31:14.146 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-04-16 18:31:14.147 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-04-16 18:31:14.148 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-04-16 18:31:14.149 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-04-16 18:31:14.150 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-04-16 18:31:14.151 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-04-16 18:31:14.152 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 18:31:14.153 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-04-16 18:31:14.154 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 18:31:14.155 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-04-16 18:31:14.156 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 18:31:14.157 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-04-16 18:31:14.158 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 18:31:14.159 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-04-16 18:31:14.160 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 18:31:14.161 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-04-16 18:31:14.162 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-04-16 18:31:14.163 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 18:31:14.164 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-04-16 18:31:14.165 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 18:31:14.166 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-04-16 18:31:14.167 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-04-16 18:31:14.168 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-04-16 18:31:14.169 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 18:31:14.170 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-04-16 18:31:14.171 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 18:31:14.172 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-04-16 18:31:14.173 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-04-16 18:31:14.174 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-04-16 18:31:14.175 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-04-16 18:31:14.177 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-04-16 18:31:14.178 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-04-16 18:31:14.179 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-04-16 18:31:14.180 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-04-16 18:31:14.181 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-04-16 18:31:14.182 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-04-16 18:31:14.183 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-04-16 18:31:14.184 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-04-16 18:31:14.185 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-16 18:31:14.186 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-16 18:31:14.187 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-04-16 18:31:14.188 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-04-16 18:31:14.189 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-04-16 18:31:14.190 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-04-16 18:31:14.192 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-04-16 18:31:14.193 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-04-16 18:31:14.194 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-04-16 18:31:14.195 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-04-16 18:31:14.197 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-04-16 18:31:14.197 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-04-16 18:31:14.197 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-04-16 18:31:14.197 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-04-16 18:31:14.198 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-04-16 18:31:15.015 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-04-16 18:31:15.016 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-04-16 18:31:15.130 | + stack.sh:main:1414 : save_stackenv 2025-04-16 18:31:15.132 | + functions-common:save_stackenv:60 : local tag= 2025-04-16 18:31:15.135 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 18:31:15.139 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-183115 2025-04-16 18:31:15.141 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-183115 ' 2025-04-16 18:31:15.143 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.145 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 18:31:15.147 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.150 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 18:31:15.151 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.153 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 18:31:15.156 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.157 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 18:31:15.160 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.162 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 18:31:15.164 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.166 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 18:31:15.168 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.170 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-182421 2025-04-16 18:31:15.172 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.174 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 18:31:15.176 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.178 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 18:31:15.180 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.182 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 18:31:15.184 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.186 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 18:31:15.188 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.190 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 18:31:15.192 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.194 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 18:31:15.196 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.198 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 18:31:15.200 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 18:31:15.202 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 18:31:15.205 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2025-04-16 18:31:15.207 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 18:31:15.209 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 18:31:15.211 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-04-16 18:31:15.213 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:31:15.215 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 18:31:15.217 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 18:31:15.219 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-04-16 18:31:15.222 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:31:15.224 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-04-16 18:31:15.226 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:31:15.228 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-04-16 18:31:15.228 | /^\[\[.+\|.*\]\]/ { 2025-04-16 18:31:15.228 | gsub("[][]", "", $1); 2025-04-16 18:31:15.228 | split($1, a, "|"); 2025-04-16 18:31:15.228 | if (a[1] == matchgroup) 2025-04-16 18:31:15.228 | print a[2] 2025-04-16 18:31:15.228 | } 2025-04-16 18:31:15.228 | ' /opt/stack/devstack/local.conf 2025-04-16 18:31:15.233 | + stack.sh:main:1432 : run_phase stack extra 2025-04-16 18:31:15.235 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 18:31:15.237 | + functions-common:run_phase:1829 : local phase=extra 2025-04-16 18:31:15.239 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 18:31:15.241 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 18:31:15.243 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 18:31:15.245 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 18:31:15.248 | + functions-common:run_phase:1838 : local extra 2025-04-16 18:31:15.250 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 18:31:15.254 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 18:31:15.256 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 18:31:15.258 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 18:31:15.260 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-04-16 18:31:15.262 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 18:31:15.276 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:15.278 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:31:15.280 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:31:15.282 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-16 18:31:15.284 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:31:15.286 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 18:31:15.288 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:31:15.290 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-04-16 18:31:15.292 | ++ extras.d/80-tempest.sh:source:15 : : 2025-04-16 18:31:15.294 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 18:31:15.296 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 18:31:15.298 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:31:15.300 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 18:31:15.302 | + functions-common:run_phase:1855 : run_plugins stack extra 2025-04-16 18:31:15.305 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 18:31:15.307 | + functions-common:run_plugins:1815 : local phase=extra 2025-04-16 18:31:15.309 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 18:31:15.311 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 18:31:15.313 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 18:31:15.315 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 18:31:15.317 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 18:31:15.319 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-04-16 18:31:15.321 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:31:15.324 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:31:15.326 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-16 18:31:15.328 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:31:15.331 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 18:31:15.333 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:31:15.335 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-04-16 18:31:15.337 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-04-16 18:31:15.339 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:31:15.341 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2025-04-16 18:31:15.344 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-04-16 18:31:15.346 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 18:31:15.348 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 18:31:15.350 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-04-16 18:31:15.352 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:31:15.354 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 18:31:15.357 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 18:31:15.359 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-04-16 18:31:15.362 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:31:15.364 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-04-16 18:31:15.366 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:31:15.368 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-04-16 18:31:15.368 | /^\[\[.+\|.*\]\]/ { 2025-04-16 18:31:15.368 | gsub("[][]", "", $1); 2025-04-16 18:31:15.368 | split($1, a, "|"); 2025-04-16 18:31:15.368 | if (a[1] == matchgroup) 2025-04-16 18:31:15.368 | print a[2] 2025-04-16 18:31:15.368 | } 2025-04-16 18:31:15.368 | ' /opt/stack/devstack/local.conf 2025-04-16 18:31:15.373 | + stack.sh:main:1449 : is_service_enabled n-cpu 2025-04-16 18:31:15.387 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:31:15.390 | + stack.sh:main:1454 : service_check 2025-04-16 18:31:15.392 | + functions-common:service_check:1693 : local service 2025-04-16 18:31:15.394 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.396 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2025-04-16 18:31:15.405 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-04-16 18:31:15.408 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.410 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2025-04-16 18:31:15.420 | enabled 2025-04-16 18:31:15.423 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2025-04-16 18:31:15.453 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-04-16 18:31:15.453 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.453 | Active: active (running) since Wed 2025-04-16 18:30:20 UTC; 55s ago 2025-04-16 18:31:15.453 | Main PID: 55275 (uwsgi) 2025-04-16 18:31:15.453 | Status: "uWSGI is ready" 2025-04-16 18:31:15.453 | Tasks: 3 (limit: 19125) 2025-04-16 18:31:15.453 | Memory: 226.4M 2025-04-16 18:31:15.453 | CPU: 6.167s 2025-04-16 18:31:15.453 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-04-16 18:31:15.453 | ├─55275 "nova-apiuWSGI master" 2025-04-16 18:31:15.453 | ├─55276 "nova-apiuWSGI worker 1" 2025-04-16 18:31:15.453 | └─55277 "nova-apiuWSGI worker 2" 2025-04-16 18:31:15.453 | 2025-04-16 18:31:15.453 | Apr 16 18:31:12 devstack devstack@n-api.service[55276]: [pid: 55276|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 16 18:31:12 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-16 18:31:15.453 | Apr 16 18:31:13 devstack devstack@n-api.service[55277]: DEBUG nova.api.openstack.wsgi [None req-dc810c1f-1e5d-4e3f-87b0-7d52a9c363ea admin admin] Calling method '>' {{(pid=55277) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-04-16 18:31:15.453 | Apr 16 18:31:13 devstack devstack@n-api.service[55277]: INFO nova.api.openstack.requestlog [None req-dc810c1f-1e5d-4e3f-87b0-7d52a9c363ea admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000954 2025-04-16 18:31:15.453 | Apr 16 18:31:13 devstack devstack@n-api.service[55277]: [pid: 55277|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Wed Apr 16 18:31:13 2025] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2025-04-16 18:31:15.453 | Apr 16 18:31:13 devstack devstack@n-api.service[55276]: DEBUG nova.api.openstack.wsgi [None req-0c2c24c0-baa1-4354-bc12-180ff28aa1af admin admin] Action: 'create', calling method: >, body: {"flavor": {"os-flavor-access:is_public": true, "vcpus": 8, "OS-FLV-EXT-DATA:ephemeral": 0, "name": "m1.xlarge", "id": "5", "disk": 160, "rxtx_factor": 1.0, "ram": 16384, "swap": 0}} {{(pid=55276) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-16 18:31:15.453 | Apr 16 18:31:13 devstack devstack@n-api.service[55276]: INFO nova.api.openstack.requestlog [None req-0c2c24c0-baa1-4354-bc12-180ff28aa1af admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.036954 2025-04-16 18:31:15.453 | Apr 16 18:31:13 devstack devstack@n-api.service[55276]: [pid: 55276|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Wed Apr 16 18:31:13 2025] POST /compute/v2.1/flavors => generated 408 bytes in 37 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-04-16 18:31:15.453 | Apr 16 18:31:13 devstack devstack@n-api.service[55277]: DEBUG nova.api.openstack.wsgi [None req-d60a7f4d-8311-4a1c-856f-7e4422087553 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=55277) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-16 18:31:15.453 | Apr 16 18:31:13 devstack devstack@n-api.service[55277]: INFO nova.api.openstack.requestlog [None req-d60a7f4d-8311-4a1c-856f-7e4422087553 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.016074 2025-04-16 18:31:15.453 | Apr 16 18:31:13 devstack devstack@n-api.service[55277]: [pid: 55277|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 16 18:31:13 2025] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-16 18:31:15.456 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.458 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2025-04-16 18:31:15.468 | enabled 2025-04-16 18:31:15.471 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2025-04-16 18:31:15.482 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-04-16 18:31:15.482 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.482 | Active: active (running) since Wed 2025-04-16 18:30:56 UTC; 18s ago 2025-04-16 18:31:15.482 | Main PID: 61493 (nova-conductor) 2025-04-16 18:31:15.482 | Tasks: 3 (limit: 19125) 2025-04-16 18:31:15.482 | Memory: 142.6M 2025-04-16 18:31:15.482 | CPU: 2.053s 2025-04-16 18:31:15.482 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-04-16 18:31:15.482 | ├─61493 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 18:31:15.482 | ├─61912 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 18:31:15.482 | └─61913 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 18:31:15.482 | 2025-04-16 18:31:15.482 | Apr 16 18:30:58 devstack nova-conductor[61493]: DEBUG oslo_service.service [None req-2e5b60ab-454c-4c23-8e67-0c9b1d6fb46c None None] oslo_limit.version = None {{(pid=61493) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.482 | Apr 16 18:30:58 devstack nova-conductor[61493]: DEBUG oslo_service.service [None req-2e5b60ab-454c-4c23-8e67-0c9b1d6fb46c None None] oslo_reports.file_event_handler = None {{(pid=61493) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.482 | Apr 16 18:30:58 devstack nova-conductor[61493]: DEBUG oslo_service.service [None req-2e5b60ab-454c-4c23-8e67-0c9b1d6fb46c None None] oslo_reports.file_event_handler_interval = 1 {{(pid=61493) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.482 | Apr 16 18:30:58 devstack nova-conductor[61493]: DEBUG oslo_service.service [None req-2e5b60ab-454c-4c23-8e67-0c9b1d6fb46c None None] oslo_reports.log_dir = None {{(pid=61493) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.482 | Apr 16 18:30:58 devstack nova-conductor[61493]: DEBUG oslo_service.service [None req-2e5b60ab-454c-4c23-8e67-0c9b1d6fb46c None None] ******************************************************************************** {{(pid=61493) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 18:31:15.482 | Apr 16 18:31:08 devstack nova-conductor[61493]: DEBUG dbcounter [-] [61493] Writing DB stats nova_api:SELECT=3 {{(pid=61493) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.482 | Apr 16 18:31:08 devstack nova-conductor[61493]: DEBUG dbcounter [-] [61493] Writing DB stats nova_cell0:SELECT=3 {{(pid=61493) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.482 | Apr 16 18:31:08 devstack nova-conductor[61493]: DEBUG dbcounter [-] [61493] Writing DB stats nova_cell1:SELECT=3 {{(pid=61493) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.482 | Apr 16 18:31:13 devstack nova-conductor[61913]: DEBUG dbcounter [-] [61913] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=61913) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.482 | Apr 16 18:31:13 devstack nova-conductor[61912]: DEBUG dbcounter [-] [61912] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=61912) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.485 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.487 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2025-04-16 18:31:15.497 | enabled 2025-04-16 18:31:15.500 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2025-04-16 18:31:15.511 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-04-16 18:31:15.511 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.511 | Active: active (running) since Wed 2025-04-16 18:30:54 UTC; 21s ago 2025-04-16 18:31:15.511 | Main PID: 60195 (nova-scheduler) 2025-04-16 18:31:15.511 | Tasks: 3 (limit: 19125) 2025-04-16 18:31:15.511 | Memory: 142.6M 2025-04-16 18:31:15.511 | CPU: 2.090s 2025-04-16 18:31:15.511 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-04-16 18:31:15.511 | ├─60195 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 18:31:15.511 | ├─61159 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 18:31:15.511 | └─61164 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 18:31:15.511 | 2025-04-16 18:31:15.511 | Apr 16 18:30:56 devstack nova-scheduler[60195]: DEBUG oslo_service.service [None req-e4bebbb2-3a89-46f9-b0ef-b99148da1e6a None None] oslo_limit.version = None {{(pid=60195) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.511 | Apr 16 18:30:56 devstack nova-scheduler[60195]: DEBUG oslo_service.service [None req-e4bebbb2-3a89-46f9-b0ef-b99148da1e6a None None] oslo_reports.file_event_handler = None {{(pid=60195) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.511 | Apr 16 18:30:56 devstack nova-scheduler[60195]: DEBUG oslo_service.service [None req-e4bebbb2-3a89-46f9-b0ef-b99148da1e6a None None] oslo_reports.file_event_handler_interval = 1 {{(pid=60195) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.511 | Apr 16 18:30:56 devstack nova-scheduler[60195]: DEBUG oslo_service.service [None req-e4bebbb2-3a89-46f9-b0ef-b99148da1e6a None None] oslo_reports.log_dir = None {{(pid=60195) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.511 | Apr 16 18:30:56 devstack nova-scheduler[60195]: DEBUG oslo_service.service [None req-e4bebbb2-3a89-46f9-b0ef-b99148da1e6a None None] ******************************************************************************** {{(pid=60195) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 18:31:15.511 | Apr 16 18:31:05 devstack nova-scheduler[60195]: DEBUG dbcounter [-] [60195] Writing DB stats nova_api:SELECT=7 {{(pid=60195) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.511 | Apr 16 18:31:05 devstack nova-scheduler[60195]: DEBUG dbcounter [-] [60195] Writing DB stats nova_cell1:SELECT=5 {{(pid=60195) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.511 | Apr 16 18:31:05 devstack nova-scheduler[60195]: DEBUG dbcounter [-] [60195] Writing DB stats nova_cell0:SELECT=3 {{(pid=60195) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.511 | Apr 16 18:31:10 devstack nova-scheduler[61164]: DEBUG dbcounter [-] [61164] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=61164) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.511 | Apr 16 18:31:10 devstack nova-scheduler[61159]: DEBUG dbcounter [-] [61159] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=61159) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.514 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.516 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-04-16 18:31:15.525 | enabled 2025-04-16 18:31:15.528 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-04-16 18:31:15.540 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-04-16 18:31:15.540 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.540 | Active: active (running) since Wed 2025-04-16 18:30:55 UTC; 20s ago 2025-04-16 18:31:15.540 | Main PID: 60795 (uwsgi) 2025-04-16 18:31:15.540 | Status: "uWSGI is ready" 2025-04-16 18:31:15.540 | Tasks: 4 (limit: 19125) 2025-04-16 18:31:15.540 | Memory: 188.4M 2025-04-16 18:31:15.540 | CPU: 3.948s 2025-04-16 18:31:15.540 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-04-16 18:31:15.540 | ├─60795 "nova-api-metauWSGI master" 2025-04-16 18:31:15.540 | ├─60796 "nova-api-metauWSGI worker 1" 2025-04-16 18:31:15.540 | ├─60797 "nova-api-metauWSGI worker 2" 2025-04-16 18:31:15.540 | └─60798 "nova-api-metauWSGI http 1" 2025-04-16 18:31:15.540 | 2025-04-16 18:31:15.540 | Apr 16 18:30:57 devstack devstack@n-api-meta.service[60797]: INFO dbcounter [None req-b475c7f6-203d-448c-9fa2-3db26435d0de None None] Registered counter for database nova_cell1 2025-04-16 18:31:15.540 | Apr 16 18:30:57 devstack devstack@n-api-meta.service[60797]: DEBUG oslo_db.sqlalchemy.engines [None req-b475c7f6-203d-448c-9fa2-3db26435d0de 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=60797) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 18:31:15.540 | Apr 16 18:30:57 devstack devstack@n-api-meta.service[60797]: DEBUG dbcounter [-] [60797] Writer thread running {{(pid=60797) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:31:15.540 | Apr 16 18:30:57 devstack devstack@n-api-meta.service[60796]: INFO dbcounter [None req-a13c8a0e-d60d-4e63-8fbd-5d37227392c7 None None] Registered counter for database nova_cell1 2025-04-16 18:31:15.540 | Apr 16 18:30:57 devstack devstack@n-api-meta.service[60796]: DEBUG oslo_db.sqlalchemy.engines [None req-a13c8a0e-d60d-4e63-8fbd-5d37227392c7 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=60796) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 18:31:15.540 | Apr 16 18:30:57 devstack devstack@n-api-meta.service[60796]: DEBUG dbcounter [-] [60796] Writer thread running {{(pid=60796) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:31:15.540 | Apr 16 18:30:57 devstack devstack@n-api-meta.service[60797]: WARNING nova.api.metadata.handler [None req-b475c7f6-203d-448c-9fa2-3db26435d0de None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-16 18:31:15.540 | Apr 16 18:30:57 devstack devstack@n-api-meta.service[60797]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x592a213f0100 pid: 60797 (default app) 2025-04-16 18:31:15.540 | Apr 16 18:30:57 devstack devstack@n-api-meta.service[60796]: WARNING nova.api.metadata.handler [None req-a13c8a0e-d60d-4e63-8fbd-5d37227392c7 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-16 18:31:15.540 | Apr 16 18:30:57 devstack devstack@n-api-meta.service[60796]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x592a213f0100 pid: 60796 (default app) 2025-04-16 18:31:15.543 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.545 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2025-04-16 18:31:15.554 | enabled 2025-04-16 18:31:15.557 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2025-04-16 18:31:15.569 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-04-16 18:31:15.569 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.569 | Active: active (running) since Wed 2025-04-16 18:30:28 UTC; 47s ago 2025-04-16 18:31:15.569 | Main PID: 56675 (uwsgi) 2025-04-16 18:31:15.569 | Status: "uWSGI is ready" 2025-04-16 18:31:15.569 | Tasks: 5 (limit: 19125) 2025-04-16 18:31:15.569 | Memory: 136.9M 2025-04-16 18:31:15.569 | CPU: 2.442s 2025-04-16 18:31:15.569 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-04-16 18:31:15.569 | ├─56675 "placementuWSGI master" 2025-04-16 18:31:15.569 | ├─56700 "placementuWSGI worker 1" 2025-04-16 18:31:15.569 | └─56701 "placementuWSGI worker 2" 2025-04-16 18:31:15.569 | 2025-04-16 18:31:15.569 | Apr 16 18:30:30 devstack devstack@placement-api.service[56700]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=56700) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:333}} 2025-04-16 18:31:15.569 | Apr 16 18:30:30 devstack devstack@placement-api.service[56700]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x639794a94b70 pid: 56700 (default app) 2025-04-16 18:31:15.569 | Apr 16 18:30:39 devstack devstack@placement-api.service[56701]: DEBUG dbcounter [-] [56701] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=56701) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.569 | Apr 16 18:30:40 devstack devstack@placement-api.service[56700]: DEBUG dbcounter [-] [56700] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=56700) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.569 | Apr 16 18:30:55 devstack devstack@placement-api.service[56701]: DEBUG placement.requestlog [None req-333319c2-31fb-4288-bc96-47cd0098adaf None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=56701) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-16 18:31:15.569 | Apr 16 18:30:55 devstack devstack@placement-api.service[56701]: INFO placement.requestlog [None req-333319c2-31fb-4288-bc96-47cd0098adaf None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-16 18:31:15.569 | Apr 16 18:30:55 devstack devstack@placement-api.service[56701]: [pid: 56701|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 16 18:30:55 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-16 18:31:15.569 | Apr 16 18:30:58 devstack devstack@placement-api.service[56700]: DEBUG placement.requestlog [None req-06e53fb2-401b-4154-86d7-f380712af5aa None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=56700) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-16 18:31:15.569 | Apr 16 18:30:58 devstack devstack@placement-api.service[56700]: INFO placement.requestlog [None req-06e53fb2-401b-4154-86d7-f380712af5aa None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-16 18:31:15.569 | Apr 16 18:30:58 devstack devstack@placement-api.service[56700]: [pid: 56700|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 16 18:30:58 2025] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-16 18:31:15.572 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.574 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2025-04-16 18:31:15.582 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-04-16 18:31:15.585 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.587 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2025-04-16 18:31:15.596 | enabled 2025-04-16 18:31:15.599 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2025-04-16 18:31:15.610 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-04-16 18:31:15.610 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.610 | Active: active (running) since Wed 2025-04-16 18:31:08 UTC; 7s ago 2025-04-16 18:31:15.610 | Main PID: 64355 (uwsgi) 2025-04-16 18:31:15.610 | Status: "uWSGI is ready" 2025-04-16 18:31:15.610 | Tasks: 9 (limit: 19125) 2025-04-16 18:31:15.610 | Memory: 223.5M 2025-04-16 18:31:15.610 | CPU: 4.451s 2025-04-16 18:31:15.610 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-04-16 18:31:15.610 | ├─64355 "glance-apiuWSGI master" 2025-04-16 18:31:15.610 | ├─64356 "glance-apiuWSGI worker 1" 2025-04-16 18:31:15.610 | └─64357 "glance-apiuWSGI worker 2" 2025-04-16 18:31:15.610 | 2025-04-16 18:31:15.610 | Apr 16 18:31:12 devstack devstack@g-api.service[64356]: DEBUG glance.api.middleware.version_negotiation [None req-a69a6b98-f542-4c0e-a8fa-fe79c2e210be None None] new path /v2/images/b010aefa-553b-437c-bd1e-78b0a276a491/file {{(pid=64356) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-04-16 18:31:15.610 | Apr 16 18:31:12 devstack devstack@g-api.service[64356]: INFO dbcounter [None req-20404163-48e0-49e7-b0ba-0e070a298c18 admin admin] Registered counter for database glance 2025-04-16 18:31:15.610 | Apr 16 18:31:12 devstack devstack@g-api.service[64356]: DEBUG oslo_db.sqlalchemy.engines [None req-20404163-48e0-49e7-b0ba-0e070a298c18 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=64356) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 18:31:15.610 | Apr 16 18:31:12 devstack devstack@g-api.service[64356]: DEBUG dbcounter [-] [64356] Writer thread running {{(pid=64356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 18:31:15.610 | Apr 16 18:31:12 devstack devstack@g-api.service[64356]: INFO glance.api.v2.image_data [None req-20404163-48e0-49e7-b0ba-0e070a298c18 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-04-16 18:31:15.610 | Apr 16 18:31:13 devstack devstack@g-api.service[64356]: DEBUG glance.location [None req-20404163-48e0-49e7-b0ba-0e070a298c18 admin admin] Enabling in-flight format inspection for vmdk {{(pid=64356) set_data /opt/stack/glance/glance/location.py:592}} 2025-04-16 18:31:15.610 | Apr 16 18:31:13 devstack devstack@g-api.service[64356]: DEBUG glance_store._drivers.filesystem [None req-20404163-48e0-49e7-b0ba-0e070a298c18 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/b010aefa-553b-437c-bd1e-78b0a276a491 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=64356) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2025-04-16 18:31:15.610 | Apr 16 18:31:13 devstack devstack@g-api.service[64356]: INFO glance.location [None req-20404163-48e0-49e7-b0ba-0e070a298c18 admin admin] Image format matched and virtual size computed: 117440512 2025-04-16 18:31:15.611 | Apr 16 18:31:13 devstack devstack@g-api.service[64356]: DEBUG glance_store.backend [None req-20404163-48e0-49e7-b0ba-0e070a298c18 admin admin] Skipping store.set_acls... not implemented. {{(pid=64356) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2025-04-16 18:31:15.611 | Apr 16 18:31:13 devstack devstack@g-api.service[64356]: [pid: 64356|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Wed Apr 16 18:31:12 2025] PUT /v2/images/b010aefa-553b-437c-bd1e-78b0a276a491/file => generated 0 bytes in 749 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-04-16 18:31:15.613 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.615 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2025-04-16 18:31:15.624 | enabled 2025-04-16 18:31:15.627 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2025-04-16 18:31:15.638 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-04-16 18:31:15.638 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.638 | Active: active (running) since Wed 2025-04-16 18:31:03 UTC; 11s ago 2025-04-16 18:31:15.638 | Main PID: 63129 (cinder-schedule) 2025-04-16 18:31:15.638 | Tasks: 1 (limit: 19125) 2025-04-16 18:31:15.638 | Memory: 93.8M 2025-04-16 18:31:15.638 | CPU: 1.755s 2025-04-16 18:31:15.638 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-04-16 18:31:15.638 | └─63129 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-04-16 18:31:15.638 | 2025-04-16 18:31:15.638 | Apr 16 18:31:05 devstack cinder-scheduler[63129]: DEBUG oslo_service.service [None req-ff2af590-4895-48f8-a420-d2a35354bb5b None None] nova.token_auth_url = None {{(pid=63129) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.638 | Apr 16 18:31:05 devstack cinder-scheduler[63129]: DEBUG oslo_service.service [None req-ff2af590-4895-48f8-a420-d2a35354bb5b None None] ******************************************************************************** {{(pid=63129) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 18:31:15.638 | Apr 16 18:31:05 devstack cinder-scheduler[63129]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-04-16 18:31:15.638 | Apr 16 18:31:05 devstack cinder-scheduler[63129]: INFO cinder.manager [None req-29439d00-c514-47a3-a357-fc1f8ec376c0 None None] Initiating service 1 cleanup 2025-04-16 18:31:15.639 | Apr 16 18:31:05 devstack cinder-scheduler[63129]: INFO cinder.manager [None req-29439d00-c514-47a3-a357-fc1f8ec376c0 None None] Service 1 cleanup completed. 2025-04-16 18:31:15.639 | Apr 16 18:31:05 devstack cinder-scheduler[63129]: DEBUG cinder.service [None req-29439d00-c514-47a3-a357-fc1f8ec376c0 None None] Creating RPC server for service cinder-scheduler {{(pid=63129) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-16 18:31:15.639 | Apr 16 18:31:05 devstack cinder-scheduler[63129]: DEBUG cinder.service [None req-29439d00-c514-47a3-a357-fc1f8ec376c0 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=63129) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-16 18:31:15.639 | Apr 16 18:31:09 devstack cinder-scheduler[63129]: DEBUG cinder.scheduler.host_manager [None req-22c6aec1-79b9-49b6-9928-67840fd7d0b0 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=63129) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-04-16 18:31:15.639 | Apr 16 18:31:09 devstack cinder-scheduler[63129]: DEBUG cinder.scheduler.host_manager [None req-22c6aec1-79b9-49b6-9928-67840fd7d0b0 None None] Updating capabilities for devstack@vsphere#vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2025, 4, 16, 18, 31, 9, 141160)} {{(pid=63129) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-04-16 18:31:15.639 | Apr 16 18:31:09 devstack cinder-scheduler[63129]: DEBUG cinder.utils [None req-22c6aec1-79b9-49b6-9928-67840fd7d0b0 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=63129) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-04-16 18:31:15.641 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.643 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2025-04-16 18:31:15.652 | enabled 2025-04-16 18:31:15.655 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2025-04-16 18:31:15.666 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-04-16 18:31:15.666 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.666 | Active: active (running) since Wed 2025-04-16 18:31:00 UTC; 14s ago 2025-04-16 18:31:15.666 | Main PID: 62593 (uwsgi) 2025-04-16 18:31:15.666 | Status: "uWSGI is ready" 2025-04-16 18:31:15.666 | Tasks: 7 (limit: 19125) 2025-04-16 18:31:15.666 | Memory: 213.6M 2025-04-16 18:31:15.666 | CPU: 4.760s 2025-04-16 18:31:15.666 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-04-16 18:31:15.666 | ├─62593 "cinder-apiuWSGI master" 2025-04-16 18:31:15.666 | ├─62594 "cinder-apiuWSGI worker 1" 2025-04-16 18:31:15.666 | └─62595 "cinder-apiuWSGI worker 2" 2025-04-16 18:31:15.666 | 2025-04-16 18:31:15.666 | Apr 16 18:31:06 devstack devstack@c-api.service[62595]: INFO cinder.api.openstack.wsgi [None req-97df04a5-771c-44fb-9b9e-63d05524f3dd admin admin] http://10.180.1.21/volume/v3/d4fe325ef395451d95fa750759fa3138/types returned with HTTP 200 2025-04-16 18:31:15.666 | Apr 16 18:31:06 devstack devstack@c-api.service[62595]: [pid: 62595|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Wed Apr 16 18:31:05 2025] POST /volume/v3/d4fe325ef395451d95fa750759fa3138/types => generated 182 bytes in 480 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-04-16 18:31:15.666 | Apr 16 18:31:06 devstack devstack@c-api.service[62594]: DEBUG cinder.api.middleware.request_id [req-97df04a5-771c-44fb-9b9e-63d05524f3dd req-5e5f61e3-fa7c-4c28-aa01-ee9a2383aa4c None None] RequestId filter calling following filter/app {{(pid=62594) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-04-16 18:31:15.666 | Apr 16 18:31:06 devstack devstack@c-api.service[62594]: INFO cinder.api.openstack.wsgi [req-97df04a5-771c-44fb-9b9e-63d05524f3dd req-5e5f61e3-fa7c-4c28-aa01-ee9a2383aa4c admin admin] POST http://10.180.1.21/volume/v3/d4fe325ef395451d95fa750759fa3138/types/a7b79423-1728-40e1-8ff6-5e1edfcc28c1/extra_specs 2025-04-16 18:31:15.666 | Apr 16 18:31:06 devstack devstack@c-api.service[62594]: DEBUG cinder.api.openstack.wsgi [req-97df04a5-771c-44fb-9b9e-63d05524f3dd req-5e5f61e3-fa7c-4c28-aa01-ee9a2383aa4c admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=62594) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-04-16 18:31:15.666 | Apr 16 18:31:06 devstack devstack@c-api.service[62594]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2025-04-16 18:31:15.666 | Apr 16 18:31:06 devstack devstack@c-api.service[62594]: warnings.warn('Policy enforcement is depending on the value of ' 2025-04-16 18:31:15.666 | Apr 16 18:31:06 devstack devstack@c-api.service[62594]: DEBUG oslo_db.sqlalchemy.engines [req-97df04a5-771c-44fb-9b9e-63d05524f3dd req-5e5f61e3-fa7c-4c28-aa01-ee9a2383aa4c 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=62594) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 18:31:15.666 | Apr 16 18:31:06 devstack devstack@c-api.service[62594]: INFO cinder.api.openstack.wsgi [req-97df04a5-771c-44fb-9b9e-63d05524f3dd req-5e5f61e3-fa7c-4c28-aa01-ee9a2383aa4c admin admin] http://10.180.1.21/volume/v3/d4fe325ef395451d95fa750759fa3138/types/a7b79423-1728-40e1-8ff6-5e1edfcc28c1/extra_specs returned with HTTP 200 2025-04-16 18:31:15.667 | Apr 16 18:31:06 devstack devstack@c-api.service[62594]: [pid: 62594|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Wed Apr 16 18:31:06 2025] POST /volume/v3/d4fe325ef395451d95fa750759fa3138/types/a7b79423-1728-40e1-8ff6-5e1edfcc28c1/extra_specs => generated 51 bytes in 427 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-04-16 18:31:15.669 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.671 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2025-04-16 18:31:15.680 | enabled 2025-04-16 18:31:15.683 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2025-04-16 18:31:15.694 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-04-16 18:31:15.694 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.694 | Active: active (running) since Wed 2025-04-16 18:31:04 UTC; 10s ago 2025-04-16 18:31:15.694 | Main PID: 63676 (cinder-volume) 2025-04-16 18:31:15.694 | Tasks: 3 (limit: 19125) 2025-04-16 18:31:15.694 | Memory: 242.9M 2025-04-16 18:31:15.694 | CPU: 4.220s 2025-04-16 18:31:15.694 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-04-16 18:31:15.694 | ├─63676 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-16 18:31:15.694 | └─63777 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-16 18:31:15.694 | 2025-04-16 18:31:15.694 | Apr 16 18:31:09 devstack cinder-volume[63777]: DEBUG cinder.image.image_utils [None req-22c6aec1-79b9-49b6-9928-67840fd7d0b0 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=63777) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1242}} 2025-04-16 18:31:15.694 | Apr 16 18:31:09 devstack cinder-volume[63777]: INFO cinder.keymgr.migration [None req-03ee4bc8-b162-4a56-b61c-53d310331a66 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-04-16 18:31:15.694 | Apr 16 18:31:09 devstack cinder-volume[63777]: DEBUG cinder.manager [None req-22c6aec1-79b9-49b6-9928-67840fd7d0b0 None None] Notifying Schedulers of capabilities ... {{(pid=63777) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-04-16 18:31:15.694 | Apr 16 18:31:09 devstack cinder-volume[63777]: INFO cinder.volume.manager [None req-22c6aec1-79b9-49b6-9928-67840fd7d0b0 None None] Driver initialization completed successfully. 2025-04-16 18:31:15.694 | Apr 16 18:31:09 devstack cinder-volume[63777]: INFO cinder.manager [None req-22c6aec1-79b9-49b6-9928-67840fd7d0b0 None None] Initiating service 2 cleanup 2025-04-16 18:31:15.694 | Apr 16 18:31:09 devstack cinder-volume[63777]: INFO cinder.manager [None req-22c6aec1-79b9-49b6-9928-67840fd7d0b0 None None] Service 2 cleanup completed. 2025-04-16 18:31:15.694 | Apr 16 18:31:09 devstack cinder-volume[63777]: DEBUG cinder.service [None req-22c6aec1-79b9-49b6-9928-67840fd7d0b0 None None] Creating RPC server for service cinder-volume {{(pid=63777) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-16 18:31:15.694 | Apr 16 18:31:09 devstack cinder-volume[63777]: DEBUG cinder.service [None req-22c6aec1-79b9-49b6-9928-67840fd7d0b0 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=63777) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-16 18:31:15.694 | Apr 16 18:31:09 devstack cinder-volume[63777]: INFO cinder.volume.manager [None req-22c6aec1-79b9-49b6-9928-67840fd7d0b0 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-04-16 18:31:15.694 | Apr 16 18:31:09 devstack cinder-volume[63777]: INFO cinder.volume.manager [None req-22c6aec1-79b9-49b6-9928-67840fd7d0b0 None None] Driver post RPC initialization completed successfully. 2025-04-16 18:31:15.697 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.699 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-04-16 18:31:15.707 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-04-16 18:31:15.710 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.712 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-04-16 18:31:15.720 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-04-16 18:31:15.723 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.725 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2025-04-16 18:31:15.734 | enabled 2025-04-16 18:31:15.737 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2025-04-16 18:31:15.748 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-04-16 18:31:15.748 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.748 | Active: active (running) since Wed 2025-04-16 18:30:23 UTC; 51s ago 2025-04-16 18:31:15.748 | Main PID: 55989 (/opt/stack/data) 2025-04-16 18:31:15.748 | Tasks: 5 (limit: 19125) 2025-04-16 18:31:15.748 | Memory: 380.8M 2025-04-16 18:31:15.748 | CPU: 10.428s 2025-04-16 18:31:15.748 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-04-16 18:31:15.748 | ├─55989 "/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2025-04-16 18:31:15.748 | ├─56092 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 18:31:15.748 | ├─56093 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 18:31:15.748 | ├─56094 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 18:31:15.748 | └─56095 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 18:31:15.749 | 2025-04-16 18:31:15.749 | Apr 16 18:30:59 devstack neutron-server[56092]: DEBUG dbcounter [-] [56092] Writing DB stats neutron:SELECT=374,neutron:INSERT=22,neutron:DELETE=5,neutron:UPDATE=9 {{(pid=56092) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.749 | Apr 16 18:30:59 devstack neutron-server[56092]: DEBUG dbcounter [-] [56092] Writing DB stats neutron:SELECT=356,neutron:INSERT=33,neutron:UPDATE=5,neutron:DELETE=3 {{(pid=56092) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.749 | Apr 16 18:31:02 devstack neutron-server[56093]: DEBUG dbcounter [-] [56093] Writing DB stats neutron:SELECT=262,neutron:UPDATE=5,neutron:INSERT=13,neutron:DELETE=3 {{(pid=56093) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.749 | Apr 16 18:31:02 devstack neutron-server[56093]: DEBUG dbcounter [-] [56093] Writing DB stats neutron:SELECT=249,neutron:INSERT=20,neutron:UPDATE=6,neutron:DELETE=1 {{(pid=56093) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.749 | Apr 16 18:31:03 devstack neutron-server[56094]: DEBUG neutron_lib.callbacks.manager [None req-3024880c-b52d-44eb-a0d0-a6323916abe9 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8536374741887', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-798079'] for agent (f6a38787-0227-4546-a3d3-5e849ae247fb), after_update {{(pid=56094) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 18:31:15.749 | Apr 16 18:31:04 devstack neutron-server[56094]: DEBUG neutron_lib.callbacks.manager [None req-9bae95f3-6910-4f80-b122-a486ae5b5c55 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8536374741887', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-798079'] for agent (bddc8b8d-f487-4521-86b4-13a248c4d0cd), after_update {{(pid=56094) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 18:31:15.749 | Apr 16 18:31:04 devstack neutron-server[56094]: DEBUG neutron_lib.callbacks.manager [None req-d73dfd70-67ec-49a3-a80e-c6743ed68dfd None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8536374741887', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-798079'] for agent (9ae77f74-1361-4a24-a7f8-272f3834dc01), after_update {{(pid=56094) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 18:31:15.749 | Apr 16 18:31:05 devstack neutron-server[56094]: DEBUG neutron_lib.callbacks.manager [None req-61197b8a-5c66-4355-80a9-b937f64f5f33 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8536374741887', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-798079'] for agent (69b98ab2-231f-43e6-96e0-09f388b6a37f), after_update {{(pid=56094) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 18:31:15.749 | Apr 16 18:31:15 devstack neutron-server[56094]: DEBUG dbcounter [-] [56094] Writing DB stats neutron:SELECT=537,neutron:INSERT=6,neutron:UPDATE=7 {{(pid=56094) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.749 | Apr 16 18:31:15 devstack neutron-server[56094]: DEBUG dbcounter [-] [56094] Writing DB stats neutron:SELECT=577,neutron:INSERT=8,neutron:UPDATE=14 {{(pid=56094) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 18:31:15.752 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.754 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2025-04-16 18:31:15.762 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-04-16 18:31:15.766 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.768 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2025-04-16 18:31:15.776 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-04-16 18:31:15.779 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.781 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2025-04-16 18:31:15.790 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-04-16 18:31:15.793 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.796 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2025-04-16 18:31:15.804 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-04-16 18:31:15.807 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.810 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2025-04-16 18:31:15.819 | enabled 2025-04-16 18:31:15.822 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2025-04-16 18:31:15.833 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-04-16 18:31:15.833 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.833 | Active: active (running) since Wed 2025-04-16 18:30:30 UTC; 45s ago 2025-04-16 18:31:15.833 | Main PID: 57271 (neutron-openvsw) 2025-04-16 18:31:15.833 | Tasks: 4 (limit: 19125) 2025-04-16 18:31:15.833 | Memory: 153.2M 2025-04-16 18:31:15.833 | CPU: 3.719s 2025-04-16 18:31:15.833 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-04-16 18:31:15.833 | ├─57271 "neutron-openvswitch-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 18:31:15.833 | ├─58885 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmpk7g1ux1t/privsep.sock 2025-04-16 18:31:15.833 | └─58888 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-04-16 18:31:15.833 | 2025-04-16 18:31:15.834 | Apr 16 18:31:13 devstack neutron-openvswitch-agent[57271]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-84a4c745-d18e-4e96-b26a-dc98c00dcb26 None None] Agent rpc_loop - iteration:18 started 2025-04-16 18:31:15.834 | Apr 16 18:31:13 devstack neutron-openvswitch-agent[57271]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-84a4c745-d18e-4e96-b26a-dc98c00dcb26 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xfe20e02b,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=5918849856518701166,duration_nsec=264000000,duration_sec=39,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=57271) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-16 18:31:15.834 | Apr 16 18:31:13 devstack neutron-openvswitch-agent[57271]: DEBUG neutron.agent.linux.utils [None req-84a4c745-d18e-4e96-b26a-dc98c00dcb26 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 58888. {{(pid=57271) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-16 18:31:15.834 | Apr 16 18:31:13 devstack neutron-openvswitch-agent[57271]: DEBUG neutron.agent.common.ovsdb_monitor [None req-84a4c745-d18e-4e96-b26a-dc98c00dcb26 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=57271) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-16 18:31:15.834 | Apr 16 18:31:13 devstack neutron-openvswitch-agent[57271]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-84a4c745-d18e-4e96-b26a-dc98c00dcb26 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-16 18:31:15.834 | Apr 16 18:31:15 devstack neutron-openvswitch-agent[57271]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-84a4c745-d18e-4e96-b26a-dc98c00dcb26 None None] Agent rpc_loop - iteration:19 started 2025-04-16 18:31:15.834 | Apr 16 18:31:15 devstack neutron-openvswitch-agent[57271]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-84a4c745-d18e-4e96-b26a-dc98c00dcb26 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xfe20e02d,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=5918849856518701166,duration_nsec=266000000,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=57271) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-16 18:31:15.834 | Apr 16 18:31:15 devstack neutron-openvswitch-agent[57271]: DEBUG neutron.agent.linux.utils [None req-84a4c745-d18e-4e96-b26a-dc98c00dcb26 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 58888. {{(pid=57271) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-16 18:31:15.834 | Apr 16 18:31:15 devstack neutron-openvswitch-agent[57271]: DEBUG neutron.agent.common.ovsdb_monitor [None req-84a4c745-d18e-4e96-b26a-dc98c00dcb26 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=57271) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-16 18:31:15.834 | Apr 16 18:31:15 devstack neutron-openvswitch-agent[57271]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-84a4c745-d18e-4e96-b26a-dc98c00dcb26 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-16 18:31:15.837 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.839 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-04-16 18:31:15.848 | enabled 2025-04-16 18:31:15.851 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-04-16 18:31:15.862 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-04-16 18:31:15.862 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.862 | Active: active (running) since Wed 2025-04-16 18:30:31 UTC; 44s ago 2025-04-16 18:31:15.862 | Main PID: 57718 (neutron-dhcp-ag) 2025-04-16 18:31:15.862 | Tasks: 14 (limit: 19125) 2025-04-16 18:31:15.862 | Memory: 400.3M 2025-04-16 18:31:15.862 | CPU: 8.698s 2025-04-16 18:31:15.862 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-04-16 18:31:15.862 | ├─57718 "neutron-dhcp-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2025-04-16 18:31:15.862 | ├─59079 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpio6mfxdv/privsep.sock 2025-04-16 18:31:15.862 | ├─59118 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpel1pek_b/privsep.sock 2025-04-16 18:31:15.862 | ├─59180 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmp9ofwdmr4/privsep.sock 2025-04-16 18:31:15.862 | ├─59298 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 18:31:15.862 | ├─59299 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 18:31:15.862 | └─59311 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/33b40d5c-1384-4c36-b55d-f9357f451fd8/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/33b40d5c-1384-4c36-b55d-f9357f451fd8/host --addn-hosts=/opt/stack/data/neutron/dhcp/33b40d5c-1384-4c36-b55d-f9357f451fd8/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/33b40d5c-1384-4c36-b55d-f9357f451fd8/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/33b40d5c-1384-4c36-b55d-f9357f451fd8/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-03dcc1c5-8fc4-4649-aa75-a845c1da6b9b,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2025-04-16 18:31:15.862 | 2025-04-16 18:31:15.862 | Apr 16 18:30:48 devstack neutron-dhcp-agent[57718]: INFO neutron.agent.dhcp.agent [None req-cacd7dc8-be80-48a2-bbba-643bab005c54 None None] DHCP configuration for ports {'0150de4f-8955-4efd-afdd-33bda96d1f83'} is completed 2025-04-16 18:31:15.862 | Apr 16 18:30:49 devstack neutron-dhcp-agent[57718]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'e81bd06e-bb16-4eac-aed6-b707886b5654'}, 'priority': 0},) {} {{(pid=57718) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 18:31:15.862 | Apr 16 18:30:49 devstack neutron-dhcp-agent[57718]: DEBUG oslo_concurrency.lockutils [None req-15eaa099-3594-4ced-8312-eedfd1a2e87e None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=57718) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-16 18:31:15.862 | Apr 16 18:30:49 devstack neutron-dhcp-agent[57718]: DEBUG oslo_concurrency.lockutils [None req-15eaa099-3594-4ced-8312-eedfd1a2e87e None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=57718) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-16 18:31:15.862 | Apr 16 18:30:49 devstack neutron-dhcp-agent[57718]: DEBUG oslo_concurrency.lockutils [None req-15eaa099-3594-4ced-8312-eedfd1a2e87e None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=57718) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-16 18:31:15.862 | Apr 16 18:30:49 devstack neutron-dhcp-agent[57718]: DEBUG neutron.agent.dhcp.agent [None req-15eaa099-3594-4ced-8312-eedfd1a2e87e None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'ee477ad6-d1bc-4715-8df0-6ebdabb2ddc7', 'name': 'public-subnet', 'tenant_id': 'd4fe325ef395451d95fa750759fa3138', 'network_id': 'e81bd06e-bb16-4eac-aed6-b707886b5654', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 24, 'gateway_ip': '10.180.180.1', 'cidr': '10.180.180.0/24', 'allocation_pools': [{'start': '10.180.180.128', 'end': '10.180.180.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2025-04-16T18:30:49Z', 'updated_at': '2025-04-16T18:30:49Z', 'revision_number': 0, 'project_id': 'd4fe325ef395451d95fa750759fa3138', 'network': {'id': 'e81bd06e-bb16-4eac-aed6-b707886b5654', 'name': 'public', 'tenant_id': 'd4fe325ef395451d95fa750759fa3138', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['ee477ad6-d1bc-4715-8df0-6ebdabb2ddc7'], 'standard_attr_id': 21, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-04-16T18:30:45Z', 'updated_at': '2025-04-16T18:30:49Z', 'revision_number': 2, 'project_id': 'd4fe325ef395451d95fa750759fa3138', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=57718) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 18:31:15.862 | Apr 16 18:30:49 devstack neutron-dhcp-agent[57718]: DEBUG oslo_concurrency.lockutils [None req-25c0dbb0-83c5-44d1-b079-edd31e3ae015 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=57718) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-16 18:31:15.862 | Apr 16 18:30:49 devstack neutron-dhcp-agent[57718]: DEBUG oslo_concurrency.lockutils [None req-25c0dbb0-83c5-44d1-b079-edd31e3ae015 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=57718) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-16 18:31:15.863 | Apr 16 18:30:49 devstack neutron-dhcp-agent[57718]: DEBUG oslo_concurrency.lockutils [None req-25c0dbb0-83c5-44d1-b079-edd31e3ae015 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=57718) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-16 18:31:15.863 | Apr 16 18:30:51 devstack neutron-dhcp-agent[57718]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=57718) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 18:31:15.865 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.868 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2025-04-16 18:31:15.877 | enabled 2025-04-16 18:31:15.880 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2025-04-16 18:31:15.891 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-04-16 18:31:15.891 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.891 | Active: active (running) since Wed 2025-04-16 18:30:32 UTC; 43s ago 2025-04-16 18:31:15.891 | Main PID: 58181 (neutron-l3-agen) 2025-04-16 18:31:15.891 | Tasks: 22 (limit: 19125) 2025-04-16 18:31:15.891 | Memory: 405.4M 2025-04-16 18:31:15.891 | CPU: 8.752s 2025-04-16 18:31:15.891 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-04-16 18:31:15.891 | ├─58181 "neutron-l3-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2025-04-16 18:31:15.891 | ├─58877 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpocjitauw/privsep.sock 2025-04-16 18:31:15.891 | ├─59489 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpnd5sat9x/privsep.sock 2025-04-16 18:31:15.891 | ├─59501 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpsjorawfm/privsep.sock 2025-04-16 18:31:15.891 | ├─59708 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 18:31:15.891 | ├─59709 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 18:31:15.891 | └─59984 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/d0bec47c-a921-4380-add5-ca427ccc0d8e.conf 2025-04-16 18:31:15.891 | 2025-04-16 18:31:15.891 | Apr 16 18:30:56 devstack neutron-l3-agent[58181]: DEBUG oslo.privsep.daemon [-] privsep: reply[8b66ba84-2fa7-4ccb-a9b7-99630ca02e22]: (4, ('ARPING 10.180.180.185 from 10.180.180.185 qg-cecfa7b8-5d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=59489) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 18:31:15.891 | Apr 16 18:30:58 devstack neutron-l3-agent[58181]: DEBUG oslo.privsep.daemon [-] privsep: reply[5b14f6bd-7c1d-4bba-afd1-cb2e235ad8e4]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-0150de4f-89\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=59489) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 18:31:15.891 | Apr 16 18:30:59 devstack neutron-l3-agent[58181]: DEBUG oslo.privsep.daemon [-] privsep: reply[2f81327d-d941-467a-9929-08b4628199bd]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-0150de4f-89\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=59489) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 18:31:15.891 | Apr 16 18:30:59 devstack neutron-l3-agent[58181]: DEBUG oslo.privsep.daemon [-] privsep: reply[e4e4ade0-4c35-415e-8a57-116e6eb18596]: (4, ('ARPING 10.180.180.185 from 10.180.180.185 qg-cecfa7b8-5d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=59489) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 18:31:15.891 | Apr 16 18:31:00 devstack neutron-l3-agent[58181]: DEBUG oslo.privsep.daemon [-] privsep: reply[4e4d5d39-34b7-4965-8047-58cd9d3ba9cb]: (4, ('ARPING 10.180.180.185 from 10.180.180.185 qg-cecfa7b8-5d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=59489) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 18:31:15.891 | Apr 16 18:31:02 devstack neutron-l3-agent[58181]: DEBUG oslo.privsep.daemon [-] privsep: reply[ea089498-b75e-4ad6-a4ec-d60f51529e2b]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-0150de4f-89\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=59489) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 18:31:15.891 | Apr 16 18:31:03 devstack neutron-l3-agent[58181]: DEBUG oslo.privsep.daemon [-] privsep: reply[3fb32c36-b0d6-4726-9b76-15094a8229eb]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-0150de4f-89\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=59489) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 18:31:15.891 | Apr 16 18:31:03 devstack neutron-l3-agent[58181]: DEBUG oslo.privsep.daemon [-] privsep: reply[c6275957-7296-46e5-8155-df90aa1933e7]: (4, ('ARPING 10.180.180.185 from 10.180.180.185 qg-cecfa7b8-5d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=59489) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 18:31:15.891 | Apr 16 18:31:04 devstack neutron-l3-agent[58181]: DEBUG oslo.privsep.daemon [-] privsep: reply[af48bede-a1fb-4469-941a-880490e198e3]: (4, ('ARPING 10.180.180.185 from 10.180.180.185 qg-cecfa7b8-5d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=59489) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 18:31:15.891 | Apr 16 18:31:14 devstack neutron-l3-agent[58181]: DEBUG oslo_service.periodic_task [None req-4c574ed4-b14c-4850-9039-27fcd315e5a5 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=58181) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} 2025-04-16 18:31:15.894 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 18:31:15.896 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2025-04-16 18:31:15.905 | enabled 2025-04-16 18:31:15.908 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2025-04-16 18:31:15.919 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-04-16 18:31:15.919 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-04-16 18:31:15.919 | Active: active (running) since Wed 2025-04-16 18:30:33 UTC; 42s ago 2025-04-16 18:31:15.919 | Main PID: 58666 (neutron-metadat) 2025-04-16 18:31:15.919 | Tasks: 3 (limit: 19125) 2025-04-16 18:31:15.919 | Memory: 117.0M 2025-04-16 18:31:15.919 | CPU: 1.932s 2025-04-16 18:31:15.919 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-04-16 18:31:15.919 | ├─58666 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 18:31:15.919 | ├─58878 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 18:31:15.919 | └─58879 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 18:31:15.919 | 2025-04-16 18:31:15.919 | Apr 16 18:30:35 devstack neutron-metadata-agent[58666]: DEBUG oslo_service.service [None req-61197b8a-5c66-4355-80a9-b937f64f5f33 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=58666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.919 | Apr 16 18:30:35 devstack neutron-metadata-agent[58666]: DEBUG oslo_service.service [None req-61197b8a-5c66-4355-80a9-b937f64f5f33 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=58666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.919 | Apr 16 18:30:35 devstack neutron-metadata-agent[58666]: DEBUG oslo_service.service [None req-61197b8a-5c66-4355-80a9-b937f64f5f33 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=58666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.919 | Apr 16 18:30:35 devstack neutron-metadata-agent[58666]: DEBUG oslo_service.service [None req-61197b8a-5c66-4355-80a9-b937f64f5f33 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=58666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.919 | Apr 16 18:30:35 devstack neutron-metadata-agent[58666]: DEBUG oslo_service.service [None req-61197b8a-5c66-4355-80a9-b937f64f5f33 None None] oslo_messaging_rabbit.ssl_version = {{(pid=58666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.919 | Apr 16 18:30:35 devstack neutron-metadata-agent[58666]: DEBUG oslo_service.service [None req-61197b8a-5c66-4355-80a9-b937f64f5f33 None None] oslo_messaging_notifications.driver = [] {{(pid=58666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.919 | Apr 16 18:30:35 devstack neutron-metadata-agent[58666]: DEBUG oslo_service.service [None req-61197b8a-5c66-4355-80a9-b937f64f5f33 None None] oslo_messaging_notifications.retry = -1 {{(pid=58666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.919 | Apr 16 18:30:35 devstack neutron-metadata-agent[58666]: DEBUG oslo_service.service [None req-61197b8a-5c66-4355-80a9-b937f64f5f33 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=58666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.919 | Apr 16 18:30:35 devstack neutron-metadata-agent[58666]: DEBUG oslo_service.service [None req-61197b8a-5c66-4355-80a9-b937f64f5f33 None None] oslo_messaging_notifications.transport_url = **** {{(pid=58666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 18:31:15.919 | Apr 16 18:30:35 devstack neutron-metadata-agent[58666]: DEBUG oslo_service.service [None req-61197b8a-5c66-4355-80a9-b937f64f5f33 None None] ******************************************************************************** {{(pid=58666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 18:31:15.922 | + stack.sh:main:1460 : is_service_enabled n-api 2025-04-16 18:31:15.937 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:15.939 | + stack.sh:main:1461 : is_service_enabled n-cpu 2025-04-16 18:31:15.953 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:31:15.956 | + stack.sh:main:1468 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2025-04-16 18:31:15.958 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:31:15.960 | + stack.sh:echo_summary:461 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2025-04-16 18:31:15.962 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-04-16 18:31:16.417 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 18:31:17.795 | +--------------------------------------------------------------------+ 2025-04-16 18:31:17.795 | | Upgrade Check Results | 2025-04-16 18:31:17.795 | +--------------------------------------------------------------------+ 2025-04-16 18:31:17.795 | | Check: Cells v2 | 2025-04-16 18:31:17.795 | | Result: Success | 2025-04-16 18:31:17.795 | | Details: No host mappings or compute nodes were found. Remember to | 2025-04-16 18:31:17.795 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-04-16 18:31:17.795 | | compute hosts are deployed. | 2025-04-16 18:31:17.795 | +--------------------------------------------------------------------+ 2025-04-16 18:31:17.795 | | Check: Placement API | 2025-04-16 18:31:17.795 | | Result: Success | 2025-04-16 18:31:17.795 | | Details: None | 2025-04-16 18:31:17.795 | +--------------------------------------------------------------------+ 2025-04-16 18:31:17.795 | | Check: Cinder API | 2025-04-16 18:31:17.795 | | Result: Success | 2025-04-16 18:31:17.795 | | Details: None | 2025-04-16 18:31:17.795 | +--------------------------------------------------------------------+ 2025-04-16 18:31:17.795 | | Check: Policy File JSON to YAML Migration | 2025-04-16 18:31:17.795 | | Result: Success | 2025-04-16 18:31:17.795 | | Details: None | 2025-04-16 18:31:17.795 | +--------------------------------------------------------------------+ 2025-04-16 18:31:17.795 | | Check: Older than N-1 computes | 2025-04-16 18:31:17.795 | | Result: Success | 2025-04-16 18:31:17.795 | | Details: None | 2025-04-16 18:31:17.795 | +--------------------------------------------------------------------+ 2025-04-16 18:31:17.795 | | Check: hw_machine_type unset | 2025-04-16 18:31:17.795 | | Result: Success | 2025-04-16 18:31:17.795 | | Details: None | 2025-04-16 18:31:17.795 | +--------------------------------------------------------------------+ 2025-04-16 18:31:17.795 | | Check: Service User Token Configuration | 2025-04-16 18:31:17.795 | | Result: Success | 2025-04-16 18:31:17.795 | | Details: None | 2025-04-16 18:31:17.795 | +--------------------------------------------------------------------+ 2025-04-16 18:31:18.106 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2025-04-16 18:31:18.109 | + stack.sh:main:1493 : command openstack complete 2025-04-16 18:31:18.109 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-04-16 18:31:19.426 | + stack.sh:main:1497 : is_service_enabled cinder 2025-04-16 18:31:19.441 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:19.443 | + stack.sh:main:1498 : is_ubuntu 2025-04-16 18:31:19.445 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 18:31:19.447 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 18:31:19.450 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2025-04-16 18:31:19.452 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:31:19.454 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2025-04-16 18:31:19.456 | + stack.sh:main:1500 : set_lvm_filter 2025-04-16 18:31:19.458 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-04-16 18:31:19.460 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2025-04-16 18:31:19.462 | + lib/lvm:set_lvm_filter:191 : local pv 2025-04-16 18:31:19.464 | + lib/lvm:set_lvm_filter:192 : local vg 2025-04-16 18:31:19.466 | + lib/lvm:set_lvm_filter:193 : local line 2025-04-16 18:31:19.469 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2025-04-16 18:31:19.508 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-04-16 18:31:19.510 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2025-04-16 18:31:19.512 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-04-16 18:31:19.523 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-04-16 18:31:19.534 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-04-16 18:31:19.536 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:31:19.538 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-04-16 18:31:19.541 | + stack.sh:main:1510 : run_phase stack test-config 2025-04-16 18:31:19.543 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 18:31:19.545 | + functions-common:run_phase:1829 : local phase=test-config 2025-04-16 18:31:19.547 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 18:31:19.549 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 18:31:19.552 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 18:31:19.554 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 18:31:19.556 | + functions-common:run_phase:1838 : local extra 2025-04-16 18:31:19.558 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 18:31:19.562 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 18:31:19.564 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 18:31:19.567 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 18:31:19.569 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-04-16 18:31:19.571 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 18:31:19.584 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:19.586 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:31:19.588 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:31:19.590 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-16 18:31:19.592 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:31:19.594 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 18:31:19.596 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:31:19.598 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-04-16 18:31:19.601 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:31:19.603 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-16 18:31:19.605 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:31:19.607 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-16 18:31:19.609 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-04-16 18:31:19.644 | [4729 Async install_tempest:35809]: Waiting for completion of install_tempest running on PID 35809 (1 other jobs running) 2025-04-16 18:31:19.661 | [4729 Async install_tempest:35809]: Signaling child to exit 2025-04-16 18:31:19.661 | WAKEUP 2025-04-16 18:31:19.677 | [4729 Async install_tempest:35809]: Signaled 2025-04-16 18:31:19.677 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:574 : local git_ref=master 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:575 : local orig_dir 2025-04-16 18:31:19.677 | +++ functions-common:git_clone:576 : pwd 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 18:31:19.677 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:579 : RECLONE=False 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:593 : echo master 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 18:31:19.677 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-16 18:31:19.677 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:31:19.678 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:31:19.678 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 18:31:19.678 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:31:19.678 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:31:19.678 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744828071828 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-16 18:31:19.678 | Cloning into '/opt/stack//tempest'... 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2400 : local name 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2403 : local total 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2407 : start_time=1744828071828 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2409 : [[ -z 1744828071828 ]] 2025-04-16 18:31:19.678 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2412 : end_time=1744828073826 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2413 : elapsed_time=1998 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2414 : total=44728 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=46726 2025-04-16 18:31:19.678 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2025-04-16 18:31:19.678 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:31:19.678 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:31:19.678 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 18:31:19.678 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:31:19.678 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:31:19.678 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744828073855 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2025-04-16 18:31:19.678 | From https://opendev.org/openstack/tempest 2025-04-16 18:31:19.678 | * branch master -> FETCH_HEAD 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2400 : local name 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2403 : local total 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2407 : start_time=1744828073855 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2409 : [[ -z 1744828073855 ]] 2025-04-16 18:31:19.678 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2412 : end_time=1744828074731 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2413 : elapsed_time=876 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2414 : total=46726 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:31:19.678 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=47602 2025-04-16 18:31:19.678 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 18:31:19.678 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 18:31:19.679 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 18:31:19.679 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 18:31:19.679 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 18:31:19.679 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 18:31:19.679 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 18:31:19.679 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 18:31:19.679 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 18:31:19.679 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 18:31:19.679 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744828074759 2025-04-16 18:31:19.679 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 18:31:19.679 | Note: switching to 'FETCH_HEAD'. 2025-04-16 18:31:19.679 | 2025-04-16 18:31:19.679 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 18:31:19.679 | changes and commit them, and you can discard any commits you make in this 2025-04-16 18:31:19.679 | state without impacting any branches by switching back to a branch. 2025-04-16 18:31:19.679 | 2025-04-16 18:31:19.679 | If you want to create a new branch to retain commits you create, you may 2025-04-16 18:31:19.679 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 18:31:19.679 | 2025-04-16 18:31:19.679 | git switch -c 2025-04-16 18:31:19.679 | 2025-04-16 18:31:19.679 | Or undo this operation with: 2025-04-16 18:31:19.679 | 2025-04-16 18:31:19.679 | git switch - 2025-04-16 18:31:19.679 | 2025-04-16 18:31:19.679 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 18:31:19.679 | 2025-04-16 18:31:19.679 | HEAD is now at 60364b3 Revert "Adds tests for resize server for swap" 2025-04-16 18:31:19.679 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 18:31:19.679 | ++ functions-common:time_stop:2400 : local name 2025-04-16 18:31:19.679 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 18:31:19.679 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:31:19.679 | ++ functions-common:time_stop:2403 : local total 2025-04-16 18:31:19.679 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 18:31:19.679 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 18:31:19.679 | ++ functions-common:time_stop:2407 : start_time=1744828074759 2025-04-16 18:31:19.679 | ++ functions-common:time_stop:2409 : [[ -z 1744828074759 ]] 2025-04-16 18:31:19.679 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:31:19.679 | ++ functions-common:time_stop:2412 : end_time=1744828074857 2025-04-16 18:31:19.679 | ++ functions-common:time_stop:2413 : elapsed_time=98 2025-04-16 18:31:19.679 | ++ functions-common:time_stop:2414 : total=47602 2025-04-16 18:31:19.679 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:31:19.679 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=47700 2025-04-16 18:31:19.679 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-04-16 18:31:19.679 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2025-04-16 18:31:19.679 | ++ functions-common:git_clone:656 : git show --oneline 2025-04-16 18:31:19.679 | ++ functions-common:git_clone:656 : head -1 2025-04-16 18:31:19.679 | 60364b3 Revert "Adds tests for resize server for swap" 2025-04-16 18:31:19.680 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 18:31:19.680 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2025-04-16 18:31:19.680 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-04-16 18:31:19.680 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2025-04-16 18:31:19.680 | Collecting tox!=2.8.0,<4.0.0 2025-04-16 18:31:19.680 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2025-04-16 18:31:19.680 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 18:31:19.680 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 18:31:19.680 | Requirement already satisfied: packaging>=14 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (23.1) 2025-04-16 18:31:19.680 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 18:31:19.680 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 18:31:19.680 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2025-04-16 18:31:19.680 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2025-04-16 18:31:19.680 | Requirement already satisfied: six>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2025-04-16 18:31:19.680 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 18:31:19.680 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2025-04-16 18:31:19.680 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2025-04-16 18:31:19.680 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-16 18:31:19.680 | Collecting distlib<1,>=0.3.6 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2025-04-16 18:31:19.680 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2025-04-16 18:31:19.680 | Collecting platformdirs<4,>=3.2 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2025-04-16 18:31:19.680 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2025-04-16 18:31:19.680 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-04-16 18:31:19.680 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2025-04-16 18:31:19.680 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-04-16 18:31:19.680 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-04-16 18:31:19.680 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-04-16 18:31:19.680 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2025-04-16 18:31:19.680 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-04-16 18:31:19.680 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2025-04-16 18:31:19.680 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-04-16 18:31:19.680 | Successfully installed distlib-0.3.6 filelock-3.12.0 platformdirs-3.2.0 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.22.0 2025-04-16 18:31:19.680 | ++ inc/python:pip_install:222 : result=0 2025-04-16 18:31:19.680 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:31:19.680 | ++ functions-common:time_stop:2400 : local name 2025-04-16 18:31:19.680 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 18:31:19.680 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:31:19.680 | ++ functions-common:time_stop:2403 : local total 2025-04-16 18:31:19.680 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 18:31:19.680 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:31:19.680 | ++ functions-common:time_stop:2407 : start_time=1744828074899 2025-04-16 18:31:19.680 | ++ functions-common:time_stop:2409 : [[ -z 1744828074899 ]] 2025-04-16 18:31:19.680 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:31:19.680 | ++ functions-common:time_stop:2412 : end_time=1744828078088 2025-04-16 18:31:19.680 | ++ functions-common:time_stop:2413 : elapsed_time=3189 2025-04-16 18:31:19.680 | ++ functions-common:time_stop:2414 : total=84031 2025-04-16 18:31:19.680 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:31:19.680 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=87220 2025-04-16 18:31:19.680 | ++ inc/python:pip_install:225 : return 0 2025-04-16 18:31:19.680 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2025-04-16 18:31:19.680 | ~/tempest ~/devstack 2025-04-16 18:31:19.680 | ++ lib/tempest:install_tempest:869 : git checkout master 2025-04-16 18:31:19.680 | Switched to branch 'master' 2025-04-16 18:31:19.680 | Your branch is up to date with 'origin/master'. 2025-04-16 18:31:19.680 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2025-04-16 18:31:19.680 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-16 18:31:19.680 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.BBuYACA3De 2025-04-16 18:31:19.680 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.BBuYACA3De 2025-04-16 18:31:19.680 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-16 18:31:19.680 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.BBuYACA3De 2025-04-16 18:31:19.680 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-16 18:31:19.680 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-16 18:31:19.680 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-16 18:31:19.680 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 18:31:19.680 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 18:31:19.680 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 18:31:19.680 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 18:31:19.680 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2025-04-16 18:31:19.680 | full create: /opt/stack/tempest/.tox/tempest 2025-04-16 18:31:19.680 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-16 18:31:19.680 | full develop-inst: /opt/stack/tempest 2025-04-16 18:31:19.680 | full installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 18:31:19.680 | ___________________________________ summary ____________________________________ 2025-04-16 18:31:19.680 | full: skipped tests 2025-04-16 18:31:19.680 | congratulations :) 2025-04-16 18:31:19.680 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.BBuYACA3De -r requirements.txt 2025-04-16 18:31:19.680 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-16 18:31:19.680 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-16 18:31:19.680 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-16 18:31:19.680 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-16 18:31:19.680 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-16 18:31:19.680 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-16 18:31:19.680 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-16 18:31:19.680 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-16 18:31:19.680 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-16 18:31:19.680 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-16 18:31:19.680 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-16 18:31:19.680 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-16 18:31:19.680 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-16 18:31:19.680 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-16 18:31:19.680 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-16 18:31:19.680 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-16 18:31:19.680 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-16 18:31:19.680 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-16 18:31:19.680 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-16 18:31:19.680 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-16 18:31:19.680 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-16 18:31:19.680 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-16 18:31:19.680 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-16 18:31:19.680 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-16 18:31:19.680 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (0.5.2) 2025-04-16 18:31:19.681 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (2.5.11) 2025-04-16 18:31:19.681 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-16 18:31:19.681 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (2024.10.1) 2025-04-16 18:31:19.681 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-16 18:31:19.681 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.23.1) 2025-04-16 18:31:19.681 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-16 18:31:19.681 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-16 18:31:19.681 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-16 18:31:19.681 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 8)) (6.5.1) 2025-04-16 18:31:19.681 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.0.0) 2025-04-16 18:31:19.681 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.32.3) 2025-04-16 18:31:19.681 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (5.7.1) 2025-04-16 18:31:19.681 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (2.9.0.post0) 2025-04-16 18:31:19.681 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-16 18:31:19.681 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) 2025-04-16 18:31:19.681 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) 2025-04-16 18:31:19.681 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (1.1.0) 2025-04-16 18:31:19.681 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (2025.1) 2025-04-16 18:31:19.681 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-16 18:31:19.681 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-16 18:31:19.681 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-16 18:31:19.681 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-16 18:31:19.681 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-16 18:31:19.681 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-16 18:31:19.681 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-16 18:31:19.681 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-16 18:31:19.681 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 10)) (1.17.0) 2025-04-16 18:31:19.681 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-16 18:31:19.681 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.4.1) 2025-04-16 18:31:19.681 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.10) 2025-04-16 18:31:19.681 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (2025.1.31) 2025-04-16 18:31:19.681 | WARNING: There was an error checking the latest version of pip. 2025-04-16 18:31:19.681 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-04-16 18:31:19.681 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.BBuYACA3De 2025-04-16 18:31:19.681 | ++ lib/tempest:install_tempest:882 : popd 2025-04-16 18:31:19.681 | ~/devstack 2025-04-16 18:31:19.708 | [4729 Async install_tempest:35809]: finished install_tempest with result 0 in 23 seconds 2025-04-16 18:31:19.711 | ++ inc/async:async_wait:197 : return 0 2025-04-16 18:31:19.713 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-04-16 18:31:19.715 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:31:19.717 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2025-04-16 18:31:19.719 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-04-16 18:31:19.721 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2025-04-16 18:31:19.723 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2025-04-16 18:31:19.724 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2025-04-16 18:31:19.726 | ++ inc/python:pip_install_gr:95 : local clean_name 2025-04-16 18:31:19.728 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2025-04-16 18:31:19.730 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2025-04-16 18:31:19.732 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 18:31:19.735 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 18:31:19.735 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-04-16 18:31:19.738 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2025-04-16 18:31:19.740 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2025-04-16 18:31:19.742 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2025-04-16 18:31:19.744 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2025-04-16 18:31:19.746 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2025-04-16 18:31:19.761 | Using python 3.10 to install testrepository 2025-04-16 18:31:19.763 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2025-04-16 18:31:20.789 | Collecting testrepository 2025-04-16 18:31:20.789 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-04-16 18:31:20.820 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2025-04-16 18:31:20.821 | Requirement already satisfied: python-subunit>=0.0.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (1.4.2) 2025-04-16 18:31:20.821 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2025-04-16 18:31:20.826 | Requirement already satisfied: extras in /opt/stack/data/venv/lib/python3.10/site-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2025-04-16 18:31:20.831 | Requirement already satisfied: pbr>=0.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools>=0.9.30->testrepository) (5.11.1) 2025-04-16 18:31:21.862 | Installing collected packages: testrepository 2025-04-16 18:31:21.968 | Successfully installed testrepository-0.0.20 2025-04-16 18:31:22.070 | ++ inc/python:pip_install:222 : result=0 2025-04-16 18:31:22.072 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 18:31:22.074 | ++ functions-common:time_stop:2400 : local name 2025-04-16 18:31:22.076 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 18:31:22.078 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 18:31:22.080 | ++ functions-common:time_stop:2403 : local total 2025-04-16 18:31:22.082 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 18:31:22.084 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 18:31:22.085 | ++ functions-common:time_stop:2407 : start_time=1744828279757 2025-04-16 18:31:22.087 | ++ functions-common:time_stop:2409 : [[ -z 1744828279757 ]] 2025-04-16 18:31:22.089 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 18:31:22.092 | ++ functions-common:time_stop:2412 : end_time=1744828282090 2025-04-16 18:31:22.094 | ++ functions-common:time_stop:2413 : elapsed_time=2333 2025-04-16 18:31:22.096 | ++ functions-common:time_stop:2414 : total=100796 2025-04-16 18:31:22.097 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 18:31:22.099 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=103129 2025-04-16 18:31:22.101 | ++ inc/python:pip_install:225 : return 0 2025-04-16 18:31:22.103 | ++ lib/tempest:configure_tempest:196 : local image_lines 2025-04-16 18:31:22.104 | ++ lib/tempest:configure_tempest:197 : local images 2025-04-16 18:31:22.106 | ++ lib/tempest:configure_tempest:198 : local num_images 2025-04-16 18:31:22.108 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2025-04-16 18:31:22.110 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2025-04-16 18:31:22.111 | ++ lib/tempest:configure_tempest:201 : local password 2025-04-16 18:31:22.113 | ++ lib/tempest:configure_tempest:202 : local line 2025-04-16 18:31:22.115 | ++ lib/tempest:configure_tempest:203 : local flavors 2025-04-16 18:31:22.117 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2025-04-16 18:31:22.119 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2025-04-16 18:31:22.121 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2025-04-16 18:31:22.122 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2025-04-16 18:31:22.124 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2025-04-16 18:31:22.126 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2025-04-16 18:31:22.128 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2025-04-16 18:31:22.130 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2025-04-16 18:31:22.131 | ++ lib/tempest:configure_tempest:212 : local disk 2025-04-16 18:31:22.133 | ++ lib/tempest:configure_tempest:215 : ifs=' 2025-04-16 18:31:22.133 | ' 2025-04-16 18:31:22.135 | ++ lib/tempest:configure_tempest:225 : declare -a images 2025-04-16 18:31:22.137 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2025-04-16 18:31:22.149 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:22.150 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2025-04-16 18:31:22.152 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-04-16 18:31:22.154 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-04-16 18:31:22.156 | ++ lib/tempest:get_active_images:158 : img_array=() 2025-04-16 18:31:22.158 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-16 18:31:22.159 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-04-16 18:31:22.159 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-04-16 18:31:23.330 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:31:23.333 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-04-16 18:31:23.335 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2025-04-16 18:31:23.337 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-16 18:31:23.339 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2025-04-16 18:31:23.341 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2025-04-16 18:31:23.343 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2025-04-16 18:31:23.345 | ++ lib/tempest:configure_tempest:251 : image_uuid=b010aefa-553b-437c-bd1e-78b0a276a491 2025-04-16 18:31:23.346 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=b010aefa-553b-437c-bd1e-78b0a276a491 2025-04-16 18:31:23.348 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2025-04-16 18:31:23.358 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-04-16 18:31:23.361 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2025-04-16 18:31:23.363 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2025-04-16 18:31:23.365 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2025-04-16 18:31:23.366 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2025-04-16 18:31:23.368 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2025-04-16 18:31:23.370 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2025-04-16 18:31:23.372 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2025-04-16 18:31:23.374 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2025-04-16 18:31:23.375 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2025-04-16 18:31:24.457 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:31:24.460 | ++ lib/tempest:configure_tempest:287 : admin_project_id=d4fe325ef395451d95fa750759fa3138 2025-04-16 18:31:24.462 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2025-04-16 18:31:24.474 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:24.476 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2025-04-16 18:31:25.626 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:31:25.629 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 18:31:25.629 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 18:31:25.629 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 18:31:25.629 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 18:31:25.629 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 18:31:25.629 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 18:31:25.629 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 18:31:25.629 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 18:31:25.629 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 18:31:25.629 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 18:31:25.629 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 18:31:25.629 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 18:31:25.629 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 18:31:25.629 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-04-16 18:31:25.631 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2025-04-16 18:31:25.633 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 18:31:25.633 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 18:31:25.633 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 18:31:25.633 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 18:31:25.633 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 18:31:25.633 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 18:31:25.633 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 18:31:25.633 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 18:31:25.633 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 18:31:25.633 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 18:31:25.633 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 18:31:25.633 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 18:31:25.633 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 18:31:25.633 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-04-16 18:31:25.635 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib b010aefa-553b-437c-bd1e-78b0a276a491 2025-04-16 18:31:25.637 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-16 18:31:25.639 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show b010aefa-553b-437c-bd1e-78b0a276a491 -c size -f value 2025-04-16 18:31:26.759 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:31:26.762 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-16 18:31:26.764 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-16 18:31:26.764 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-16 18:31:26.791 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-04-16 18:31:26.794 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2025-04-16 18:31:27.789 | +----------------------------+-----------------------+ 2025-04-16 18:31:27.789 | | Field | Value | 2025-04-16 18:31:27.789 | +----------------------------+-----------------------+ 2025-04-16 18:31:27.789 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 18:31:27.789 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 18:31:27.789 | | description | None | 2025-04-16 18:31:27.789 | | disk | 1 | 2025-04-16 18:31:27.789 | | id | 42 | 2025-04-16 18:31:27.789 | | name | m1.nano | 2025-04-16 18:31:27.789 | | os-flavor-access:is_public | True | 2025-04-16 18:31:27.789 | | properties | hw_rng:allowed='True' | 2025-04-16 18:31:27.789 | | ram | 128 | 2025-04-16 18:31:27.789 | | rxtx_factor | 1.0 | 2025-04-16 18:31:27.789 | | swap | 0 | 2025-04-16 18:31:27.789 | | vcpus | 1 | 2025-04-16 18:31:27.790 | +----------------------------+-----------------------+ 2025-04-16 18:31:27.925 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2025-04-16 18:31:27.927 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 18:31:27.927 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 18:31:27.927 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 18:31:27.927 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 18:31:27.927 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 18:31:27.927 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 18:31:27.927 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 18:31:27.927 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 18:31:27.927 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 18:31:27.927 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 18:31:27.927 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 18:31:27.927 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 18:31:27.927 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 18:31:27.927 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-04-16 18:31:27.929 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib b010aefa-553b-437c-bd1e-78b0a276a491 2025-04-16 18:31:27.931 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-16 18:31:27.934 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show b010aefa-553b-437c-bd1e-78b0a276a491 -c size -f value 2025-04-16 18:31:29.060 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:31:29.062 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-16 18:31:29.064 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-16 18:31:29.064 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-16 18:31:29.093 | ++ lib/tempest:configure_tempest:302 : disk=1 2025-04-16 18:31:29.095 | ++ lib/tempest:configure_tempest:303 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2025-04-16 18:31:30.199 | +----------------------------+-----------------------+ 2025-04-16 18:31:30.199 | | Field | Value | 2025-04-16 18:31:30.199 | +----------------------------+-----------------------+ 2025-04-16 18:31:30.199 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 18:31:30.199 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 18:31:30.199 | | description | None | 2025-04-16 18:31:30.199 | | disk | 1 | 2025-04-16 18:31:30.199 | | id | 84 | 2025-04-16 18:31:30.199 | | name | m1.micro | 2025-04-16 18:31:30.199 | | os-flavor-access:is_public | True | 2025-04-16 18:31:30.199 | | properties | hw_rng:allowed='True' | 2025-04-16 18:31:30.199 | | ram | 192 | 2025-04-16 18:31:30.199 | | rxtx_factor | 1.0 | 2025-04-16 18:31:30.199 | | swap | 0 | 2025-04-16 18:31:30.199 | | vcpus | 1 | 2025-04-16 18:31:30.199 | +----------------------------+-----------------------+ 2025-04-16 18:31:30.324 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2025-04-16 18:31:30.326 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-04-16 18:31:30.351 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2025-04-16 18:31:30.353 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2025-04-16 18:31:30.354 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2025-04-16 18:31:30.357 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-16 18:31:30.359 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 18:31:31.494 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:31:31.496 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 18:31:31.496 | address-scope 2025-04-16 18:31:31.496 | router-admin-state-down-before-update 2025-04-16 18:31:31.496 | agent 2025-04-16 18:31:31.496 | agent-resources-synced 2025-04-16 18:31:31.496 | allowed-address-pairs 2025-04-16 18:31:31.496 | auto-allocated-topology 2025-04-16 18:31:31.496 | availability_zone 2025-04-16 18:31:31.496 | availability_zone_filter 2025-04-16 18:31:31.496 | default-subnetpools 2025-04-16 18:31:31.496 | dhcp_agent_scheduler 2025-04-16 18:31:31.496 | dvr 2025-04-16 18:31:31.496 | empty-string-filtering 2025-04-16 18:31:31.496 | external-net 2025-04-16 18:31:31.496 | extra_dhcp_opt 2025-04-16 18:31:31.496 | extraroute 2025-04-16 18:31:31.496 | extraroute-atomic 2025-04-16 18:31:31.496 | filter-validation 2025-04-16 18:31:31.496 | floating-ip-port-forwarding-detail 2025-04-16 18:31:31.496 | fip-port-details 2025-04-16 18:31:31.496 | flavors 2025-04-16 18:31:31.496 | floatingip-pools 2025-04-16 18:31:31.496 | ip-substring-filtering 2025-04-16 18:31:31.496 | router 2025-04-16 18:31:31.496 | ext-gw-mode 2025-04-16 18:31:31.496 | l3-ha 2025-04-16 18:31:31.496 | l3-flavors 2025-04-16 18:31:31.496 | l3-port-ip-change-not-allowed 2025-04-16 18:31:31.496 | l3_agent_scheduler 2025-04-16 18:31:31.496 | multi-provider 2025-04-16 18:31:31.496 | net-mtu 2025-04-16 18:31:31.496 | net-mtu-writable 2025-04-16 18:31:31.496 | network_availability_zone 2025-04-16 18:31:31.496 | network_ha 2025-04-16 18:31:31.496 | network-ip-availability 2025-04-16 18:31:31.496 | pagination 2025-04-16 18:31:31.496 | port-device-profile 2025-04-16 18:31:31.496 | port-mac-override 2025-04-16 18:31:31.496 | port-mac-address-regenerate 2025-04-16 18:31:31.496 | port-numa-affinity-policy 2025-04-16 18:31:31.496 | binding 2025-04-16 18:31:31.497 | binding-extended 2025-04-16 18:31:31.497 | port-security 2025-04-16 18:31:31.497 | project-id 2025-04-16 18:31:31.497 | provider 2025-04-16 18:31:31.497 | quota-check-limit 2025-04-16 18:31:31.497 | quotas 2025-04-16 18:31:31.497 | quota_details 2025-04-16 18:31:31.497 | rbac-policies 2025-04-16 18:31:31.497 | rbac-address-group 2025-04-16 18:31:31.497 | rbac-address-scope 2025-04-16 18:31:31.497 | rbac-security-groups 2025-04-16 18:31:31.497 | rbac-subnetpool 2025-04-16 18:31:31.497 | revision-if-match 2025-04-16 18:31:31.497 | standard-attr-revisions 2025-04-16 18:31:31.497 | router_availability_zone 2025-04-16 18:31:31.497 | security-groups-default-rules 2025-04-16 18:31:31.497 | security-groups-normalized-cidr 2025-04-16 18:31:31.497 | port-security-groups-filtering 2025-04-16 18:31:31.497 | security-groups-remote-address-group 2025-04-16 18:31:31.497 | security-groups-shared-filtering 2025-04-16 18:31:31.497 | security-group 2025-04-16 18:31:31.497 | service-type 2025-04-16 18:31:31.497 | sorting 2025-04-16 18:31:31.497 | standard-attr-description 2025-04-16 18:31:31.497 | stateful-security-group 2025-04-16 18:31:31.497 | subnet_onboard 2025-04-16 18:31:31.497 | subnet-service-types 2025-04-16 18:31:31.497 | subnet_allocation 2025-04-16 18:31:31.497 | subnetpool-prefix-ops 2025-04-16 18:31:31.497 | standard-attr-tag 2025-04-16 18:31:31.497 | standard-attr-timestamp 2025-04-16 18:31:31.497 | nsxt-ops' 2025-04-16 18:31:31.499 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 18:31:31.499 | address-scope 2025-04-16 18:31:31.499 | router-admin-state-down-before-update 2025-04-16 18:31:31.499 | agent 2025-04-16 18:31:31.499 | agent-resources-synced 2025-04-16 18:31:31.499 | allowed-address-pairs 2025-04-16 18:31:31.499 | auto-allocated-topology 2025-04-16 18:31:31.499 | availability_zone 2025-04-16 18:31:31.499 | availability_zone_filter 2025-04-16 18:31:31.499 | default-subnetpools 2025-04-16 18:31:31.499 | dhcp_agent_scheduler 2025-04-16 18:31:31.499 | dvr 2025-04-16 18:31:31.499 | empty-string-filtering 2025-04-16 18:31:31.499 | external-net 2025-04-16 18:31:31.499 | extra_dhcp_opt 2025-04-16 18:31:31.499 | extraroute 2025-04-16 18:31:31.499 | extraroute-atomic 2025-04-16 18:31:31.499 | filter-validation 2025-04-16 18:31:31.499 | floating-ip-port-forwarding-detail 2025-04-16 18:31:31.499 | fip-port-details 2025-04-16 18:31:31.499 | flavors 2025-04-16 18:31:31.499 | floatingip-pools 2025-04-16 18:31:31.499 | ip-substring-filtering 2025-04-16 18:31:31.499 | router 2025-04-16 18:31:31.499 | ext-gw-mode 2025-04-16 18:31:31.499 | l3-ha 2025-04-16 18:31:31.499 | l3-flavors 2025-04-16 18:31:31.499 | l3-port-ip-change-not-allowed 2025-04-16 18:31:31.499 | l3_agent_scheduler 2025-04-16 18:31:31.499 | multi-provider 2025-04-16 18:31:31.499 | net-mtu 2025-04-16 18:31:31.499 | net-mtu-writable 2025-04-16 18:31:31.499 | network_availability_zone 2025-04-16 18:31:31.499 | network_ha 2025-04-16 18:31:31.499 | network-ip-availability 2025-04-16 18:31:31.499 | pagination 2025-04-16 18:31:31.499 | port-device-profile 2025-04-16 18:31:31.499 | port-mac-override 2025-04-16 18:31:31.499 | port-mac-address-regenerate 2025-04-16 18:31:31.499 | port-numa-affinity-policy 2025-04-16 18:31:31.499 | binding 2025-04-16 18:31:31.499 | binding-extended 2025-04-16 18:31:31.499 | port-security 2025-04-16 18:31:31.499 | project-id 2025-04-16 18:31:31.499 | provider 2025-04-16 18:31:31.499 | quota-check-limit 2025-04-16 18:31:31.499 | quotas 2025-04-16 18:31:31.499 | quota_details 2025-04-16 18:31:31.499 | rbac-policies 2025-04-16 18:31:31.499 | rbac-address-group 2025-04-16 18:31:31.499 | rbac-address-scope 2025-04-16 18:31:31.499 | rbac-security-groups 2025-04-16 18:31:31.499 | rbac-subnetpool 2025-04-16 18:31:31.499 | revision-if-match 2025-04-16 18:31:31.499 | standard-attr-revisions 2025-04-16 18:31:31.499 | router_availability_zone 2025-04-16 18:31:31.499 | security-groups-default-rules 2025-04-16 18:31:31.499 | security-groups-normalized-cidr 2025-04-16 18:31:31.499 | port-security-groups-filtering 2025-04-16 18:31:31.499 | security-groups-remote-address-group 2025-04-16 18:31:31.499 | security-groups-shared-filtering 2025-04-16 18:31:31.499 | security-group 2025-04-16 18:31:31.499 | service-type 2025-04-16 18:31:31.499 | sorting 2025-04-16 18:31:31.499 | standard-attr-description 2025-04-16 18:31:31.499 | stateful-security-group 2025-04-16 18:31:31.499 | subnet_onboard 2025-04-16 18:31:31.499 | subnet-service-types 2025-04-16 18:31:31.499 | subnet_allocation 2025-04-16 18:31:31.499 | subnetpool-prefix-ops 2025-04-16 18:31:31.499 | standard-attr-tag 2025-04-16 18:31:31.499 | standard-attr-timestamp 2025-04-16 18:31:31.499 | nsxt-ops =~ external-net ]] 2025-04-16 18:31:31.501 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 18:31:31.503 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-04-16 18:31:32.686 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 18:31:32.689 | ++ lib/tempest:configure_tempest:363 : public_network_id=e81bd06e-bb16-4eac-aed6-b707886b5654 2025-04-16 18:31:32.691 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-04-16 18:31:33.768 | +---------------------------+--------------------------------------+ 2025-04-16 18:31:33.768 | | Field | Value | 2025-04-16 18:31:33.768 | +---------------------------+--------------------------------------+ 2025-04-16 18:31:33.768 | | admin_state_up | UP | 2025-04-16 18:31:33.768 | | availability_zone_hints | | 2025-04-16 18:31:33.768 | | availability_zones | | 2025-04-16 18:31:33.768 | | created_at | 2025-04-16T18:31:33Z | 2025-04-16 18:31:33.768 | | description | | 2025-04-16 18:31:33.768 | | dns_domain | None | 2025-04-16 18:31:33.768 | | id | b0b0cb63-28dd-47ee-a694-0c4c3f19d35f | 2025-04-16 18:31:33.768 | | ipv4_address_scope | None | 2025-04-16 18:31:33.768 | | ipv6_address_scope | None | 2025-04-16 18:31:33.768 | | is_default | False | 2025-04-16 18:31:33.768 | | is_vlan_transparent | None | 2025-04-16 18:31:33.768 | | mtu | 8950 | 2025-04-16 18:31:33.768 | | name | shared | 2025-04-16 18:31:33.768 | | port_security_enabled | True | 2025-04-16 18:31:33.768 | | project_id | d4fe325ef395451d95fa750759fa3138 | 2025-04-16 18:31:33.768 | | provider:network_type | vlan | 2025-04-16 18:31:33.768 | | provider:physical_network | default | 2025-04-16 18:31:33.768 | | provider:segmentation_id | 251 | 2025-04-16 18:31:33.768 | | qos_policy_id | None | 2025-04-16 18:31:33.768 | | revision_number | 1 | 2025-04-16 18:31:33.768 | | router:external | Internal | 2025-04-16 18:31:33.768 | | segments | None | 2025-04-16 18:31:33.768 | | shared | True | 2025-04-16 18:31:33.768 | | status | ACTIVE | 2025-04-16 18:31:33.768 | | subnets | | 2025-04-16 18:31:33.768 | | tags | | 2025-04-16 18:31:33.768 | | tenant_id | d4fe325ef395451d95fa750759fa3138 | 2025-04-16 18:31:33.768 | | updated_at | 2025-04-16T18:31:33Z | 2025-04-16 18:31:33.768 | +---------------------------+--------------------------------------+ 2025-04-16 18:31:33.904 | ++ lib/tempest:configure_tempest:366 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2025-04-16 18:31:35.066 | +----------------------+--------------------------------------+ 2025-04-16 18:31:35.066 | | Field | Value | 2025-04-16 18:31:35.066 | +----------------------+--------------------------------------+ 2025-04-16 18:31:35.066 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-04-16 18:31:35.066 | | cidr | 192.168.233.0/24 | 2025-04-16 18:31:35.066 | | created_at | 2025-04-16T18:31:34Z | 2025-04-16 18:31:35.066 | | description | shared-subnet | 2025-04-16 18:31:35.066 | | dns_nameservers | | 2025-04-16 18:31:35.066 | | dns_publish_fixed_ip | None | 2025-04-16 18:31:35.066 | | enable_dhcp | True | 2025-04-16 18:31:35.066 | | gateway_ip | 192.168.233.1 | 2025-04-16 18:31:35.066 | | host_routes | | 2025-04-16 18:31:35.066 | | id | 94fc5166-f793-4e9d-9a63-f9172941e65a | 2025-04-16 18:31:35.066 | | ip_version | 4 | 2025-04-16 18:31:35.066 | | ipv6_address_mode | None | 2025-04-16 18:31:35.066 | | ipv6_ra_mode | None | 2025-04-16 18:31:35.066 | | name | shared-subnet | 2025-04-16 18:31:35.066 | | network_id | b0b0cb63-28dd-47ee-a694-0c4c3f19d35f | 2025-04-16 18:31:35.066 | | project_id | d4fe325ef395451d95fa750759fa3138 | 2025-04-16 18:31:35.066 | | revision_number | 0 | 2025-04-16 18:31:35.066 | | segment_id | None | 2025-04-16 18:31:35.066 | | service_types | | 2025-04-16 18:31:35.066 | | subnetpool_id | None | 2025-04-16 18:31:35.066 | | tags | | 2025-04-16 18:31:35.066 | | updated_at | 2025-04-16T18:31:34Z | 2025-04-16 18:31:35.066 | +----------------------+--------------------------------------+ 2025-04-16 18:31:35.211 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-04-16 18:31:35.237 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-04-16 18:31:35.262 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2025-04-16 18:31:35.265 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-04-16 18:31:35.288 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-04-16 18:31:35.312 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-04-16 18:31:35.336 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-04-16 18:31:35.362 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-04-16 18:31:35.387 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-04-16 18:31:35.413 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-04-16 18:31:35.439 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-04-16 18:31:35.463 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-04-16 18:31:35.486 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-04-16 18:31:35.509 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2025-04-16 18:31:35.511 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-04-16 18:31:35.537 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-04-16 18:31:35.560 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-04-16 18:31:35.584 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-04-16 18:31:35.608 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2025-04-16 18:31:35.610 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-04-16 18:31:35.636 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-04-16 18:31:35.661 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2025-04-16 18:31:35.663 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-04-16 18:31:35.687 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2025-04-16 18:31:35.700 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:31:35.702 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2025-04-16 18:31:35.703 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-04-16 18:31:35.728 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2025-04-16 18:31:35.741 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:31:35.743 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-04-16 18:31:35.766 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-04-16 18:31:35.790 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-04-16 18:31:35.813 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2025-04-16 18:31:35.815 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-04-16 18:31:35.840 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-04-16 18:31:35.862 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2025-04-16 18:31:35.876 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:31:35.878 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref b010aefa-553b-437c-bd1e-78b0a276a491 2025-04-16 18:31:35.901 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt b010aefa-553b-437c-bd1e-78b0a276a491 2025-04-16 18:31:35.924 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-04-16 18:31:35.947 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-04-16 18:31:35.971 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-04-16 18:31:35.995 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2025-04-16 18:31:36.010 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:36.011 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2025-04-16 18:31:36.014 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2025-04-16 18:31:36.015 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2025-04-16 18:31:36.017 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-04-16 18:31:36.019 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2025-04-16 18:31:36.021 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-04-16 18:31:36.036 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2025-04-16 18:31:36.038 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-04-16 18:31:36.062 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-04-16 18:31:36.088 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-04-16 18:31:36.111 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-04-16 18:31:36.134 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-04-16 18:31:36.157 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-04-16 18:31:36.181 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-04-16 18:31:36.206 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-04-16 18:31:36.230 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-04-16 18:31:36.253 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-04-16 18:31:36.255 | ++ lib/tempest:configure_tempest:501 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-16 18:31:36.278 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2025-04-16 18:31:36.280 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2025-04-16 18:31:36.293 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:31:36.295 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-04-16 18:31:36.318 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id e81bd06e-bb16-4eac-aed6-b707886b5654 2025-04-16 18:31:36.341 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-04-16 18:31:36.364 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-04-16 18:31:36.387 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-04-16 18:31:36.411 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-04-16 18:31:36.434 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-04-16 18:31:36.456 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-04-16 18:31:36.481 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-04-16 18:31:36.483 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2025-04-16 18:31:36.485 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2025-04-16 18:31:36.487 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-04-16 18:31:36.512 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2025-04-16 18:31:36.515 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2025-04-16 18:31:36.516 | +++ lib/tempest:configure_tempest:534 : tr -d . 2025-04-16 18:31:36.519 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2025-04-16 18:31:36.521 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2025-04-16 18:31:36.543 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2025-04-16 18:31:36.545 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2025-04-16 18:31:36.547 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 18:31:36.549 | ++ functions-common:is_provider_network:2252 : return 1 2025-04-16 18:31:36.551 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-04-16 18:31:36.575 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-04-16 18:31:36.599 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-04-16 18:31:36.622 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-04-16 18:31:36.644 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-04-16 18:31:36.667 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-04-16 18:31:36.690 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 18:31:36.692 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-04-16 18:31:36.705 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-04-16 18:31:36.730 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 18:31:36.732 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-04-16 18:31:36.746 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-04-16 18:31:36.769 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 18:31:36.772 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-04-16 18:31:36.785 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-04-16 18:31:36.808 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 18:31:36.810 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-04-16 18:31:36.823 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-04-16 18:31:36.846 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2025-04-16 18:31:36.848 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2025-04-16 18:31:36.850 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2025-04-16 18:31:36.852 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-04-16 18:31:36.866 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2025-04-16 18:31:36.868 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-04-16 18:31:36.891 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2025-04-16 18:31:36.904 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:31:36.906 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-04-16 18:31:36.929 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2025-04-16 18:31:36.931 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2025-04-16 18:31:36.933 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-04-16 18:31:36.934 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-04-16 18:31:36.936 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2025-04-16 18:31:36.938 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2025-04-16 18:31:36.940 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2025-04-16 18:31:36.942 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2025-04-16 18:31:36.944 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-04-16 18:31:36.958 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2025-04-16 18:31:36.960 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-04-16 18:31:36.985 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2025-04-16 18:31:36.987 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2025-04-16 18:31:36.989 | ++ lib/tempest:configure_tempest:685 : local service 2025-04-16 18:31:36.991 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-04-16 18:31:36.993 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 18:31:36.994 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2025-04-16 18:31:37.008 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:37.010 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-04-16 18:31:37.036 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 18:31:37.037 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2025-04-16 18:31:37.051 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:37.053 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-04-16 18:31:37.078 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 18:31:37.080 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2025-04-16 18:31:37.095 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:37.097 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-04-16 18:31:37.124 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 18:31:37.126 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2025-04-16 18:31:37.140 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:37.142 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-04-16 18:31:37.169 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 18:31:37.171 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2025-04-16 18:31:37.185 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:31:37.188 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-04-16 18:31:37.214 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 18:31:37.216 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2025-04-16 18:31:37.231 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:31:37.233 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-04-16 18:31:37.260 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 18:31:37.262 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2025-04-16 18:31:37.276 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:31:37.278 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-04-16 18:31:37.303 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-16 18:31:37.305 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-16 18:31:37.307 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2025-04-16 18:31:37.309 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2025-04-16 18:31:37.334 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-16 18:31:37.336 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-16 18:31:37.338 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2025-04-16 18:31:37.339 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2025-04-16 18:31:37.364 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-16 18:31:37.366 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-16 18:31:37.368 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2025-04-16 18:31:37.370 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2025-04-16 18:31:37.372 | +++ lib/tempest:configure_tempest:732 : mktemp 2025-04-16 18:31:37.375 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.vyTQ1UzR9U 2025-04-16 18:31:37.377 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2025-04-16 18:31:37.379 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2025-04-16 18:31:37.381 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-16 18:31:37.385 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.XSSIuc5fsI 2025-04-16 18:31:37.386 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.XSSIuc5fsI 2025-04-16 18:31:37.388 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-16 18:31:37.390 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.XSSIuc5fsI 2025-04-16 18:31:37.392 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-16 18:31:37.395 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-16 18:31:37.397 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-16 18:31:37.402 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 18:31:37.404 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 18:31:37.406 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 18:31:37.408 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 18:31:37.410 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2025-04-16 18:31:37.412 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2025-04-16 18:31:37.639 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-04-16 18:31:38.034 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-16 18:31:48.056 | venv-tempest develop-inst: /opt/stack/tempest 2025-04-16 18:31:51.057 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 18:31:51.057 | ___________________________________ summary ____________________________________ 2025-04-16 18:31:51.057 | venv-tempest: skipped tests 2025-04-16 18:31:51.057 | congratulations :) 2025-04-16 18:31:51.077 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.XSSIuc5fsI -r requirements.txt 2025-04-16 18:31:51.501 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. 2025-04-16 18:31:51.501 | dist.fetch_build_eggs(dist.setup_requires) 2025-04-16 18:31:51.575 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2025-04-16 18:31:51.575 | warnings.warn( 2025-04-16 18:31:51.575 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2025-04-16 18:31:51.575 | warnings.warn( 2025-04-16 18:31:51.638 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2025-04-16 18:31:53.790 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 18:31:53.790 | venv-tempest run-test-pre: PYTHONHASHSEED='3856756623' 2025-04-16 18:31:53.790 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.XSSIuc5fsI -r requirements.txt 2025-04-16 18:31:54.637 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-16 18:31:54.637 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-16 18:31:54.639 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-16 18:31:54.639 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-16 18:31:54.639 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-16 18:31:54.641 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-16 18:31:54.641 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-16 18:31:54.642 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-16 18:31:54.642 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-16 18:31:54.643 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-16 18:31:54.645 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-16 18:31:54.645 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-16 18:31:54.646 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-16 18:31:54.646 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-16 18:31:54.647 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-16 18:31:54.648 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-16 18:31:54.649 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-16 18:31:54.649 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-16 18:31:54.650 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-16 18:31:54.651 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-16 18:31:54.652 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-16 18:31:54.653 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-16 18:31:54.653 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-16 18:31:54.655 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-16 18:31:54.660 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (0.5.2) 2025-04-16 18:31:54.661 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (2.5.11) 2025-04-16 18:31:54.679 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-16 18:31:54.680 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (2024.10.1) 2025-04-16 18:31:54.680 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-16 18:31:54.681 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.23.1) 2025-04-16 18:31:54.697 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-16 18:31:54.698 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-16 18:31:54.717 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-16 18:31:54.730 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 8)) (6.5.1) 2025-04-16 18:31:54.744 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.0.0) 2025-04-16 18:31:54.747 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.32.3) 2025-04-16 18:31:54.758 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (5.7.1) 2025-04-16 18:31:54.760 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (2.9.0.post0) 2025-04-16 18:31:54.776 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-16 18:31:54.776 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) 2025-04-16 18:31:54.777 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) 2025-04-16 18:31:54.782 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (1.1.0) 2025-04-16 18:31:54.783 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (2025.1) 2025-04-16 18:31:54.792 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-16 18:31:54.793 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-16 18:31:54.794 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-16 18:31:54.795 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-16 18:31:54.821 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-16 18:31:54.845 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-16 18:31:54.922 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-16 18:31:54.930 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-16 18:31:55.011 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 10)) (1.17.0) 2025-04-16 18:31:55.021 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-16 18:31:55.033 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.4.1) 2025-04-16 18:31:55.034 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.10) 2025-04-16 18:31:55.035 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (2025.1.31) 2025-04-16 18:31:55.199 | WARNING: There was an error checking the latest version of pip. 2025-04-16 18:31:55.277 | ___________________________________ summary ____________________________________ 2025-04-16 18:31:55.277 | venv-tempest: commands succeeded 2025-04-16 18:31:55.277 | congratulations :) 2025-04-16 18:31:55.298 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.XSSIuc5fsI 2025-04-16 18:31:55.301 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2025-04-16 18:31:55.304 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2025-04-16 18:31:55.306 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-04-16 18:31:55.330 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.vyTQ1UzR9U 2025-04-16 18:31:55.557 | venv create: /opt/stack/tempest/.tox/venv 2025-04-16 18:31:55.842 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-04-16 18:32:10.574 | venv develop-inst: /opt/stack/tempest 2025-04-16 18:32:14.076 | venv installed: /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API, warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning),/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:2870: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.,Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages, declare_namespace(pkg),alabaster==1.0.0,attrs==25.1.0,autopage==0.5.2,babel==2.17.0,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.21.2,dulwich==0.22.7,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.5,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,MarkupSafe==3.0.2,msgpack==1.1.0,netaddr==1.3.0,openstackdocstheme==3.4.1,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,Pygments==2.19.1,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,snowballstemmer==2.2.0,Sphinx==8.1.3,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.3,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.2.1,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 18:32:14.077 | venv run-test-pre: PYTHONHASHSEED='2559216639' 2025-04-16 18:32:14.077 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.vyTQ1UzR9U 2025-04-16 18:32:14.207 | /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. 2025-04-16 18:32:14.207 | debtcollector.deprecate( 2025-04-16 18:32:14.381 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. 2025-04-16 18:32:14.381 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-04-16 18:32:14.381 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. 2025-04-16 18:32:14.381 | @jsonschema.FormatChecker.cls_checks('base64') 2025-04-16 18:32:14.644 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2025-04-16 18:32:14.644 | warnings.warn( 2025-04-16 18:32:14.836 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 18:32:14.836 | for key, value in info.getheaders().items(): 2025-04-16 18:32:14.863 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 18:32:14.863 | for key, value in info.getheaders().items(): 2025-04-16 18:32:15.096 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 18:32:15.096 | for key, value in info.getheaders().items(): 2025-04-16 18:32:15.098 | /opt/stack/tempest/tempest/lib/services/clients.py:209: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2025-04-16 18:32:15.098 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-04-16 18:32:15.682 | ___________________________________ summary ____________________________________ 2025-04-16 18:32:15.682 | venv: commands succeeded 2025-04-16 18:32:15.682 | congratulations :) 2025-04-16 18:32:15.703 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2025-04-16 18:32:15.716 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 18:32:15.718 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-04-16 18:32:15.720 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2025-04-16 18:32:15.734 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 18:32:15.736 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-04-16 18:32:15.738 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-04-16 18:32:15.740 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-04-16 18:32:15.742 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-04-16 18:32:15.744 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-04-16 18:32:15.746 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-04-16 18:32:15.748 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-04-16 18:32:15.750 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-04-16 18:32:15.752 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-04-16 18:32:15.753 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-04-16 18:32:15.755 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-04-16 18:32:15.757 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-04-16 18:32:15.759 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-04-16 18:32:15.761 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-04-16 18:32:15.763 | ++ lib/tempest:configure_tempest:791 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-04-16 18:32:15.765 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-04-16 18:32:15.767 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-04-16 18:32:15.769 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-04-16 18:32:15.770 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-04-16 18:32:15.772 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-04-16 18:32:15.775 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-04-16 18:32:15.777 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-04-16 18:32:15.779 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2025-04-16 18:32:15.780 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2025-04-16 18:32:15.782 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2025-04-16 18:32:15.785 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2025-04-16 18:32:15.787 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2025-04-16 18:32:15.789 | ++ lib/tempest:configure_tempest:808 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed,port-hint-ovs-tx-steering,enable-default-route-bfd,enable-default-route-ecmp,standard-attr-fwaas-v2,allowed-address-pairs-atomic,network_ha,security-groups-rules-belongs-to-default-sg,port-hardware-offload-type 2025-04-16 18:32:15.791 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2025-04-16 18:32:15.794 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.vyTQ1UzR9U network-feature-enabled api_extensions 2025-04-16 18:32:15.795 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2025-04-16 18:32:15.812 | ++ lib/tempest:configure_tempest:811 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 18:32:15.814 | +++ lib/tempest:configure_tempest:813 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2025-04-16 18:32:15.817 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 18:32:15.819 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-04-16 18:32:15.821 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-04-16 18:32:15.823 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2025-04-16 18:32:15.838 | +++ functions-common:remove_disabled_services:2087 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 18:32:15.853 | ++ lib/tempest:configure_tempest:813 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 18:32:15.855 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2025-04-16 18:32:15.857 | ++ lib/tempest:configure_tempest:818 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 18:32:15.881 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-04-16 18:32:15.883 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-04-16 18:32:15.886 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 18:32:15.888 | ++ lib/tempest:configure_tempest:823 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 18:32:15.890 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2025-04-16 18:32:15.892 | ++ lib/tempest:configure_tempest:830 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 18:32:15.917 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-04-16 18:32:15.919 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-04-16 18:32:15.921 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-04-16 18:32:15.924 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-04-16 18:32:15.926 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-04-16 18:32:15.928 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-04-16 18:32:15.930 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-04-16 18:32:15.932 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-04-16 18:32:15.934 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-04-16 18:32:15.936 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-04-16 18:32:15.938 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-16 18:32:15.940 | ++ lib/tempest:configure_tempest:843 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-16 18:32:15.942 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2025-04-16 18:32:15.944 | ++ lib/tempest:configure_tempest:850 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-16 18:32:15.968 | ++ lib/tempest:configure_tempest:853 : IFS=' 2025-04-16 18:32:15.968 | ' 2025-04-16 18:32:15.970 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-04-16 18:32:15.972 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 18:32:15.974 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2025-04-16 18:32:15.976 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-04-16 18:32:15.978 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2025-04-16 18:32:15.978 | ~/tempest ~/tempest 2025-04-16 18:32:15.980 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2025-04-16 18:32:15.982 | ++ lib/tempest:install_tempest_plugins:897 : popd 2025-04-16 18:32:15.982 | ~/tempest 2025-04-16 18:32:15.984 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 18:32:15.987 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 18:32:15.989 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:32:15.991 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 18:32:15.994 | + functions-common:run_phase:1855 : run_plugins stack test-config 2025-04-16 18:32:15.996 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 18:32:15.998 | + functions-common:run_plugins:1815 : local phase=test-config 2025-04-16 18:32:16.000 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 18:32:16.002 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 18:32:16.005 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 18:32:16.007 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 18:32:16.009 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 18:32:16.011 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-04-16 18:32:16.014 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 18:32:16.016 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:32:16.018 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-16 18:32:16.020 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:32:16.022 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 18:32:16.025 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 18:32:16.027 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-04-16 18:32:16.029 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-04-16 18:32:16.031 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 18:32:16.034 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 18:32:16.036 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-04-16 18:32:16.038 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:32:16.040 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 18:32:16.042 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 18:32:16.046 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-04-16 18:32:16.048 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 18:32:16.050 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-04-16 18:32:16.053 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 18:32:16.055 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-04-16 18:32:16.055 | /^\[\[.+\|.*\]\]/ { 2025-04-16 18:32:16.055 | gsub("[][]", "", $1); 2025-04-16 18:32:16.055 | split($1, a, "|"); 2025-04-16 18:32:16.055 | if (a[1] == matchgroup) 2025-04-16 18:32:16.055 | print a[2] 2025-04-16 18:32:16.055 | } 2025-04-16 18:32:16.055 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 41 osc 149 apt-get 41 test_with_retry 3 dbsync 6 pip_install 103 apt-get-update 9 run_process 16 git_timed 44 ------------------------- Unaccounted time 55 ========================= Total runtime 477 ================= Async summary ================= Time spent in the background minus waits: 181 sec Elapsed time: 477 sec Time if we did everything serially: 658 sec Speedup: 1.37945 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36777 | | keystone | INSERT | 93 | | keystone | UPDATE | 7 | | neutron | SELECT | 3467 | | neutron | INSERT | 131 | | placement | SELECT | 12 | | placement | INSERT | 3 | | placement | SET | 1 | | neutron | UPDATE | 75 | | neutron | DELETE | 16 | | nova_cell1 | SELECT | 70 | | nova_cell0 | SELECT | 12 | | nova_api | SELECT | 110 | | nova_cell1 | INSERT | 6 | | nova_cell1 | UPDATE | 4 | | cinder | SELECT | 121 | | cinder | INSERT | 5 | | cinder | UPDATE | 3 | | glance | SELECT | 47 | | glance | INSERT | 8 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | glance | UPDATE | 2 | | cinder | DELETE | 1 | +------------+-----------+-------+ This is your host IP address: 10.180.1.21 Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.2 Change: daa3ed62d38daadecfecccc022655deb65e81141 Update glance image size limit 2025-02-13 11:37:41 +0000 OS Version: Ubuntu 22.04 jammy