2025-04-10 14:47:17.213 | + stack.sh:main:502 : exec 2025-04-10 14:47:17.213 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-04-10-144717' 2025-04-10 14:47:17.213 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-04-10-144717.summary.2025-04-10-144717 2025-04-10 14:47:17.213 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:47:17.213 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-04-10-144717 2025-04-10 14:47:17.213 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-10-144717 /opt/stack//logs/stack.sh.log 2025-04-10 14:47:17.213 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-10-144717.summary.2025-04-10-144717 /opt/stack//logs/stack.sh.log.summary 2025-04-10 14:47:17.213 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2025-04-10 14:47:17.213 | + functions:check_path_perm_sanity:607 : local real_path 2025-04-10 14:47:17.213 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-04-10 14:47:17.213 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-04-10 14:47:17.213 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-04-10 14:47:17.213 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-04-10 14:47:17.213 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-04-10 14:47:17.214 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-10 14:47:17.214 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-04-10 14:47:17.214 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-04-10 14:47:17.214 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-10 14:47:17.216 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-10 14:47:17.217 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-04-10 14:47:17.219 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-04-10 14:47:17.221 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-10 14:47:17.222 | + stack.sh:main:534 : trap exit_trap EXIT 2025-04-10 14:47:17.224 | + stack.sh:main:575 : trap err_trap ERR 2025-04-10 14:47:17.225 | + stack.sh:main:588 : set -o errexit 2025-04-10 14:47:17.227 | + stack.sh:main:591 : uname -a 2025-04-10 14:47:17.227 | 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-10 14:47:17.229 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-04-10 14:47:17.230 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2025-04-10 14:47:17.232 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2025-04-10 14:47:17.256 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2025-04-10 14:47:17.266 | + stack.sh:main:605 : fetch_plugins 2025-04-10 14:47:17.267 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2025-04-10 14:47:17.268 | + functions-common:fetch_plugins:1747 : local plugin 2025-04-10 14:47:17.270 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2025-04-10 14:47:17.271 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2025-04-10 14:47:17.271 | Fetching DevStack plugins 2025-04-10 14:47:17.272 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2025-04-10 14:47:17.274 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2025-04-10 14:47:17.275 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2025-04-10 14:47:17.276 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2025-04-10 14:47:17.278 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2025-04-10 14:47:17.279 | + functions-common:git_clone_by_name:667 : local branch=devstack 2025-04-10 14:47:17.280 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-04-10 14:47:17.281 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-04-10 14:47:17.283 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2025-04-10 14:47:17.284 | + functions-common:git_clone:574 : local git_ref=devstack 2025-04-10 14:47:17.285 | + functions-common:git_clone:575 : local orig_dir 2025-04-10 14:47:17.287 | ++ functions-common:git_clone:576 : pwd 2025-04-10 14:47:17.289 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-10 14:47:17.290 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-10 14:47:17.292 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-10 14:47:17.301 | + functions-common:git_clone:579 : RECLONE=False 2025-04-10 14:47:17.302 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-10 14:47:17.303 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-10 14:47:17.305 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-10 14:47:17.306 | + functions-common:git_clone:593 : echo devstack 2025-04-10 14:47:17.307 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-10 14:47:17.310 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-04-10 14:47:17.311 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-10 14:47:17.312 | + 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-10 14:47:17.314 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:47:17.315 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:47:17.316 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:47:17.318 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:47:17.319 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:47:17.320 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:47:17.321 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:47:17.323 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:47:17.325 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:47:17.327 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296437325 2025-04-10 14:47:17.328 | + 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-10 14:47:17.335 | Cloning into '/opt/stack/networking-nsx-t'... 2025-04-10 14:47:18.348 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:47:18.349 | + functions-common:time_stop:2400 : local name 2025-04-10 14:47:18.351 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:47:18.352 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:47:18.354 | + functions-common:time_stop:2403 : local total 2025-04-10 14:47:18.355 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:47:18.356 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:47:18.357 | + functions-common:time_stop:2407 : start_time=1744296437325 2025-04-10 14:47:18.359 | + functions-common:time_stop:2409 : [[ -z 1744296437325 ]] 2025-04-10 14:47:18.361 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:47:18.366 | + functions-common:time_stop:2412 : end_time=1744296438364 2025-04-10 14:47:18.367 | + functions-common:time_stop:2413 : elapsed_time=1039 2025-04-10 14:47:18.368 | + functions-common:time_stop:2414 : total=0 2025-04-10 14:47:18.370 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:47:18.371 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1039 2025-04-10 14:47:18.372 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2025-04-10 14:47:18.374 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2025-04-10 14:47:18.375 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:47:18.376 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:47:18.378 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:47:18.379 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:47:18.380 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:47:18.382 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:47:18.383 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:47:18.384 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:47:18.386 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:47:18.388 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296438387 2025-04-10 14:47:18.390 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-04-10 14:47:18.962 | From https://github.com/sapcc/networking-nsx-t 2025-04-10 14:47:18.963 | * branch devstack -> FETCH_HEAD 2025-04-10 14:47:18.966 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:47:18.967 | + functions-common:time_stop:2400 : local name 2025-04-10 14:47:18.969 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:47:18.970 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:47:18.972 | + functions-common:time_stop:2403 : local total 2025-04-10 14:47:18.973 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:47:18.974 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:47:18.976 | + functions-common:time_stop:2407 : start_time=1744296438387 2025-04-10 14:47:18.977 | + functions-common:time_stop:2409 : [[ -z 1744296438387 ]] 2025-04-10 14:47:18.979 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:47:18.981 | + functions-common:time_stop:2412 : end_time=1744296438979 2025-04-10 14:47:18.982 | + functions-common:time_stop:2413 : elapsed_time=592 2025-04-10 14:47:18.983 | + functions-common:time_stop:2414 : total=1039 2025-04-10 14:47:18.985 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:47:18.986 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1631 2025-04-10 14:47:18.987 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-10 14:47:18.989 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:47:18.990 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:47:18.991 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:47:18.993 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:47:18.994 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:47:18.995 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:47:18.997 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:47:18.998 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:47:19.000 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:47:19.002 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296439000 2025-04-10 14:47:19.003 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-10 14:47:19.013 | Note: switching to 'FETCH_HEAD'. 2025-04-10 14:47:19.013 | 2025-04-10 14:47:19.013 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-10 14:47:19.013 | changes and commit them, and you can discard any commits you make in this 2025-04-10 14:47:19.013 | state without impacting any branches by switching back to a branch. 2025-04-10 14:47:19.013 | 2025-04-10 14:47:19.013 | If you want to create a new branch to retain commits you create, you may 2025-04-10 14:47:19.013 | do so (now or later) by using -c with the switch command. Example: 2025-04-10 14:47:19.013 | 2025-04-10 14:47:19.013 | git switch -c 2025-04-10 14:47:19.013 | 2025-04-10 14:47:19.013 | Or undo this operation with: 2025-04-10 14:47:19.013 | 2025-04-10 14:47:19.013 | git switch - 2025-04-10 14:47:19.013 | 2025-04-10 14:47:19.013 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-10 14:47:19.013 | 2025-04-10 14:47:19.013 | HEAD is now at 29bc664 Delay agent initialization 2025-04-10 14:47:19.015 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:47:19.016 | + functions-common:time_stop:2400 : local name 2025-04-10 14:47:19.018 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:47:19.019 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:47:19.020 | + functions-common:time_stop:2403 : local total 2025-04-10 14:47:19.022 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:47:19.023 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:47:19.025 | + functions-common:time_stop:2407 : start_time=1744296439000 2025-04-10 14:47:19.026 | + functions-common:time_stop:2409 : [[ -z 1744296439000 ]] 2025-04-10 14:47:19.028 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:47:19.030 | + functions-common:time_stop:2412 : end_time=1744296439028 2025-04-10 14:47:19.031 | + functions-common:time_stop:2413 : elapsed_time=28 2025-04-10 14:47:19.033 | + functions-common:time_stop:2414 : total=1631 2025-04-10 14:47:19.034 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:47:19.035 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1659 2025-04-10 14:47:19.037 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-04-10 14:47:19.046 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2025-04-10 14:47:19.047 | + functions-common:git_clone:656 : git show --oneline 2025-04-10 14:47:19.048 | + functions-common:git_clone:656 : head -1 2025-04-10 14:47:19.050 | 29bc664 Delay agent initialization 2025-04-10 14:47:19.051 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-10 14:47:19.053 | + stack.sh:main:609 : run_phase override_defaults 2025-04-10 14:47:19.054 | + functions-common:run_phase:1828 : local mode=override_defaults 2025-04-10 14:47:19.056 | + functions-common:run_phase:1829 : local phase= 2025-04-10 14:47:19.057 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-10 14:47:19.058 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-10 14:47:19.060 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-10 14:47:19.061 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-10 14:47:19.063 | + functions-common:run_phase:1838 : local extra 2025-04-10 14:47:19.065 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-10 14:47:19.067 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-10 14:47:19.068 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-10 14:47:19.070 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-10 14:47:19.071 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-04-10 14:47:19.073 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-10 14:47:19.081 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:47:19.083 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-10 14:47:19.084 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-10 14:47:19.086 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-10 14:47:19.087 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-10 14:47:19.088 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-10 14:47:19.090 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-10 14:47:19.091 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-04-10 14:47:19.092 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-04-10 14:47:19.094 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-10 14:47:19.095 | + 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-10 14:47:19.096 | + functions-common:run_phase:1853 : plugin_override_defaults 2025-04-10 14:47:19.098 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2025-04-10 14:47:19.099 | + functions-common:plugin_override_defaults:1788 : local plugin 2025-04-10 14:47:19.101 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2025-04-10 14:47:19.102 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2025-04-10 14:47:19.102 | Overriding Configuration Defaults 2025-04-10 14:47:19.103 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2025-04-10 14:47:19.105 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2025-04-10 14:47:19.106 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-04-10 14:47:19.108 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2025-04-10 14:47:19.119 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2025-04-10 14:47:19.120 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-04-10 14:47:19.129 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:47:19.131 | +++ lib/tls:source:43 : hostname -f 2025-04-10 14:47:19.133 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-04-10 14:47:19.135 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-04-10 14:47:19.136 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-04-10 14:47:19.138 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-04-10 14:47:19.139 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-04-10 14:47:19.140 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-04-10 14:47:19.142 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-04-10 14:47:19.143 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-04-10 14:47:19.144 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-04-10 14:47:19.146 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-04-10 14:47:19.148 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2025-04-10 14:47:19.157 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2025-04-10 14:47:19.168 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2025-04-10 14:47:19.176 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2025-04-10 14:47:19.185 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2025-04-10 14:47:19.208 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2025-04-10 14:47:19.246 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2025-04-10 14:47:19.291 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2025-04-10 14:47:19.309 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2025-04-10 14:47:19.343 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2025-04-10 14:47:19.374 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2025-04-10 14:47:19.376 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-04-10 14:47:19.386 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:47:19.387 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-04-10 14:47:19.389 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-04-10 14:47:19.390 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-04-10 14:47:19.392 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-04-10 14:47:19.394 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-04-10 14:47:19.405 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-10 14:47:19.406 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-10 14:47:19.408 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2025-04-10 14:47:19.410 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-04-10 14:47:19.411 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-04-10 14:47:19.413 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-10 14:47:19.414 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-10 14:47:19.417 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-04-10 14:47:19.427 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-04-10 14:47:19.429 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-04-10 14:47:19.431 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-04-10 14:47:19.442 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-04-10 14:47:19.443 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2025-04-10 14:47:19.445 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2025-04-10 14:47:19.446 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2025-04-10 14:47:19.448 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-04-10 14:47:19.450 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-04-10 14:47:19.451 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-04-10 14:47:19.453 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-04-10 14:47:19.454 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-04-10 14:47:19.456 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-04-10 14:47:19.457 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-04-10 14:47:19.459 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-04-10 14:47:19.461 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-04-10 14:47:19.462 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-04-10 14:47:19.464 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-04-10 14:47:19.466 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-04-10 14:47:19.468 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-10 14:47:19.468 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-10 14:47:19.471 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-04-10 14:47:19.472 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-04-10 14:47:19.474 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-04-10 14:47:19.476 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-04-10 14:47:19.477 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-04-10 14:47:19.479 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-04-10 14:47:19.490 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-04-10 14:47:19.492 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-04-10 14:47:19.494 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2025-04-10 14:47:19.495 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-10 14:47:19.497 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-04-10 14:47:19.499 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-04-10 14:47:19.500 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-04-10 14:47:19.502 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-04-10 14:47:19.503 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-04-10 14:47:19.505 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-04-10 14:47:19.507 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-04-10 14:47:19.508 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-04-10 14:47:19.510 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-04-10 14:47:19.511 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-04-10 14:47:19.513 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-04-10 14:47:19.514 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-04-10 14:47:19.516 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-04-10 14:47:19.518 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:47:19.519 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-04-10 14:47:19.521 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-04-10 14:47:19.523 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-04-10 14:47:19.533 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-10 14:47:19.534 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-10 14:47:19.536 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2025-04-10 14:47:19.538 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2025-04-10 14:47:19.540 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-10 14:47:19.541 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-04-10 14:47:19.542 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-10 14:47:19.544 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-04-10 14:47:19.545 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-10 14:47:19.547 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-04-10 14:47:19.549 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-04-10 14:47:19.550 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-04-10 14:47:19.552 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-04-10 14:47:19.553 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-04-10 14:47:19.555 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-04-10 14:47:19.556 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-04-10 14:47:19.558 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-04-10 14:47:19.559 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-04-10 14:47:19.561 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-04-10 14:47:19.563 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-04-10 14:47:19.564 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-04-10 14:47:19.584 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-04-10 14:47:19.593 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-04-10 14:47:19.595 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-04-10 14:47:19.597 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-04-10 14:47:19.598 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-04-10 14:47:19.600 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-04-10 14:47:19.601 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-04-10 14:47:19.603 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-04-10 14:47:19.604 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-04-10 14:47:19.606 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-04-10 14:47:19.607 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-04-10 14:47:19.609 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-04-10 14:47:19.610 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-04-10 14:47:19.612 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-04-10 14:47:19.614 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-04-10 14:47:19.615 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-04-10 14:47:19.617 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-04-10 14:47:19.618 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-04-10 14:47:19.620 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2025-04-10 14:47:19.623 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2025-04-10 14:47:19.623 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2025-04-10 14:47:19.623 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2025-04-10 14:47:19.624 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-04-10 14:47:19.628 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=0a:a551:4396 2025-04-10 14:47:19.629 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2025-04-10 14:47:19.631 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2025-04-10 14:47:19.633 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-04-10 14:47:19.634 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-04-10 14:47:19.636 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd0a:a551:4396::/56 2025-04-10 14:47:19.638 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-04-10 14:47:19.638 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd0a:a551:4396::/56 2025-04-10 14:47:19.642 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd0a:a551:4396::/64 2025-04-10 14:47:19.644 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-04-10 14:47:19.645 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-04-10 14:47:19.647 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-04-10 14:47:19.649 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-04-10 14:47:19.650 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2025-04-10 14:47:19.652 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-04-10 14:47:19.653 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2025-04-10 14:47:19.655 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2025-04-10 14:47:19.656 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2025-04-10 14:47:19.658 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-04-10 14:47:19.660 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-04-10 14:47:19.661 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-04-10 14:47:19.663 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd0a:a551:4396::/56 2025-04-10 14:47:19.664 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2025-04-10 14:47:19.666 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2025-04-10 14:47:19.668 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2025-04-10 14:47:19.669 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2025-04-10 14:47:19.669 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2025-04-10 14:47:19.673 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2025-04-10 14:47:19.675 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2025-04-10 14:47:19.676 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2025-04-10 14:47:19.676 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2025-04-10 14:47:19.679 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2025-04-10 14:47:19.682 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-04-10 14:47:19.684 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-04-10 14:47:19.686 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-04-10 14:47:19.687 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2025-04-10 14:47:19.689 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2025-04-10 14:47:19.691 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-04-10 14:47:19.692 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2025-04-10 14:47:19.694 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2025-04-10 14:47:19.706 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2025-04-10 14:47:19.715 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2025-04-10 14:47:19.725 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2025-04-10 14:47:19.735 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2025-04-10 14:47:19.781 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2025-04-10 14:47:19.784 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-04-10 14:47:19.785 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-04-10 14:47:19.787 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-04-10 14:47:19.788 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-04-10 14:47:19.790 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-04-10 14:47:19.790 | False' 2025-04-10 14:47:19.793 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-04-10 14:47:19.804 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-04-10 14:47:19.806 | + stack.sh:main:639 : run_phase source 2025-04-10 14:47:19.807 | + functions-common:run_phase:1828 : local mode=source 2025-04-10 14:47:19.809 | + functions-common:run_phase:1829 : local phase= 2025-04-10 14:47:19.811 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-10 14:47:19.812 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-10 14:47:19.814 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-10 14:47:19.816 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-10 14:47:19.817 | + functions-common:run_phase:1838 : local extra 2025-04-10 14:47:19.819 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-10 14:47:19.822 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-10 14:47:19.823 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-10 14:47:19.825 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-10 14:47:19.827 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-04-10 14:47:19.828 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-10 14:47:19.839 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:47:19.841 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-04-10 14:47:19.842 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-04-10 14:47:19.869 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-04-10 14:47:19.870 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-04-10 14:47:19.872 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2025-04-10 14:47:19.874 | + functions-common:run_phase:1850 : load_plugin_settings 2025-04-10 14:47:19.876 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2025-04-10 14:47:19.877 | + functions-common:load_plugin_settings:1765 : local plugin 2025-04-10 14:47:19.879 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2025-04-10 14:47:19.880 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2025-04-10 14:47:19.880 | Loading plugin settings 2025-04-10 14:47:19.882 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2025-04-10 14:47:19.884 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2025-04-10 14:47:19.885 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-04-10 14:47:19.887 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2025-04-10 14:47:19.889 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-04-10 14:47:19.890 | ++ functions-common:define_plugin:1872 : : 2025-04-10 14:47:19.892 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-04-10 14:47:19.894 | + functions-common:run_phase:1851 : verify_disabled_services 2025-04-10 14:47:19.895 | + functions-common:verify_disabled_services:2111 : local service 2025-04-10 14:47:19.897 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.899 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-04-10 14:47:19.900 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.902 | + 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-10 14:47:19.904 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.906 | + 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-10 14:47:19.907 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.909 | + 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-10 14:47:19.911 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.912 | + 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-10 14:47:19.914 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.916 | + 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-10 14:47:19.918 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.919 | + 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-10 14:47:19.921 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.923 | + 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-10 14:47:19.925 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.926 | + 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-10 14:47:19.928 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.930 | + 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-10 14:47:19.931 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.933 | + 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-10 14:47:19.935 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.937 | + 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-10 14:47:19.938 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.940 | + 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-10 14:47:19.942 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.944 | + 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-10 14:47:19.945 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.947 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-04-10 14:47:19.949 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.951 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-04-10 14:47:19.952 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.954 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-04-10 14:47:19.956 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.957 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-04-10 14:47:19.959 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.961 | + 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-10 14:47:19.962 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.964 | + 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-10 14:47:19.966 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.968 | + 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-10 14:47:19.969 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:47:19.971 | + 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-10 14:47:19.973 | + stack.sh:main:710 : initialize_database_backends 2025-04-10 14:47:19.975 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-10 14:47:19.977 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-04-10 14:47:19.988 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:47:19.990 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-04-10 14:47:19.992 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-10 14:47:19.993 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-04-10 14:47:20.005 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:47:20.006 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-04-10 14:47:20.008 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-04-10 14:47:20.010 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-04-10 14:47:20.012 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-04-10 14:47:20.013 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-04-10 14:47:20.015 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-04-10 14:47:20.017 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-04-10 14:47:20.019 | + lib/database:initialize_database_backends:92 : return 0 2025-04-10 14:47:20.021 | + stack.sh:main:711 : echo 'Using mysql database backend' 2025-04-10 14:47:20.021 | Using mysql database backend 2025-04-10 14:47:20.022 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-04-10 14:47:20.034 | + stack.sh:main:716 : define_database_baseurl 2025-04-10 14:47:20.036 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-04-10 14:47:20.038 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-10 14:47:20.040 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2025-04-10 14:47:20.042 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-10 14:47:20.044 | + stack.sh:main:728 : is_service_enabled rabbit 2025-04-10 14:47:20.056 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:47:20.058 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-04-10 14:47:20.070 | + stack.sh:main:736 : is_service_enabled keystone 2025-04-10 14:47:20.082 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:47:20.084 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-04-10 14:47:20.095 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-04-10 14:47:20.107 | + stack.sh:main:751 : is_service_enabled ldap 2025-04-10 14:47:20.119 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:47:20.121 | + stack.sh:main:760 : is_service_enabled s-proxy 2025-04-10 14:47:20.133 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:47:20.135 | + stack.sh:main:772 : save_stackenv 772 2025-04-10 14:47:20.137 | + functions-common:save_stackenv:60 : local tag=772 2025-04-10 14:47:20.139 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-10 14:47:20.142 | + functions-common:save_stackenv:62 : time_stamp=2025-04-10-144720 2025-04-10 14:47:20.144 | + functions-common:save_stackenv:63 : echo '# 2025-04-10-144720 772' 2025-04-10 14:47:20.146 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.148 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-10 14:47:20.150 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.151 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-10 14:47:20.153 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.155 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-10 14:47:20.157 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.159 | + 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-10 14:47:20.160 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.162 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-10 14:47:20.164 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.166 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-10 14:47:20.167 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.169 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-10-144717 2025-04-10 14:47:20.171 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.173 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-10 14:47:20.175 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.177 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-10 14:47:20.179 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.180 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-10 14:47:20.182 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.184 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-10 14:47:20.186 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.188 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-10 14:47:20.189 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.191 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-10 14:47:20.193 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.195 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-10 14:47:20.196 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:47:20.198 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-10 14:47:20.200 | + stack.sh:main:785 : GIT_DEPTH=0 2025-04-10 14:47:20.202 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2025-04-10 14:47:20.204 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2025-04-10 14:47:20.205 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2025-04-10 14:47:20.207 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-10 14:47:20.209 | + functions-common:git_clone:575 : local orig_dir 2025-04-10 14:47:20.211 | ++ functions-common:git_clone:576 : pwd 2025-04-10 14:47:20.213 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-10 14:47:20.214 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-10 14:47:20.216 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-10 14:47:19.820 | + functions-common:git_clone:579 : RECLONE=False 2025-04-10 14:47:19.821 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2025-04-10 14:47:19.823 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-10 14:47:19.825 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-10 14:47:19.825 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-10 14:47:19.829 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2025-04-10 14:47:19.830 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-10 14:47:19.832 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-10 14:47:19.834 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:47:19.835 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:47:19.837 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:47:19.839 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:47:19.840 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:47:19.842 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:47:19.843 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:47:19.845 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:47:19.847 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:47:19.849 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296439848 2025-04-10 14:47:19.851 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-10 14:47:19.853 | Cloning into '/opt/stack//requirements'... 2025-04-10 14:47:29.657 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:47:29.659 | + functions-common:time_stop:2400 : local name 2025-04-10 14:47:29.660 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:47:29.662 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:47:29.664 | + functions-common:time_stop:2403 : local total 2025-04-10 14:47:29.665 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:47:29.667 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:47:29.669 | + functions-common:time_stop:2407 : start_time=1744296439848 2025-04-10 14:47:29.670 | + functions-common:time_stop:2409 : [[ -z 1744296439848 ]] 2025-04-10 14:47:29.672 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:47:29.675 | + functions-common:time_stop:2412 : end_time=1744296449674 2025-04-10 14:47:29.677 | + functions-common:time_stop:2413 : elapsed_time=9826 2025-04-10 14:47:29.679 | + functions-common:time_stop:2414 : total=1659 2025-04-10 14:47:29.680 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:47:29.682 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11485 2025-04-10 14:47:29.684 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2025-04-10 14:47:29.685 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2025-04-10 14:47:29.687 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:47:29.689 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:47:29.690 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:47:29.692 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:47:29.694 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:47:29.695 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:47:29.697 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:47:29.698 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:47:29.701 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:47:29.704 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296449702 2025-04-10 14:47:29.705 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2025-04-10 14:47:30.392 | From https://opendev.org/openstack/requirements 2025-04-10 14:47:30.392 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-10 14:47:30.399 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:47:30.401 | + functions-common:time_stop:2400 : local name 2025-04-10 14:47:30.402 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:47:30.404 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:47:30.406 | + functions-common:time_stop:2403 : local total 2025-04-10 14:47:30.408 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:47:30.409 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:47:30.411 | + functions-common:time_stop:2407 : start_time=1744296449702 2025-04-10 14:47:30.412 | + functions-common:time_stop:2409 : [[ -z 1744296449702 ]] 2025-04-10 14:47:30.415 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:47:30.418 | + functions-common:time_stop:2412 : end_time=1744296450416 2025-04-10 14:47:30.419 | + functions-common:time_stop:2413 : elapsed_time=714 2025-04-10 14:47:30.421 | + functions-common:time_stop:2414 : total=11485 2025-04-10 14:47:30.422 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:47:30.424 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12199 2025-04-10 14:47:30.426 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-10 14:47:30.427 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:47:30.429 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:47:30.431 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:47:30.432 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:47:30.434 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:47:30.436 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:47:30.437 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:47:30.439 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:47:30.441 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:47:30.444 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296450442 2025-04-10 14:47:30.445 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-10 14:47:30.454 | Note: switching to 'FETCH_HEAD'. 2025-04-10 14:47:30.455 | 2025-04-10 14:47:30.455 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-10 14:47:30.455 | changes and commit them, and you can discard any commits you make in this 2025-04-10 14:47:30.455 | state without impacting any branches by switching back to a branch. 2025-04-10 14:47:30.455 | 2025-04-10 14:47:30.455 | If you want to create a new branch to retain commits you create, you may 2025-04-10 14:47:30.455 | do so (now or later) by using -c with the switch command. Example: 2025-04-10 14:47:30.455 | 2025-04-10 14:47:30.455 | git switch -c 2025-04-10 14:47:30.455 | 2025-04-10 14:47:30.455 | Or undo this operation with: 2025-04-10 14:47:30.455 | 2025-04-10 14:47:30.455 | git switch - 2025-04-10 14:47:30.455 | 2025-04-10 14:47:30.455 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-10 14:47:30.455 | 2025-04-10 14:47:30.455 | HEAD is now at 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-10 14:47:30.457 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:47:30.458 | + functions-common:time_stop:2400 : local name 2025-04-10 14:47:30.460 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:47:30.462 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:47:30.463 | + functions-common:time_stop:2403 : local total 2025-04-10 14:47:30.465 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:47:30.466 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:47:30.468 | + functions-common:time_stop:2407 : start_time=1744296450442 2025-04-10 14:47:30.470 | + functions-common:time_stop:2409 : [[ -z 1744296450442 ]] 2025-04-10 14:47:30.472 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:47:30.474 | + functions-common:time_stop:2412 : end_time=1744296450473 2025-04-10 14:47:30.476 | + functions-common:time_stop:2413 : elapsed_time=31 2025-04-10 14:47:30.478 | + functions-common:time_stop:2414 : total=12199 2025-04-10 14:47:30.480 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:47:30.481 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12230 2025-04-10 14:47:30.483 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-04-10 14:47:30.493 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2025-04-10 14:47:30.495 | + functions-common:git_clone:656 : git show --oneline 2025-04-10 14:47:30.495 | + functions-common:git_clone:656 : head -1 2025-04-10 14:47:30.497 | 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-10 14:47:30.499 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-10 14:47:30.501 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2025-04-10 14:47:30.503 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:47:30.505 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2025-04-10 14:47:30.507 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-04-10 14:47:30.509 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-04-10 14:47:30.511 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-04-10 14:47:30.513 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-04-10 14:47:30.515 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-04-10 14:47:30.516 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-04-10 14:47:30.518 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-04-10 14:47:30.521 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-04-10 14:47:30.524 | ++ tools/install_prereqs.sh:source:47 : NOW=1744296450 2025-04-10 14:47:30.526 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-04-10 14:47:30.529 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-04-10 14:47:30.531 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-04-10 14:47:30.533 | ++ tools/install_prereqs.sh:source:49 : DELTA=1744296450 2025-04-10 14:47:30.535 | ++ tools/install_prereqs.sh:source:50 : [[ 1744296450 -lt 7200 ]] 2025-04-10 14:47:30.537 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-04-10 14:47:30.539 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2025-04-10 14:47:30.541 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-04-10 14:47:30.542 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2025-04-10 14:47:30.544 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-04-10 14:47:30.546 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2025-04-10 14:47:30.548 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-04-10 14:47:30.551 | +++ 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-10 14:47:30.577 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-04-10 14:47:30.577 | apache2-dev 2025-04-10 14:47:30.577 | bc 2025-04-10 14:47:30.577 | bsdmainutils 2025-04-10 14:47:30.577 | curl 2025-04-10 14:47:30.577 | g++ 2025-04-10 14:47:30.577 | gawk 2025-04-10 14:47:30.577 | gcc 2025-04-10 14:47:30.577 | gettext 2025-04-10 14:47:30.577 | git 2025-04-10 14:47:30.577 | graphviz 2025-04-10 14:47:30.577 | iputils-ping 2025-04-10 14:47:30.577 | libapache2-mod-proxy-uwsgi 2025-04-10 14:47:30.577 | libffi-dev 2025-04-10 14:47:30.578 | libjpeg-dev 2025-04-10 14:47:30.578 | libpcre3-dev 2025-04-10 14:47:30.578 | libpq-dev 2025-04-10 14:47:30.578 | libssl-dev 2025-04-10 14:47:30.578 | libsystemd-dev 2025-04-10 14:47:30.578 | libxml2-dev 2025-04-10 14:47:30.578 | libxslt1-dev 2025-04-10 14:47:30.578 | libyaml-dev 2025-04-10 14:47:30.578 | lsof 2025-04-10 14:47:30.578 | openssh-server 2025-04-10 14:47:30.578 | openssl 2025-04-10 14:47:30.578 | pkg-config 2025-04-10 14:47:30.578 | psmisc 2025-04-10 14:47:30.578 | python3-dev 2025-04-10 14:47:30.578 | python3-pip 2025-04-10 14:47:30.578 | python3-systemd 2025-04-10 14:47:30.578 | python3-venv 2025-04-10 14:47:30.578 | tar 2025-04-10 14:47:30.578 | tcpdump 2025-04-10 14:47:30.578 | unzip 2025-04-10 14:47:30.578 | uuid-runtime 2025-04-10 14:47:30.578 | wget 2025-04-10 14:47:30.578 | wget 2025-04-10 14:47:30.578 | zlib1g-dev 2025-04-10 14:47:30.578 | libkrb5-dev 2025-04-10 14:47:30.578 | libldap2-dev 2025-04-10 14:47:30.578 | libsasl2-dev 2025-04-10 14:47:30.578 | memcached 2025-04-10 14:47:30.578 | python3-mysqldb 2025-04-10 14:47:30.578 | sqlite3 2025-04-10 14:47:30.578 | conntrack 2025-04-10 14:47:30.578 | curl 2025-04-10 14:47:30.578 | ebtables 2025-04-10 14:47:30.578 | genisoimage 2025-04-10 14:47:30.578 | iptables 2025-04-10 14:47:30.578 | iputils-arping 2025-04-10 14:47:30.578 | kpartx 2025-04-10 14:47:30.578 | libjs-jquery-tablesorter 2025-04-10 14:47:30.578 | parted 2025-04-10 14:47:30.578 | pm-utils 2025-04-10 14:47:30.578 | python3-mysqldb 2025-04-10 14:47:30.578 | socat 2025-04-10 14:47:30.578 | sqlite3 2025-04-10 14:47:30.578 | sudo 2025-04-10 14:47:30.578 | vlan 2025-04-10 14:47:30.578 | lsscsi 2025-04-10 14:47:30.578 | open-iscsi 2025-04-10 14:47:30.578 | lvm2 2025-04-10 14:47:30.578 | qemu-utils 2025-04-10 14:47:30.578 | thin-provisioning-tools 2025-04-10 14:47:30.578 | acl 2025-04-10 14:47:30.578 | dnsmasq-base 2025-04-10 14:47:30.578 | dnsmasq-utils 2025-04-10 14:47:30.578 | ebtables 2025-04-10 14:47:30.578 | haproxy 2025-04-10 14:47:30.578 | iptables 2025-04-10 14:47:30.578 | iputils-arping 2025-04-10 14:47:30.578 | iputils-ping 2025-04-10 14:47:30.578 | postgresql-server-dev-all 2025-04-10 14:47:30.578 | python3-mysqldb 2025-04-10 14:47:30.578 | sqlite3 2025-04-10 14:47:30.578 | sudo 2025-04-10 14:47:30.578 | vlan 2025-04-10 14:47:30.578 | ipset 2025-04-10 14:47:30.578 | conntrack 2025-04-10 14:47:30.578 | conntrackd 2025-04-10 14:47:30.578 | keepalived' 2025-04-10 14:47:30.580 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-04-10 14:47:30.595 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-04-10 14:47:30.595 | apache2-dev 2025-04-10 14:47:30.595 | bc 2025-04-10 14:47:30.595 | bsdmainutils 2025-04-10 14:47:30.595 | curl 2025-04-10 14:47:30.595 | g++ 2025-04-10 14:47:30.595 | gawk 2025-04-10 14:47:30.595 | gcc 2025-04-10 14:47:30.595 | gettext 2025-04-10 14:47:30.595 | git 2025-04-10 14:47:30.595 | graphviz 2025-04-10 14:47:30.595 | iputils-ping 2025-04-10 14:47:30.595 | libapache2-mod-proxy-uwsgi 2025-04-10 14:47:30.595 | libffi-dev 2025-04-10 14:47:30.595 | libjpeg-dev 2025-04-10 14:47:30.595 | libpcre3-dev 2025-04-10 14:47:30.595 | libpq-dev 2025-04-10 14:47:30.595 | libssl-dev 2025-04-10 14:47:30.595 | libsystemd-dev 2025-04-10 14:47:30.595 | libxml2-dev 2025-04-10 14:47:30.595 | libxslt1-dev 2025-04-10 14:47:30.595 | libyaml-dev 2025-04-10 14:47:30.595 | lsof 2025-04-10 14:47:30.595 | openssh-server 2025-04-10 14:47:30.595 | openssl 2025-04-10 14:47:30.595 | pkg-config 2025-04-10 14:47:30.595 | psmisc 2025-04-10 14:47:30.595 | python3-dev 2025-04-10 14:47:30.595 | python3-pip 2025-04-10 14:47:30.595 | python3-systemd 2025-04-10 14:47:30.595 | python3-venv 2025-04-10 14:47:30.595 | tar 2025-04-10 14:47:30.595 | tcpdump 2025-04-10 14:47:30.595 | unzip 2025-04-10 14:47:30.595 | uuid-runtime 2025-04-10 14:47:30.595 | wget 2025-04-10 14:47:30.595 | wget 2025-04-10 14:47:30.595 | zlib1g-dev 2025-04-10 14:47:30.595 | libkrb5-dev 2025-04-10 14:47:30.595 | libldap2-dev 2025-04-10 14:47:30.595 | libsasl2-dev 2025-04-10 14:47:30.595 | memcached 2025-04-10 14:47:30.595 | python3-mysqldb 2025-04-10 14:47:30.595 | sqlite3 2025-04-10 14:47:30.595 | conntrack 2025-04-10 14:47:30.595 | curl 2025-04-10 14:47:30.595 | ebtables 2025-04-10 14:47:30.595 | genisoimage 2025-04-10 14:47:30.595 | iptables 2025-04-10 14:47:30.595 | iputils-arping 2025-04-10 14:47:30.595 | kpartx 2025-04-10 14:47:30.595 | libjs-jquery-tablesorter 2025-04-10 14:47:30.595 | parted 2025-04-10 14:47:30.595 | pm-utils 2025-04-10 14:47:30.595 | python3-mysqldb 2025-04-10 14:47:30.595 | socat 2025-04-10 14:47:30.595 | sqlite3 2025-04-10 14:47:30.595 | sudo 2025-04-10 14:47:30.595 | vlan 2025-04-10 14:47:30.595 | lsscsi 2025-04-10 14:47:30.595 | open-iscsi 2025-04-10 14:47:30.595 | lvm2 2025-04-10 14:47:30.595 | qemu-utils 2025-04-10 14:47:30.595 | thin-provisioning-tools 2025-04-10 14:47:30.595 | acl 2025-04-10 14:47:30.595 | dnsmasq-base 2025-04-10 14:47:30.595 | dnsmasq-utils 2025-04-10 14:47:30.595 | ebtables 2025-04-10 14:47:30.595 | haproxy 2025-04-10 14:47:30.595 | iptables 2025-04-10 14:47:30.595 | iputils-arping 2025-04-10 14:47:30.595 | iputils-ping 2025-04-10 14:47:30.595 | postgresql-server-dev-all 2025-04-10 14:47:30.595 | python3-mysqldb 2025-04-10 14:47:30.595 | sqlite3 2025-04-10 14:47:30.595 | sudo 2025-04-10 14:47:30.595 | vlan 2025-04-10 14:47:30.595 | ipset 2025-04-10 14:47:30.595 | conntrack 2025-04-10 14:47:30.595 | conntrackd 2025-04-10 14:47:30.595 | keepalived ' 2025-04-10 14:47:30.596 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-04-10 14:47:30.598 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:47:30.600 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:47:30.603 | ++ 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-10 14:47:30.603 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-04-10 14:47:30.606 | ++ 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-10 14:47:30.608 | ++ functions-common:install_package:1421 : update_package_repo 2025-04-10 14:47:30.609 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-10 14:47:30.611 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2025-04-10 14:47:30.613 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-10 14:47:30.614 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-10 14:47:30.616 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2025-04-10 14:47:30.618 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:47:30.619 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:47:30.621 | ++ functions-common:update_package_repo:1404 : apt_get_update 2025-04-10 14:47:30.623 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2025-04-10 14:47:30.624 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2025-04-10 14:47:30.626 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2025-04-10 14:47:30.628 | +++ functions-common:apt_get_update:1157 : id -u 2025-04-10 14:47:30.631 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2025-04-10 14:47:30.633 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2025-04-10 14:47:30.634 | ++ functions-common:time_start:2386 : local name=apt-get-update 2025-04-10 14:47:30.636 | ++ functions-common:time_start:2387 : local start_time= 2025-04-10 14:47:30.638 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:47:30.640 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:47:30.642 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744296450641 2025-04-10 14:47:30.644 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-04-10 14:47:30.646 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-04-10 14:47:30.648 | ++ 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-10 14:47:30.865 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-04-10 14:47:30.865 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-04-10 14:47:30.882 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-04-10 14:47:30.971 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-04-10 14:47:31.055 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,466 kB] 2025-04-10 14:47:31.102 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [405 kB] 2025-04-10 14:47:31.122 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [18.5 kB] 2025-04-10 14:47:31.129 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,263 kB] 2025-04-10 14:47:31.165 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [579 kB] 2025-04-10 14:47:31.170 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B] 2025-04-10 14:47:31.179 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,200 kB] 2025-04-10 14:47:31.192 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [296 kB] 2025-04-10 14:47:31.200 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [28.7 kB] 2025-04-10 14:47:31.208 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [46.5 kB] 2025-04-10 14:47:31.216 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [11.8 kB] 2025-04-10 14:47:31.229 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [592 B] 2025-04-10 14:47:31.247 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [68.4 kB] 2025-04-10 14:47:31.262 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.1 kB] 2025-04-10 14:47:31.272 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [392 B] 2025-04-10 14:47:31.287 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-04-10 14:47:31.303 | Get:21 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2025-04-10 14:47:31.317 | Get:22 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2025-04-10 14:47:31.503 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,222 kB] 2025-04-10 14:47:32.209 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [342 kB] 2025-04-10 14:47:32.220 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.6 kB] 2025-04-10 14:47:32.220 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,145 kB] 2025-04-10 14:47:32.355 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [558 kB] 2025-04-10 14:47:32.365 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [624 B] 2025-04-10 14:47:32.365 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [972 kB] 2025-04-10 14:47:32.393 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [209 kB] 2025-04-10 14:47:32.406 | Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [21.7 kB] 2025-04-10 14:47:32.407 | Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [39.6 kB] 2025-04-10 14:47:32.408 | Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8,716 B] 2025-04-10 14:47:32.409 | Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [368 B] 2025-04-10 14:47:39.023 | Fetched 16.4 MB in 3s (5,905 kB/s) 2025-04-10 14:47:40.126 | Reading package lists... 2025-04-10 14:47:40.150 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2025-04-10 14:47:40.152 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2025-04-10 14:47:40.154 | ++ functions-common:time_stop:2400 : local name 2025-04-10 14:47:40.155 | ++ functions-common:time_stop:2401 : local end_time 2025-04-10 14:47:40.157 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:47:40.159 | ++ functions-common:time_stop:2403 : local total 2025-04-10 14:47:40.160 | ++ functions-common:time_stop:2404 : local start_time 2025-04-10 14:47:40.162 | ++ functions-common:time_stop:2406 : name=apt-get-update 2025-04-10 14:47:40.164 | ++ functions-common:time_stop:2407 : start_time=1744296450641 2025-04-10 14:47:40.165 | ++ functions-common:time_stop:2409 : [[ -z 1744296450641 ]] 2025-04-10 14:47:40.168 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:47:40.171 | ++ functions-common:time_stop:2412 : end_time=1744296460169 2025-04-10 14:47:40.172 | ++ functions-common:time_stop:2413 : elapsed_time=9528 2025-04-10 14:47:40.174 | ++ functions-common:time_stop:2414 : total=0 2025-04-10 14:47:40.176 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:47:40.178 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9528 2025-04-10 14:47:40.179 | ++ 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-10 14:47:40.181 | ++ functions-common:real_install_package:1409 : is_ubuntu 2025-04-10 14:47:40.183 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:47:40.185 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:47:40.187 | ++ 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-10 14:47:40.202 | ++ 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-10 14:47:40.261 | Reading package lists... 2025-04-10 14:47:40.490 | Building dependency tree... 2025-04-10 14:47:40.491 | Reading state information... 2025-04-10 14:47:40.687 | acl is already the newest version (2.3.1-1). 2025-04-10 14:47:40.687 | bc is already the newest version (1.07.1-3build1). 2025-04-10 14:47:40.687 | bc set to manually installed. 2025-04-10 14:47:40.687 | conntrack is already the newest version (1:1.4.6-2build2). 2025-04-10 14:47:40.687 | ebtables is already the newest version (2.0.11-4build2). 2025-04-10 14:47:40.687 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-04-10 14:47:40.687 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-04-10 14:47:40.687 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-04-10 14:47:40.687 | gettext is already the newest version (0.21-4ubuntu4). 2025-04-10 14:47:40.687 | ipset is already the newest version (7.15-1build1). 2025-04-10 14:47:40.687 | iputils-arping is already the newest version (3:20211215-1). 2025-04-10 14:47:40.687 | iputils-ping is already the newest version (3:20211215-1). 2025-04-10 14:47:40.687 | iputils-ping set to manually installed. 2025-04-10 14:47:40.687 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-04-10 14:47:40.687 | libffi-dev is already the newest version (3.4.2-4). 2025-04-10 14:47:40.687 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-04-10 14:47:40.687 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-04-10 14:47:40.687 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-04-10 14:47:40.687 | lsof set to manually installed. 2025-04-10 14:47:40.687 | lsscsi is already the newest version (0.31-1build2). 2025-04-10 14:47:40.687 | parted is already the newest version (3.4-2build1). 2025-04-10 14:47:40.687 | parted set to manually installed. 2025-04-10 14:47:40.687 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-04-10 14:47:40.687 | psmisc is already the newest version (23.4-2build3). 2025-04-10 14:47:40.687 | psmisc set to manually installed. 2025-04-10 14:47:40.687 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-04-10 14:47:40.687 | python3-systemd is already the newest version (234-3ubuntu2). 2025-04-10 14:47:40.687 | python3-systemd set to manually installed. 2025-04-10 14:47:40.687 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-04-10 14:47:40.687 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-04-10 14:47:40.687 | thin-provisioning-tools set to manually installed. 2025-04-10 14:47:40.687 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-04-10 14:47:40.687 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-04-10 14:47:40.687 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-04-10 14:47:40.687 | pm-utils is already the newest version (1.4.1-19). 2025-04-10 14:47:40.687 | postgresql-server-dev-all is already the newest version (238). 2025-04-10 14:47:40.687 | vlan is already the newest version (2.0.5ubuntu5). 2025-04-10 14:47:40.687 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-04-10 14:47:40.687 | curl set to manually installed. 2025-04-10 14:47:40.687 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-10 14:47:40.687 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-10 14:47:40.687 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-04-10 14:47:40.687 | gawk set to manually installed. 2025-04-10 14:47:40.687 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-04-10 14:47:40.687 | git set to manually installed. 2025-04-10 14:47:40.687 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2025-04-10 14:47:40.687 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-04-10 14:47:40.687 | iptables set to manually installed. 2025-04-10 14:47:40.687 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-04-10 14:47:40.687 | kpartx set to manually installed. 2025-04-10 14:47:40.687 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-04-10 14:47:40.687 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-04-10 14:47:40.687 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-04-10 14:47:40.687 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-04-10 14:47:40.687 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-04-10 14:47:40.687 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-04-10 14:47:40.687 | sudo set to manually installed. 2025-04-10 14:47:40.687 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-04-10 14:47:40.687 | tar set to manually installed. 2025-04-10 14:47:40.687 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-04-10 14:47:40.687 | tcpdump set to manually installed. 2025-04-10 14:47:40.687 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-04-10 14:47:40.687 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-04-10 14:47:40.687 | uuid-runtime set to manually installed. 2025-04-10 14:47:40.687 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-04-10 14:47:40.687 | wget set to manually installed. 2025-04-10 14:47:40.687 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-04-10 14:47:40.687 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-04-10 14:47:40.687 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-04-10 14:47:40.687 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-04-10 14:47:40.687 | The following additional packages will be installed: 2025-04-10 14:47:40.687 | apache2-bin apache2-data apache2-utils dmeventd dmsetup krb5-multidev 2025-04-10 14:47:40.687 | libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit12 2025-04-10 14:47:40.687 | libkadm5srv-mit12 libkrb5-3 libkrb5support0 libnss-systemd libpam-systemd 2025-04-10 14:47:40.688 | libpq5 libssl3 libsystemd0 libxml2 libxslt1.1 openssh-client 2025-04-10 14:47:40.688 | openssh-sftp-server qemu-block-extra systemd systemd-sysv systemd-timesyncd 2025-04-10 14:47:40.689 | Suggested packages: 2025-04-10 14:47:40.689 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2025-04-10 14:47:40.689 | krb5-doc krb5-user postgresql-doc-14 libssl-doc keychain libpam-ssh 2025-04-10 14:47:40.689 | monkeysphere ssh-askpass molly-guard debootstrap systemd-container 2025-04-10 14:47:40.689 | libtss2-rc0 2025-04-10 14:47:40.689 | Recommended packages: 2025-04-10 14:47:40.689 | krb5-locales 2025-04-10 14:47:40.734 | The following packages will be upgraded: 2025-04-10 14:47:40.735 | apache2 apache2-bin apache2-data apache2-dev apache2-utils dmeventd dmsetup 2025-04-10 14:47:40.735 | krb5-multidev libapache2-mod-proxy-uwsgi libgssapi-krb5-2 libgssrpc4 2025-04-10 14:47:40.735 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev 2025-04-10 14:47:40.735 | libkrb5support0 libldap2-dev libnss-systemd libpam-systemd libpq-dev libpq5 2025-04-10 14:47:40.735 | libssl-dev libssl3 libsystemd-dev libsystemd0 libxml2 libxml2-dev 2025-04-10 14:47:40.735 | libxslt1-dev libxslt1.1 lvm2 open-iscsi openssh-client openssh-server 2025-04-10 14:47:40.735 | openssh-sftp-server openssl qemu-block-extra qemu-utils systemd systemd-sysv 2025-04-10 14:47:40.735 | systemd-timesyncd 2025-04-10 14:47:41.254 | Preconfiguring packages ... 2025-04-10 14:47:41.339 | 41 upgraded, 0 newly installed, 0 to remove and 113 not upgraded. 2025-04-10 14:47:41.339 | Need to get 0 B/20.7 MB of archives. 2025-04-10 14:47:41.339 | After this operation, 29.7 kB of additional disk space will be used. 2025-04-10 14:47:42.237 | (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-10 14:47:42.244 | Preparing to unpack .../0-libsystemd-dev_249.11-0ubuntu3.15_amd64.deb ... 2025-04-10 14:47:42.260 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-10 14:47:42.450 | Preparing to unpack .../1-libnss-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-10 14:47:42.465 | Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-10 14:47:42.532 | Preparing to unpack .../2-systemd-timesyncd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-10 14:47:42.545 | Unpacking systemd-timesyncd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-10 14:47:42.614 | Preparing to unpack .../3-systemd-sysv_249.11-0ubuntu3.15_amd64.deb ... 2025-04-10 14:47:42.625 | Unpacking systemd-sysv (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-10 14:47:42.716 | Preparing to unpack .../4-libpam-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-10 14:47:42.730 | Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-10 14:47:42.792 | Preparing to unpack .../5-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-10 14:47:42.803 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-10 14:47:42.976 | Preparing to unpack .../6-libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-10 14:47:42.987 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-10 14:47:43.091 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-10 14:47:43.316 | (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-10 14:47:43.322 | Preparing to unpack .../systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-10 14:47:43.369 | Unpacking systemd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-10 14:47:43.677 | Preparing to unpack .../libsystemd0_249.11-0ubuntu3.15_amd64.deb ... 2025-04-10 14:47:43.695 | Unpacking libsystemd0:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-10 14:47:43.760 | Setting up libsystemd0:amd64 (249.11-0ubuntu3.15) ... 2025-04-10 14:47:43.876 | (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-10 14:47:43.882 | Preparing to unpack .../00-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-10 14:47:43.910 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-10 14:47:43.962 | Preparing to unpack .../01-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-10 14:47:43.973 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-10 14:47:44.067 | Preparing to unpack .../02-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-10 14:47:44.079 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-10 14:47:44.158 | Preparing to unpack .../03-apache2_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-10 14:47:44.175 | Unpacking apache2 (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-10 14:47:44.265 | Preparing to unpack .../04-apache2-bin_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-10 14:47:44.275 | Unpacking apache2-bin (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-10 14:47:44.371 | Preparing to unpack .../05-apache2-data_2.4.52-1ubuntu4.14_all.deb ... 2025-04-10 14:47:44.382 | Unpacking apache2-data (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-10 14:47:44.485 | Preparing to unpack .../06-apache2-utils_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-10 14:47:44.496 | Unpacking apache2-utils (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-10 14:47:44.558 | Preparing to unpack .../07-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-10 14:47:44.573 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-10 14:47:44.636 | Preparing to unpack .../08-dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-10 14:47:44.650 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-10 14:47:44.718 | Preparing to unpack .../09-lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-04-10 14:47:44.742 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-04-10 14:47:44.868 | Preparing to unpack .../10-open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-04-10 14:47:45.124 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-04-10 14:47:45.201 | Preparing to unpack .../11-libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-10 14:47:45.212 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-10 14:47:45.273 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-10 14:47:45.389 | (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-10 14:47:45.391 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-10 14:47:45.403 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-10 14:47:45.462 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-10 14:47:45.589 | (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-10 14:47:45.596 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-10 14:47:45.609 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-10 14:47:45.678 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-10 14:47:45.798 | (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-10 14:47:45.805 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-10 14:47:45.818 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-10 14:47:45.881 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-10 14:47:46.001 | (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-10 14:47:46.007 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-10 14:47:46.018 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-10 14:47:46.080 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-10 14:47:46.091 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-10 14:47:46.150 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-10 14:47:46.161 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-10 14:47:46.210 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-10 14:47:46.221 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-10 14:47:46.282 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-10 14:47:46.292 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-10 14:47:46.357 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-10 14:47:46.367 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-10 14:47:46.434 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-10 14:47:46.469 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-10 14:47:46.552 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-10 14:47:46.573 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-10 14:47:46.661 | Preparing to unpack .../08-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-10 14:47:46.672 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-10 14:47:46.785 | Preparing to unpack .../09-apache2-dev_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-10 14:47:46.796 | Unpacking apache2-dev (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-10 14:47:46.870 | Preparing to unpack .../10-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-10 14:47:46.881 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-10 14:47:46.946 | Preparing to unpack .../11-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-10 14:47:46.966 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-10 14:47:47.022 | Preparing to unpack .../12-libxslt1-dev_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-10 14:47:47.117 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-10 14:47:47.347 | Preparing to unpack .../13-libxslt1.1_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-10 14:47:47.358 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-10 14:47:47.417 | Preparing to unpack .../14-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-10 14:47:47.440 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-10 14:47:47.493 | Preparing to unpack .../15-qemu-utils_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-10 14:47:47.503 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-10 14:47:47.603 | Preparing to unpack .../16-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-04-10 14:47:47.614 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-04-10 14:47:47.676 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-04-10 14:47:47.759 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-04-10 14:47:47.769 | Setting up systemd (249.11-0ubuntu3.15) ... 2025-04-10 14:47:48.459 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-04-10 14:47:49.509 | iscsid.service is a disabled or a static unit, not starting it. 2025-04-10 14:47:50.327 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-04-10 14:47:50.338 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-10 14:47:50.348 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-10 14:47:50.359 | Setting up systemd-timesyncd (249.11-0ubuntu3.15) ... 2025-04-10 14:47:50.856 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-04-10 14:47:50.870 | update-initramfs: deferring update (trigger activated) 2025-04-10 14:47:50.875 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-04-10 14:47:51.269 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-04-10 14:47:51.336 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-10 14:47:51.348 | Setting up apache2-data (2.4.52-1ubuntu4.14) ... 2025-04-10 14:47:51.361 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-10 14:47:51.372 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-04-10 14:47:51.387 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-10 14:47:51.398 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-10 14:47:52.122 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.15) ... 2025-04-10 14:47:52.135 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-10 14:47:52.148 | Setting up apache2-utils (2.4.52-1ubuntu4.14) ... 2025-04-10 14:47:52.162 | Setting up apache2-dev (2.4.52-1ubuntu4.14) ... 2025-04-10 14:47:52.174 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-10 14:47:52.184 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-04-10 14:47:52.195 | Setting up systemd-sysv (249.11-0ubuntu3.15) ... 2025-04-10 14:47:52.207 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-04-10 14:47:53.051 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-04-10 14:47:53.522 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-04-10 14:47:53.566 | Setting up libnss-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-10 14:47:53.579 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-04-10 14:47:53.589 | Setting up apache2-bin (2.4.52-1ubuntu4.14) ... 2025-04-10 14:47:53.600 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-04-10 14:47:53.698 | update-initramfs: deferring update (trigger activated) 2025-04-10 14:47:55.104 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-10 14:47:55.115 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-10 14:47:55.125 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-10 14:47:55.136 | Setting up libpam-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-10 14:47:55.333 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-10 14:47:55.343 | Setting up apache2 (2.4.52-1ubuntu4.14) ... 2025-04-10 14:47:57.351 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2025-04-10 14:47:57.373 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) ... 2025-04-10 14:47:57.390 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-04-10 14:47:57.435 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-04-10 14:47:57.518 | Processing triggers for man-db (2.10.2-1) ... 2025-04-10 14:47:57.840 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2025-04-10 14:47:57.856 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-04-10 14:47:57.892 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-04-10 14:48:05.035 | NEEDRESTART-VER: 3.5 2025-04-10 14:48:05.848 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-10 14:48:05.848 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-10 14:48:05.848 | NEEDRESTART-KSTA: 1 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: apt-news.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: conntrackd.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: dbus.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: epmd.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: esm-cache.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: haproxy.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: irqbalance.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: mariadb.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: memcached.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: ModemManager.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: multipathd.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: packagekit.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: pmcd.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: pmie.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: pmie_farm.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: pmlogger.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: pmproxy.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: polkit.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: rabbitmq-server.service 2025-04-10 14:48:05.848 | NEEDRESTART-SVC: rsyslog.service 2025-04-10 14:48:05.849 | NEEDRESTART-SVC: systemd-logind.service 2025-04-10 14:48:05.849 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-10 14:48:05.849 | NEEDRESTART-SVC: udisks2.service 2025-04-10 14:48:05.849 | NEEDRESTART-SVC: user@1001.service 2025-04-10 14:48:05.849 | NEEDRESTART-SVC: vgauth.service 2025-04-10 14:48:07.863 | ++ functions-common:apt_get:1194 : result=0 2025-04-10 14:48:07.865 | ++ functions-common:apt_get:1197 : time_stop apt-get 2025-04-10 14:48:07.867 | ++ functions-common:time_stop:2400 : local name 2025-04-10 14:48:07.869 | ++ functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:07.871 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:07.873 | ++ functions-common:time_stop:2403 : local total 2025-04-10 14:48:07.874 | ++ functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:07.876 | ++ functions-common:time_stop:2406 : name=apt-get 2025-04-10 14:48:07.878 | ++ functions-common:time_stop:2407 : start_time=1744296460200 2025-04-10 14:48:07.880 | ++ functions-common:time_stop:2409 : [[ -z 1744296460200 ]] 2025-04-10 14:48:07.882 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:07.885 | ++ functions-common:time_stop:2412 : end_time=1744296487883 2025-04-10 14:48:07.887 | ++ functions-common:time_stop:2413 : elapsed_time=27683 2025-04-10 14:48:07.889 | ++ functions-common:time_stop:2414 : total=525 2025-04-10 14:48:07.891 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:07.892 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=28208 2025-04-10 14:48:07.894 | ++ functions-common:apt_get:1198 : return 0 2025-04-10 14:48:07.896 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-04-10 14:48:07.898 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-04-10 14:48:07.901 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2025-04-10 14:48:07.904 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2025-04-10 14:48:07.906 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2025-04-10 14:48:07.908 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-04-10 14:48:07.911 | ++ tools/install_prereqs.sh:source:89 : date 2025-04-10 14:48:07.914 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2025-04-10 14:48:07.916 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2025-04-10 14:48:07.918 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2025-04-10 14:48:08.233 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-04-10 14:48:08.234 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-04-10 14:48:08.236 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-04-10 14:48:08.237 | + tools/install_pip.sh:main:43 : GetDistro 2025-04-10 14:48:08.238 | + functions-common:GetDistro:449 : GetOSVersion 2025-04-10 14:48:08.240 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-04-10 14:48:08.241 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-04-10 14:48:08.242 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-04-10 14:48:08.243 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-04-10 14:48:08.245 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-04-10 14:48:08.246 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-04-10 14:48:08.247 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-04-10 14:48:08.248 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-04-10 14:48:08.249 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-04-10 14:48:08.251 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-04-10 14:48:08.252 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-04-10 14:48:08.253 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-04-10 14:48:08.254 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-04-10 14:48:08.256 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-04-10 14:48:08.257 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2025-04-10 14:48:08.258 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-04-10 14:48:08.259 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-04-10 14:48:08.261 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-04-10 14:48:08.262 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-04-10 14:48:08.264 | + functions-common:_ensure_lsb_release:394 : return 2025-04-10 14:48:08.265 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-04-10 14:48:08.301 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-04-10 14:48:08.303 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-04-10 14:48:08.336 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-04-10 14:48:08.338 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-04-10 14:48:08.372 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-04-10 14:48:08.373 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-04-10 14:48:08.375 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-04-10 14:48:08.376 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-04-10 14:48:08.378 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-04-10 14:48:08.379 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-04-10 14:48:08.381 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-04-10 14:48:08.382 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-04-10 14:48:08.383 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-04-10 14:48:08.385 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2025-04-10 14:48:08.386 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-04-10 14:48:08.386 | Distro: jammy 2025-04-10 14:48:08.388 | + tools/install_pip.sh:main:124 : get_versions 2025-04-10 14:48:08.389 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-10 14:48:08.392 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-10 14:48:08.393 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-10 14:48:08.395 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-10 14:48:08.395 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-10 14:48:08.493 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-10 14:48:08.495 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-10 14:48:08.495 | pip: 0.1.15 2025-04-10 14:48:08.496 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-04-10 14:48:08.497 | + tools/install_pip.sh:main:130 : is_fedora 2025-04-10 14:48:08.499 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-10 14:48:08.500 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-10 14:48:08.501 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-10 14:48:08.502 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-10 14:48:08.504 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-10 14:48:08.505 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-10 14:48:08.506 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-10 14:48:08.507 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-10 14:48:08.508 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-10 14:48:08.510 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-10 14:48:08.511 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-10 14:48:08.512 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-10 14:48:08.513 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-10 14:48:08.514 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-04-10 14:48:08.516 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:08.517 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:08.518 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-04-10 14:48:08.522 | + tools/install_pip.sh:main:153 : set -x 2025-04-10 14:48:08.523 | + tools/install_pip.sh:main:156 : get_versions 2025-04-10 14:48:08.525 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-10 14:48:08.527 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-10 14:48:08.528 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-10 14:48:08.530 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-10 14:48:08.530 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-10 14:48:08.538 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-10 14:48:08.540 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-10 14:48:08.540 | pip: 0.1.15 2025-04-10 14:48:08.542 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-04-10 14:48:08.545 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-04-10 14:48:08.546 | + stack.sh:main:811 : fixup_all 2025-04-10 14:48:08.548 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2025-04-10 14:48:08.550 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2025-04-10 14:48:08.551 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:08.553 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:08.555 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-04-10 14:48:08.564 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-04-10 14:48:08.572 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-04-10 14:48:08.580 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2025-04-10 14:48:08.582 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-04-10 14:48:08.584 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-10 14:48:08.585 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-10 14:48:08.587 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-10 14:48:08.588 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-10 14:48:08.590 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-10 14:48:08.592 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-10 14:48:08.593 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-10 14:48:08.595 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-10 14:48:08.596 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-10 14:48:08.598 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-10 14:48:08.600 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-10 14:48:08.602 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-10 14:48:08.603 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-10 14:48:08.605 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-04-10 14:48:08.607 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2025-04-10 14:48:08.608 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2025-04-10 14:48:08.617 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2025-04-10 14:48:08.625 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2025-04-10 14:48:08.634 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2025-04-10 14:48:08.642 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2025-04-10 14:48:08.650 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2025-04-10 14:48:08.658 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2025-04-10 14:48:08.666 | + stack.sh:main:823 : setup_devstack_virtualenv 2025-04-10 14:48:08.668 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2025-04-10 14:48:08.670 | + 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-10 14:48:08.672 | + 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-10 14:48:08.673 | + 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-10 14:48:08.675 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2025-04-10 14:48:08.677 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2025-04-10 14:48:08.679 | + stack.sh:main:827 : pip_install -U os-testr 2025-04-10 14:48:08.697 | Using python 3.10 to install os-testr 2025-04-10 14:48:08.698 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2025-04-10 14:48:10.598 | Collecting os-testr 2025-04-10 14:48:10.600 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-10 14:48:10.641 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2025-04-10 14:48:10.643 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2025-04-10 14:48:10.664 | Collecting python-subunit>=1.0.0 (from os-testr) 2025-04-10 14:48:10.665 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2025-04-10 14:48:10.691 | Collecting testtools>=2.2.0 (from os-testr) 2025-04-10 14:48:10.693 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-10 14:48:10.721 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2025-04-10 14:48:10.723 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-10 14:48:10.764 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2025-04-10 14:48:10.764 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-10 14:48:10.787 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-04-10 14:48:10.790 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-10 14:48:10.803 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-04-10 14:48:10.807 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2025-04-10 14:48:10.811 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2025-04-10 14:48:10.879 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2025-04-10 14:48:11.226 | 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-10 14:48:11.323 | + inc/python:pip_install:222 : result=0 2025-04-10 14:48:11.325 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:48:11.327 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:11.329 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:11.331 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:11.333 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:11.334 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:11.336 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:48:11.338 | + functions-common:time_stop:2407 : start_time=1744296488693 2025-04-10 14:48:11.339 | + functions-common:time_stop:2409 : [[ -z 1744296488693 ]] 2025-04-10 14:48:11.342 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:11.345 | + functions-common:time_stop:2412 : end_time=1744296491342 2025-04-10 14:48:11.346 | + functions-common:time_stop:2413 : elapsed_time=2649 2025-04-10 14:48:11.348 | + functions-common:time_stop:2414 : total=0 2025-04-10 14:48:11.350 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:11.351 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2649 2025-04-10 14:48:11.353 | + inc/python:pip_install:225 : return 0 2025-04-10 14:48:11.355 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-04-10 14:48:11.396 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2025-04-10 14:48:11.451 | + stack.sh:main:838 : install_infra 2025-04-10 14:48:11.453 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-10 14:48:11.455 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-04-10 14:48:11.457 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-04-10 14:48:14.599 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-10 14:48:14.601 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-04-10 14:48:14.618 | + 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-10 14:48:15.566 | Collecting pbr 2025-04-10 14:48:15.570 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-10 14:48:15.596 | Installing collected packages: pbr 2025-04-10 14:48:15.660 | Successfully installed pbr-5.11.1 2025-04-10 14:48:15.732 | + inc/python:pip_install:222 : result=0 2025-04-10 14:48:15.734 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:48:15.736 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:15.738 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:15.739 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:15.741 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:15.742 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:15.744 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:48:15.745 | + functions-common:time_stop:2407 : start_time=1744296494612 2025-04-10 14:48:15.747 | + functions-common:time_stop:2409 : [[ -z 1744296494612 ]] 2025-04-10 14:48:15.749 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:15.752 | + functions-common:time_stop:2412 : end_time=1744296495750 2025-04-10 14:48:15.754 | + functions-common:time_stop:2413 : elapsed_time=1138 2025-04-10 14:48:15.755 | + functions-common:time_stop:2414 : total=2649 2025-04-10 14:48:15.757 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:15.758 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3787 2025-04-10 14:48:15.760 | + inc/python:pip_install:225 : return 0 2025-04-10 14:48:15.762 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-10 14:48:15.763 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-04-10 14:48:15.780 | + 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-10 14:48:16.630 | Processing /opt/stack/requirements 2025-04-10 14:48:16.630 | Preparing metadata (setup.py): started 2025-04-10 14:48:17.319 | Preparing metadata (setup.py): finished with status 'done' 2025-04-10 14:48:17.412 | Collecting Parsley>=1.2 2025-04-10 14:48:17.419 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-10 14:48:17.514 | Collecting PyYAML>=3.12 2025-04-10 14:48:17.526 | 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-10 14:48:17.642 | Collecting beagle>=0.2.1 2025-04-10 14:48:17.645 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-04-10 14:48:17.668 | Collecting fixtures>=3.0.0 2025-04-10 14:48:17.671 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-10 14:48:17.708 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-04-10 14:48:17.710 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-10 14:48:17.761 | Collecting requests>=2.14.2 2025-04-10 14:48:17.763 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-10 14:48:17.790 | Collecting six>=1.10.0 2025-04-10 14:48:17.793 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-10 14:48:17.840 | Collecting cliff>=2.11.0 2025-04-10 14:48:17.842 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-10 14:48:17.849 | 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-10 14:48:17.920 | Collecting urllib3<1.27,>=1.21.1 2025-04-10 14:48:17.924 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-10 14:48:18.115 | Collecting charset-normalizer<4,>=2 2025-04-10 14:48:18.119 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-10 14:48:18.159 | Collecting certifi>=2017.4.17 2025-04-10 14:48:18.162 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-10 14:48:18.187 | Collecting idna<4,>=2.5 2025-04-10 14:48:18.190 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-10 14:48:18.311 | Collecting importlib-metadata>=4.4 2025-04-10 14:48:18.326 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-10 14:48:18.399 | Collecting cmd2>=1.0.0 2025-04-10 14:48:18.406 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-10 14:48:18.434 | Collecting autopage>=0.4.0 2025-04-10 14:48:18.440 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-10 14:48:18.475 | Collecting PrettyTable>=0.7.2 2025-04-10 14:48:18.478 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-10 14:48:18.519 | Collecting stevedore>=2.0.1 2025-04-10 14:48:18.521 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-10 14:48:18.595 | Collecting attrs>=16.3.0 2025-04-10 14:48:18.598 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-10 14:48:18.620 | Collecting wcwidth>=0.1.7 2025-04-10 14:48:18.622 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-10 14:48:18.644 | Collecting pyperclip>=1.6 2025-04-10 14:48:18.644 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-10 14:48:18.723 | Collecting zipp>=0.5 2025-04-10 14:48:18.725 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-10 14:48:18.781 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-04-10 14:48:18.927 | 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-10 14:48:19.722 | Running setup.py install for openstack-requirements: started 2025-04-10 14:48:21.123 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-04-10 14:48:21.131 | 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-10 14:48:21.228 | + inc/python:pip_install:222 : result=0 2025-04-10 14:48:21.230 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:48:21.232 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:21.233 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:21.235 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:21.236 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:21.238 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:21.240 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:48:21.241 | + functions-common:time_stop:2407 : start_time=1744296495775 2025-04-10 14:48:21.243 | + functions-common:time_stop:2409 : [[ -z 1744296495775 ]] 2025-04-10 14:48:21.245 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:21.248 | + functions-common:time_stop:2412 : end_time=1744296501246 2025-04-10 14:48:21.249 | + functions-common:time_stop:2413 : elapsed_time=5471 2025-04-10 14:48:21.251 | + functions-common:time_stop:2414 : total=3787 2025-04-10 14:48:21.253 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:21.254 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9258 2025-04-10 14:48:21.256 | + inc/python:pip_install:225 : return 0 2025-04-10 14:48:21.258 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-04-10 14:48:21.260 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-04-10 14:48:21.261 | + inc/python:use_library_from_git:272 : local name=pbr 2025-04-10 14:48:21.263 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:21.265 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:21.267 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2025-04-10 14:48:21.269 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:21.270 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-04-10 14:48:21.285 | Using python 3.10 to install pbr 2025-04-10 14:48:21.287 | + 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-10 14:48:22.060 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2025-04-10 14:48:22.293 | + inc/python:pip_install:222 : result=0 2025-04-10 14:48:22.295 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:48:22.297 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:22.298 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:22.300 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:22.301 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:22.303 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:22.305 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:48:22.306 | + functions-common:time_stop:2407 : start_time=1744296501281 2025-04-10 14:48:22.308 | + functions-common:time_stop:2409 : [[ -z 1744296501281 ]] 2025-04-10 14:48:22.310 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:22.313 | + functions-common:time_stop:2412 : end_time=1744296502311 2025-04-10 14:48:22.315 | + functions-common:time_stop:2413 : elapsed_time=1030 2025-04-10 14:48:22.316 | + functions-common:time_stop:2414 : total=9258 2025-04-10 14:48:22.318 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:22.319 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10288 2025-04-10 14:48:22.321 | + inc/python:pip_install:225 : return 0 2025-04-10 14:48:22.323 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2025-04-10 14:48:25.433 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2025-04-10 14:48:25.938 | Collecting bindep 2025-04-10 14:48:25.941 | Using cached bindep-2.13.0-py3-none-any.whl (34 kB) 2025-04-10 14:48:25.975 | Collecting distro>=1.7 2025-04-10 14:48:25.977 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-04-10 14:48:25.994 | Collecting Parsley 2025-04-10 14:48:25.995 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-10 14:48:26.034 | Collecting packaging 2025-04-10 14:48:26.036 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-04-10 14:48:26.081 | Collecting pbr>=2 2025-04-10 14:48:26.084 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-04-10 14:48:26.089 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2->bindep) (59.6.0) 2025-04-10 14:48:26.128 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-04-10 14:48:26.367 | Successfully installed Parsley-1.3 bindep-2.13.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-04-10 14:48:26.440 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-10 14:48:26.442 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-10 14:48:26.445 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2025-04-10 14:48:26.458 | + stack.sh:main:847 : pkgs= 2025-04-10 14:48:26.460 | + stack.sh:main:848 : [[ -n '' ]] 2025-04-10 14:48:26.462 | + stack.sh:main:855 : run_phase stack pre-install 2025-04-10 14:48:26.464 | + functions-common:run_phase:1828 : local mode=stack 2025-04-10 14:48:26.465 | + functions-common:run_phase:1829 : local phase=pre-install 2025-04-10 14:48:26.467 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-10 14:48:26.469 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-10 14:48:26.470 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-10 14:48:26.472 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-10 14:48:26.474 | + functions-common:run_phase:1838 : local extra 2025-04-10 14:48:26.476 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-10 14:48:26.479 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-10 14:48:26.481 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-10 14:48:26.482 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-10 14:48:26.484 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-04-10 14:48:26.486 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-10 14:48:26.497 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:48:26.498 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:48:26.500 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:48:26.502 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-10 14:48:26.503 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:48:26.505 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-10 14:48:26.506 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:48:26.508 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-04-10 14:48:26.510 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:48:26.511 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-10 14:48:26.513 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:48:26.515 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-10 14:48:26.516 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-10 14:48:26.518 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-10 14:48:26.519 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:48:26.521 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-10 14:48:26.522 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2025-04-10 14:48:26.524 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-10 14:48:26.526 | + functions-common:run_plugins:1815 : local phase=pre-install 2025-04-10 14:48:26.528 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-10 14:48:26.529 | + functions-common:run_plugins:1818 : local plugin 2025-04-10 14:48:26.531 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-10 14:48:26.533 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-10 14:48:26.534 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-10 14:48:26.536 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-04-10 14:48:26.538 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:48:26.539 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:48:26.541 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-10 14:48:26.543 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:48:26.544 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-10 14:48:26.546 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:48:26.547 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-04-10 14:48:26.549 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2025-04-10 14:48:26.551 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-04-10 14:48:26.553 | + functions:set_systemd_override:832 : local value=2048 2025-04-10 14:48:26.554 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-04-10 14:48:26.556 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-04-10 14:48:26.596 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-04-10 14:48:26.596 | Set systemd system override for DefaultLimitNOFILE=2048 2025-04-10 14:48:26.598 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-04-10 14:48:26.842 | + stack.sh:main:860 : install_rpc_backend 2025-04-10 14:48:26.844 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-04-10 14:48:26.856 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:48:26.858 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-04-10 14:48:26.860 | + functions-common:install_package:1421 : update_package_repo 2025-04-10 14:48:26.862 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-10 14:48:26.864 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-10 14:48:26.866 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-10 14:48:26.868 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-10 14:48:26.869 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-10 14:48:26.871 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:26.873 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:26.875 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-10 14:48:26.877 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-10 14:48:26.879 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-10 14:48:26.880 | + functions-common:apt_get_update:1150 : return 2025-04-10 14:48:26.882 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2025-04-10 14:48:26.884 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-10 14:48:26.886 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:26.888 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:26.889 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2025-04-10 14:48:26.905 | + 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-10 14:48:26.965 | Reading package lists... 2025-04-10 14:48:27.179 | Building dependency tree... 2025-04-10 14:48:27.180 | Reading state information... 2025-04-10 14:48:27.380 | The following packages will be upgraded: 2025-04-10 14:48:27.380 | rabbitmq-server 2025-04-10 14:48:27.701 | 1 upgraded, 0 newly installed, 0 to remove and 112 not upgraded. 2025-04-10 14:48:27.701 | Need to get 0 B/15.2 MB of archives. 2025-04-10 14:48:27.701 | After this operation, 0 B of additional disk space will be used. 2025-04-10 14:48:27.799 | (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-10 14:48:27.805 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.2_all.deb ... 2025-04-10 14:48:27.824 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.2) over (3.9.27-0ubuntu0.1) ... 2025-04-10 14:48:28.303 | Setting up rabbitmq-server (3.9.27-0ubuntu0.2) ... 2025-04-10 14:48:33.738 | Processing triggers for man-db (2.10.2-1) ... 2025-04-10 14:48:34.183 | NEEDRESTART-VER: 3.5 2025-04-10 14:48:34.691 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-10 14:48:34.691 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-10 14:48:34.691 | NEEDRESTART-KSTA: 1 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: conntrackd.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: dbus.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: epmd.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: haproxy.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: irqbalance.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: mariadb.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: memcached.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: ModemManager.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: multipathd.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: packagekit.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: pmcd.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: pmie.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: pmie_farm.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: pmlogger.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: pmproxy.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: polkit.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: rsyslog.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: systemd-logind.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: udisks2.service 2025-04-10 14:48:34.691 | NEEDRESTART-SVC: user@1001.service 2025-04-10 14:48:34.692 | NEEDRESTART-SVC: vgauth.service 2025-04-10 14:48:36.669 | + functions-common:apt_get:1194 : result=0 2025-04-10 14:48:36.671 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-10 14:48:36.672 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:36.674 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:36.676 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:36.678 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:36.679 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:36.681 | + functions-common:time_stop:2406 : name=apt-get 2025-04-10 14:48:36.683 | + functions-common:time_stop:2407 : start_time=1744296506903 2025-04-10 14:48:36.684 | + functions-common:time_stop:2409 : [[ -z 1744296506903 ]] 2025-04-10 14:48:36.687 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:36.690 | + functions-common:time_stop:2412 : end_time=1744296516688 2025-04-10 14:48:36.692 | + functions-common:time_stop:2413 : elapsed_time=9785 2025-04-10 14:48:36.693 | + functions-common:time_stop:2414 : total=28208 2025-04-10 14:48:36.695 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:36.697 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37993 2025-04-10 14:48:36.698 | + functions-common:apt_get:1198 : return 0 2025-04-10 14:48:36.700 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2025-04-10 14:48:36.702 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-10 14:48:36.704 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-10 14:48:36.705 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-10 14:48:36.707 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-10 14:48:36.709 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-10 14:48:36.711 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-10 14:48:36.712 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-10 14:48:36.714 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-10 14:48:36.716 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-10 14:48:36.718 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-10 14:48:36.720 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-10 14:48:36.721 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-10 14:48:36.723 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-10 14:48:36.725 | + stack.sh:main:861 : restart_rpc_backend 2025-04-10 14:48:36.726 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2025-04-10 14:48:36.739 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:48:36.741 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2025-04-10 14:48:36.742 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:48:36.744 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2025-04-10 14:48:36.746 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2025-04-10 14:48:36.749 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2025-04-10 14:48:36.751 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2025-04-10 14:48:36.753 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2025-04-10 14:48:36.755 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2025-04-10 14:48:36.757 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2025-04-10 14:48:36.759 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2025-04-10 14:48:36.761 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2025-04-10 14:48:36.763 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2025-04-10 14:48:37.213 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2025-04-10 14:48:37.213 | user tags 2025-04-10 14:48:37.213 | guest [administrator]' 2025-04-10 14:48:37.216 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2025-04-10 14:48:37.216 | user tags 2025-04-10 14:48:37.216 | guest [administrator]' 2025-04-10 14:48:37.216 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2025-04-10 14:48:37.221 | + lib/rpc_backend:rabbit_setuser:163 : found= 2025-04-10 14:48:37.223 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2025-04-10 14:48:37.225 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-04-10 14:48:37.670 | Adding user "stackrabbit" ... 2025-04-10 14:48:37.676 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-04-10 14:48:37.688 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-04-10 14:48:38.160 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-04-10 14:48:38.179 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2025-04-10 14:48:38.181 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-04-10 14:48:38.645 | Changing password for user "stackrabbit" ... 2025-04-10 14:48:38.663 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2025-04-10 14:48:38.665 | + lib/rpc_backend:restart_rpc_backend:103 : break 2025-04-10 14:48:38.667 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2025-04-10 14:48:39.114 | Deleting user "guest" ... 2025-04-10 14:48:39.135 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2025-04-10 14:48:39.148 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:48:39.150 | + stack.sh:main:864 : install_database 2025-04-10 14:48:39.152 | + lib/database:install_database:118 : install_database_mysql 2025-04-10 14:48:39.154 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2025-04-10 14:48:39.155 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:39.157 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:39.159 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2025-04-10 14:48:39.273 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2025-04-10 14:48:39.275 | + lib/databases/mysql:install_database_mysql:211 : cat 2025-04-10 14:48:39.278 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2025-04-10 14:48:39.280 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:39.282 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:39.284 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2025-04-10 14:48:39.286 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2025-04-10 14:48:39.289 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2025-04-10 14:48:39.291 | + stack.sh:main:866 : '[' -n mysql ']' 2025-04-10 14:48:39.293 | + stack.sh:main:867 : install_database_python 2025-04-10 14:48:39.295 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-04-10 14:48:39.297 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2025-04-10 14:48:39.300 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2025-04-10 14:48:39.301 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-10 14:48:39.304 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2025-04-10 14:48:39.306 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2025-04-10 14:48:39.308 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-10 14:48:39.311 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-04-10 14:48:39.311 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-10 14:48:39.316 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2025-04-10 14:48:39.318 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2025-04-10 14:48:39.319 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2025-04-10 14:48:39.321 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2025-04-10 14:48:39.323 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2025-04-10 14:48:39.339 | Using python 3.10 to install PyMySQL 2025-04-10 14:48:39.341 | + 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-10 14:48:40.226 | Collecting PyMySQL 2025-04-10 14:48:40.228 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-10 14:48:40.234 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2025-04-10 14:48:40.295 | Installing collected packages: PyMySQL 2025-04-10 14:48:40.331 | Successfully installed PyMySQL-1.0.3 2025-04-10 14:48:40.399 | + inc/python:pip_install:222 : result=0 2025-04-10 14:48:40.401 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:48:40.403 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:40.405 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:40.407 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:40.409 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:40.410 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:40.412 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:48:40.414 | + functions-common:time_stop:2407 : start_time=1744296519335 2025-04-10 14:48:40.416 | + functions-common:time_stop:2409 : [[ -z 1744296519335 ]] 2025-04-10 14:48:40.419 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:40.422 | + functions-common:time_stop:2412 : end_time=1744296520419 2025-04-10 14:48:40.423 | + functions-common:time_stop:2413 : elapsed_time=1084 2025-04-10 14:48:40.425 | + functions-common:time_stop:2414 : total=10288 2025-04-10 14:48:40.427 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:40.429 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11372 2025-04-10 14:48:40.431 | + inc/python:pip_install:225 : return 0 2025-04-10 14:48:40.432 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-04-10 14:48:40.434 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-10 14:48:40.436 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-04-10 14:48:40.438 | + stack.sh:main:870 : is_service_enabled neutron 2025-04-10 14:48:40.450 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:48:40.452 | + stack.sh:main:871 : install_neutron_agent_packages 2025-04-10 14:48:40.454 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2025-04-10 14:48:40.467 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:48:40.468 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2025-04-10 14:48:40.470 | + functions-common:install_package:1421 : update_package_repo 2025-04-10 14:48:40.472 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-10 14:48:40.474 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-10 14:48:40.475 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-10 14:48:40.477 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-10 14:48:40.479 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-10 14:48:40.480 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:40.482 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:40.484 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-10 14:48:40.486 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-10 14:48:40.488 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-10 14:48:40.489 | + functions-common:apt_get_update:1150 : return 2025-04-10 14:48:40.491 | + functions-common:install_package:1422 : real_install_package radvd 2025-04-10 14:48:40.493 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-10 14:48:40.495 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:40.497 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:40.499 | + functions-common:real_install_package:1410 : apt_get install radvd 2025-04-10 14:48:40.514 | + 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-10 14:48:40.573 | Reading package lists... 2025-04-10 14:48:40.799 | Building dependency tree... 2025-04-10 14:48:40.801 | Reading state information... 2025-04-10 14:48:41.012 | radvd is already the newest version (1:2.18-3build2). 2025-04-10 14:48:41.012 | 0 upgraded, 0 newly installed, 0 to remove and 112 not upgraded. 2025-04-10 14:48:41.016 | + functions-common:apt_get:1194 : result=0 2025-04-10 14:48:41.018 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-10 14:48:41.020 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:41.022 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:41.024 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:41.026 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:41.028 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:41.030 | + functions-common:time_stop:2406 : name=apt-get 2025-04-10 14:48:41.032 | + functions-common:time_stop:2407 : start_time=1744296520512 2025-04-10 14:48:41.034 | + functions-common:time_stop:2409 : [[ -z 1744296520512 ]] 2025-04-10 14:48:41.037 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:41.039 | + functions-common:time_stop:2412 : end_time=1744296521037 2025-04-10 14:48:41.041 | + functions-common:time_stop:2413 : elapsed_time=525 2025-04-10 14:48:41.043 | + functions-common:time_stop:2414 : total=37993 2025-04-10 14:48:41.045 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:41.047 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38518 2025-04-10 14:48:41.049 | + functions-common:apt_get:1198 : return 0 2025-04-10 14:48:41.050 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-04-10 14:48:41.064 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:48:41.066 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2025-04-10 14:48:41.068 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-04-10 14:48:41.069 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-04-10 14:48:41.072 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-04-10 14:48:41.087 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-04-10 14:48:41.088 | + functions-common:install_package:1421 : update_package_repo 2025-04-10 14:48:41.090 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-10 14:48:41.092 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-10 14:48:41.094 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-10 14:48:41.096 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-10 14:48:41.098 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-10 14:48:41.099 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:41.101 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:41.103 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-10 14:48:41.105 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-10 14:48:41.107 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-10 14:48:41.109 | + functions-common:apt_get_update:1150 : return 2025-04-10 14:48:41.110 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2025-04-10 14:48:41.112 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-10 14:48:41.114 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:41.116 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:41.118 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2025-04-10 14:48:41.133 | + 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-10 14:48:41.193 | Reading package lists... 2025-04-10 14:48:41.408 | Building dependency tree... 2025-04-10 14:48:41.409 | Reading state information... 2025-04-10 14:48:41.634 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-04-10 14:48:41.634 | fakeroot set to manually installed. 2025-04-10 14:48:41.634 | make is already the newest version (4.3-4.1build1). 2025-04-10 14:48:41.634 | make set to manually installed. 2025-04-10 14:48:41.634 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-04-10 14:48:41.634 | 0 upgraded, 0 newly installed, 0 to remove and 112 not upgraded. 2025-04-10 14:48:41.638 | + functions-common:apt_get:1194 : result=0 2025-04-10 14:48:41.640 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-10 14:48:41.642 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:41.644 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:41.646 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:41.647 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:41.649 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:41.651 | + functions-common:time_stop:2406 : name=apt-get 2025-04-10 14:48:41.652 | + functions-common:time_stop:2407 : start_time=1744296521131 2025-04-10 14:48:41.654 | + functions-common:time_stop:2409 : [[ -z 1744296521131 ]] 2025-04-10 14:48:41.656 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:41.659 | + functions-common:time_stop:2412 : end_time=1744296521657 2025-04-10 14:48:41.661 | + functions-common:time_stop:2413 : elapsed_time=526 2025-04-10 14:48:41.663 | + functions-common:time_stop:2414 : total=38518 2025-04-10 14:48:41.664 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:41.666 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39044 2025-04-10 14:48:41.668 | + functions-common:apt_get:1198 : return 0 2025-04-10 14:48:41.670 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-04-10 14:48:41.671 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:41.673 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:41.675 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-04-10 14:48:41.677 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-04-10 14:48:41.680 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-04-10 14:48:41.683 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-04-10 14:48:41.685 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-04-10 14:48:41.688 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-04-10 14:48:41.688 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-04-10 14:48:41.691 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-04-10 14:48:41.693 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-04-10 14:48:41.695 | + functions:vercmp:639 : local v1=6.8 2025-04-10 14:48:41.697 | + functions:vercmp:640 : local 'op=<' 2025-04-10 14:48:41.699 | + functions:vercmp:641 : local v2=3.13 2025-04-10 14:48:41.700 | + functions:vercmp:642 : local result 2025-04-10 14:48:41.703 | ++ functions:vercmp:646 : sort -V 2025-04-10 14:48:41.703 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-04-10 14:48:41.704 | ++ functions:vercmp:646 : head -1 2025-04-10 14:48:41.707 | + functions:vercmp:646 : result=3.13 2025-04-10 14:48:41.709 | + functions:vercmp:648 : case $op in 2025-04-10 14:48:41.711 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-04-10 14:48:41.712 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-04-10 14:48:41.714 | + functions:vercmp:659 : return 2025-04-10 14:48:41.716 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-04-10 14:48:41.718 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-10 14:48:41.720 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2025-04-10 14:48:42.188 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-04-10 14:48:42.190 | + inc/python:use_library_from_git:272 : local name=os-ken 2025-04-10 14:48:42.192 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:42.194 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:42.195 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2025-04-10 14:48:42.197 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:42.199 | + stack.sh:main:874 : is_service_enabled etcd3 2025-04-10 14:48:42.212 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:48:42.214 | + stack.sh:main:875 : install_etcd3 2025-04-10 14:48:42.216 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-04-10 14:48:42.216 | Installing etcd 2025-04-10 14:48:42.217 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-04-10 14:48:42.226 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-04-10 14:48:42.235 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-04-10 14:48:42.237 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-04-10 14:48:42.246 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-04-10 14:48:42.248 | ++ 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-10 14:48:42.250 | ++ 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-10 14:48:42.253 | +++ 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-10 14:48:42.256 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2025-04-10 14:48:42.258 | ++ 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-10 14:48:42.260 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2025-04-10 14:48:42.262 | ++ 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-10 14:48:42.276 | --2025-04-10 14:48:42-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-10 14:48:42.284 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-10 14:48:42.285 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-10 14:48:42.319 | HTTP request sent, awaiting response... 200 OK 2025-04-10 14:48:42.319 | Length: 16171146 (15M) [application/gzip] 2025-04-10 14:48:42.319 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2025-04-10 14:48:42.331 | 2025-04-10 14:48:42.399 | 0K ........ ....... 100% 193M=0.08s 2025-04-10 14:48:42.399 | 2025-04-10 14:48:42.399 | 2025-04-10 14:48:42 (193 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2025-04-10 14:48:42.399 | 2025-04-10 14:48:42.403 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-04-10 14:48:42.405 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-10 14:48:42.407 | ++ functions:get_extra_file:74 : return 2025-04-10 14:48:42.410 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-10 14:48:42.411 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2025-04-10 14:48:42.413 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2025-04-10 14:48:42.415 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-04-10 14:48:42.506 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2025-04-10 14:48:42.509 | + 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-10 14:48:42.511 | etcd-v3.4.27-linux-amd64/ 2025-04-10 14:48:42.511 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2025-04-10 14:48:42.511 | etcd-v3.4.27-linux-amd64/etcdctl 2025-04-10 14:48:42.641 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2025-04-10 14:48:42.641 | etcd-v3.4.27-linux-amd64/Documentation/ 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-04-10 14:48:42.642 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2025-04-10 14:48:42.643 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2025-04-10 14:48:42.644 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-04-10 14:48:42.644 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2025-04-10 14:48:42.644 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2025-04-10 14:48:42.644 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-04-10 14:48:42.644 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2025-04-10 14:48:42.644 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2025-04-10 14:48:42.644 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2025-04-10 14:48:42.644 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2025-04-10 14:48:42.645 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-04-10 14:48:42.646 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2025-04-10 14:48:42.646 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2025-04-10 14:48:42.646 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2025-04-10 14:48:42.646 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2025-04-10 14:48:42.646 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2025-04-10 14:48:42.646 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2025-04-10 14:48:42.646 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2025-04-10 14:48:42.646 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2025-04-10 14:48:42.646 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2025-04-10 14:48:42.646 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2025-04-10 14:48:42.647 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2025-04-10 14:48:42.647 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2025-04-10 14:48:42.647 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2025-04-10 14:48:42.647 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2025-04-10 14:48:42.647 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2025-04-10 14:48:42.647 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2025-04-10 14:48:42.647 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2025-04-10 14:48:42.647 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2025-04-10 14:48:42.647 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2025-04-10 14:48:42.647 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2025-04-10 14:48:42.647 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2025-04-10 14:48:42.647 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2025-04-10 14:48:42.647 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2025-04-10 14:48:42.648 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2025-04-10 14:48:42.648 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2025-04-10 14:48:42.648 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2025-04-10 14:48:42.648 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2025-04-10 14:48:42.648 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2025-04-10 14:48:42.648 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2025-04-10 14:48:42.648 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2025-04-10 14:48:42.648 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2025-04-10 14:48:42.648 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2025-04-10 14:48:42.649 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2025-04-10 14:48:42.649 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2025-04-10 14:48:42.649 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2025-04-10 14:48:42.649 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2025-04-10 14:48:42.649 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2025-04-10 14:48:42.649 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2025-04-10 14:48:42.649 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2025-04-10 14:48:42.649 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2025-04-10 14:48:42.650 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2025-04-10 14:48:42.650 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2025-04-10 14:48:42.650 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2025-04-10 14:48:42.650 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2025-04-10 14:48:42.650 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2025-04-10 14:48:42.650 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2025-04-10 14:48:42.650 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2025-04-10 14:48:42.650 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2025-04-10 14:48:42.651 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2025-04-10 14:48:42.651 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2025-04-10 14:48:42.651 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2025-04-10 14:48:42.651 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2025-04-10 14:48:42.651 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2025-04-10 14:48:42.651 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2025-04-10 14:48:42.651 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2025-04-10 14:48:42.651 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2025-04-10 14:48:42.652 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2025-04-10 14:48:42.652 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2025-04-10 14:48:42.652 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2025-04-10 14:48:42.652 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2025-04-10 14:48:42.652 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2025-04-10 14:48:42.652 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2025-04-10 14:48:42.652 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2025-04-10 14:48:42.652 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2025-04-10 14:48:42.653 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-04-10 14:48:42.653 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2025-04-10 14:48:42.653 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2025-04-10 14:48:42.653 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2025-04-10 14:48:42.653 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2025-04-10 14:48:42.653 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2025-04-10 14:48:42.653 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2025-04-10 14:48:42.653 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2025-04-10 14:48:42.654 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2025-04-10 14:48:42.654 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2025-04-10 14:48:42.655 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2025-04-10 14:48:42.656 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2025-04-10 14:48:42.657 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2025-04-10 14:48:42.657 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2025-04-10 14:48:42.658 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2025-04-10 14:48:42.660 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2025-04-10 14:48:42.661 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2025-04-10 14:48:42.661 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2025-04-10 14:48:42.662 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2025-04-10 14:48:42.662 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2025-04-10 14:48:42.663 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2025-04-10 14:48:42.664 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2025-04-10 14:48:42.665 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2025-04-10 14:48:42.666 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2025-04-10 14:48:42.666 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2025-04-10 14:48:42.668 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2025-04-10 14:48:42.669 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2025-04-10 14:48:42.669 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2025-04-10 14:48:42.670 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2025-04-10 14:48:42.672 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2025-04-10 14:48:42.672 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2025-04-10 14:48:42.672 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2025-04-10 14:48:42.672 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2025-04-10 14:48:42.672 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2025-04-10 14:48:42.672 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2025-04-10 14:48:42.672 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2025-04-10 14:48:42.672 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2025-04-10 14:48:42.672 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2025-04-10 14:48:42.672 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2025-04-10 14:48:42.673 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2025-04-10 14:48:42.673 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2025-04-10 14:48:42.673 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2025-04-10 14:48:42.673 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2025-04-10 14:48:42.673 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2025-04-10 14:48:42.673 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2025-04-10 14:48:42.673 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2025-04-10 14:48:42.673 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2025-04-10 14:48:42.673 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-04-10 14:48:42.674 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2025-04-10 14:48:42.674 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-04-10 14:48:42.674 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2025-04-10 14:48:42.674 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2025-04-10 14:48:42.674 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2025-04-10 14:48:42.674 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2025-04-10 14:48:42.674 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2025-04-10 14:48:42.674 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2025-04-10 14:48:42.674 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-04-10 14:48:42.674 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2025-04-10 14:48:42.674 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2025-04-10 14:48:42.675 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2025-04-10 14:48:42.676 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2025-04-10 14:48:42.676 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2025-04-10 14:48:42.676 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2025-04-10 14:48:42.676 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-04-10 14:48:42.676 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2025-04-10 14:48:42.676 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-04-10 14:48:42.676 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-04-10 14:48:42.676 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-04-10 14:48:42.676 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-04-10 14:48:42.676 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-04-10 14:48:42.676 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2025-04-10 14:48:42.676 | etcd-v3.4.27-linux-amd64/README.md 2025-04-10 14:48:42.676 | etcd-v3.4.27-linux-amd64/etcd 2025-04-10 14:48:42.850 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2025-04-10 14:48:42.874 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-04-10 14:48:42.893 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-04-10 14:48:42.895 | + stack.sh:main:884 : is_service_enabled tls-proxy 2025-04-10 14:48:42.909 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:48:42.910 | + stack.sh:main:894 : install_dstat 2025-04-10 14:48:42.912 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-04-10 14:48:42.925 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:48:42.927 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2025-04-10 14:48:42.928 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:48:42.931 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2025-04-10 14:48:42.933 | + stack.sh:main:903 : install_libs 2025-04-10 14:48:42.935 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-04-10 14:48:42.937 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-04-10 14:48:42.938 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-04-10 14:48:42.940 | + inc/python:use_library_from_git:272 : local name=automaton 2025-04-10 14:48:42.942 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:42.944 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:42.945 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2025-04-10 14:48:42.947 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:42.949 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-04-10 14:48:42.951 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-04-10 14:48:42.953 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-04-10 14:48:42.956 | + inc/python:use_library_from_git:272 : local name=castellan 2025-04-10 14:48:42.957 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:42.959 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:42.961 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2025-04-10 14:48:42.963 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:42.964 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-04-10 14:48:42.966 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-04-10 14:48:42.968 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-04-10 14:48:42.970 | + inc/python:use_library_from_git:272 : local name=cliff 2025-04-10 14:48:42.972 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:42.973 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:42.975 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2025-04-10 14:48:42.977 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:42.979 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-04-10 14:48:42.980 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-04-10 14:48:42.982 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-04-10 14:48:42.984 | + inc/python:use_library_from_git:272 : local name=cursive 2025-04-10 14:48:42.986 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:42.988 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:42.990 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2025-04-10 14:48:42.991 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:42.993 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-04-10 14:48:42.995 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-04-10 14:48:42.997 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-04-10 14:48:42.998 | + inc/python:use_library_from_git:272 : local name=debtcollector 2025-04-10 14:48:43.000 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.002 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.004 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2025-04-10 14:48:43.006 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.007 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-04-10 14:48:43.009 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-04-10 14:48:43.011 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-04-10 14:48:43.013 | + inc/python:use_library_from_git:272 : local name=futurist 2025-04-10 14:48:43.015 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.017 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.018 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2025-04-10 14:48:43.020 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.022 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-04-10 14:48:43.024 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-04-10 14:48:43.026 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-04-10 14:48:43.028 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2025-04-10 14:48:43.030 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.031 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.033 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2025-04-10 14:48:43.035 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.037 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-04-10 14:48:43.039 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-04-10 14:48:43.041 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-04-10 14:48:43.043 | + inc/python:use_library_from_git:272 : local name=osc-lib 2025-04-10 14:48:43.045 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.046 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.048 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2025-04-10 14:48:43.050 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.052 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-04-10 14:48:43.054 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-04-10 14:48:43.055 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-04-10 14:48:43.057 | + inc/python:use_library_from_git:272 : local name=osc-placement 2025-04-10 14:48:43.059 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.061 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.062 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2025-04-10 14:48:43.064 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.066 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-04-10 14:48:43.068 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-04-10 14:48:43.070 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-04-10 14:48:43.072 | + inc/python:use_library_from_git:272 : local name=os-client-config 2025-04-10 14:48:43.074 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.075 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.077 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2025-04-10 14:48:43.079 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.081 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-04-10 14:48:43.083 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-04-10 14:48:43.085 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-04-10 14:48:43.086 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2025-04-10 14:48:43.088 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.090 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.092 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2025-04-10 14:48:43.093 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.095 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-04-10 14:48:43.097 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-04-10 14:48:43.099 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-04-10 14:48:43.101 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2025-04-10 14:48:43.103 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.104 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.106 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2025-04-10 14:48:43.108 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.110 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-04-10 14:48:43.112 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-04-10 14:48:43.114 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-04-10 14:48:43.116 | + inc/python:use_library_from_git:272 : local name=oslo.config 2025-04-10 14:48:43.117 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.119 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.121 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2025-04-10 14:48:43.123 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.125 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-04-10 14:48:43.127 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-04-10 14:48:43.128 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-04-10 14:48:43.130 | + inc/python:use_library_from_git:272 : local name=oslo.context 2025-04-10 14:48:43.132 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.134 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.136 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2025-04-10 14:48:43.138 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.139 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-04-10 14:48:43.141 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-04-10 14:48:43.143 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-04-10 14:48:43.145 | + inc/python:use_library_from_git:272 : local name=oslo.db 2025-04-10 14:48:43.147 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.149 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.150 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2025-04-10 14:48:43.152 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.154 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-04-10 14:48:43.156 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-04-10 14:48:43.158 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-04-10 14:48:43.159 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2025-04-10 14:48:43.161 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.163 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.165 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2025-04-10 14:48:43.167 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.168 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-04-10 14:48:43.170 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-04-10 14:48:43.172 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-04-10 14:48:43.174 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2025-04-10 14:48:43.176 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.178 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.179 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2025-04-10 14:48:43.182 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.183 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-04-10 14:48:43.185 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-04-10 14:48:43.187 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-04-10 14:48:43.189 | + inc/python:use_library_from_git:272 : local name=oslo.log 2025-04-10 14:48:43.191 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.193 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.195 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2025-04-10 14:48:43.196 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.198 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-04-10 14:48:43.200 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-04-10 14:48:43.202 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-04-10 14:48:43.204 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2025-04-10 14:48:43.206 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.207 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.209 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2025-04-10 14:48:43.211 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.213 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-04-10 14:48:43.215 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-04-10 14:48:43.217 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-04-10 14:48:43.218 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2025-04-10 14:48:43.220 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.222 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.224 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2025-04-10 14:48:43.226 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.228 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-04-10 14:48:43.230 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-04-10 14:48:43.231 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-04-10 14:48:43.233 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2025-04-10 14:48:43.235 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.237 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.239 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2025-04-10 14:48:43.241 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.243 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-04-10 14:48:43.244 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-04-10 14:48:43.246 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-04-10 14:48:43.248 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2025-04-10 14:48:43.250 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.252 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.253 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2025-04-10 14:48:43.255 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.257 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-04-10 14:48:43.259 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-04-10 14:48:43.261 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-04-10 14:48:43.263 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2025-04-10 14:48:43.264 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.266 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.268 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2025-04-10 14:48:43.270 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.272 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-04-10 14:48:43.274 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-04-10 14:48:43.275 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-04-10 14:48:43.277 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2025-04-10 14:48:43.279 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.281 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.283 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-04-10 14:48:43.285 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.286 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-04-10 14:48:43.288 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-04-10 14:48:43.290 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-04-10 14:48:43.292 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2025-04-10 14:48:43.294 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.295 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.297 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2025-04-10 14:48:43.299 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.301 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-04-10 14:48:43.303 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-04-10 14:48:43.305 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-04-10 14:48:43.306 | + inc/python:use_library_from_git:272 : local name=oslo.service 2025-04-10 14:48:43.308 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.310 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.312 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2025-04-10 14:48:43.314 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.316 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-04-10 14:48:43.317 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-04-10 14:48:43.319 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-04-10 14:48:43.321 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2025-04-10 14:48:43.323 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.324 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.326 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2025-04-10 14:48:43.328 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.330 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-04-10 14:48:43.332 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-04-10 14:48:43.334 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-04-10 14:48:43.335 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2025-04-10 14:48:43.337 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.339 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.341 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-04-10 14:48:43.343 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.345 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-04-10 14:48:43.346 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-04-10 14:48:43.348 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-04-10 14:48:43.350 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2025-04-10 14:48:43.352 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.354 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.356 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2025-04-10 14:48:43.358 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.359 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-04-10 14:48:43.361 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-04-10 14:48:43.363 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-04-10 14:48:43.365 | + inc/python:use_library_from_git:272 : local name=osprofiler 2025-04-10 14:48:43.367 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.368 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.370 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2025-04-10 14:48:43.372 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.374 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-04-10 14:48:43.376 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-04-10 14:48:43.378 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-04-10 14:48:43.380 | + inc/python:use_library_from_git:272 : local name=pycadf 2025-04-10 14:48:43.381 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.383 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.385 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2025-04-10 14:48:43.387 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.389 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-04-10 14:48:43.391 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-04-10 14:48:43.393 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-04-10 14:48:43.394 | + inc/python:use_library_from_git:272 : local name=stevedore 2025-04-10 14:48:43.396 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.398 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.400 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2025-04-10 14:48:43.402 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.404 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-04-10 14:48:43.405 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-04-10 14:48:43.407 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-04-10 14:48:43.409 | + inc/python:use_library_from_git:272 : local name=taskflow 2025-04-10 14:48:43.411 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.413 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.415 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2025-04-10 14:48:43.416 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.418 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-04-10 14:48:43.420 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-04-10 14:48:43.422 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-04-10 14:48:43.424 | + inc/python:use_library_from_git:272 : local name=tooz 2025-04-10 14:48:43.425 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.427 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.429 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2025-04-10 14:48:43.431 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.432 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-04-10 14:48:43.434 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-04-10 14:48:43.436 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-04-10 14:48:43.438 | + inc/python:use_library_from_git:272 : local name=os-brick 2025-04-10 14:48:43.440 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.441 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.443 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2025-04-10 14:48:43.445 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.447 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-04-10 14:48:43.449 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-04-10 14:48:43.450 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-04-10 14:48:43.452 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2025-04-10 14:48:43.454 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.456 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.458 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2025-04-10 14:48:43.460 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.462 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-04-10 14:48:43.464 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-04-10 14:48:43.465 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-04-10 14:48:43.467 | + inc/python:use_library_from_git:272 : local name=os-traits 2025-04-10 14:48:43.469 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.471 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.473 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2025-04-10 14:48:43.475 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.477 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-04-10 14:48:43.478 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-04-10 14:48:43.480 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-04-10 14:48:43.482 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2025-04-10 14:48:43.484 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:43.485 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:43.487 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2025-04-10 14:48:43.489 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:43.491 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-04-10 14:48:43.506 | Using python 3.10 to install etcd3 2025-04-10 14:48:43.508 | + 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-10 14:48:44.395 | Collecting etcd3 2025-04-10 14:48:44.395 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-04-10 14:48:45.055 | Collecting grpcio>=1.27.1 (from etcd3) 2025-04-10 14:48:45.058 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-04-10 14:48:45.282 | Collecting protobuf>=3.6.1 (from etcd3) 2025-04-10 14:48:45.284 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2025-04-10 14:48:45.312 | Collecting six>=1.12.0 (from etcd3) 2025-04-10 14:48:45.313 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2025-04-10 14:48:45.341 | Collecting tenacity>=6.1.0 (from etcd3) 2025-04-10 14:48:45.344 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-10 14:48:45.360 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2025-04-10 14:48:45.387 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2025-04-10 14:48:45.391 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-10 14:48:45.393 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-04-10 14:48:45.484 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2025-04-10 14:48:45.827 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2025-04-10 14:48:46.029 | + inc/python:pip_install:222 : result=0 2025-04-10 14:48:46.031 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:48:46.034 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:46.036 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:46.037 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:46.039 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:46.041 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:46.043 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:48:46.044 | + functions-common:time_stop:2407 : start_time=1744296523502 2025-04-10 14:48:46.046 | + functions-common:time_stop:2409 : [[ -z 1744296523502 ]] 2025-04-10 14:48:46.050 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:46.053 | + functions-common:time_stop:2412 : end_time=1744296526051 2025-04-10 14:48:46.054 | + functions-common:time_stop:2413 : elapsed_time=2549 2025-04-10 14:48:46.056 | + functions-common:time_stop:2414 : total=11372 2025-04-10 14:48:46.058 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:46.059 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13921 2025-04-10 14:48:46.061 | + inc/python:pip_install:225 : return 0 2025-04-10 14:48:46.063 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-04-10 14:48:46.079 | Using python 3.10 to install etcd3gw 2025-04-10 14:48:46.081 | + 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-10 14:48:47.061 | Collecting etcd3gw 2025-04-10 14:48:47.063 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-10 14:48:47.091 | Collecting futurist>=0.16.0 (from etcd3gw) 2025-04-10 14:48:47.093 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-10 14:48:47.096 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2025-04-10 14:48:47.140 | Collecting requests>=2.20.0 (from etcd3gw) 2025-04-10 14:48:47.141 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2025-04-10 14:48:47.250 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2025-04-10 14:48:47.252 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-04-10 14:48:47.275 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2025-04-10 14:48:47.277 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2025-04-10 14:48:47.333 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2025-04-10 14:48:47.335 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2025-04-10 14:48:47.382 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2025-04-10 14:48:47.384 | Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-04-10 14:48:47.409 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-04-10 14:48:47.412 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-04-10 14:48:47.414 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-10 14:48:47.417 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-10 14:48:47.420 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-10 14:48:47.424 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-10 14:48:47.428 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-10 14:48:47.533 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2025-04-10 14:48:47.838 | 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-10 14:48:47.924 | + inc/python:pip_install:222 : result=0 2025-04-10 14:48:47.926 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:48:47.928 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:47.930 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:47.932 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:47.934 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:47.935 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:47.937 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:48:47.939 | + functions-common:time_stop:2407 : start_time=1744296526075 2025-04-10 14:48:47.940 | + functions-common:time_stop:2409 : [[ -z 1744296526075 ]] 2025-04-10 14:48:47.943 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:47.946 | + functions-common:time_stop:2412 : end_time=1744296527944 2025-04-10 14:48:47.947 | + functions-common:time_stop:2413 : elapsed_time=1869 2025-04-10 14:48:47.949 | + functions-common:time_stop:2414 : total=13921 2025-04-10 14:48:47.951 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:47.952 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15790 2025-04-10 14:48:47.954 | + inc/python:pip_install:225 : return 0 2025-04-10 14:48:47.956 | + stack.sh:main:906 : install_apache_uwsgi 2025-04-10 14:48:47.958 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2025-04-10 14:48:47.960 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2025-04-10 14:48:47.962 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-10 14:48:47.964 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-10 14:48:47.965 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-10 14:48:47.967 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-10 14:48:47.969 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-10 14:48:47.971 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-10 14:48:47.973 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-10 14:48:47.974 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-10 14:48:47.976 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-10 14:48:47.978 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-10 14:48:47.980 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-10 14:48:47.982 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-10 14:48:47.984 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-10 14:48:47.985 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2025-04-10 14:48:47.987 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:47.989 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:47.991 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-04-10 14:48:47.993 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-10 14:48:47.995 | + functions-common:install_package:1421 : update_package_repo 2025-04-10 14:48:47.997 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-10 14:48:47.998 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-10 14:48:48.000 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-10 14:48:48.002 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-10 14:48:48.004 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-10 14:48:48.006 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:48.008 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:48.010 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-10 14:48:48.012 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-10 14:48:48.014 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-10 14:48:48.015 | + functions-common:apt_get_update:1150 : return 2025-04-10 14:48:48.017 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-10 14:48:48.019 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-10 14:48:48.021 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:48.023 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:48.025 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-10 14:48:48.041 | + 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-10 14:48:48.101 | Reading package lists... 2025-04-10 14:48:48.337 | Building dependency tree... 2025-04-10 14:48:48.338 | Reading state information... 2025-04-10 14:48:48.555 | uwsgi is already the newest version (2.0.20-4). 2025-04-10 14:48:48.555 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-04-10 14:48:48.555 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.14). 2025-04-10 14:48:48.555 | 0 upgraded, 0 newly installed, 0 to remove and 112 not upgraded. 2025-04-10 14:48:48.560 | + functions-common:apt_get:1194 : result=0 2025-04-10 14:48:48.562 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-10 14:48:48.564 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:48.565 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:48.567 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:48.569 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:48.571 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:48.573 | + functions-common:time_stop:2406 : name=apt-get 2025-04-10 14:48:48.574 | + functions-common:time_stop:2407 : start_time=1744296528038 2025-04-10 14:48:48.576 | + functions-common:time_stop:2409 : [[ -z 1744296528038 ]] 2025-04-10 14:48:48.579 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:48.582 | + functions-common:time_stop:2412 : end_time=1744296528580 2025-04-10 14:48:48.584 | + functions-common:time_stop:2413 : elapsed_time=542 2025-04-10 14:48:48.585 | + functions-common:time_stop:2414 : total=39044 2025-04-10 14:48:48.587 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:48.589 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39586 2025-04-10 14:48:48.591 | + functions-common:apt_get:1198 : return 0 2025-04-10 14:48:48.592 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2025-04-10 14:48:48.594 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:48:48.596 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:48:48.598 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2025-04-10 14:48:48.632 | Enabling module proxy. 2025-04-10 14:48:48.636 | To activate the new configuration, you need to run: 2025-04-10 14:48:48.636 | systemctl restart apache2 2025-04-10 14:48:48.639 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2025-04-10 14:48:48.671 | Considering dependency proxy for proxy_uwsgi: 2025-04-10 14:48:48.671 | Module proxy already enabled 2025-04-10 14:48:48.671 | Enabling module proxy_uwsgi. 2025-04-10 14:48:48.674 | To activate the new configuration, you need to run: 2025-04-10 14:48:48.674 | systemctl restart apache2 2025-04-10 14:48:48.677 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2025-04-10 14:48:48.679 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-10 14:48:48.681 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-10 14:48:48.683 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-10 14:48:48.777 | + stack.sh:main:909 : install_keystoneauth 2025-04-10 14:48:48.779 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-04-10 14:48:48.781 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2025-04-10 14:48:48.783 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:48.784 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:48.786 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2025-04-10 14:48:48.788 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:48.790 | + stack.sh:main:910 : install_keystoneclient 2025-04-10 14:48:48.792 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-04-10 14:48:48.794 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2025-04-10 14:48:48.796 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:48.798 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:48.800 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2025-04-10 14:48:48.802 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:48.803 | + stack.sh:main:911 : install_glanceclient 2025-04-10 14:48:48.805 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2025-04-10 14:48:48.807 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2025-04-10 14:48:48.809 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:48.810 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:48.812 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2025-04-10 14:48:48.814 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:48.816 | + stack.sh:main:912 : install_cinderclient 2025-04-10 14:48:48.818 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2025-04-10 14:48:48.820 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2025-04-10 14:48:48.821 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:48.823 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:48.825 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-04-10 14:48:48.827 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:48.829 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2025-04-10 14:48:48.831 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2025-04-10 14:48:48.833 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:48.835 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:48.836 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2025-04-10 14:48:48.838 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:48.840 | + stack.sh:main:913 : install_novaclient 2025-04-10 14:48:48.842 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2025-04-10 14:48:48.844 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2025-04-10 14:48:48.846 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:48.847 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:48.849 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2025-04-10 14:48:48.851 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:48.853 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2025-04-10 14:48:48.866 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:48:48.868 | + stack.sh:main:915 : install_swiftclient 2025-04-10 14:48:48.869 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2025-04-10 14:48:48.871 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2025-04-10 14:48:48.873 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:48.875 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:48.877 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2025-04-10 14:48:48.879 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:48.881 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2025-04-10 14:48:48.893 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:48:48.895 | + stack.sh:main:918 : install_neutronclient 2025-04-10 14:48:48.897 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2025-04-10 14:48:48.899 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2025-04-10 14:48:48.901 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:48.902 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:48.904 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2025-04-10 14:48:48.906 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:48.908 | + stack.sh:main:922 : install_keystonemiddleware 2025-04-10 14:48:48.910 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-04-10 14:48:48.912 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2025-04-10 14:48:48.914 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:48:48.916 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:48:48.918 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2025-04-10 14:48:48.920 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:48:48.922 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-04-10 14:48:48.924 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2025-04-10 14:48:48.925 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-10 14:48:48.928 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2025-04-10 14:48:48.930 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2025-04-10 14:48:48.932 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-10 14:48:48.934 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-04-10 14:48:48.934 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-10 14:48:48.938 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2025-04-10 14:48:48.940 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2025-04-10 14:48:48.942 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2025-04-10 14:48:48.944 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2025-04-10 14:48:48.946 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2025-04-10 14:48:48.962 | Using python 3.10 to install keystonemiddleware 2025-04-10 14:48:48.963 | + 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-10 14:48:49.876 | Collecting keystonemiddleware 2025-04-10 14:48:49.878 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-10 14:48:49.936 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2025-04-10 14:48:49.938 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2025-04-10 14:48:49.980 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2025-04-10 14:48:49.982 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-10 14:48:50.028 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2025-04-10 14:48:50.030 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-04-10 14:48:50.081 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2025-04-10 14:48:50.083 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2025-04-10 14:48:50.119 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2025-04-10 14:48:50.121 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-10 14:48:50.158 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2025-04-10 14:48:50.160 | Using cached oslo.i18n-6.1.1-py3-none-any.whl.metadata (2.0 kB) 2025-04-10 14:48:50.204 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2025-04-10 14:48:50.206 | Using cached oslo.log-5.3.2-py3-none-any.whl.metadata (3.0 kB) 2025-04-10 14:48:50.241 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2025-04-10 14:48:50.244 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-10 14:48:50.299 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2025-04-10 14:48:50.301 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-10 14:48:50.303 | 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-10 14:48:50.326 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2025-04-10 14:48:50.327 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-10 14:48:50.364 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2025-04-10 14:48:50.366 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-10 14:48:50.368 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2025-04-10 14:48:50.415 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-10 14:48:50.416 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2025-04-10 14:48:50.438 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-10 14:48:50.439 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-10 14:48:50.475 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-10 14:48:50.477 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-10 14:48:50.522 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2025-04-10 14:48:50.524 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2025-04-10 14:48:50.631 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-10 14:48:50.634 | 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-10 14:48:50.662 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-10 14:48:50.664 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-10 14:48:50.689 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-10 14:48:50.691 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2025-04-10 14:48:50.711 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-10 14:48:50.713 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-10 14:48:50.827 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-10 14:48:50.828 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-04-10 14:48:50.860 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-10 14:48:50.860 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-04-10 14:48:50.985 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-10 14:48:50.989 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2025-04-10 14:48:51.060 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-10 14:48:51.062 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2025-04-10 14:48:51.089 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-10 14:48:51.091 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2025-04-10 14:48:51.125 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-10 14:48:51.125 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2025-04-10 14:48:51.157 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-10 14:48:51.159 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-04-10 14:48:51.205 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-10 14:48:51.206 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-10 14:48:51.216 | 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-10 14:48:51.242 | 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-10 14:48:51.242 | 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-10 14:48:51.244 | 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-10 14:48:51.244 | 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-10 14:48:51.388 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2025-04-10 14:48:51.391 | 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-10 14:48:51.421 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2025-04-10 14:48:51.423 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2025-04-10 14:48:51.560 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2025-04-10 14:48:51.563 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2025-04-10 14:48:51.567 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2025-04-10 14:48:51.570 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2025-04-10 14:48:51.572 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2025-04-10 14:48:51.575 | Using cached oslo.i18n-6.1.1-py3-none-any.whl (46 kB) 2025-04-10 14:48:51.578 | Using cached oslo.log-5.3.2-py3-none-any.whl (76 kB) 2025-04-10 14:48:51.581 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2025-04-10 14:48:51.584 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2025-04-10 14:48:51.587 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-04-10 14:48:51.590 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2025-04-10 14:48:51.595 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-04-10 14:48:51.598 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-04-10 14:48:51.601 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-04-10 14:48:51.604 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-04-10 14:48:51.606 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-04-10 14:48:51.611 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-04-10 14:48:51.623 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-04-10 14:48:51.626 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-10 14:48:51.629 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-04-10 14:48:51.631 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-04-10 14:48:51.635 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2025-04-10 14:48:51.640 | 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-10 14:48:51.647 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2025-04-10 14:48:51.650 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-10 14:48:51.652 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2025-04-10 14:48:51.657 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-04-10 14:48:51.659 | 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-10 14:48:51.956 | 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-10 14:48:53.575 | 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-10 14:48:53.716 | + inc/python:pip_install:222 : result=0 2025-04-10 14:48:53.718 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:48:53.720 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:53.721 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:53.723 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:53.725 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:53.727 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:53.728 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:48:53.730 | + functions-common:time_stop:2407 : start_time=1744296528957 2025-04-10 14:48:53.732 | + functions-common:time_stop:2409 : [[ -z 1744296528957 ]] 2025-04-10 14:48:53.734 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:53.737 | + functions-common:time_stop:2412 : end_time=1744296533735 2025-04-10 14:48:53.739 | + functions-common:time_stop:2413 : elapsed_time=4778 2025-04-10 14:48:53.740 | + functions-common:time_stop:2414 : total=15790 2025-04-10 14:48:53.742 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:53.744 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20568 2025-04-10 14:48:53.746 | + inc/python:pip_install:225 : return 0 2025-04-10 14:48:53.748 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-04-10 14:48:53.750 | + inc/python:pip_install_gr:94 : local name=python-memcached 2025-04-10 14:48:53.751 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-10 14:48:53.754 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2025-04-10 14:48:53.756 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2025-04-10 14:48:53.758 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-10 14:48:53.761 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-04-10 14:48:53.761 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-10 14:48:53.765 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2025-04-10 14:48:53.767 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2025-04-10 14:48:53.769 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2025-04-10 14:48:53.771 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2025-04-10 14:48:53.773 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2025-04-10 14:48:53.789 | Using python 3.10 to install python-memcached 2025-04-10 14:48:53.790 | + 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-10 14:48:54.683 | Collecting python-memcached 2025-04-10 14:48:54.685 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-10 14:48:54.688 | 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-10 14:48:54.690 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-04-10 14:48:54.898 | Installing collected packages: python-memcached 2025-04-10 14:48:54.923 | Successfully installed python-memcached-1.59 2025-04-10 14:48:54.995 | + inc/python:pip_install:222 : result=0 2025-04-10 14:48:54.997 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:48:54.999 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:55.001 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:55.003 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:55.004 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:55.006 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:55.008 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:48:55.010 | + functions-common:time_stop:2407 : start_time=1744296533784 2025-04-10 14:48:55.011 | + functions-common:time_stop:2409 : [[ -z 1744296533784 ]] 2025-04-10 14:48:55.014 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:55.017 | + functions-common:time_stop:2412 : end_time=1744296535015 2025-04-10 14:48:55.019 | + functions-common:time_stop:2413 : elapsed_time=1231 2025-04-10 14:48:55.020 | + functions-common:time_stop:2414 : total=20568 2025-04-10 14:48:55.022 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:55.024 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21799 2025-04-10 14:48:55.026 | + inc/python:pip_install:225 : return 0 2025-04-10 14:48:55.028 | + stack.sh:main:924 : is_service_enabled keystone 2025-04-10 14:48:55.040 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:48:55.042 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-10 14:48:55.044 | + stack.sh:main:926 : stack_install_service keystone 2025-04-10 14:48:55.046 | + lib/stack:stack_install_service:20 : local service=keystone 2025-04-10 14:48:55.048 | + lib/stack:stack_install_service:21 : type install_keystone 2025-04-10 14:48:55.050 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-10 14:48:55.051 | + lib/stack:stack_install_service:32 : install_keystone 2025-04-10 14:48:55.053 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-04-10 14:48:55.065 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:48:55.067 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2025-04-10 14:48:55.068 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2025-04-10 14:48:55.070 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2025-04-10 14:48:55.072 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-10 14:48:55.073 | + functions-common:git_clone:575 : local orig_dir 2025-04-10 14:48:55.075 | ++ functions-common:git_clone:576 : pwd 2025-04-10 14:48:55.077 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-10 14:48:55.079 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-10 14:48:55.081 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-10 14:48:55.092 | + functions-common:git_clone:579 : RECLONE=False 2025-04-10 14:48:55.094 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-10 14:48:55.095 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-10 14:48:55.097 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-10 14:48:55.099 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-10 14:48:55.099 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-10 14:48:55.103 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2025-04-10 14:48:55.105 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-10 14:48:55.106 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-10 14:48:55.108 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:48:55.109 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:48:55.111 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:48:55.113 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:48:55.114 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:48:55.116 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:48:55.118 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:48:55.119 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:48:55.121 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:48:55.124 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296535122 2025-04-10 14:48:55.126 | + 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-10 14:48:55.129 | Cloning into '/opt/stack//keystone'... 2025-04-10 14:48:57.315 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:48:57.316 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:57.318 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:57.320 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:57.322 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:57.323 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:57.325 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:48:57.327 | + functions-common:time_stop:2407 : start_time=1744296535122 2025-04-10 14:48:57.328 | + functions-common:time_stop:2409 : [[ -z 1744296535122 ]] 2025-04-10 14:48:57.330 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:57.333 | + functions-common:time_stop:2412 : end_time=1744296537331 2025-04-10 14:48:57.335 | + functions-common:time_stop:2413 : elapsed_time=2209 2025-04-10 14:48:57.336 | + functions-common:time_stop:2414 : total=12230 2025-04-10 14:48:57.338 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:57.340 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14439 2025-04-10 14:48:57.341 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2025-04-10 14:48:57.343 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-10 14:48:57.345 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:48:57.347 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:48:57.348 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:48:57.350 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:48:57.352 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:48:57.353 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:48:57.355 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:48:57.357 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:48:57.359 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:48:57.362 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296537360 2025-04-10 14:48:57.363 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-10 14:48:59.829 | From https://opendev.org/openstack/keystone 2025-04-10 14:48:59.829 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-10 14:48:59.833 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:48:59.835 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:59.836 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:59.838 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:59.840 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:59.841 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:59.843 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:48:59.844 | + functions-common:time_stop:2407 : start_time=1744296537360 2025-04-10 14:48:59.846 | + functions-common:time_stop:2409 : [[ -z 1744296537360 ]] 2025-04-10 14:48:59.848 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:59.851 | + functions-common:time_stop:2412 : end_time=1744296539849 2025-04-10 14:48:59.852 | + functions-common:time_stop:2413 : elapsed_time=2489 2025-04-10 14:48:59.854 | + functions-common:time_stop:2414 : total=14439 2025-04-10 14:48:59.855 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:59.857 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16928 2025-04-10 14:48:59.858 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-10 14:48:59.860 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:48:59.861 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:48:59.863 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:48:59.864 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:48:59.866 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:48:59.868 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:48:59.869 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:48:59.871 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:48:59.873 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:48:59.875 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296539873 2025-04-10 14:48:59.877 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-10 14:48:59.967 | Note: switching to 'FETCH_HEAD'. 2025-04-10 14:48:59.967 | 2025-04-10 14:48:59.967 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-10 14:48:59.967 | changes and commit them, and you can discard any commits you make in this 2025-04-10 14:48:59.967 | state without impacting any branches by switching back to a branch. 2025-04-10 14:48:59.967 | 2025-04-10 14:48:59.967 | If you want to create a new branch to retain commits you create, you may 2025-04-10 14:48:59.967 | do so (now or later) by using -c with the switch command. Example: 2025-04-10 14:48:59.967 | 2025-04-10 14:48:59.967 | git switch -c 2025-04-10 14:48:59.967 | 2025-04-10 14:48:59.967 | Or undo this operation with: 2025-04-10 14:48:59.967 | 2025-04-10 14:48:59.967 | git switch - 2025-04-10 14:48:59.967 | 2025-04-10 14:48:59.967 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-10 14:48:59.967 | 2025-04-10 14:48:59.967 | HEAD is now at 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-10 14:48:59.970 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:48:59.972 | + functions-common:time_stop:2400 : local name 2025-04-10 14:48:59.973 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:48:59.975 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:48:59.977 | + functions-common:time_stop:2403 : local total 2025-04-10 14:48:59.978 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:48:59.980 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:48:59.981 | + functions-common:time_stop:2407 : start_time=1744296539873 2025-04-10 14:48:59.983 | + functions-common:time_stop:2409 : [[ -z 1744296539873 ]] 2025-04-10 14:48:59.985 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:48:59.988 | + functions-common:time_stop:2412 : end_time=1744296539986 2025-04-10 14:48:59.989 | + functions-common:time_stop:2413 : elapsed_time=113 2025-04-10 14:48:59.991 | + functions-common:time_stop:2414 : total=16928 2025-04-10 14:48:59.992 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:48:59.994 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=17041 2025-04-10 14:48:59.996 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-04-10 14:49:00.007 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2025-04-10 14:49:00.009 | + functions-common:git_clone:656 : git show --oneline 2025-04-10 14:49:00.009 | + functions-common:git_clone:656 : head -1 2025-04-10 14:49:00.012 | 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-10 14:49:00.014 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-10 14:49:00.016 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-04-10 14:49:00.017 | + inc/python:setup_develop:360 : local bindep 2025-04-10 14:49:00.019 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-10 14:49:00.021 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2025-04-10 14:49:00.023 | + inc/python:setup_develop:366 : local extras= 2025-04-10 14:49:00.025 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-04-10 14:49:00.027 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-10 14:49:00.029 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-10 14:49:00.031 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2025-04-10 14:49:00.033 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-10 14:49:00.034 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-10 14:49:00.037 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2025-04-10 14:49:00.038 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-10 14:49:00.041 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2025-04-10 14:49:00.043 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-10 14:49:00.044 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-10 14:49:00.047 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-04-10 14:49:00.051 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2025-04-10 14:49:00.053 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-04-10 14:49:00.374 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2025-04-10 14:49:00.376 | + inc/python:setup_package:440 : local bindep=0 2025-04-10 14:49:00.378 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-10 14:49:00.379 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-10 14:49:00.381 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2025-04-10 14:49:00.383 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2025-04-10 14:49:00.384 | + inc/python:setup_package:449 : local flags=-e 2025-04-10 14:49:00.386 | + inc/python:setup_package:450 : local extras= 2025-04-10 14:49:00.388 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-10 14:49:00.389 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-10 14:49:00.391 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-10 14:49:00.393 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-10 14:49:00.395 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-10 14:49:00.396 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2025-04-10 14:49:00.411 | Using python 3.10 to install /opt/stack/keystone 2025-04-10 14:49:00.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/keystone 2025-04-10 14:49:01.188 | Obtaining file:///opt/stack/keystone 2025-04-10 14:49:01.192 | Preparing metadata (setup.py): started 2025-04-10 14:49:01.989 | Preparing metadata (setup.py): finished with status 'done' 2025-04-10 14:49:02.043 | 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-10 14:49:02.044 | 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-10 14:49:02.148 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2025-04-10 14:49:02.150 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2025-04-10 14:49:02.175 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2025-04-10 14:49:02.177 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2025-04-10 14:49:02.405 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2025-04-10 14:49:02.408 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-04-10 14:49:02.829 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-10 14:49:02.831 | 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-10 14:49:02.834 | 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-10 14:49:02.855 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2025-04-10 14:49:02.856 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-10 14:49:02.859 | 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-10 14:49:02.859 | 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-10 14:49:02.919 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2025-04-10 14:49:02.921 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-04-10 14:49:02.979 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2025-04-10 14:49:02.981 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2025-04-10 14:49:02.983 | 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-10 14:49:02.985 | 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-10 14:49:02.985 | 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-10 14:49:03.044 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2025-04-10 14:49:03.046 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2025-04-10 14:49:03.097 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2025-04-10 14:49:03.099 | Using cached oslo.db-14.1.1-py3-none-any.whl.metadata (3.2 kB) 2025-04-10 14:49:03.101 | 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-10 14:49:03.102 | 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-10 14:49:03.138 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2025-04-10 14:49:03.140 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-10 14:49:03.187 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2025-04-10 14:49:03.189 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-10 14:49:03.191 | 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-10 14:49:03.214 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2025-04-10 14:49:03.216 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-10 14:49:03.217 | 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-10 14:49:03.240 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2025-04-10 14:49:03.245 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-04-10 14:49:03.287 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2025-04-10 14:49:03.299 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2025-04-10 14:49:03.339 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2025-04-10 14:49:03.349 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2025-04-10 14:49:03.359 | 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-10 14:49:03.421 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2025-04-10 14:49:03.432 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2025-04-10 14:49:03.434 | 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-10 14:49:03.436 | 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-10 14:49:03.465 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-10 14:49:03.467 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-10 14:49:03.468 | 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-10 14:49:03.664 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-10 14:49:03.667 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2025-04-10 14:49:03.671 | 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-10 14:49:03.718 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-10 14:49:03.720 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-10 14:49:03.748 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-10 14:49:03.750 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2025-04-10 14:49:03.773 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-10 14:49:03.775 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-04-10 14:49:03.803 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-10 14:49:03.805 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2025-04-10 14:49:03.833 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2025-04-10 14:49:03.835 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2025-04-10 14:49:03.844 | 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-10 14:49:03.888 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-10 14:49:03.889 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2025-04-10 14:49:03.924 | 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-10 14:49:03.925 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2025-04-10 14:49:03.949 | 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-10 14:49:03.950 | 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-10 14:49:03.995 | 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-10 14:49:03.995 | 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-10 14:49:03.996 | 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-10 14:49:03.997 | 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-10 14:49:04.065 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.068 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2025-04-10 14:49:04.097 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.099 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2025-04-10 14:49:04.119 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.121 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2025-04-10 14:49:04.145 | 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-10 14:49:04.148 | 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-10 14:49:04.209 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.218 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-10 14:49:04.254 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.257 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-10 14:49:04.260 | 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-10 14:49:04.315 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.317 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2025-04-10 14:49:04.342 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.344 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2025-04-10 14:49:04.396 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.398 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2025-04-10 14:49:04.435 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.437 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-10 14:49:04.454 | 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-10 14:49:04.574 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.576 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2025-04-10 14:49:04.598 | 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-10 14:49:04.599 | 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-10 14:49:04.600 | 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-10 14:49:04.601 | 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-10 14:49:04.663 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.665 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-10 14:49:04.799 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.802 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2025-04-10 14:49:04.835 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.842 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2025-04-10 14:49:04.892 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-10 14:49:04.894 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2025-04-10 14:49:05.147 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2025-04-10 14:49:05.151 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-04-10 14:49:05.225 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-10 14:49:05.228 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2025-04-10 14:49:05.263 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-10 14:49:05.266 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2025-04-10 14:49:05.343 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-10 14:49:05.347 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2025-04-10 14:49:05.373 | 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-10 14:49:05.504 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-10 14:49:05.507 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-04-10 14:49:05.541 | 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-10 14:49:05.631 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-10 14:49:05.633 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2025-04-10 14:49:05.682 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-10 14:49:05.684 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2025-04-10 14:49:05.750 | 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-10 14:49:05.752 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2025-04-10 14:49:05.776 | 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-10 14:49:05.778 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2025-04-10 14:49:05.800 | 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-10 14:49:05.802 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2025-04-10 14:49:05.843 | 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-10 14:49:05.845 | 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-10 14:49:05.875 | 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-10 14:49:05.877 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-10 14:49:05.879 | 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-10 14:49:05.932 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-10 14:49:05.934 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2025-04-10 14:49:06.014 | 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-10 14:49:06.015 | 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-10 14:49:06.016 | 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-10 14:49:06.017 | 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-10 14:49:06.082 | 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-10 14:49:06.183 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-10 14:49:06.186 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2025-04-10 14:49:06.326 | 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-10 14:49:06.328 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-10 14:49:06.422 | 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-10 14:49:06.497 | 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-10 14:49:06.499 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2025-04-10 14:49:06.826 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2025-04-10 14:49:06.831 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2025-04-10 14:49:06.854 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2025-04-10 14:49:06.856 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-04-10 14:49:06.860 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2025-04-10 14:49:06.863 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-04-10 14:49:06.866 | Using cached oslo.db-14.1.1-py3-none-any.whl (161 kB) 2025-04-10 14:49:06.870 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2025-04-10 14:49:06.875 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2025-04-10 14:49:06.878 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2025-04-10 14:49:06.881 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2025-04-10 14:49:06.883 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2025-04-10 14:49:06.887 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-04-10 14:49:06.894 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2025-04-10 14:49:06.898 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2025-04-10 14:49:06.902 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-04-10 14:49:06.911 | 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-10 14:49:06.922 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2025-04-10 14:49:06.927 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-04-10 14:49:06.930 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-04-10 14:49:06.932 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-10 14:49:06.935 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2025-04-10 14:49:06.938 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-04-10 14:49:06.943 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-04-10 14:49:06.946 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2025-04-10 14:49:06.951 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-04-10 14:49:06.954 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-04-10 14:49:06.957 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-04-10 14:49:06.960 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2025-04-10 14:49:06.962 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2025-04-10 14:49:06.965 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2025-04-10 14:49:06.968 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-10 14:49:06.971 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2025-04-10 14:49:06.974 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2025-04-10 14:49:06.976 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-04-10 14:49:06.979 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-04-10 14:49:06.981 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2025-04-10 14:49:06.985 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2025-04-10 14:49:06.989 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-04-10 14:49:06.992 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2025-04-10 14:49:06.995 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2025-04-10 14:49:06.999 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2025-04-10 14:49:07.003 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-04-10 14:49:07.006 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-04-10 14:49:07.008 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-04-10 14:49:07.014 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2025-04-10 14:49:07.016 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2025-04-10 14:49:07.019 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-04-10 14:49:07.022 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-04-10 14:49:07.024 | 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-10 14:49:07.026 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2025-04-10 14:49:07.029 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-04-10 14:49:07.032 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-10 14:49:07.034 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2025-04-10 14:49:07.038 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-04-10 14:49:07.519 | 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-10 14:49:11.812 | Running setup.py develop for keystone 2025-04-10 14:49:12.862 | 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-10 14:49:13.202 | + inc/python:pip_install:222 : result=0 2025-04-10 14:49:13.204 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:49:13.205 | + functions-common:time_stop:2400 : local name 2025-04-10 14:49:13.207 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:49:13.209 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:49:13.210 | + functions-common:time_stop:2403 : local total 2025-04-10 14:49:13.212 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:49:13.213 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:49:13.215 | + functions-common:time_stop:2407 : start_time=1744296540407 2025-04-10 14:49:13.217 | + functions-common:time_stop:2409 : [[ -z 1744296540407 ]] 2025-04-10 14:49:13.219 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:49:13.222 | + functions-common:time_stop:2412 : end_time=1744296553220 2025-04-10 14:49:13.224 | + functions-common:time_stop:2413 : elapsed_time=12813 2025-04-10 14:49:13.225 | + functions-common:time_stop:2414 : total=21799 2025-04-10 14:49:13.227 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:49:13.229 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34612 2025-04-10 14:49:13.230 | + inc/python:pip_install:225 : return 0 2025-04-10 14:49:13.232 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-10 14:49:13.234 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:49:13.236 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2025-04-10 14:49:13.237 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2025-04-10 14:49:13.239 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:49:13.241 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:49:13.243 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-04-10 14:49:13.245 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:49:13.247 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-04-10 14:49:13.259 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:49:13.261 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-04-10 14:49:13.262 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-10 14:49:13.264 | + stack.sh:main:927 : configure_keystone 2025-04-10 14:49:13.266 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-04-10 14:49:13.275 | + 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-10 14:49:13.277 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-04-10 14:49:13.280 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-04-10 14:49:13.292 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:49:13.294 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-04-10 14:49:13.319 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-04-10 14:49:13.341 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-04-10 14:49:13.365 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-04-10 14:49:13.389 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-04-10 14:49:13.413 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-04-10 14:49:13.437 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-04-10 14:49:13.462 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-04-10 14:49:13.485 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-04-10 14:49:13.487 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2025-04-10 14:49:13.488 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2025-04-10 14:49:13.490 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2025-04-10 14:49:13.492 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-10 14:49:13.494 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-10 14:49:13.505 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:13.508 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-10 14:49:13.510 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-10 14:49:13.512 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-10 14:49:13.523 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:13.524 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-10 14:49:13.527 | + 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-10 14:49:13.550 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-10 14:49:13.552 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-10 14:49:13.554 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-04-10 14:49:13.556 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-04-10 14:49:13.568 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:49:13.570 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-04-10 14:49:13.594 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-04-10 14:49:13.596 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-04-10 14:49:13.621 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-04-10 14:49:13.623 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-04-10 14:49:13.625 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-04-10 14:49:13.626 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2025-04-10 14:49:13.628 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-10 14:49:13.630 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-10 14:49:13.632 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-10 14:49:13.644 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:13.646 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-10 14:49:13.647 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-10 14:49:13.650 | + 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-10 14:49:13.674 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-04-10 14:49:13.675 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-04-10 14:49:13.677 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-04-10 14:49:13.679 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-04-10 14:49:13.681 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-10 14:49:13.694 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-10 14:49:13.695 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-10 14:49:13.697 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-10 14:49:13.699 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-10 14:49:13.701 | + 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-10 14:49:13.723 | + 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-10 14:49:13.745 | + 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-10 14:49:13.767 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-10 14:49:13.790 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-04-10 14:49:13.812 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-04-10 14:49:13.814 | + 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-10 14:49:13.816 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-04-10 14:49:13.818 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-10 14:49:13.820 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2025-04-10 14:49:13.821 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-10 14:49:13.823 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-10 14:49:13.825 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-10 14:49:13.828 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2025-04-10 14:49:13.830 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-10 14:49:13.832 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-10 14:49:13.841 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-10 14:49:13.841 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-10 14:49:13.847 | d /var/run/uwsgi 0755 stack root 2025-04-10 14:49:13.850 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-10 14:49:13.858 | /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-10 14:49:13.861 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-04-10 14:49:13.863 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-04-10 14:49:13.866 | + 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-10 14:49:13.890 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-04-10 14:49:13.913 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-04-10 14:49:13.934 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-04-10 14:49:13.956 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-04-10 14:49:13.978 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-04-10 14:49:14.000 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-04-10 14:49:14.021 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-04-10 14:49:14.043 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-04-10 14:49:14.064 | + 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-10 14:49:14.086 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-04-10 14:49:14.107 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-04-10 14:49:14.129 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-04-10 14:49:14.151 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-10 14:49:14.152 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-10 14:49:14.155 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2025-04-10 14:49:14.156 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2025-04-10 14:49:14.158 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-10 14:49:14.160 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:14.162 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:14.163 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-10 14:49:14.166 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-10 14:49:14.168 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-04-10 14:49:14.189 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-04-10 14:49:14.212 | + 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-10 14:49:14.212 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-10 14:49:14.218 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2025-04-10 14:49:14.221 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2025-04-10 14:49:14.223 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2025-04-10 14:49:14.224 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-10 14:49:14.226 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-10 14:49:14.228 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-10 14:49:14.230 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:14.232 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:14.233 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-10 14:49:14.235 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-10 14:49:14.237 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:14.239 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:14.240 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2025-04-10 14:49:14.272 | Enabling site keystone-wsgi-public. 2025-04-10 14:49:14.277 | To activate the new configuration, you need to run: 2025-04-10 14:49:14.277 | systemctl reload apache2 2025-04-10 14:49:14.280 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-10 14:49:14.282 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-10 14:49:14.284 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-10 14:49:14.285 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-10 14:49:14.384 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-04-10 14:49:14.408 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-04-10 14:49:14.432 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-04-10 14:49:14.456 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-04-10 14:49:14.457 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-04-10 14:49:14.482 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-04-10 14:49:14.504 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-04-10 14:49:14.527 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-04-10 14:49:14.551 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-10 14:49:14.553 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-10 14:49:14.555 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-04-10 14:49:14.578 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-04-10 14:49:14.601 | + stack.sh:main:931 : is_service_enabled swift 2025-04-10 14:49:14.614 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:49:14.616 | + stack.sh:main:945 : is_service_enabled g-api n-api 2025-04-10 14:49:14.629 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:14.631 | + stack.sh:main:947 : stack_install_service glance 2025-04-10 14:49:14.633 | + lib/stack:stack_install_service:20 : local service=glance 2025-04-10 14:49:14.635 | + lib/stack:stack_install_service:21 : type install_glance 2025-04-10 14:49:14.637 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-10 14:49:14.639 | + lib/stack:stack_install_service:32 : install_glance 2025-04-10 14:49:14.641 | + lib/glance:install_glance:510 : glance_store_extras=() 2025-04-10 14:49:14.643 | + lib/glance:install_glance:510 : local glance_store_extras 2025-04-10 14:49:14.644 | + lib/glance:install_glance:512 : is_service_enabled cinder 2025-04-10 14:49:14.656 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:14.658 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-04-10 14:49:14.661 | + lib/glance:install_glance:516 : is_service_enabled swift 2025-04-10 14:49:14.673 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:49:14.675 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2025-04-10 14:49:14.677 | + inc/python:use_library_from_git:272 : local name=glance_store 2025-04-10 14:49:14.679 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:49:14.681 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:49:14.683 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2025-04-10 14:49:14.685 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:49:14.687 | ++ lib/glance:install_glance:528 : join_extras cinder 2025-04-10 14:49:14.689 | ++ inc/python:join_extras:28 : local IFS=, 2025-04-10 14:49:14.691 | ++ inc/python:join_extras:29 : echo cinder 2025-04-10 14:49:14.693 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2025-04-10 14:49:14.695 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2025-04-10 14:49:14.697 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2025-04-10 14:49:14.699 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2025-04-10 14:49:14.702 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2025-04-10 14:49:14.703 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2025-04-10 14:49:14.705 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2025-04-10 14:49:14.708 | +++ 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-10 14:49:14.709 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2025-04-10 14:49:14.713 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2025-04-10 14:49:14.715 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2025-04-10 14:49:14.716 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2025-04-10 14:49:14.719 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2025-04-10 14:49:14.721 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2025-04-10 14:49:14.736 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-04-10 14:49:14.738 | + 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-10 14:49:15.658 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2025-04-10 14:49:15.660 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2025-04-10 14:49:15.712 | 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-10 14:49:15.713 | 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-10 14:49:15.714 | 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-10 14:49:15.715 | 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-10 14:49:15.716 | 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-10 14:49:15.717 | 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-10 14:49:15.717 | 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-10 14:49:15.718 | 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-10 14:49:15.720 | 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-10 14:49:15.720 | 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-10 14:49:15.721 | 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-10 14:49:15.781 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2025-04-10 14:49:15.783 | Using cached os_brick-6.4.2-py3-none-any.whl.metadata (1.5 kB) 2025-04-10 14:49:15.822 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2025-04-10 14:49:15.834 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-10 14:49:15.869 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2025-04-10 14:49:15.871 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-10 14:49:15.908 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2025-04-10 14:49:15.910 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2025-04-10 14:49:15.916 | 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-10 14:49:15.917 | 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-10 14:49:15.918 | 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-10 14:49:15.936 | 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-10 14:49:15.938 | 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-10 14:49:15.961 | 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-10 14:49:15.963 | 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-10 14:49:15.963 | 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-10 14:49:16.004 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2025-04-10 14:49:16.006 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-10 14:49:16.008 | 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-10 14:49:16.009 | 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-10 14:49:16.015 | 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-10 14:49:16.016 | 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-10 14:49:16.021 | 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-10 14:49:16.040 | 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-10 14:49:16.041 | 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-10 14:49:16.041 | 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-10 14:49:16.043 | 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-10 14:49:16.052 | 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-10 14:49:16.053 | 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-10 14:49:16.063 | 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-10 14:49:16.063 | 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-10 14:49:16.072 | 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-10 14:49:16.073 | 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-10 14:49:16.074 | 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-10 14:49:16.082 | 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-10 14:49:16.102 | 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-10 14:49:16.104 | 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-10 14:49:16.104 | 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-10 14:49:16.104 | 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-10 14:49:16.138 | 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-10 14:49:16.149 | 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-10 14:49:16.272 | 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-10 14:49:16.274 | 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-10 14:49:16.289 | 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-10 14:49:16.289 | 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-10 14:49:16.290 | 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-10 14:49:16.291 | 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-10 14:49:16.292 | 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-10 14:49:16.293 | 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-10 14:49:16.317 | 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-10 14:49:16.425 | 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-10 14:49:16.469 | 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-10 14:49:16.584 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2025-04-10 14:49:16.592 | Using cached os_brick-6.4.2-py3-none-any.whl (299 kB) 2025-04-10 14:49:16.598 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2025-04-10 14:49:16.600 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2025-04-10 14:49:16.603 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2025-04-10 14:49:16.607 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-04-10 14:49:17.000 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-04-10 14:49:17.766 | 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-10 14:49:17.870 | + inc/python:pip_install:222 : result=0 2025-04-10 14:49:17.873 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:49:17.875 | + functions-common:time_stop:2400 : local name 2025-04-10 14:49:17.876 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:49:17.878 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:49:17.880 | + functions-common:time_stop:2403 : local total 2025-04-10 14:49:17.882 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:49:17.884 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:49:17.886 | + functions-common:time_stop:2407 : start_time=1744296554732 2025-04-10 14:49:17.887 | + functions-common:time_stop:2409 : [[ -z 1744296554732 ]] 2025-04-10 14:49:17.890 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:49:17.893 | + functions-common:time_stop:2412 : end_time=1744296557891 2025-04-10 14:49:17.895 | + functions-common:time_stop:2413 : elapsed_time=3159 2025-04-10 14:49:17.896 | + functions-common:time_stop:2414 : total=34612 2025-04-10 14:49:17.898 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:49:17.900 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37771 2025-04-10 14:49:17.902 | + inc/python:pip_install:225 : return 0 2025-04-10 14:49:17.904 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2025-04-10 14:49:17.906 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2025-04-10 14:49:17.908 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2025-04-10 14:49:17.917 | + 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-10 14:49:17.921 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2025-04-10 14:49:17.923 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2025-04-10 14:49:17.925 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2025-04-10 14:49:17.926 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-10 14:49:17.928 | + functions-common:git_clone:575 : local orig_dir 2025-04-10 14:49:17.930 | ++ functions-common:git_clone:576 : pwd 2025-04-10 14:49:17.932 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-10 14:49:17.934 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-10 14:49:17.936 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-10 14:49:17.948 | + functions-common:git_clone:579 : RECLONE=False 2025-04-10 14:49:17.950 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-10 14:49:17.951 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-10 14:49:17.953 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-10 14:49:17.957 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-10 14:49:17.957 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-10 14:49:17.960 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2025-04-10 14:49:17.962 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-10 14:49:17.964 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-10 14:49:17.966 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:49:17.967 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:49:17.969 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:49:17.970 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:49:17.972 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:49:17.974 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:49:17.976 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:49:17.977 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:49:17.980 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:49:17.982 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296557980 2025-04-10 14:49:17.984 | + 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-10 14:49:17.986 | Cloning into '/opt/stack//glance'... 2025-04-10 14:49:20.280 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:49:20.282 | + functions-common:time_stop:2400 : local name 2025-04-10 14:49:20.283 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:49:20.285 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:49:20.287 | + functions-common:time_stop:2403 : local total 2025-04-10 14:49:20.288 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:49:20.290 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:49:20.292 | + functions-common:time_stop:2407 : start_time=1744296557980 2025-04-10 14:49:20.293 | + functions-common:time_stop:2409 : [[ -z 1744296557980 ]] 2025-04-10 14:49:20.296 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:49:20.299 | + functions-common:time_stop:2412 : end_time=1744296560296 2025-04-10 14:49:20.300 | + functions-common:time_stop:2413 : elapsed_time=2316 2025-04-10 14:49:20.302 | + functions-common:time_stop:2414 : total=17041 2025-04-10 14:49:20.303 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:49:20.305 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=19357 2025-04-10 14:49:20.307 | + functions-common:git_clone:614 : cd /opt/stack//glance 2025-04-10 14:49:20.308 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-10 14:49:20.310 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:49:20.311 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:49:20.313 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:49:20.315 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:49:20.316 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:49:20.318 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:49:20.320 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:49:20.321 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:49:20.323 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:49:20.326 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296560324 2025-04-10 14:49:20.328 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-10 14:49:22.336 | From https://opendev.org/openstack/glance 2025-04-10 14:49:22.336 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-10 14:49:22.340 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:49:22.342 | + functions-common:time_stop:2400 : local name 2025-04-10 14:49:22.344 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:49:22.346 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:49:22.347 | + functions-common:time_stop:2403 : local total 2025-04-10 14:49:22.349 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:49:22.350 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:49:22.352 | + functions-common:time_stop:2407 : start_time=1744296560324 2025-04-10 14:49:22.354 | + functions-common:time_stop:2409 : [[ -z 1744296560324 ]] 2025-04-10 14:49:22.356 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:49:22.359 | + functions-common:time_stop:2412 : end_time=1744296562357 2025-04-10 14:49:22.360 | + functions-common:time_stop:2413 : elapsed_time=2033 2025-04-10 14:49:22.362 | + functions-common:time_stop:2414 : total=19357 2025-04-10 14:49:22.364 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:49:22.365 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21390 2025-04-10 14:49:22.367 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-10 14:49:22.368 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:49:22.370 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:49:22.372 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:49:22.373 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:49:22.375 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:49:22.377 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:49:22.378 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:49:22.380 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:49:22.382 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:49:22.385 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296562383 2025-04-10 14:49:22.387 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-10 14:49:22.453 | Note: switching to 'FETCH_HEAD'. 2025-04-10 14:49:22.453 | 2025-04-10 14:49:22.453 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-10 14:49:22.453 | changes and commit them, and you can discard any commits you make in this 2025-04-10 14:49:22.453 | state without impacting any branches by switching back to a branch. 2025-04-10 14:49:22.453 | 2025-04-10 14:49:22.453 | If you want to create a new branch to retain commits you create, you may 2025-04-10 14:49:22.453 | do so (now or later) by using -c with the switch command. Example: 2025-04-10 14:49:22.453 | 2025-04-10 14:49:22.453 | git switch -c 2025-04-10 14:49:22.453 | 2025-04-10 14:49:22.453 | Or undo this operation with: 2025-04-10 14:49:22.453 | 2025-04-10 14:49:22.453 | git switch - 2025-04-10 14:49:22.453 | 2025-04-10 14:49:22.453 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-10 14:49:22.453 | 2025-04-10 14:49:22.453 | HEAD is now at 18453f8 Fixed typo in discovery.py 2025-04-10 14:49:22.456 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:49:22.457 | + functions-common:time_stop:2400 : local name 2025-04-10 14:49:22.459 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:49:22.461 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:49:22.463 | + functions-common:time_stop:2403 : local total 2025-04-10 14:49:22.464 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:49:22.466 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:49:22.467 | + functions-common:time_stop:2407 : start_time=1744296562383 2025-04-10 14:49:22.469 | + functions-common:time_stop:2409 : [[ -z 1744296562383 ]] 2025-04-10 14:49:22.471 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:49:22.474 | + functions-common:time_stop:2412 : end_time=1744296562472 2025-04-10 14:49:22.476 | + functions-common:time_stop:2413 : elapsed_time=89 2025-04-10 14:49:22.477 | + functions-common:time_stop:2414 : total=21390 2025-04-10 14:49:22.479 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:49:22.480 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21479 2025-04-10 14:49:22.482 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2025-04-10 14:49:22.492 | + functions-common:git_clone:655 : cd /opt/stack//glance 2025-04-10 14:49:22.494 | + functions-common:git_clone:656 : git show --oneline 2025-04-10 14:49:22.494 | + functions-common:git_clone:656 : head -1 2025-04-10 14:49:22.496 | 18453f8 Fixed typo in discovery.py 2025-04-10 14:49:22.498 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-10 14:49:22.500 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2025-04-10 14:49:22.502 | + inc/python:setup_develop:360 : local bindep 2025-04-10 14:49:22.504 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2025-04-10 14:49:22.506 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2025-04-10 14:49:22.508 | + inc/python:setup_develop:366 : local extras= 2025-04-10 14:49:22.510 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-04-10 14:49:22.512 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-10 14:49:22.514 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2025-04-10 14:49:22.515 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2025-04-10 14:49:22.517 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-10 14:49:22.519 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-10 14:49:22.522 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2025-04-10 14:49:22.523 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-10 14:49:22.525 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2025-04-10 14:49:22.527 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-10 14:49:22.529 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-10 14:49:22.532 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-04-10 14:49:22.536 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2025-04-10 14:49:22.538 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-04-10 14:49:22.861 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2025-04-10 14:49:22.863 | + inc/python:setup_package:440 : local bindep=0 2025-04-10 14:49:22.865 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-10 14:49:22.867 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-10 14:49:22.869 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2025-04-10 14:49:22.870 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2025-04-10 14:49:22.872 | + inc/python:setup_package:449 : local flags=-e 2025-04-10 14:49:22.874 | + inc/python:setup_package:450 : local extras= 2025-04-10 14:49:22.876 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-10 14:49:22.878 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-10 14:49:22.880 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-10 14:49:22.882 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-10 14:49:22.883 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-10 14:49:22.885 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2025-04-10 14:49:22.901 | Using python 3.10 to install /opt/stack/glance 2025-04-10 14:49:22.902 | + 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-10 14:49:23.717 | Obtaining file:///opt/stack/glance 2025-04-10 14:49:23.717 | Preparing metadata (setup.py): started 2025-04-10 14:49:24.090 | Preparing metadata (setup.py): finished with status 'done' 2025-04-10 14:49:24.149 | 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-10 14:49:24.150 | 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-10 14:49:24.151 | 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-10 14:49:24.151 | 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-10 14:49:24.152 | 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-10 14:49:24.153 | 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-10 14:49:24.154 | 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-10 14:49:24.250 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2025-04-10 14:49:24.252 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2025-04-10 14:49:24.255 | 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-10 14:49:24.279 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2025-04-10 14:49:24.281 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-10 14:49:24.282 | 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-10 14:49:24.283 | 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-10 14:49:24.284 | 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-10 14:49:24.285 | 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-10 14:49:24.286 | 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-10 14:49:24.286 | 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-10 14:49:24.287 | 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-10 14:49:24.330 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2025-04-10 14:49:24.336 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2025-04-10 14:49:24.345 | 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-10 14:49:24.347 | 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-10 14:49:24.373 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2025-04-10 14:49:24.380 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2025-04-10 14:49:24.382 | 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-10 14:49:24.382 | 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-10 14:49:24.384 | 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-10 14:49:24.384 | 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-10 14:49:24.385 | 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-10 14:49:24.386 | 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-10 14:49:24.386 | 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-10 14:49:24.412 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2025-04-10 14:49:24.420 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-10 14:49:24.425 | 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-10 14:49:24.426 | 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-10 14:49:24.426 | 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-10 14:49:24.472 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2025-04-10 14:49:24.475 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-10 14:49:24.476 | 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-10 14:49:24.495 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2025-04-10 14:49:24.498 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2025-04-10 14:49:24.502 | 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-10 14:49:24.503 | 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-10 14:49:24.504 | 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-10 14:49:24.505 | 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-10 14:49:24.523 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2025-04-10 14:49:24.525 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-10 14:49:24.527 | 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-10 14:49:24.529 | 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-10 14:49:24.562 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2025-04-10 14:49:24.563 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-10 14:49:24.570 | 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-10 14:49:24.605 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-10 14:49:24.607 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2025-04-10 14:49:24.609 | 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-10 14:49:24.628 | 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-10 14:49:24.638 | 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-10 14:49:24.642 | 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-10 14:49:24.648 | 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-10 14:49:24.649 | 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-10 14:49:24.650 | 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-10 14:49:24.689 | 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-10 14:49:24.711 | 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-10 14:49:24.713 | 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-10 14:49:24.737 | 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-10 14:49:24.759 | 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-10 14:49:24.761 | 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-10 14:49:24.776 | 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-10 14:49:24.796 | 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-10 14:49:24.797 | 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-10 14:49:24.798 | 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-10 14:49:24.847 | 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-10 14:49:24.848 | 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-10 14:49:24.906 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-10 14:49:24.909 | Using cached openstacksdk-1.5.1-py3-none-any.whl.metadata (9.4 kB) 2025-04-10 14:49:24.933 | 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-10 14:49:24.934 | 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-10 14:49:24.960 | 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-10 14:49:24.961 | 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-10 14:49:24.962 | 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-10 14:49:24.963 | 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-10 14:49:24.964 | 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-10 14:49:24.975 | 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-10 14:49:24.976 | 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-10 14:49:24.978 | 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-10 14:49:25.104 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2025-04-10 14:49:25.106 | 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-10 14:49:25.129 | 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-10 14:49:25.130 | 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-10 14:49:25.131 | 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-10 14:49:25.132 | 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-10 14:49:25.165 | 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-10 14:49:25.194 | 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-10 14:49:25.242 | 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-10 14:49:25.435 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-10 14:49:25.440 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-10 14:49:25.486 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-10 14:49:25.488 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2025-04-10 14:49:25.518 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-10 14:49:25.520 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2025-04-10 14:49:25.523 | 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-10 14:49:25.570 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-10 14:49:25.570 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-04-10 14:49:25.644 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-10 14:49:25.646 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-10 14:49:25.660 | 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-10 14:49:25.730 | 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-10 14:49:25.838 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-10 14:49:25.840 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-10 14:49:25.855 | 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-10 14:49:25.973 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-10 14:49:25.975 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2025-04-10 14:49:25.995 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-10 14:49:25.997 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-10 14:49:26.025 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-10 14:49:26.026 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2025-04-10 14:49:26.028 | 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-10 14:49:26.049 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-10 14:49:26.050 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-04-10 14:49:26.052 | 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-10 14:49:26.109 | 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-10 14:49:26.123 | 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-10 14:49:26.144 | 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-10 14:49:26.147 | 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-10 14:49:26.307 | 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-10 14:49:26.309 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-10 14:49:26.394 | 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-10 14:49:26.395 | 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-10 14:49:26.396 | 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-10 14:49:26.397 | 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-10 14:49:26.501 | 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-10 14:49:26.732 | 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-10 14:49:26.734 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2025-04-10 14:49:26.784 | 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-10 14:49:26.786 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2025-04-10 14:49:26.921 | 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-10 14:49:26.923 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2025-04-10 14:49:27.251 | 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-10 14:49:27.252 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-10 14:49:27.314 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2025-04-10 14:49:27.328 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-04-10 14:49:27.347 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2025-04-10 14:49:27.367 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2025-04-10 14:49:27.384 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2025-04-10 14:49:27.413 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2025-04-10 14:49:27.424 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2025-04-10 14:49:27.437 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2025-04-10 14:49:27.455 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2025-04-10 14:49:27.471 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2025-04-10 14:49:27.479 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-10 14:49:27.485 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2025-04-10 14:49:27.498 | Using cached openstacksdk-1.5.1-py3-none-any.whl (1.7 MB) 2025-04-10 14:49:27.510 | 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-10 14:49:27.515 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-04-10 14:49:27.517 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2025-04-10 14:49:27.521 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-04-10 14:49:27.523 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-10 14:49:27.525 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-04-10 14:49:27.528 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2025-04-10 14:49:27.530 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-04-10 14:49:27.532 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-10 14:49:27.534 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-10 14:49:27.538 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-10 14:49:27.541 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2025-04-10 14:49:27.867 | 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-10 14:49:30.983 | Running setup.py develop for glance 2025-04-10 14:49:32.206 | 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-10 14:49:32.349 | + inc/python:pip_install:222 : result=0 2025-04-10 14:49:32.351 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:49:32.353 | + functions-common:time_stop:2400 : local name 2025-04-10 14:49:32.355 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:49:32.357 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:49:32.359 | + functions-common:time_stop:2403 : local total 2025-04-10 14:49:32.360 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:49:32.362 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:49:32.364 | + functions-common:time_stop:2407 : start_time=1744296562897 2025-04-10 14:49:32.366 | + functions-common:time_stop:2409 : [[ -z 1744296562897 ]] 2025-04-10 14:49:32.368 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:49:32.371 | + functions-common:time_stop:2412 : end_time=1744296572369 2025-04-10 14:49:32.373 | + functions-common:time_stop:2413 : elapsed_time=9472 2025-04-10 14:49:32.374 | + functions-common:time_stop:2414 : total=37771 2025-04-10 14:49:32.376 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:49:32.378 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=47243 2025-04-10 14:49:32.380 | + inc/python:pip_install:225 : return 0 2025-04-10 14:49:32.382 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-10 14:49:32.384 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:49:32.386 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2025-04-10 14:49:32.388 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2025-04-10 14:49:32.390 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:49:32.392 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:49:32.393 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-04-10 14:49:32.395 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:49:32.397 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-10 14:49:32.399 | + stack.sh:main:948 : configure_glance 2025-04-10 14:49:32.401 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-04-10 14:49:32.411 | + lib/glance:configure_glance:325 : local dburl 2025-04-10 14:49:32.413 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2025-04-10 14:49:32.415 | ++ lib/database:database_connection_url:134 : local db=glance 2025-04-10 14:49:32.417 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-04-10 14:49:32.419 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2025-04-10 14:49:32.420 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-10 14:49:32.422 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-10 14:49:32.424 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-10 14:49:32.435 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:32.437 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-10 14:49:32.438 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-10 14:49:32.441 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-10 14:49:32.443 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-04-10 14:49:32.466 | + 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-10 14:49:32.490 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-04-10 14:49:32.513 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-10 14:49:32.538 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-04-10 14:49:32.568 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-04-10 14:49:32.593 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-04-10 14:49:32.594 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-04-10 14:49:32.596 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-04-10 14:49:32.598 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-10 14:49:32.600 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-04-10 14:49:32.623 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-04-10 14:49:32.644 | + 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-10 14:49:32.665 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-04-10 14:49:32.687 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-04-10 14:49:32.708 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-04-10 14:49:32.730 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-04-10 14:49:32.751 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-04-10 14:49:32.772 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-10 14:49:32.794 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-04-10 14:49:32.816 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-04-10 14:49:32.839 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-04-10 14:49:32.841 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2025-04-10 14:49:32.843 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2025-04-10 14:49:32.845 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-10 14:49:32.846 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-10 14:49:32.848 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-10 14:49:32.860 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:32.862 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-10 14:49:32.864 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-10 14:49:32.866 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-10 14:49:32.877 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:32.879 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-10 14:49:32.882 | + 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-10 14:49:32.903 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-10 14:49:32.905 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-10 14:49:32.907 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2025-04-10 14:49:32.908 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-04-10 14:49:32.930 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-04-10 14:49:32.953 | + lib/glance:configure_glance:345 : configure_glance_store False False 2025-04-10 14:49:32.955 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2025-04-10 14:49:32.957 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2025-04-10 14:49:32.958 | + lib/glance:configure_glance_store:253 : local be 2025-04-10 14:49:32.960 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2025-04-10 14:49:32.962 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2025-04-10 14:49:32.964 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-10 14:49:32.987 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2025-04-10 14:49:32.989 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-04-10 14:49:33.012 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2025-04-10 14:49:33.014 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2025-04-10 14:49:33.026 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:49:33.028 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-04-10 14:49:33.050 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2025-04-10 14:49:33.062 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:49:33.064 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2025-04-10 14:49:33.066 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-04-10 14:49:33.068 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-04-10 14:49:33.070 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-10 14:49:33.082 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-10 14:49:33.084 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-10 14:49:33.086 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-10 14:49:33.087 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-10 14:49:33.089 | + 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-10 14:49:33.111 | + 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-10 14:49:33.133 | + 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-10 14:49:33.156 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-10 14:49:33.178 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-04-10 14:49:33.181 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-04-10 14:49:33.205 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-04-10 14:49:33.227 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-10 14:49:33.249 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-04-10 14:49:33.271 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-04-10 14:49:33.294 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-04-10 14:49:33.316 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-04-10 14:49:33.338 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-10 14:49:33.362 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-04-10 14:49:33.386 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-04-10 14:49:33.411 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-04-10 14:49:33.433 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-04-10 14:49:33.436 | + 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-10 14:49:33.441 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2025-04-10 14:49:33.452 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:49:33.454 | + lib/glance:configure_glance:420 : [[ False == False ]] 2025-04-10 14:49:33.456 | + 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-10 14:49:33.458 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2025-04-10 14:49:33.459 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2025-04-10 14:49:33.461 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2025-04-10 14:49:33.463 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-10 14:49:33.466 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2025-04-10 14:49:33.468 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2025-04-10 14:49:33.470 | + 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-10 14:49:33.493 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2025-04-10 14:49:33.495 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-04-10 14:49:33.496 | ++ functions:get_random_port:848 : true 2025-04-10 14:49:33.498 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-04-10 14:49:33.500 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-04-10 14:49:33.502 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-04-10 14:49:33.537 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-04-10 14:49:33.539 | ++ functions:get_random_port:852 : break 2 2025-04-10 14:49:33.541 | ++ functions:get_random_port:856 : echo 60999 2025-04-10 14:49:33.543 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2025-04-10 14:49:33.545 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-04-10 14:49:33.566 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-04-10 14:49:33.587 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-04-10 14:49:33.609 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-04-10 14:49:33.630 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-04-10 14:49:33.651 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-04-10 14:49:33.672 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-04-10 14:49:33.694 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-04-10 14:49:33.716 | + 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-10 14:49:33.737 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-10 14:49:33.759 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-04-10 14:49:33.781 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-10 14:49:33.803 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-04-10 14:49:33.825 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-04-10 14:49:33.846 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-04-10 14:49:33.869 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-04-10 14:49:33.890 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-04-10 14:49:33.911 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-04-10 14:49:33.933 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-04-10 14:49:33.955 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2025-04-10 14:49:33.957 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2025-04-10 14:49:33.959 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-10 14:49:33.961 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:33.963 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:33.965 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-04-10 14:49:33.967 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2025-04-10 14:49:34.000 | proxy (enabled by site administrator) 2025-04-10 14:49:34.002 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2025-04-10 14:49:34.004 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2025-04-10 14:49:34.006 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-10 14:49:34.008 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:34.010 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:34.011 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-04-10 14:49:34.013 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2025-04-10 14:49:34.041 | No module matches proxy_http 2025-04-10 14:49:34.043 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2025-04-10 14:49:34.075 | Considering dependency proxy for proxy_http: 2025-04-10 14:49:34.075 | Module proxy already enabled 2025-04-10 14:49:34.075 | Enabling module proxy_http. 2025-04-10 14:49:34.079 | To activate the new configuration, you need to run: 2025-04-10 14:49:34.079 | systemctl restart apache2 2025-04-10 14:49:34.082 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2025-04-10 14:49:34.084 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-10 14:49:34.086 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-10 14:49:34.088 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-10 14:49:34.195 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2025-04-10 14:49:34.198 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2025-04-10 14:49:34.200 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2025-04-10 14:49:34.201 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-10 14:49:34.203 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:34.205 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:34.207 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-10 14:49:34.209 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-10 14:49:34.211 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2025-04-10 14:49:34.212 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-10 14:49:34.218 | KeepAlive Off 2025-04-10 14:49:34.222 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-10 14:49:34.222 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2025-04-10 14:49:34.228 | SetEnv proxy-sendchunked 1 2025-04-10 14:49:34.232 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2025-04-10 14:49:34.232 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-10 14:49:34.238 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2025-04-10 14:49:34.241 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2025-04-10 14:49:34.243 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2025-04-10 14:49:34.244 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-10 14:49:34.246 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-10 14:49:34.248 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-10 14:49:34.250 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:34.251 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:34.254 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-10 14:49:34.255 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-10 14:49:34.257 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:34.259 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:34.261 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2025-04-10 14:49:34.292 | Enabling site glance-wsgi-api. 2025-04-10 14:49:34.295 | To activate the new configuration, you need to run: 2025-04-10 14:49:34.295 | systemctl reload apache2 2025-04-10 14:49:34.299 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2025-04-10 14:49:34.300 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-10 14:49:34.302 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-10 14:49:34.304 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-10 14:49:34.405 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-04-10 14:49:34.410 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-04-10 14:49:34.432 | + lib/glance:configure_glance:434 : [[ True == True ]] 2025-04-10 14:49:34.434 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2025-04-10 14:49:34.458 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2025-04-10 14:49:34.481 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2025-04-10 14:49:34.503 | + stack.sh:main:951 : is_service_enabled cinder 2025-04-10 14:49:34.516 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:34.518 | + stack.sh:main:953 : stack_install_service cinder 2025-04-10 14:49:34.520 | + lib/stack:stack_install_service:20 : local service=cinder 2025-04-10 14:49:34.522 | + lib/stack:stack_install_service:21 : type install_cinder 2025-04-10 14:49:34.524 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-10 14:49:34.526 | + lib/stack:stack_install_service:32 : install_cinder 2025-04-10 14:49:34.528 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2025-04-10 14:49:34.530 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2025-04-10 14:49:34.532 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2025-04-10 14:49:34.533 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-10 14:49:34.535 | + functions-common:git_clone:575 : local orig_dir 2025-04-10 14:49:34.537 | ++ functions-common:git_clone:576 : pwd 2025-04-10 14:49:34.539 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-10 14:49:34.541 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-10 14:49:34.543 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-10 14:49:34.555 | + functions-common:git_clone:579 : RECLONE=False 2025-04-10 14:49:34.557 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-10 14:49:34.559 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-10 14:49:34.560 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-10 14:49:34.563 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-10 14:49:34.563 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-10 14:49:34.566 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2025-04-10 14:49:34.568 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-10 14:49:34.570 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-10 14:49:34.572 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:49:34.574 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:49:34.575 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:49:34.577 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:49:34.579 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:49:34.580 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:49:34.582 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:49:34.584 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:49:34.586 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:49:34.589 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296574587 2025-04-10 14:49:34.591 | + 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-10 14:49:34.593 | Cloning into '/opt/stack//cinder'... 2025-04-10 14:49:38.023 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:49:38.025 | + functions-common:time_stop:2400 : local name 2025-04-10 14:49:38.027 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:49:38.029 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:49:38.031 | + functions-common:time_stop:2403 : local total 2025-04-10 14:49:38.033 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:49:38.034 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:49:38.036 | + functions-common:time_stop:2407 : start_time=1744296574587 2025-04-10 14:49:38.038 | + functions-common:time_stop:2409 : [[ -z 1744296574587 ]] 2025-04-10 14:49:38.040 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:49:38.043 | + functions-common:time_stop:2412 : end_time=1744296578042 2025-04-10 14:49:38.045 | + functions-common:time_stop:2413 : elapsed_time=3455 2025-04-10 14:49:38.047 | + functions-common:time_stop:2414 : total=21479 2025-04-10 14:49:38.049 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:49:38.051 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=24934 2025-04-10 14:49:38.052 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2025-04-10 14:49:38.054 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-10 14:49:38.056 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:49:38.058 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:49:38.060 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:49:38.062 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:49:38.064 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:49:38.066 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:49:38.068 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:49:38.070 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:49:38.072 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:49:38.075 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296578073 2025-04-10 14:49:38.077 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-10 14:49:41.007 | From https://opendev.org/openstack/cinder 2025-04-10 14:49:41.007 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-10 14:49:41.012 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:49:41.014 | + functions-common:time_stop:2400 : local name 2025-04-10 14:49:41.015 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:49:41.017 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:49:41.019 | + functions-common:time_stop:2403 : local total 2025-04-10 14:49:41.020 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:49:41.022 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:49:41.024 | + functions-common:time_stop:2407 : start_time=1744296578073 2025-04-10 14:49:41.025 | + functions-common:time_stop:2409 : [[ -z 1744296578073 ]] 2025-04-10 14:49:41.028 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:49:41.031 | + functions-common:time_stop:2412 : end_time=1744296581029 2025-04-10 14:49:41.033 | + functions-common:time_stop:2413 : elapsed_time=2956 2025-04-10 14:49:41.034 | + functions-common:time_stop:2414 : total=24934 2025-04-10 14:49:41.036 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:49:41.038 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=27890 2025-04-10 14:49:41.039 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-10 14:49:41.041 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:49:41.043 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:49:41.044 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:49:41.046 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:49:41.048 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:49:41.049 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:49:41.051 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:49:41.053 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:49:41.055 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:49:41.058 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296581056 2025-04-10 14:49:41.060 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-10 14:49:41.298 | Note: switching to 'FETCH_HEAD'. 2025-04-10 14:49:41.298 | 2025-04-10 14:49:41.298 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-10 14:49:41.298 | changes and commit them, and you can discard any commits you make in this 2025-04-10 14:49:41.298 | state without impacting any branches by switching back to a branch. 2025-04-10 14:49:41.298 | 2025-04-10 14:49:41.298 | If you want to create a new branch to retain commits you create, you may 2025-04-10 14:49:41.298 | do so (now or later) by using -c with the switch command. Example: 2025-04-10 14:49:41.298 | 2025-04-10 14:49:41.298 | git switch -c 2025-04-10 14:49:41.298 | 2025-04-10 14:49:41.298 | Or undo this operation with: 2025-04-10 14:49:41.298 | 2025-04-10 14:49:41.298 | git switch - 2025-04-10 14:49:41.298 | 2025-04-10 14:49:41.298 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-10 14:49:41.298 | 2025-04-10 14:49:41.298 | HEAD is now at 0a0c534 [stable-2023.2-only] Fix online data migrations 2025-04-10 14:49:41.302 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:49:41.304 | + functions-common:time_stop:2400 : local name 2025-04-10 14:49:41.305 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:49:41.307 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:49:41.309 | + functions-common:time_stop:2403 : local total 2025-04-10 14:49:41.310 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:49:41.312 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:49:41.314 | + functions-common:time_stop:2407 : start_time=1744296581056 2025-04-10 14:49:41.315 | + functions-common:time_stop:2409 : [[ -z 1744296581056 ]] 2025-04-10 14:49:41.318 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:49:41.320 | + functions-common:time_stop:2412 : end_time=1744296581318 2025-04-10 14:49:41.322 | + functions-common:time_stop:2413 : elapsed_time=262 2025-04-10 14:49:41.324 | + functions-common:time_stop:2414 : total=27890 2025-04-10 14:49:41.325 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:49:41.327 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=28152 2025-04-10 14:49:41.329 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-04-10 14:49:41.339 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2025-04-10 14:49:41.341 | + functions-common:git_clone:656 : git show --oneline 2025-04-10 14:49:41.341 | + functions-common:git_clone:656 : head -1 2025-04-10 14:49:41.349 | 0a0c534 [stable-2023.2-only] Fix online data migrations 2025-04-10 14:49:41.351 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-10 14:49:41.353 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2025-04-10 14:49:41.355 | + inc/python:setup_develop:360 : local bindep 2025-04-10 14:49:41.356 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-10 14:49:41.358 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2025-04-10 14:49:41.360 | + inc/python:setup_develop:366 : local extras= 2025-04-10 14:49:41.361 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-04-10 14:49:41.363 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-10 14:49:41.365 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-10 14:49:41.367 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2025-04-10 14:49:41.369 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-10 14:49:41.371 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-10 14:49:41.373 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2025-04-10 14:49:41.375 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-10 14:49:41.377 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2025-04-10 14:49:41.379 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-10 14:49:41.380 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-10 14:49:41.383 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-04-10 14:49:41.387 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2025-04-10 14:49:41.389 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-04-10 14:49:41.714 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2025-04-10 14:49:41.716 | + inc/python:setup_package:440 : local bindep=0 2025-04-10 14:49:41.718 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-10 14:49:41.720 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-10 14:49:41.721 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2025-04-10 14:49:41.723 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2025-04-10 14:49:41.725 | + inc/python:setup_package:449 : local flags=-e 2025-04-10 14:49:41.727 | + inc/python:setup_package:450 : local extras= 2025-04-10 14:49:41.729 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-10 14:49:41.730 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-10 14:49:41.732 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-10 14:49:41.734 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-10 14:49:41.736 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-10 14:49:41.738 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2025-04-10 14:49:41.753 | Using python 3.10 to install /opt/stack/cinder 2025-04-10 14:49:41.755 | + 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-10 14:49:42.568 | Obtaining file:///opt/stack/cinder 2025-04-10 14:49:42.569 | Preparing metadata (setup.py): started 2025-04-10 14:49:43.121 | Preparing metadata (setup.py): finished with status 'done' 2025-04-10 14:49:43.209 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.11.1) 2025-04-10 14:49:43.210 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.1.1) 2025-04-10 14:49:43.211 | 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.dev24) (0.33.3) 2025-04-10 14:49:43.212 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (2.0.2) 2025-04-10 14:49:43.212 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (0.22.0) 2025-04-10 14:49:43.214 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (6.0.1) 2025-04-10 14:49:43.214 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (1.1.0) 2025-04-10 14:49:43.214 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (4.17.3) 2025-04-10 14:49:43.215 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.3.0) 2025-04-10 14:49:43.216 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (10.4.1) 2025-04-10 14:49:43.529 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev24) 2025-04-10 14:49:43.532 | 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-10 14:49:43.557 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev24) 2025-04-10 14:49:43.559 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-10 14:49:43.561 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (9.2.0) 2025-04-10 14:49:43.562 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.2.0) 2025-04-10 14:49:43.563 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.2.0) 2025-04-10 14:49:43.564 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (14.1.1) 2025-04-10 14:49:43.564 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.3.2) 2025-04-10 14:49:43.565 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (14.4.2) 2025-04-10 14:49:43.566 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.2.0) 2025-04-10 14:49:43.567 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (4.2.1) 2025-04-10 14:49:43.568 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (3.2.0) 2025-04-10 14:49:43.568 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (3.1.0) 2025-04-10 14:49:43.569 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (7.1.0) 2025-04-10 14:49:43.570 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.2.1) 2025-04-10 14:49:43.571 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (3.2.1) 2025-04-10 14:49:43.572 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (2.2.0) 2025-04-10 14:49:43.572 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (6.2.1) 2025-04-10 14:49:43.612 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev24) 2025-04-10 14:49:43.614 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-10 14:49:43.615 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (4.1.0) 2025-04-10 14:49:43.616 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (23.1) 2025-04-10 14:49:43.658 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev24) 2025-04-10 14:49:43.660 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2025-04-10 14:49:43.662 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (3.5.2) 2025-04-10 14:49:43.664 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (3.0.1) 2025-04-10 14:49:43.664 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.9.5) 2025-04-10 14:49:43.664 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (3.0.9) 2025-04-10 14:49:43.665 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.6.1) 2025-04-10 14:49:43.700 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev24) 2025-04-10 14:49:43.703 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-10 14:49:43.704 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.2.0) 2025-04-10 14:49:43.749 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev24) 2025-04-10 14:49:43.751 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-10 14:49:43.784 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev24) 2025-04-10 14:49:43.786 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-10 14:49:43.787 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (2023.3) 2025-04-10 14:49:43.788 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (2.28.2) 2025-04-10 14:49:43.789 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (2.5.1) 2025-04-10 14:49:43.790 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.4.0) 2025-04-10 14:49:43.812 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev24) 2025-04-10 14:49:43.812 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-04-10 14:49:43.818 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (1.16.0) 2025-04-10 14:49:43.819 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (1.4.41) 2025-04-10 14:49:43.820 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.1.0) 2025-04-10 14:49:43.840 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev24) 2025-04-10 14:49:43.842 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-04-10 14:49:43.845 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (6.3.1) 2025-04-10 14:49:43.846 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (1.8.7) 2025-04-10 14:49:43.847 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (6.1.1) 2025-04-10 14:49:43.911 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev24) 2025-04-10 14:49:43.913 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-04-10 14:49:43.915 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (6.4.2) 2025-04-10 14:49:43.916 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (5.9.0) 2025-04-10 14:49:43.964 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev24) 2025-04-10 14:49:43.967 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2025-04-10 14:49:44.069 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev24) 2025-04-10 14:49:44.071 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-10 14:49:44.073 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (4.3.0) 2025-04-10 14:49:44.075 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (40.0.2) 2025-04-10 14:49:44.075 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev24) (0.2.3) 2025-04-10 14:49:44.180 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev24) 2025-04-10 14:49:44.183 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2025-04-10 14:49:44.648 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev24) 2025-04-10 14:49:44.651 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2025-04-10 14:49:45.280 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev24) 2025-04-10 14:49:45.283 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2025-04-10 14:49:45.285 | 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.dev24) (1.0.1) 2025-04-10 14:49:45.313 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev24) 2025-04-10 14:49:45.314 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-10 14:49:45.344 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev24) (1.15.1) 2025-04-10 14:49:45.357 | 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.dev24) (2.3.0) 2025-04-10 14:49:45.510 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev24) 2025-04-10 14:49:45.512 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-10 14:49:45.533 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev24) 2025-04-10 14:49:45.534 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-10 14:49:45.610 | 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.dev24) 2025-04-10 14:49:45.613 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-10 14:49:45.634 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev24) 2025-04-10 14:49:45.636 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-10 14:49:45.669 | 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.dev24) (3.15.0) 2025-04-10 14:49:45.690 | 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.dev24) (23.1.0) 2025-04-10 14:49:45.691 | 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.dev24) (0.19.3) 2025-04-10 14:49:45.717 | 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.dev24) (1.7.0) 2025-04-10 14:49:45.740 | 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.dev24) (3.5.0) 2025-04-10 14:49:45.742 | 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.dev24) (3.1.1) 2025-04-10 14:49:45.790 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev24) 2025-04-10 14:49:45.792 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-10 14:49:45.827 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev24) 2025-04-10 14:49:45.829 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2025-04-10 14:49:45.858 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev24) 2025-04-10 14:49:45.860 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-10 14:49:45.888 | 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.dev24) (0.18) 2025-04-10 14:49:45.908 | 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.dev24) (6.0) 2025-04-10 14:49:45.909 | 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.dev24) (2.5.0) 2025-04-10 14:49:45.910 | 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.dev24) (0.8.0) 2025-04-10 14:49:45.911 | 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.dev24) (2.0.0) 2025-04-10 14:49:45.937 | 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.dev24) (1.9.4) 2025-04-10 14:49:45.939 | 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.dev24) (2.0.1) 2025-04-10 14:49:45.940 | 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.dev24) (0.5.0) 2025-04-10 14:49:45.967 | 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.dev24) (2.8.2) 2025-04-10 14:49:45.969 | 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.dev24) (0.9.6) 2025-04-10 14:49:45.995 | 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.dev24) (5.1.1) 2025-04-10 14:49:45.996 | 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.dev24) (5.3.0) 2025-04-10 14:49:45.997 | 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.dev24) (2.4.1) 2025-04-10 14:49:46.005 | 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.dev24) (5.2.4) 2025-04-10 14:49:46.005 | 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.dev24) (0.7.0) 2025-04-10 14:49:46.010 | 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.dev24) (3.1.2) 2025-04-10 14:49:46.012 | 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.dev24) (4.0.1) 2025-04-10 14:49:46.013 | 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.dev24) (4.0.1) 2025-04-10 14:49:46.034 | 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.dev24) (1.0.5) 2025-04-10 14:49:46.059 | 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.dev24) (2023.3) 2025-04-10 14:49:46.074 | 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.dev24) (1.4.0) 2025-04-10 14:49:46.075 | 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.dev24) (4.0.1) 2025-04-10 14:49:46.087 | 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.dev24) (3.7.0) 2025-04-10 14:49:46.099 | 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.dev24) (0.11.0) 2025-04-10 14:49:46.130 | 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.dev24) (0.7.1) 2025-04-10 14:49:46.159 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev24) 2025-04-10 14:49:46.161 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2025-04-10 14:49:46.162 | 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.dev24) (1.26.15) 2025-04-10 14:49:46.255 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev24) 2025-04-10 14:49:46.261 | 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-10 14:49:46.277 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev24) (69.1.1) 2025-04-10 14:49:46.343 | 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.dev24) (4.3.0) 2025-04-10 14:49:46.361 | 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.dev24) (23.1.1) 2025-04-10 14:49:46.383 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev24) 2025-04-10 14:49:46.385 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-10 14:49:46.387 | 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.dev24) (1.15.0) 2025-04-10 14:49:46.473 | 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.dev24) (3.1.0) 2025-04-10 14:49:46.473 | 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.dev24) (3.4) 2025-04-10 14:49:46.474 | 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.dev24) (2025.1.31) 2025-04-10 14:49:46.491 | 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.dev24) (0.7) 2025-04-10 14:49:46.526 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev24) 2025-04-10 14:49:46.529 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2025-04-10 14:49:46.683 | 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.dev24) (3.2.0) 2025-04-10 14:49:46.684 | 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.dev24) (3.1) 2025-04-10 14:49:46.685 | 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.dev24) (1.4.2) 2025-04-10 14:49:46.771 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev24) 2025-04-10 14:49:46.773 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2025-04-10 14:49:46.831 | 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.dev24) (1.2.4) 2025-04-10 14:49:46.848 | 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.dev24) (5.0.0) 2025-04-10 14:49:46.982 | 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.dev24) (2.21) 2025-04-10 14:49:47.019 | 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.dev24) (0.5.1) 2025-04-10 14:49:47.020 | 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.dev24) (2.4.3) 2025-04-10 14:49:47.208 | 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.dev24) 2025-04-10 14:49:47.210 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-10 14:49:47.212 | 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.dev24) (4.22.3) 2025-04-10 14:49:47.318 | 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.dev24) (2.1.2) 2025-04-10 14:49:47.517 | 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.dev24) (1.1.8) 2025-04-10 14:49:47.543 | 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.dev24) (0.16.0) 2025-04-10 14:49:47.567 | 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.dev24) (0.2.6) 2025-04-10 14:49:48.154 | 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.dev24) (2.6.0) 2025-04-10 14:49:48.281 | 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.dev24) (1.32) 2025-04-10 14:49:48.495 | 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.dev24) (1.8.2) 2025-04-10 14:49:48.571 | 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.dev24) (2.3) 2025-04-10 14:49:48.843 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2025-04-10 14:49:48.847 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2025-04-10 14:49:48.899 | 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-10 14:49:48.935 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-04-10 14:49:48.939 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2025-04-10 14:49:48.942 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2025-04-10 14:49:48.946 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2025-04-10 14:49:48.950 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2025-04-10 14:49:48.954 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2025-04-10 14:49:48.958 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2025-04-10 14:49:48.961 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-04-10 14:49:48.964 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2025-04-10 14:49:48.967 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2025-04-10 14:49:48.979 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2025-04-10 14:49:49.031 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2025-04-10 14:49:49.035 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2025-04-10 14:49:49.038 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-04-10 14:49:49.040 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2025-04-10 14:49:49.043 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2025-04-10 14:49:49.047 | 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-10 14:49:49.054 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2025-04-10 14:49:49.057 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-04-10 14:49:49.059 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-04-10 14:49:49.063 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-04-10 14:49:49.066 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-04-10 14:49:49.068 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-04-10 14:49:49.071 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-04-10 14:49:49.073 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2025-04-10 14:49:49.621 | 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-10 14:49:52.606 | Running setup.py develop for cinder 2025-04-10 14:49:54.069 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev24 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-10 14:49:54.383 | + inc/python:pip_install:222 : result=0 2025-04-10 14:49:54.385 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:49:54.387 | + functions-common:time_stop:2400 : local name 2025-04-10 14:49:54.389 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:49:54.391 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:49:54.392 | + functions-common:time_stop:2403 : local total 2025-04-10 14:49:54.394 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:49:54.396 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:49:54.397 | + functions-common:time_stop:2407 : start_time=1744296581749 2025-04-10 14:49:54.399 | + functions-common:time_stop:2409 : [[ -z 1744296581749 ]] 2025-04-10 14:49:54.401 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:49:54.404 | + functions-common:time_stop:2412 : end_time=1744296594402 2025-04-10 14:49:54.405 | + functions-common:time_stop:2413 : elapsed_time=12653 2025-04-10 14:49:54.407 | + functions-common:time_stop:2414 : total=47243 2025-04-10 14:49:54.409 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:49:54.411 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59896 2025-04-10 14:49:54.412 | + inc/python:pip_install:225 : return 0 2025-04-10 14:49:54.414 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-10 14:49:54.416 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:49:54.418 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2025-04-10 14:49:54.420 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2025-04-10 14:49:54.422 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:49:54.423 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:49:54.425 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-04-10 14:49:54.427 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:49:54.429 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2025-04-10 14:49:54.431 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2025-04-10 14:49:54.433 | + lib/cinder:install_cinder:521 : is_ubuntu 2025-04-10 14:49:54.435 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:54.436 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:54.438 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2025-04-10 14:49:54.448 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2025-04-10 14:49:54.450 | + functions-common:install_package:1421 : update_package_repo 2025-04-10 14:49:54.451 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-10 14:49:54.453 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-10 14:49:54.455 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-10 14:49:54.457 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-10 14:49:54.459 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-10 14:49:54.461 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:54.463 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:54.465 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-10 14:49:54.467 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-10 14:49:54.469 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-10 14:49:54.471 | + functions-common:apt_get_update:1150 : return 2025-04-10 14:49:54.473 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2025-04-10 14:49:54.474 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-10 14:49:54.477 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:54.478 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:54.482 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2025-04-10 14:49:54.498 | + 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-10 14:49:54.560 | Reading package lists... 2025-04-10 14:49:54.779 | Building dependency tree... 2025-04-10 14:49:54.782 | Reading state information... 2025-04-10 14:49:54.993 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-04-10 14:49:54.993 | 0 upgraded, 0 newly installed, 0 to remove and 112 not upgraded. 2025-04-10 14:49:54.997 | + functions-common:apt_get:1194 : result=0 2025-04-10 14:49:55.000 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-10 14:49:55.002 | + functions-common:time_stop:2400 : local name 2025-04-10 14:49:55.004 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:49:55.006 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:49:55.008 | + functions-common:time_stop:2403 : local total 2025-04-10 14:49:55.010 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:49:55.012 | + functions-common:time_stop:2406 : name=apt-get 2025-04-10 14:49:55.014 | + functions-common:time_stop:2407 : start_time=1744296594495 2025-04-10 14:49:55.016 | + functions-common:time_stop:2409 : [[ -z 1744296594495 ]] 2025-04-10 14:49:55.019 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:49:55.022 | + functions-common:time_stop:2412 : end_time=1744296595020 2025-04-10 14:49:55.024 | + functions-common:time_stop:2413 : elapsed_time=525 2025-04-10 14:49:55.026 | + functions-common:time_stop:2414 : total=39586 2025-04-10 14:49:55.028 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:49:55.030 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40111 2025-04-10 14:49:55.032 | + functions-common:apt_get:1198 : return 0 2025-04-10 14:49:55.034 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-10 14:49:55.036 | + stack.sh:main:954 : configure_cinder 2025-04-10 14:49:55.038 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2025-04-10 14:49:55.048 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2025-04-10 14:49:55.051 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2025-04-10 14:49:55.053 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-04-10 14:49:55.055 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-10 14:49:55.057 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-04-10 14:49:55.058 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-10 14:49:55.061 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-04-10 14:49:55.063 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-04-10 14:49:55.065 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-10 14:49:55.066 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-04-10 14:49:55.068 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-04-10 14:49:55.070 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-04-10 14:49:55.072 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2025-04-10 14:49:55.073 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-04-10 14:49:55.082 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-04-10 14:49:55.091 | + 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-10 14:49:55.101 | + 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-10 14:49:55.111 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-04-10 14:49:55.120 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2025-04-10 14:49:55.129 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-10 14:49:55.131 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-10 14:49:55.135 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.ieESO5HVCl 2025-04-10 14:49:55.136 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-10 14:49:55.138 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-10 14:49:55.140 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2025-04-10 14:49:55.142 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.ieESO5HVCl 2025-04-10 14:49:55.145 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.ieESO5HVCl 2025-04-10 14:49:55.153 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.ieESO5HVCl /etc/sudoers.d/cinder-rootwrap 2025-04-10 14:49:55.162 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2025-04-10 14:49:55.165 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-10 14:49:55.167 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-10 14:49:55.168 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-10 14:49:55.170 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-10 14:49:55.172 | + 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-10 14:49:55.174 | + 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-10 14:49:55.176 | + 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-10 14:49:55.176 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-10 14:49:55.182 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-10 14:49:55.185 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-10 14:49:55.193 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-10 14:49:55.202 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-04-10 14:49:55.204 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-04-10 14:49:55.207 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-04-10 14:49:55.210 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-04-10 14:49:55.224 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-04-10 14:49:55.237 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-04-10 14:49:55.251 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-04-10 14:49:55.265 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-04-10 14:49:55.278 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-04-10 14:49:55.292 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-04-10 14:49:55.307 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-04-10 14:49:55.322 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-04-10 14:49:55.324 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-10 14:49:55.326 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-04-10 14:49:55.328 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-10 14:49:55.329 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-04-10 14:49:55.353 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-04-10 14:49:55.375 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-10 14:49:55.398 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-04-10 14:49:55.420 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-04-10 14:49:55.442 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-04-10 14:49:55.466 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-04-10 14:49:55.488 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-04-10 14:49:55.511 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-10 14:49:55.533 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-04-10 14:49:55.556 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-04-10 14:49:55.580 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-04-10 14:49:55.603 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2025-04-10 14:49:55.604 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-04-10 14:49:55.606 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-04-10 14:49:55.608 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2025-04-10 14:49:55.610 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-10 14:49:55.612 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-10 14:49:55.614 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-10 14:49:55.626 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:55.628 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-10 14:49:55.629 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-10 14:49:55.632 | + 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-10 14:49:55.656 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-04-10 14:49:55.679 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-04-10 14:49:55.701 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-04-10 14:49:55.724 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-04-10 14:49:55.747 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-04-10 14:49:55.770 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-04-10 14:49:55.795 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-04-10 14:49:55.818 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-04-10 14:49:55.843 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2025-04-10 14:49:55.850 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key 3494c94fa659edd98e9112ada7d65b2b 2025-04-10 14:49:55.872 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2025-04-10 14:49:55.874 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-04-10 14:49:55.897 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-04-10 14:49:55.919 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-04-10 14:49:55.942 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-04-10 14:49:55.964 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2025-04-10 14:49:55.988 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2025-04-10 14:49:56.011 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2025-04-10 14:49:56.024 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:56.025 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2025-04-10 14:49:56.027 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2025-04-10 14:49:56.029 | + lib/cinder:configure_cinder:338 : local default_name= 2025-04-10 14:49:56.031 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2025-04-10 14:49:56.033 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-10 14:49:56.035 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2025-04-10 14:49:56.037 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2025-04-10 14:49:56.039 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2025-04-10 14:49:56.041 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2025-04-10 14:49:56.043 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-04-10 14:49:56.045 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-04-10 14:49:56.070 | + 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-10 14:49:56.092 | + 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-10 14:49:56.115 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-04-10 14:49:56.138 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-04-10 14:49:56.160 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2025-04-10 14:49:56.162 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2025-04-10 14:49:56.163 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2025-04-10 14:49:56.165 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-04-10 14:49:56.189 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2025-04-10 14:49:56.191 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-04-10 14:49:56.214 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2025-04-10 14:49:56.216 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-04-10 14:49:56.218 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2025-04-10 14:49:56.220 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-04-10 14:49:56.244 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2025-04-10 14:49:56.246 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2025-04-10 14:49:56.248 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2025-04-10 14:49:56.260 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:49:56.262 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2025-04-10 14:49:56.274 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:49:56.276 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2025-04-10 14:49:56.288 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:49:56.290 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2025-04-10 14:49:56.292 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-04-10 14:49:56.294 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2025-04-10 14:49:56.295 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2025-04-10 14:49:56.297 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-10 14:49:56.299 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-10 14:49:56.301 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-10 14:49:56.313 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:56.316 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-10 14:49:56.318 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-10 14:49:56.320 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-10 14:49:56.332 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:56.333 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-10 14:49:56.336 | + 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-10 14:49:56.358 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-10 14:49:56.360 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-10 14:49:56.362 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2025-04-10 14:49:56.364 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-04-10 14:49:56.366 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-04-10 14:49:56.369 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-10 14:49:56.382 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-10 14:49:56.383 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-10 14:49:56.385 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-10 14:49:56.387 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-10 14:49:56.389 | + 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-10 14:49:56.412 | + 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-10 14:49:56.435 | + 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-10 14:49:56.458 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-10 14:49:56.481 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2025-04-10 14:49:56.493 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:56.495 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2025-04-10 14:49:56.497 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-04-10 14:49:56.499 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2025-04-10 14:49:56.500 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2025-04-10 14:49:56.502 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-10 14:49:56.504 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-10 14:49:56.507 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2025-04-10 14:49:56.510 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2025-04-10 14:49:56.512 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-10 14:49:56.514 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-10 14:49:56.523 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-10 14:49:56.523 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-10 14:49:56.530 | d /var/run/uwsgi 0755 stack root 2025-04-10 14:49:56.533 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-10 14:49:56.541 | /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-10 14:49:56.544 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-04-10 14:49:56.546 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-04-10 14:49:56.549 | + 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-10 14:49:56.573 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-04-10 14:49:56.595 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-04-10 14:49:56.617 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-04-10 14:49:56.639 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-10 14:49:56.661 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-10 14:49:56.684 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-04-10 14:49:56.706 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-04-10 14:49:56.729 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-04-10 14:49:56.751 | + 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-10 14:49:56.774 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-10 14:49:56.796 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-10 14:49:56.818 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-04-10 14:49:56.840 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-10 14:49:56.842 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-10 14:49:56.844 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2025-04-10 14:49:56.846 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2025-04-10 14:49:56.848 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-10 14:49:56.850 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:56.851 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:56.853 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-10 14:49:56.855 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-04-10 14:49:56.857 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-04-10 14:49:56.879 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-10 14:49:56.902 | + 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-10 14:49:56.902 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-10 14:49:56.909 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2025-04-10 14:49:56.912 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2025-04-10 14:49:56.913 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2025-04-10 14:49:56.915 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-10 14:49:56.917 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-10 14:49:56.919 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-10 14:49:56.921 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:56.923 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:56.924 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-10 14:49:56.927 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-10 14:49:56.928 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:49:56.930 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:49:56.932 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2025-04-10 14:49:56.967 | Enabling site cinder-wsgi. 2025-04-10 14:49:56.971 | To activate the new configuration, you need to run: 2025-04-10 14:49:56.971 | systemctl reload apache2 2025-04-10 14:49:56.974 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-10 14:49:56.976 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-10 14:49:56.978 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-10 14:49:56.980 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-10 14:49:57.074 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-04-10 14:49:57.076 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2025-04-10 14:49:57.078 | + 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-10 14:49:57.101 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-04-10 14:49:57.123 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-04-10 14:49:57.146 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-10 14:49:57.168 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-04-10 14:49:57.191 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-04-10 14:49:57.214 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2025-04-10 14:49:57.226 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:49:57.228 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-04-10 14:49:57.230 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-10 14:49:57.232 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-10 14:49:57.234 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-10 14:49:57.236 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-04-10 14:49:57.261 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-04-10 14:49:57.284 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-04-10 14:49:57.307 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-04-10 14:49:57.330 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-04-10 14:49:57.353 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-04-10 14:49:57.376 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-04-10 14:49:57.398 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-04-10 14:49:57.420 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-10 14:49:57.443 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-04-10 14:49:57.465 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-04-10 14:49:57.487 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-04-10 14:49:57.510 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2025-04-10 14:49:57.511 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2025-04-10 14:49:57.524 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:57.526 | + 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-10 14:49:57.550 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-10 14:49:57.552 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-10 14:49:57.553 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-04-10 14:49:57.578 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-04-10 14:49:57.600 | + stack.sh:main:957 : is_service_enabled neutron 2025-04-10 14:49:57.614 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:49:57.615 | + stack.sh:main:959 : stack_install_service neutron 2025-04-10 14:49:57.618 | + lib/stack:stack_install_service:20 : local service=neutron 2025-04-10 14:49:57.619 | + lib/stack:stack_install_service:21 : type install_neutron 2025-04-10 14:49:57.621 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-10 14:49:57.623 | + lib/stack:stack_install_service:32 : install_neutron 2025-04-10 14:49:57.625 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2025-04-10 14:49:57.627 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2025-04-10 14:49:57.629 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:49:57.631 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:49:57.633 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2025-04-10 14:49:57.635 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:49:57.637 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2025-04-10 14:49:57.639 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2025-04-10 14:49:57.641 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2025-04-10 14:49:57.643 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-10 14:49:57.645 | + functions-common:git_clone:575 : local orig_dir 2025-04-10 14:49:57.647 | ++ functions-common:git_clone:576 : pwd 2025-04-10 14:49:57.649 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-10 14:49:57.651 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-10 14:49:57.653 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-10 14:49:57.666 | + functions-common:git_clone:579 : RECLONE=False 2025-04-10 14:49:57.668 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-10 14:49:57.670 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-10 14:49:57.671 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-10 14:49:57.674 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-10 14:49:57.674 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-10 14:49:57.678 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2025-04-10 14:49:57.680 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-10 14:49:57.682 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-10 14:49:57.683 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:49:57.685 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:49:57.687 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:49:57.689 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:49:57.691 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:49:57.693 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:49:57.695 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:49:57.696 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:49:57.699 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:49:57.702 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296597700 2025-04-10 14:49:57.703 | + 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-10 14:49:57.705 | Cloning into '/opt/stack//neutron'... 2025-04-10 14:50:01.517 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:50:01.519 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:01.521 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:01.523 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:01.525 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:01.527 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:01.528 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:50:01.530 | + functions-common:time_stop:2407 : start_time=1744296597700 2025-04-10 14:50:01.532 | + functions-common:time_stop:2409 : [[ -z 1744296597700 ]] 2025-04-10 14:50:01.534 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:01.537 | + functions-common:time_stop:2412 : end_time=1744296601535 2025-04-10 14:50:01.539 | + functions-common:time_stop:2413 : elapsed_time=3835 2025-04-10 14:50:01.541 | + functions-common:time_stop:2414 : total=28152 2025-04-10 14:50:01.543 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:01.544 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=31987 2025-04-10 14:50:01.546 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2025-04-10 14:50:01.548 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-10 14:50:01.550 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:50:01.552 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:50:01.554 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:50:01.556 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:50:01.558 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:50:01.560 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:50:01.562 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:50:01.563 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:50:01.566 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:50:01.569 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296601567 2025-04-10 14:50:01.571 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-10 14:50:04.915 | From https://opendev.org/openstack/neutron 2025-04-10 14:50:04.915 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-10 14:50:04.919 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:50:04.922 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:04.924 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:04.925 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:04.927 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:04.929 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:04.931 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:50:04.933 | + functions-common:time_stop:2407 : start_time=1744296601567 2025-04-10 14:50:04.935 | + functions-common:time_stop:2409 : [[ -z 1744296601567 ]] 2025-04-10 14:50:04.937 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:04.940 | + functions-common:time_stop:2412 : end_time=1744296604938 2025-04-10 14:50:04.942 | + functions-common:time_stop:2413 : elapsed_time=3371 2025-04-10 14:50:04.944 | + functions-common:time_stop:2414 : total=31987 2025-04-10 14:50:04.945 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:04.947 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=35358 2025-04-10 14:50:04.949 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-10 14:50:04.951 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:50:04.953 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:50:04.955 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:50:04.957 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:50:04.959 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:50:04.961 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:50:04.962 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:50:04.964 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:50:04.967 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:50:04.969 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296604968 2025-04-10 14:50:04.971 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-10 14:50:05.228 | Note: switching to 'FETCH_HEAD'. 2025-04-10 14:50:05.228 | 2025-04-10 14:50:05.228 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-10 14:50:05.228 | changes and commit them, and you can discard any commits you make in this 2025-04-10 14:50:05.228 | state without impacting any branches by switching back to a branch. 2025-04-10 14:50:05.228 | 2025-04-10 14:50:05.228 | If you want to create a new branch to retain commits you create, you may 2025-04-10 14:50:05.228 | do so (now or later) by using -c with the switch command. Example: 2025-04-10 14:50:05.228 | 2025-04-10 14:50:05.228 | git switch -c 2025-04-10 14:50:05.228 | 2025-04-10 14:50:05.228 | Or undo this operation with: 2025-04-10 14:50:05.228 | 2025-04-10 14:50:05.228 | git switch - 2025-04-10 14:50:05.228 | 2025-04-10 14:50:05.228 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-10 14:50:05.228 | 2025-04-10 14:50:05.228 | HEAD is now at ddd09a9 [OVN][FT] Use MySQL backend for ``TestNBDbMonitor*`` classes 2025-04-10 14:50:05.233 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:50:05.234 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:05.236 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:05.238 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:05.240 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:05.242 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:05.244 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:50:05.246 | + functions-common:time_stop:2407 : start_time=1744296604968 2025-04-10 14:50:05.248 | + functions-common:time_stop:2409 : [[ -z 1744296604968 ]] 2025-04-10 14:50:05.251 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:05.253 | + functions-common:time_stop:2412 : end_time=1744296605251 2025-04-10 14:50:05.255 | + functions-common:time_stop:2413 : elapsed_time=283 2025-04-10 14:50:05.257 | + functions-common:time_stop:2414 : total=35358 2025-04-10 14:50:05.259 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:05.261 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=35641 2025-04-10 14:50:05.263 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-04-10 14:50:05.273 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2025-04-10 14:50:05.276 | + functions-common:git_clone:656 : git show --oneline 2025-04-10 14:50:05.276 | + functions-common:git_clone:656 : head -1 2025-04-10 14:50:05.278 | ddd09a9 [OVN][FT] Use MySQL backend for ``TestNBDbMonitor*`` classes 2025-04-10 14:50:05.280 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-10 14:50:05.282 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2025-04-10 14:50:05.284 | + inc/python:setup_develop:360 : local bindep 2025-04-10 14:50:05.286 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-10 14:50:05.288 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2025-04-10 14:50:05.290 | + inc/python:setup_develop:366 : local extras= 2025-04-10 14:50:05.292 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-04-10 14:50:05.294 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-10 14:50:05.296 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-10 14:50:05.298 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2025-04-10 14:50:05.300 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-10 14:50:05.302 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-10 14:50:05.305 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2025-04-10 14:50:05.307 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-10 14:50:05.309 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2025-04-10 14:50:05.311 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-10 14:50:05.313 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-10 14:50:05.315 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-04-10 14:50:05.320 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2025-04-10 14:50:05.322 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-04-10 14:50:05.645 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2025-04-10 14:50:05.647 | + inc/python:setup_package:440 : local bindep=0 2025-04-10 14:50:05.650 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-10 14:50:05.652 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-10 14:50:05.654 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2025-04-10 14:50:05.656 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2025-04-10 14:50:05.658 | + inc/python:setup_package:449 : local flags=-e 2025-04-10 14:50:05.660 | + inc/python:setup_package:450 : local extras= 2025-04-10 14:50:05.662 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-10 14:50:05.663 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-10 14:50:05.665 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-10 14:50:05.667 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-10 14:50:05.670 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-10 14:50:05.672 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2025-04-10 14:50:05.688 | Using python 3.10 to install /opt/stack/neutron 2025-04-10 14:50:05.690 | + 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-10 14:50:06.519 | Obtaining file:///opt/stack/neutron 2025-04-10 14:50:06.520 | Preparing metadata (setup.py): started 2025-04-10 14:50:07.115 | Preparing metadata (setup.py): finished with status 'done' 2025-04-10 14:50:07.189 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (5.11.1) 2025-04-10 14:50:07.189 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (3.5.2) 2025-04-10 14:50:07.190 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (3.0.1) 2025-04-10 14:50:07.191 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (2.5.1) 2025-04-10 14:50:07.192 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (2.5.0) 2025-04-10 14:50:07.193 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (5.1.1) 2025-04-10 14:50:07.193 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (0.33.3) 2025-04-10 14:50:07.290 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev20) 2025-04-10 14:50:07.291 | Using cached pecan-1.4.2-py3-none-any.whl 2025-04-10 14:50:07.299 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (0.22.0) 2025-04-10 14:50:07.299 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (2.28.2) 2025-04-10 14:50:07.300 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (3.1.2) 2025-04-10 14:50:07.301 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (10.4.1) 2025-04-10 14:50:07.302 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (0.8.0) 2025-04-10 14:50:07.302 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (0.11.0) 2025-04-10 14:50:07.356 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev20) 2025-04-10 14:50:07.359 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2025-04-10 14:50:07.394 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev20) 2025-04-10 14:50:07.396 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-10 14:50:07.398 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (6.3.1) 2025-04-10 14:50:07.399 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (1.4.41) 2025-04-10 14:50:07.400 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (1.8.7) 2025-04-10 14:50:07.400 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (5.3.0) 2025-04-10 14:50:07.401 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (1.9.4) 2025-04-10 14:50:07.402 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (5.1.0) 2025-04-10 14:50:07.403 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (3.5.0) 2025-04-10 14:50:07.404 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (5.2.0) 2025-04-10 14:50:07.405 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (9.2.0) 2025-04-10 14:50:07.405 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (5.2.0) 2025-04-10 14:50:07.406 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (14.1.1) 2025-04-10 14:50:07.407 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (6.1.1) 2025-04-10 14:50:07.408 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (5.3.2) 2025-04-10 14:50:07.409 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (14.4.2) 2025-04-10 14:50:07.411 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (5.2.0) 2025-04-10 14:50:07.411 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (4.2.1) 2025-04-10 14:50:07.411 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (3.2.0) 2025-04-10 14:50:07.412 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (3.1.0) 2025-04-10 14:50:07.413 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (7.1.0) 2025-04-10 14:50:07.413 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (5.2.1) 2025-04-10 14:50:07.414 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (3.2.1) 2025-04-10 14:50:07.415 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (2.2.0) 2025-04-10 14:50:07.416 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (6.2.1) 2025-04-10 14:50:07.417 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (3.2.0) 2025-04-10 14:50:07.417 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (4.1.0) 2025-04-10 14:50:07.444 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev20) 2025-04-10 14:50:07.446 | Using cached os_ken-2.7.1-py3-none-any.whl.metadata (1.6 kB) 2025-04-10 14:50:07.466 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev20) 2025-04-10 14:50:07.468 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-10 14:50:07.491 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev20) 2025-04-10 14:50:07.492 | Using cached ovs-2.17.7-py3-none-any.whl 2025-04-10 14:50:07.538 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev20) 2025-04-10 14:50:07.540 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2025-04-10 14:50:07.542 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (23.1) 2025-04-10 14:50:07.542 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (5.9.5) 2025-04-10 14:50:07.570 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev20) 2025-04-10 14:50:07.572 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2025-04-10 14:50:07.574 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (23.1.1) 2025-04-10 14:50:07.575 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (18.4.0) 2025-04-10 14:50:07.575 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (1.5.1) 2025-04-10 14:50:07.603 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev20) 2025-04-10 14:50:07.605 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2025-04-10 14:50:07.638 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev20) 2025-04-10 14:50:07.640 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-10 14:50:07.642 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (2.4.1) 2025-04-10 14:50:07.643 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev20) (4.2.0) 2025-04-10 14:50:07.649 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev20) (1.2.4) 2025-04-10 14:50:07.652 | 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.dev20) (1.15.0) 2025-04-10 14:50:07.658 | 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.dev20) (2.3.0) 2025-04-10 14:50:07.659 | 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.dev20) (2.0.2) 2025-04-10 14:50:07.659 | 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.dev20) (1.16.0) 2025-04-10 14:50:07.667 | 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.dev20) (3.0.9) 2025-04-10 14:50:07.670 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev20) (2.1.2) 2025-04-10 14:50:07.696 | 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.dev20) (1.1.0) 2025-04-10 14:50:07.697 | 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.dev20) (1.7.0) 2025-04-10 14:50:07.721 | 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.dev20) (3.1.1) 2025-04-10 14:50:07.722 | 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.dev20) (5.2.0) 2025-04-10 14:50:07.771 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev20) 2025-04-10 14:50:07.773 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-10 14:50:07.836 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev20) 2025-04-10 14:50:07.839 | 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-10 14:50:07.853 | 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.dev20) (6.0) 2025-04-10 14:50:07.853 | 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.dev20) (1.4.4) 2025-04-10 14:50:07.856 | 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.dev20) (1.4.0) 2025-04-10 14:50:07.856 | 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.dev20) (1.32) 2025-04-10 14:50:07.856 | 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.dev20) (1.0.1) 2025-04-10 14:50:07.857 | 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.dev20) (1.1.8) 2025-04-10 14:50:07.858 | 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.dev20) (40.0.2) 2025-04-10 14:50:07.866 | 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.dev20) (1.0.5) 2025-04-10 14:50:07.890 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev20) 2025-04-10 14:50:07.890 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-04-10 14:50:07.973 | 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.dev20) (0.18) 2025-04-10 14:50:07.994 | 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.dev20) (2.0.0) 2025-04-10 14:50:08.021 | 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.dev20) (2.0.1) 2025-04-10 14:50:08.022 | 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.dev20) (0.5.0) 2025-04-10 14:50:08.049 | 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.dev20) (2.8.2) 2025-04-10 14:50:08.050 | 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.dev20) (0.9.6) 2025-04-10 14:50:08.076 | 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.dev20) (5.1.1) 2025-04-10 14:50:08.077 | 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.dev20) (5.3.0) 2025-04-10 14:50:08.078 | 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.dev20) (5.2.4) 2025-04-10 14:50:08.079 | 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.dev20) (0.7.0) 2025-04-10 14:50:08.093 | 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.dev20) (4.0.1) 2025-04-10 14:50:08.095 | 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.dev20) (4.0.1) 2025-04-10 14:50:08.115 | 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.dev20) (1.15.1) 2025-04-10 14:50:08.141 | 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.dev20) (2023.3) 2025-04-10 14:50:08.141 | 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.dev20) (2023.3) 2025-04-10 14:50:08.155 | 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.dev20) (1.4.0) 2025-04-10 14:50:08.156 | 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.dev20) (4.0.1) 2025-04-10 14:50:08.167 | 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.dev20) (3.7.0) 2025-04-10 14:50:08.253 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev20) 2025-04-10 14:50:08.255 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-04-10 14:50:08.288 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev20) (69.1.1) 2025-04-10 14:50:08.345 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev20) 2025-04-10 14:50:08.345 | Using cached logutils-0.3.5-py3-none-any.whl 2025-04-10 14:50:08.408 | 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.dev20) (4.3.0) 2025-04-10 14:50:08.409 | 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.dev20) (4.17.3) 2025-04-10 14:50:08.439 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev20) 2025-04-10 14:50:08.441 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-10 14:50:08.494 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev20) 2025-04-10 14:50:08.496 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-10 14:50:08.614 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev20) 2025-04-10 14:50:08.616 | 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-10 14:50:08.653 | 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.dev20) (3.1.0) 2025-04-10 14:50:08.654 | 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.dev20) (3.4) 2025-04-10 14:50:08.688 | 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.dev20) (1.26.15) 2025-04-10 14:50:08.689 | 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.dev20) (2025.1.31) 2025-04-10 14:50:08.706 | 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.dev20) (0.7) 2025-04-10 14:50:08.850 | 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.dev20) (0.13.1) 2025-04-10 14:50:08.885 | 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.dev20) (5.0.0) 2025-04-10 14:50:08.958 | 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.dev20) (2.21) 2025-04-10 14:50:08.991 | 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.dev20) (0.5.1) 2025-04-10 14:50:08.992 | 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.dev20) (2.4.3) 2025-04-10 14:50:08.993 | 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.dev20) (6.0.1) 2025-04-10 14:50:09.185 | 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.dev20) (2.3) 2025-04-10 14:50:09.218 | 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.dev20) (23.1.0) 2025-04-10 14:50:09.219 | 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.dev20) (0.19.3) 2025-04-10 14:50:09.341 | 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.dev20) (3.1.0) 2025-04-10 14:50:09.343 | 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.dev20) (4.9.2) 2025-04-10 14:50:09.442 | 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.dev20) (0.16.0) 2025-04-10 14:50:09.464 | 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.dev20) (0.2.6) 2025-04-10 14:50:09.852 | 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.dev20) (2.6.0) 2025-04-10 14:50:10.089 | 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.dev20) (1.8.2) 2025-04-10 14:50:10.130 | 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.dev20) (3.15.0) 2025-04-10 14:50:10.206 | 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.dev20) (1.5.0) 2025-04-10 14:50:10.445 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2025-04-10 14:50:10.452 | Using cached os_ken-2.7.1-py3-none-any.whl (2.0 MB) 2025-04-10 14:50:10.465 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-04-10 14:50:10.469 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2025-04-10 14:50:10.472 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2025-04-10 14:50:10.479 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2025-04-10 14:50:10.485 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2025-04-10 14:50:10.488 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2025-04-10 14:50:10.493 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-04-10 14:50:10.495 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2025-04-10 14:50:10.499 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2025-04-10 14:50:10.502 | 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-10 14:50:10.505 | 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-10 14:50:10.508 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-04-10 14:50:10.936 | 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-10 14:50:13.646 | Running setup.py develop for neutron 2025-04-10 14:50:15.134 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev20 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-10 14:50:15.286 | + inc/python:pip_install:222 : result=0 2025-04-10 14:50:15.289 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:50:15.291 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:15.293 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:15.295 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:15.297 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:15.299 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:15.301 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:50:15.302 | + functions-common:time_stop:2407 : start_time=1744296605684 2025-04-10 14:50:15.304 | + functions-common:time_stop:2409 : [[ -z 1744296605684 ]] 2025-04-10 14:50:15.307 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:15.310 | + functions-common:time_stop:2412 : end_time=1744296615307 2025-04-10 14:50:15.311 | + functions-common:time_stop:2413 : elapsed_time=9623 2025-04-10 14:50:15.313 | + functions-common:time_stop:2414 : total=59896 2025-04-10 14:50:15.315 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:15.317 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=69519 2025-04-10 14:50:15.319 | + inc/python:pip_install:225 : return 0 2025-04-10 14:50:15.320 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-10 14:50:15.322 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:50:15.324 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2025-04-10 14:50:15.326 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2025-04-10 14:50:15.328 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:50:15.330 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:50:15.332 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-04-10 14:50:15.334 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:50:15.336 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2025-04-10 14:50:15.338 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-10 14:50:15.340 | + stack.sh:main:962 : is_service_enabled nova 2025-04-10 14:50:15.353 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:15.355 | + stack.sh:main:964 : stack_install_service nova 2025-04-10 14:50:15.357 | + lib/stack:stack_install_service:20 : local service=nova 2025-04-10 14:50:15.359 | + lib/stack:stack_install_service:21 : type install_nova 2025-04-10 14:50:15.361 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-10 14:50:15.363 | + lib/stack:stack_install_service:32 : install_nova 2025-04-10 14:50:15.365 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2025-04-10 14:50:15.367 | + inc/python:use_library_from_git:272 : local name=os-vif 2025-04-10 14:50:15.369 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:50:15.370 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:50:15.372 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2025-04-10 14:50:15.374 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:50:15.376 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2025-04-10 14:50:15.388 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:15.390 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2025-04-10 14:50:15.403 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:15.405 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2025-04-10 14:50:15.417 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:15.419 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova eee200168a40eaad313d384f47686d5c79107f96 2025-04-10 14:50:15.421 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2025-04-10 14:50:15.423 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2025-04-10 14:50:15.424 | + functions-common:git_clone:574 : local git_ref=eee200168a40eaad313d384f47686d5c79107f96 2025-04-10 14:50:15.426 | + functions-common:git_clone:575 : local orig_dir 2025-04-10 14:50:15.428 | ++ functions-common:git_clone:576 : pwd 2025-04-10 14:50:15.430 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-10 14:50:15.432 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-10 14:50:15.435 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-10 14:50:15.447 | + functions-common:git_clone:579 : RECLONE=False 2025-04-10 14:50:15.448 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-10 14:50:15.450 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-10 14:50:15.452 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-10 14:50:15.455 | + functions-common:git_clone:593 : echo eee200168a40eaad313d384f47686d5c79107f96 2025-04-10 14:50:15.455 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-10 14:50:15.460 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//nova ]] 2025-04-10 14:50:15.461 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-10 14:50:15.463 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-10 14:50:15.465 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:50:15.467 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:50:15.469 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:50:15.471 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:50:15.473 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:50:15.475 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:50:15.477 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:50:15.479 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:50:15.481 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:50:15.485 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296615482 2025-04-10 14:50:15.486 | + 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-10 14:50:15.489 | Cloning into '/opt/stack//nova'... 2025-04-10 14:50:19.286 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:50:19.288 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:19.290 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:19.292 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:19.294 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:19.296 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:19.297 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:50:19.299 | + functions-common:time_stop:2407 : start_time=1744296615482 2025-04-10 14:50:19.301 | + functions-common:time_stop:2409 : [[ -z 1744296615482 ]] 2025-04-10 14:50:19.303 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:19.306 | + functions-common:time_stop:2412 : end_time=1744296619304 2025-04-10 14:50:19.308 | + functions-common:time_stop:2413 : elapsed_time=3822 2025-04-10 14:50:19.310 | + functions-common:time_stop:2414 : total=35641 2025-04-10 14:50:19.311 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:19.313 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39463 2025-04-10 14:50:19.315 | + functions-common:git_clone:614 : cd /opt/stack//nova 2025-04-10 14:50:19.317 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin eee200168a40eaad313d384f47686d5c79107f96 2025-04-10 14:50:19.319 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:50:19.320 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:50:19.322 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:50:19.324 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:50:19.326 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:50:19.327 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:50:19.329 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:50:19.331 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:50:19.333 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:50:19.336 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296619334 2025-04-10 14:50:19.338 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin eee200168a40eaad313d384f47686d5c79107f96 2025-04-10 14:50:24.635 | From https://opendev.org/openstack/nova 2025-04-10 14:50:24.635 | * branch eee200168a40eaad313d384f47686d5c79107f96 -> FETCH_HEAD 2025-04-10 14:50:24.671 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:50:24.673 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:24.675 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:24.677 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:24.679 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:24.680 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:24.682 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:50:24.684 | + functions-common:time_stop:2407 : start_time=1744296619334 2025-04-10 14:50:24.686 | + functions-common:time_stop:2409 : [[ -z 1744296619334 ]] 2025-04-10 14:50:24.688 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:24.691 | + functions-common:time_stop:2412 : end_time=1744296624689 2025-04-10 14:50:24.693 | + functions-common:time_stop:2413 : elapsed_time=5355 2025-04-10 14:50:24.694 | + functions-common:time_stop:2414 : total=39463 2025-04-10 14:50:24.696 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:24.698 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44818 2025-04-10 14:50:24.700 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-10 14:50:24.702 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:50:24.704 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:50:24.705 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:50:24.707 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:50:24.709 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:50:24.711 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:50:24.713 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:50:24.715 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:50:24.717 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:50:24.721 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296624718 2025-04-10 14:50:24.723 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-10 14:50:25.031 | Note: switching to 'FETCH_HEAD'. 2025-04-10 14:50:25.031 | 2025-04-10 14:50:25.031 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-10 14:50:25.031 | changes and commit them, and you can discard any commits you make in this 2025-04-10 14:50:25.031 | state without impacting any branches by switching back to a branch. 2025-04-10 14:50:25.031 | 2025-04-10 14:50:25.031 | If you want to create a new branch to retain commits you create, you may 2025-04-10 14:50:25.031 | do so (now or later) by using -c with the switch command. Example: 2025-04-10 14:50:25.031 | 2025-04-10 14:50:25.031 | git switch -c 2025-04-10 14:50:25.031 | 2025-04-10 14:50:25.031 | Or undo this operation with: 2025-04-10 14:50:25.031 | 2025-04-10 14:50:25.031 | git switch - 2025-04-10 14:50:25.031 | 2025-04-10 14:50:25.031 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-10 14:50:25.031 | 2025-04-10 14:50:25.031 | HEAD is now at eee2001 Allow best effort sending of notifications 2025-04-10 14:50:25.036 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:50:25.038 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:25.040 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:25.042 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:25.044 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:25.046 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:25.048 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:50:25.050 | + functions-common:time_stop:2407 : start_time=1744296624718 2025-04-10 14:50:25.051 | + functions-common:time_stop:2409 : [[ -z 1744296624718 ]] 2025-04-10 14:50:25.054 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:25.057 | + functions-common:time_stop:2412 : end_time=1744296625055 2025-04-10 14:50:25.060 | + functions-common:time_stop:2413 : elapsed_time=337 2025-04-10 14:50:25.061 | + functions-common:time_stop:2414 : total=44818 2025-04-10 14:50:25.063 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:25.065 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=45155 2025-04-10 14:50:25.067 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2025-04-10 14:50:25.083 | + functions-common:git_clone:655 : cd /opt/stack//nova 2025-04-10 14:50:25.086 | + functions-common:git_clone:656 : head -1 2025-04-10 14:50:25.087 | + functions-common:git_clone:656 : git show --oneline 2025-04-10 14:50:25.097 | eee2001 Allow best effort sending of notifications 2025-04-10 14:50:25.109 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-10 14:50:25.111 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2025-04-10 14:50:25.113 | + inc/python:setup_develop:360 : local bindep 2025-04-10 14:50:25.115 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2025-04-10 14:50:25.117 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2025-04-10 14:50:25.119 | + inc/python:setup_develop:366 : local extras= 2025-04-10 14:50:25.121 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-04-10 14:50:25.123 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-10 14:50:25.125 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2025-04-10 14:50:25.127 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2025-04-10 14:50:25.129 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-10 14:50:25.131 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-10 14:50:25.134 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2025-04-10 14:50:25.136 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-10 14:50:25.138 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2025-04-10 14:50:25.140 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-10 14:50:25.142 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-10 14:50:25.145 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-04-10 14:50:25.149 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2025-04-10 14:50:25.151 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-04-10 14:50:25.476 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2025-04-10 14:50:25.478 | + inc/python:setup_package:440 : local bindep=0 2025-04-10 14:50:25.481 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-10 14:50:25.482 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-10 14:50:25.484 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2025-04-10 14:50:25.486 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2025-04-10 14:50:25.488 | + inc/python:setup_package:449 : local flags=-e 2025-04-10 14:50:25.490 | + inc/python:setup_package:450 : local extras= 2025-04-10 14:50:25.492 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-10 14:50:25.494 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-10 14:50:25.496 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-10 14:50:25.498 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-10 14:50:25.500 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-10 14:50:25.502 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2025-04-10 14:50:25.518 | Using python 3.10 to install /opt/stack/nova 2025-04-10 14:50:25.520 | + 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-10 14:50:26.350 | Obtaining file:///opt/stack/nova 2025-04-10 14:50:26.351 | Preparing metadata (setup.py): started 2025-04-10 14:50:26.979 | Preparing metadata (setup.py): finished with status 'done' 2025-04-10 14:50:27.067 | 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-10 14:50:27.067 | 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-10 14:50:27.068 | 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-10 14:50:27.069 | 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-10 14:50:27.070 | 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-10 14:50:27.071 | 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-10 14:50:27.071 | 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-10 14:50:27.072 | 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-10 14:50:27.073 | 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-10 14:50:27.074 | 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-10 14:50:27.075 | 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-10 14:50:27.075 | 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-10 14:50:27.078 | 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-10 14:50:27.078 | 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-10 14:50:27.078 | 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-10 14:50:27.078 | 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-10 14:50:27.079 | 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-10 14:50:27.079 | 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-10 14:50:27.080 | 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-10 14:50:27.081 | 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-10 14:50:27.082 | 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-10 14:50:27.082 | 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-10 14:50:27.083 | 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-10 14:50:27.084 | 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-10 14:50:27.085 | 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-10 14:50:27.085 | 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-10 14:50:27.177 | Collecting websockify>=0.9.0 (from nova==0.0.1.dev17) 2025-04-10 14:50:27.177 | Using cached websockify-0.10.0-py3-none-any.whl 2025-04-10 14:50:27.184 | 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-10 14:50:27.185 | 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-10 14:50:27.186 | 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-10 14:50:27.187 | 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-10 14:50:27.188 | 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-10 14:50:27.188 | 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-10 14:50:27.189 | 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-10 14:50:27.190 | 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-10 14:50:27.191 | 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-10 14:50:27.192 | 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-10 14:50:27.192 | 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-10 14:50:27.193 | 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-10 14:50:27.194 | 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-10 14:50:27.195 | 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-10 14:50:27.195 | 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-10 14:50:27.196 | 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-10 14:50:27.197 | 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-10 14:50:27.198 | 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-10 14:50:27.199 | 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-10 14:50:27.199 | 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-10 14:50:27.200 | 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-10 14:50:27.202 | 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-10 14:50:27.202 | 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-10 14:50:27.204 | 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-10 14:50:27.204 | 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-10 14:50:27.204 | 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-10 14:50:27.226 | Collecting microversion-parse>=0.2.1 (from nova==0.0.1.dev17) 2025-04-10 14:50:27.228 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-10 14:50:27.230 | 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-10 14:50:27.231 | 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-10 14:50:27.231 | 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-10 14:50:27.232 | 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-10 14:50:27.233 | 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-10 14:50:27.234 | 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-10 14:50:27.235 | 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-10 14:50:27.235 | 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-10 14:50:27.236 | 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-10 14:50:27.242 | 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-10 14:50:27.252 | 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-10 14:50:27.271 | 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-10 14:50:27.283 | 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-10 14:50:27.284 | 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-10 14:50:27.296 | 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-10 14:50:27.315 | 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-10 14:50:27.316 | 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-10 14:50:27.363 | 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-10 14:50:27.364 | 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-10 14:50:27.390 | 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-10 14:50:27.391 | 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-10 14:50:27.392 | 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-10 14:50:27.393 | 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-10 14:50:27.396 | 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-10 14:50:27.404 | 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-10 14:50:27.406 | 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-10 14:50:27.428 | 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-10 14:50:27.430 | 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-10 14:50:27.431 | 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-10 14:50:27.457 | 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-10 14:50:27.526 | 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-10 14:50:27.527 | 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-10 14:50:27.563 | 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-10 14:50:27.589 | 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-10 14:50:27.590 | 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-10 14:50:27.591 | 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-10 14:50:27.592 | 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-10 14:50:27.604 | 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-10 14:50:27.606 | 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-10 14:50:27.628 | 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-10 14:50:27.655 | 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-10 14:50:27.656 | 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-10 14:50:27.670 | 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-10 14:50:27.671 | 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-10 14:50:27.695 | 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-10 14:50:27.740 | 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-10 14:50:27.752 | 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-10 14:50:27.790 | 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-10 14:50:27.853 | 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-10 14:50:27.854 | 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-10 14:50:27.855 | 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-10 14:50:27.874 | 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-10 14:50:27.876 | 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-10 14:50:27.877 | 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-10 14:50:27.881 | 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-10 14:50:27.911 | 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-10 14:50:27.912 | 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-10 14:50:27.912 | 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-10 14:50:27.913 | 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-10 14:50:27.960 | 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-10 14:50:28.086 | 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-10 14:50:28.384 | Collecting numpy (from websockify>=0.9.0->nova==0.0.1.dev17) 2025-04-10 14:50:28.387 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-04-10 14:50:28.404 | 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-10 14:50:28.509 | 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-10 14:50:28.543 | 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-10 14:50:28.544 | 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-10 14:50:28.546 | 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-10 14:50:28.691 | 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-10 14:50:28.841 | 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-10 14:50:28.861 | 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-10 14:50:29.245 | 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-10 14:50:29.565 | 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-10 14:50:29.605 | 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-10 14:50:29.648 | 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-10 14:50:29.840 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-04-10 14:50:29.843 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-04-10 14:50:30.373 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-04-10 14:50:32.223 | Running setup.py develop for nova 2025-04-10 14:50:33.709 | Successfully installed microversion-parse-1.0.1 nova-0.0.1.dev17 numpy-1.24.2 websockify-0.10.0 2025-04-10 14:50:33.865 | + inc/python:pip_install:222 : result=0 2025-04-10 14:50:33.868 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:50:33.869 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:33.871 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:33.873 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:33.875 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:33.876 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:33.878 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:50:33.880 | + functions-common:time_stop:2407 : start_time=1744296625513 2025-04-10 14:50:33.882 | + functions-common:time_stop:2409 : [[ -z 1744296625513 ]] 2025-04-10 14:50:33.884 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:33.887 | + functions-common:time_stop:2412 : end_time=1744296633885 2025-04-10 14:50:33.889 | + functions-common:time_stop:2413 : elapsed_time=8372 2025-04-10 14:50:33.891 | + functions-common:time_stop:2414 : total=69519 2025-04-10 14:50:33.892 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:33.895 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=77891 2025-04-10 14:50:33.897 | + inc/python:pip_install:225 : return 0 2025-04-10 14:50:33.898 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-10 14:50:33.900 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:50:33.902 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2025-04-10 14:50:33.904 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2025-04-10 14:50:33.906 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:50:33.908 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:50:33.910 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-04-10 14:50:33.912 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:50:33.914 | + 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-10 14:50:33.926 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-10 14:50:33.928 | + stack.sh:main:965 : configure_nova 2025-04-10 14:50:33.930 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2025-04-10 14:50:33.939 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2025-04-10 14:50:33.941 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-04-10 14:50:33.943 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-10 14:50:33.946 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-04-10 14:50:33.946 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-10 14:50:33.950 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-04-10 14:50:33.952 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-04-10 14:50:33.954 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-10 14:50:33.955 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-04-10 14:50:33.957 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-04-10 14:50:33.959 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-04-10 14:50:33.961 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2025-04-10 14:50:33.963 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-04-10 14:50:33.972 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-04-10 14:50:33.981 | + 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-10 14:50:33.990 | + 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-10 14:50:33.999 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-04-10 14:50:34.008 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2025-04-10 14:50:34.017 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-10 14:50:34.020 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-10 14:50:34.023 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.xv0fcARNQp 2025-04-10 14:50:34.025 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-10 14:50:34.027 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-10 14:50:34.031 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2025-04-10 14:50:34.033 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-10 14:50:34.034 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-10 14:50:34.037 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.xv0fcARNQp 2025-04-10 14:50:34.040 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.xv0fcARNQp 2025-04-10 14:50:34.049 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.xv0fcARNQp /etc/sudoers.d/nova-rootwrap 2025-04-10 14:50:34.058 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2025-04-10 14:50:34.061 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-10 14:50:34.063 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-10 14:50:34.065 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-10 14:50:34.067 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-10 14:50:34.069 | + 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-10 14:50:34.071 | + 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-10 14:50:34.073 | + 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-10 14:50:34.073 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-10 14:50:34.080 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-10 14:50:34.083 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-10 14:50:34.092 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-10 14:50:34.100 | + 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-10 14:50:34.102 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-04-10 14:50:34.106 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2025-04-10 14:50:34.118 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:34.120 | + lib/nova:configure_nova:361 : create_nova_conf 2025-04-10 14:50:34.122 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2025-04-10 14:50:34.124 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2025-04-10 14:50:34.127 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-04-10 14:50:34.152 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2025-04-10 14:50:34.153 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-04-10 14:50:34.175 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-04-10 14:50:34.198 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-04-10 14:50:34.220 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-10 14:50:34.243 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2025-04-10 14:50:34.265 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-04-10 14:50:34.289 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-04-10 14:50:34.311 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-04-10 14:50:34.333 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-04-10 14:50:34.354 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-04-10 14:50:34.376 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-04-10 14:50:34.398 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-04-10 14:50:34.422 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2025-04-10 14:50:34.445 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2025-04-10 14:50:34.466 | + lib/nova:create_nova_conf:459 : is_fedora 2025-04-10 14:50:34.468 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-10 14:50:34.470 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-10 14:50:34.472 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-10 14:50:34.474 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-10 14:50:34.475 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-10 14:50:34.477 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-10 14:50:34.479 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-10 14:50:34.480 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-10 14:50:34.482 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-10 14:50:34.484 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-10 14:50:34.485 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-10 14:50:34.487 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-10 14:50:34.489 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-10 14:50:34.491 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2025-04-10 14:50:34.502 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:34.504 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-10 14:50:34.506 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2025-04-10 14:50:34.508 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2025-04-10 14:50:34.510 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-10 14:50:34.511 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-10 14:50:34.513 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-10 14:50:34.515 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-10 14:50:34.517 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-10 14:50:34.519 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-10 14:50:34.530 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:34.532 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-10 14:50:34.534 | ++ 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-10 14:50:34.536 | + 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-10 14:50:34.560 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2025-04-10 14:50:34.562 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-04-10 14:50:34.563 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-04-10 14:50:34.565 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2025-04-10 14:50:34.567 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-10 14:50:34.569 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-10 14:50:34.571 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-10 14:50:34.582 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:34.584 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-10 14:50:34.586 | ++ 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-10 14:50:34.588 | + 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-10 14:50:34.612 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2025-04-10 14:50:34.635 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-04-10 14:50:34.658 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-04-10 14:50:34.680 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2025-04-10 14:50:34.692 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:34.694 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2025-04-10 14:50:34.706 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:34.709 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2025-04-10 14:50:34.709 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2025-04-10 14:50:34.712 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2025-04-10 14:50:34.714 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-04-10 14:50:34.736 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2025-04-10 14:50:34.738 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2025-04-10 14:50:34.763 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2025-04-10 14:50:34.785 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2025-04-10 14:50:34.798 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:34.799 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-04-10 14:50:34.801 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-04-10 14:50:34.803 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-10 14:50:34.805 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-10 14:50:34.807 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-04-10 14:50:34.830 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-04-10 14:50:34.852 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-10 14:50:34.874 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-04-10 14:50:34.896 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-04-10 14:50:34.918 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-04-10 14:50:34.940 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-04-10 14:50:34.962 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-04-10 14:50:34.984 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-10 14:50:35.006 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-04-10 14:50:35.028 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2025-04-10 14:50:35.040 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:35.042 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2025-04-10 14:50:35.044 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-04-10 14:50:35.068 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2025-04-10 14:50:35.090 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-04-10 14:50:35.111 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2025-04-10 14:50:35.133 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-04-10 14:50:35.155 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-04-10 14:50:35.178 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2025-04-10 14:50:35.199 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-04-10 14:50:35.221 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2025-04-10 14:50:35.233 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:35.235 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2025-04-10 14:50:35.237 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-04-10 14:50:35.258 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-04-10 14:50:35.282 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2025-04-10 14:50:35.284 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-04-10 14:50:35.306 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2025-04-10 14:50:35.308 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2025-04-10 14:50:35.309 | + lib/nova:create_nova_conf:534 : is_fedora 2025-04-10 14:50:35.311 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-10 14:50:35.313 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-10 14:50:35.315 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-10 14:50:35.317 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-10 14:50:35.318 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-10 14:50:35.320 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-10 14:50:35.322 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-10 14:50:35.324 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-10 14:50:35.325 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-10 14:50:35.327 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-10 14:50:35.329 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-10 14:50:35.331 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-10 14:50:35.333 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-10 14:50:35.334 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2025-04-10 14:50:35.336 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-04-10 14:50:35.338 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-04-10 14:50:35.340 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-10 14:50:35.353 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-10 14:50:35.354 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-10 14:50:35.356 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-10 14:50:35.358 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-10 14:50:35.360 | + 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-10 14:50:35.383 | + 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-10 14:50:35.406 | + 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-10 14:50:35.428 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-10 14:50:35.450 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-04-10 14:50:35.477 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2025-04-10 14:50:35.490 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:35.492 | + 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-10 14:50:35.494 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2025-04-10 14:50:35.496 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2025-04-10 14:50:35.498 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2025-04-10 14:50:35.500 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-10 14:50:35.502 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-10 14:50:35.505 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-10 14:50:35.508 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2025-04-10 14:50:35.509 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-10 14:50:35.511 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-10 14:50:35.522 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-10 14:50:35.523 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-10 14:50:35.529 | d /var/run/uwsgi 0755 stack root 2025-04-10 14:50:35.534 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-10 14:50:35.543 | /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-10 14:50:35.546 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-04-10 14:50:35.548 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-04-10 14:50:35.551 | + 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-10 14:50:35.576 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-04-10 14:50:35.601 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-04-10 14:50:35.624 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-04-10 14:50:35.645 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-10 14:50:35.667 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-10 14:50:35.690 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-04-10 14:50:35.712 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-04-10 14:50:35.735 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-04-10 14:50:35.757 | + 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-10 14:50:35.778 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-10 14:50:35.800 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-10 14:50:35.823 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-04-10 14:50:35.845 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-10 14:50:35.847 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-10 14:50:35.850 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2025-04-10 14:50:35.852 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2025-04-10 14:50:35.853 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-10 14:50:35.855 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:50:35.857 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:50:35.859 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-10 14:50:35.861 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-10 14:50:35.863 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-04-10 14:50:35.885 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-10 14:50:35.907 | + 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-10 14:50:35.907 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-10 14:50:35.914 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2025-04-10 14:50:35.917 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2025-04-10 14:50:35.919 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2025-04-10 14:50:35.920 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-10 14:50:35.922 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-10 14:50:35.924 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-10 14:50:35.926 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:50:35.928 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:50:35.930 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-10 14:50:35.931 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-10 14:50:35.934 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:50:35.935 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:50:35.937 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2025-04-10 14:50:35.969 | Enabling site nova-api-wsgi. 2025-04-10 14:50:35.973 | To activate the new configuration, you need to run: 2025-04-10 14:50:35.973 | systemctl reload apache2 2025-04-10 14:50:35.976 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-10 14:50:35.978 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-10 14:50:35.979 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-10 14:50:35.981 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-10 14:50:36.073 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2025-04-10 14:50:36.086 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:36.088 | + 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-10 14:50:36.089 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-04-10 14:50:36.091 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-10 14:50:36.093 | + lib/apache:write_uwsgi_config:243 : local url= 2025-04-10 14:50:36.095 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2025-04-10 14:50:36.097 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-10 14:50:36.099 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-10 14:50:36.102 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2025-04-10 14:50:36.104 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-10 14:50:36.106 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-10 14:50:36.116 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-10 14:50:36.116 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-10 14:50:36.122 | d /var/run/uwsgi 0755 stack root 2025-04-10 14:50:36.125 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-10 14:50:36.133 | /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-10 14:50:36.136 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-04-10 14:50:36.138 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-04-10 14:50:36.141 | + 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-10 14:50:36.164 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-04-10 14:50:36.187 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-04-10 14:50:36.209 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-04-10 14:50:36.230 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-04-10 14:50:36.252 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-10 14:50:36.274 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-04-10 14:50:36.295 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-04-10 14:50:36.317 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-04-10 14:50:36.339 | + 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-10 14:50:36.361 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-04-10 14:50:36.383 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-10 14:50:36.406 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-04-10 14:50:36.430 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2025-04-10 14:50:36.432 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-04-10 14:50:36.454 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2025-04-10 14:50:36.467 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:36.469 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-04-10 14:50:36.496 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2025-04-10 14:50:36.497 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2025-04-10 14:50:36.500 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2025-04-10 14:50:36.513 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:36.515 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-10 14:50:36.518 | + 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-10 14:50:36.542 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-04-10 14:50:36.567 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-04-10 14:50:36.569 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-10 14:50:36.571 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2025-04-10 14:50:36.573 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-10 14:50:36.575 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-10 14:50:36.577 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-10 14:50:36.589 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:36.592 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-10 14:50:36.594 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-10 14:50:36.596 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-10 14:50:36.608 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:36.610 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-10 14:50:36.612 | + 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-10 14:50:36.636 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-10 14:50:36.638 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-10 14:50:36.640 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-04-10 14:50:36.665 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-04-10 14:50:36.688 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2025-04-10 14:50:36.712 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2025-04-10 14:50:36.724 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:36.726 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-04-10 14:50:36.748 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2025-04-10 14:50:36.750 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2025-04-10 14:50:36.752 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-04-10 14:50:36.777 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2025-04-10 14:50:36.800 | + 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-10 14:50:36.822 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2025-04-10 14:50:36.845 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-04-10 14:50:36.867 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-04-10 14:50:36.891 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2025-04-10 14:50:36.913 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-04-10 14:50:36.935 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-04-10 14:50:36.958 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2025-04-10 14:50:36.970 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:36.972 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2025-04-10 14:50:36.975 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-10 14:50:36.977 | + lib/nova:create_nova_conf:582 : local conf 2025-04-10 14:50:36.979 | + lib/nova:create_nova_conf:583 : local vhost 2025-04-10 14:50:36.981 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2025-04-10 14:50:36.983 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-10 14:50:36.984 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-10 14:50:36.987 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2025-04-10 14:50:36.988 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2025-04-10 14:50:36.990 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2025-04-10 14:50:36.994 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2025-04-10 14:50:36.995 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-10 14:50:36.997 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-10 14:50:36.999 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-10 14:50:37.001 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-10 14:50:37.003 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-10 14:50:37.005 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-10 14:50:37.017 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:37.019 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-10 14:50:37.020 | ++ 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-10 14:50:37.023 | + 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-10 14:50:37.047 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-04-10 14:50:37.071 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-04-10 14:50:37.096 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-10 14:50:37.098 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-04-10 14:50:37.100 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-10 14:50:37.101 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2025-04-10 14:50:37.103 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-10 14:50:37.105 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-10 14:50:37.107 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-10 14:50:37.119 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:37.121 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-10 14:50:37.123 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-10 14:50:37.125 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-10 14:50:37.137 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:37.139 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-10 14:50:37.141 | + 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-10 14:50:37.164 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-10 14:50:37.166 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-10 14:50:37.168 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2025-04-10 14:50:37.170 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-04-10 14:50:37.171 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-04-10 14:50:37.174 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-10 14:50:37.187 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-10 14:50:37.189 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-10 14:50:37.190 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-10 14:50:37.192 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-10 14:50:37.194 | + 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-10 14:50:37.217 | + 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-10 14:50:37.239 | + 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-10 14:50:37.262 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-10 14:50:37.283 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-10 14:50:37.285 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2025-04-10 14:50:37.287 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2025-04-10 14:50:37.289 | + lib/nova:configure_console_proxies:728 : local offset=0 2025-04-10 14:50:37.291 | + lib/nova:configure_console_proxies:732 : offset=0 2025-04-10 14:50:37.293 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2025-04-10 14:50:37.305 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:37.307 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2025-04-10 14:50:37.308 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2025-04-10 14:50:37.321 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:37.322 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2025-04-10 14:50:37.334 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:37.336 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2025-04-10 14:50:37.349 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:37.351 | + stack.sh:main:968 : is_service_enabled placement 2025-04-10 14:50:37.364 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:37.366 | + stack.sh:main:970 : stack_install_service placement 2025-04-10 14:50:37.368 | + lib/stack:stack_install_service:20 : local service=placement 2025-04-10 14:50:37.370 | + lib/stack:stack_install_service:21 : type install_placement 2025-04-10 14:50:37.372 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-10 14:50:37.374 | + lib/stack:stack_install_service:32 : install_placement 2025-04-10 14:50:37.376 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-04-10 14:50:37.378 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2025-04-10 14:50:37.380 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:50:37.382 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:50:37.384 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2025-04-10 14:50:37.386 | + functions-common:install_package:1421 : update_package_repo 2025-04-10 14:50:37.388 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-10 14:50:37.391 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-10 14:50:37.393 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-10 14:50:37.395 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-10 14:50:37.397 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-10 14:50:37.399 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:50:37.400 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:50:37.403 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-10 14:50:37.404 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-10 14:50:37.406 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-10 14:50:37.408 | + functions-common:apt_get_update:1150 : return 2025-04-10 14:50:37.410 | + functions-common:install_package:1422 : real_install_package apache2 2025-04-10 14:50:37.413 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-10 14:50:37.414 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:50:37.416 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:50:37.419 | + functions-common:real_install_package:1410 : apt_get install apache2 2025-04-10 14:50:37.435 | + 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-10 14:50:37.495 | Reading package lists... 2025-04-10 14:50:37.707 | Building dependency tree... 2025-04-10 14:50:37.708 | Reading state information... 2025-04-10 14:50:37.930 | apache2 is already the newest version (2.4.52-1ubuntu4.14). 2025-04-10 14:50:37.930 | 0 upgraded, 0 newly installed, 0 to remove and 112 not upgraded. 2025-04-10 14:50:37.934 | + functions-common:apt_get:1194 : result=0 2025-04-10 14:50:37.937 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-10 14:50:37.939 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:37.941 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:37.943 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:37.945 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:37.947 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:37.948 | + functions-common:time_stop:2406 : name=apt-get 2025-04-10 14:50:37.950 | + functions-common:time_stop:2407 : start_time=1744296637432 2025-04-10 14:50:37.952 | + functions-common:time_stop:2409 : [[ -z 1744296637432 ]] 2025-04-10 14:50:37.955 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:37.958 | + functions-common:time_stop:2412 : end_time=1744296637956 2025-04-10 14:50:37.960 | + functions-common:time_stop:2413 : elapsed_time=524 2025-04-10 14:50:37.962 | + functions-common:time_stop:2414 : total=40111 2025-04-10 14:50:37.964 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:37.966 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40635 2025-04-10 14:50:37.968 | + functions-common:apt_get:1198 : return 0 2025-04-10 14:50:37.970 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2025-04-10 14:50:37.972 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2025-04-10 14:50:37.974 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2025-04-10 14:50:37.976 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2025-04-10 14:50:37.978 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2025-04-10 14:50:37.992 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2025-04-10 14:50:37.994 | + functions-common:install_package:1421 : update_package_repo 2025-04-10 14:50:37.997 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-10 14:50:37.999 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-10 14:50:38.001 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-10 14:50:38.003 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-10 14:50:38.005 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-10 14:50:38.008 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:50:38.010 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:50:38.012 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-10 14:50:38.014 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-10 14:50:38.016 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-10 14:50:38.018 | + functions-common:apt_get_update:1150 : return 2025-04-10 14:50:38.021 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2025-04-10 14:50:38.023 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-10 14:50:38.025 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:50:38.027 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:50:38.029 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2025-04-10 14:50:38.048 | + 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-10 14:50:38.109 | Reading package lists... 2025-04-10 14:50:38.374 | Building dependency tree... 2025-04-10 14:50:38.375 | Reading state information... 2025-04-10 14:50:38.643 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-04-10 14:50:38.643 | 0 upgraded, 0 newly installed, 0 to remove and 112 not upgraded. 2025-04-10 14:50:38.648 | + functions-common:apt_get:1194 : result=0 2025-04-10 14:50:38.650 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-10 14:50:38.652 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:38.654 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:38.657 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:38.659 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:38.661 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:38.663 | + functions-common:time_stop:2406 : name=apt-get 2025-04-10 14:50:38.665 | + functions-common:time_stop:2407 : start_time=1744296638046 2025-04-10 14:50:38.667 | + functions-common:time_stop:2409 : [[ -z 1744296638046 ]] 2025-04-10 14:50:38.670 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:38.673 | + functions-common:time_stop:2412 : end_time=1744296638671 2025-04-10 14:50:38.675 | + functions-common:time_stop:2413 : elapsed_time=625 2025-04-10 14:50:38.677 | + functions-common:time_stop:2414 : total=40635 2025-04-10 14:50:38.679 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:38.681 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41260 2025-04-10 14:50:38.684 | + functions-common:apt_get:1198 : return 0 2025-04-10 14:50:38.686 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2025-04-10 14:50:38.688 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2025-04-10 14:50:38.691 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-10 14:50:38.693 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:50:38.695 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:50:38.698 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-04-10 14:50:38.700 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2025-04-10 14:50:38.731 | wsgi (enabled by maintainer script) 2025-04-10 14:50:38.735 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-04-10 14:50:38.737 | + inc/python:pip_install_gr:94 : local name=osc-placement 2025-04-10 14:50:38.740 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-10 14:50:38.742 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2025-04-10 14:50:38.745 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2025-04-10 14:50:38.748 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-10 14:50:38.751 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-04-10 14:50:38.751 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-10 14:50:38.755 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2025-04-10 14:50:38.757 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2025-04-10 14:50:38.759 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2025-04-10 14:50:38.762 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2025-04-10 14:50:38.764 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2025-04-10 14:50:38.782 | Using python 3.10 to install osc-placement 2025-04-10 14:50:38.784 | + 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-10 14:50:39.734 | Collecting osc-placement 2025-04-10 14:50:39.736 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-10 14:50:39.760 | 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-10 14:50:39.761 | 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-10 14:50:39.762 | 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-10 14:50:39.762 | 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-10 14:50:39.763 | 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-10 14:50:39.789 | 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-10 14:50:39.790 | 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-10 14:50:39.791 | 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-10 14:50:39.791 | 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-10 14:50:39.798 | 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-10 14:50:39.798 | 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-10 14:50:39.799 | 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-10 14:50:39.806 | 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-10 14:50:39.807 | 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-10 14:50:39.808 | 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-10 14:50:39.809 | 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-10 14:50:39.809 | 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-10 14:50:39.810 | 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-10 14:50:39.811 | 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-10 14:50:39.818 | 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-10 14:50:39.819 | 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-10 14:50:39.820 | 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-10 14:50:39.821 | 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-10 14:50:39.821 | 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-10 14:50:39.825 | 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-10 14:50:39.842 | 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-10 14:50:39.842 | 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-10 14:50:39.843 | 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-10 14:50:39.844 | 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-10 14:50:39.845 | 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-10 14:50:39.846 | 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-10 14:50:39.846 | 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-10 14:50:39.868 | 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-10 14:50:39.869 | 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-10 14:50:39.869 | 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-10 14:50:39.870 | 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-10 14:50:39.910 | 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-10 14:50:39.911 | 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-10 14:50:39.911 | 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-10 14:50:39.932 | 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-10 14:50:39.964 | 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-10 14:50:39.972 | 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-10 14:50:40.031 | 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-10 14:50:40.071 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2025-04-10 14:50:40.880 | Installing collected packages: osc-placement 2025-04-10 14:50:40.953 | Successfully installed osc-placement-4.2.0 2025-04-10 14:50:41.058 | + inc/python:pip_install:222 : result=0 2025-04-10 14:50:41.061 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:50:41.063 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:41.065 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:41.068 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:41.070 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:41.072 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:41.075 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:50:41.076 | + functions-common:time_stop:2407 : start_time=1744296638778 2025-04-10 14:50:41.079 | + functions-common:time_stop:2409 : [[ -z 1744296638778 ]] 2025-04-10 14:50:41.082 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:41.085 | + functions-common:time_stop:2412 : end_time=1744296641083 2025-04-10 14:50:41.087 | + functions-common:time_stop:2413 : elapsed_time=2305 2025-04-10 14:50:41.089 | + functions-common:time_stop:2414 : total=77891 2025-04-10 14:50:41.092 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:41.094 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=80196 2025-04-10 14:50:41.096 | + inc/python:pip_install:225 : return 0 2025-04-10 14:50:41.098 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2025-04-10 14:50:41.101 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2025-04-10 14:50:41.103 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2025-04-10 14:50:41.105 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-10 14:50:41.107 | + functions-common:git_clone:575 : local orig_dir 2025-04-10 14:50:41.110 | ++ functions-common:git_clone:576 : pwd 2025-04-10 14:50:41.112 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-10 14:50:41.114 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-10 14:50:41.117 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-10 14:50:41.135 | + functions-common:git_clone:579 : RECLONE=False 2025-04-10 14:50:41.138 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-10 14:50:41.140 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-10 14:50:41.141 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-10 14:50:41.144 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-10 14:50:41.144 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-10 14:50:41.149 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2025-04-10 14:50:41.151 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-10 14:50:41.153 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-10 14:50:41.155 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:50:41.157 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:50:41.159 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:50:41.161 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:50:41.162 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:50:41.164 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:50:41.166 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:50:41.168 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:50:41.170 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:50:41.173 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296641172 2025-04-10 14:50:41.175 | + 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-10 14:50:41.178 | Cloning into '/opt/stack//placement'... 2025-04-10 14:50:42.866 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:50:42.868 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:42.870 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:42.872 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:42.874 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:42.876 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:42.878 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:50:42.880 | + functions-common:time_stop:2407 : start_time=1744296641172 2025-04-10 14:50:42.882 | + functions-common:time_stop:2409 : [[ -z 1744296641172 ]] 2025-04-10 14:50:42.884 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:42.887 | + functions-common:time_stop:2412 : end_time=1744296642885 2025-04-10 14:50:42.889 | + functions-common:time_stop:2413 : elapsed_time=1713 2025-04-10 14:50:42.891 | + functions-common:time_stop:2414 : total=45155 2025-04-10 14:50:42.893 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:42.894 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=46868 2025-04-10 14:50:42.896 | + functions-common:git_clone:614 : cd /opt/stack//placement 2025-04-10 14:50:42.898 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-10 14:50:42.900 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:50:42.902 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:50:42.904 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:50:42.906 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:50:42.908 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:50:42.909 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:50:42.911 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:50:42.913 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:50:42.915 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:50:42.918 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296642916 2025-04-10 14:50:42.920 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-10 14:50:44.632 | From https://opendev.org/openstack/placement 2025-04-10 14:50:44.632 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-10 14:50:44.637 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:50:44.639 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:44.640 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:44.642 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:44.644 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:44.646 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:44.648 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:50:44.650 | + functions-common:time_stop:2407 : start_time=1744296642916 2025-04-10 14:50:44.652 | + functions-common:time_stop:2409 : [[ -z 1744296642916 ]] 2025-04-10 14:50:44.654 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:44.657 | + functions-common:time_stop:2412 : end_time=1744296644655 2025-04-10 14:50:44.659 | + functions-common:time_stop:2413 : elapsed_time=1739 2025-04-10 14:50:44.661 | + functions-common:time_stop:2414 : total=46868 2025-04-10 14:50:44.663 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:44.665 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=48607 2025-04-10 14:50:44.667 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-10 14:50:44.669 | + functions-common:git_timed:680 : local count=0 2025-04-10 14:50:44.671 | + functions-common:git_timed:681 : local timeout=0 2025-04-10 14:50:44.673 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:50:44.675 | + functions-common:git_timed:684 : timeout=0 2025-04-10 14:50:44.677 | + functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:50:44.679 | + functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:50:44.681 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:50:44.683 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:50:44.685 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:50:44.688 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296644686 2025-04-10 14:50:44.690 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-10 14:50:44.716 | Note: switching to 'FETCH_HEAD'. 2025-04-10 14:50:44.716 | 2025-04-10 14:50:44.716 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-10 14:50:44.716 | changes and commit them, and you can discard any commits you make in this 2025-04-10 14:50:44.716 | state without impacting any branches by switching back to a branch. 2025-04-10 14:50:44.716 | 2025-04-10 14:50:44.716 | If you want to create a new branch to retain commits you create, you may 2025-04-10 14:50:44.716 | do so (now or later) by using -c with the switch command. Example: 2025-04-10 14:50:44.716 | 2025-04-10 14:50:44.716 | git switch -c 2025-04-10 14:50:44.716 | 2025-04-10 14:50:44.716 | Or undo this operation with: 2025-04-10 14:50:44.716 | 2025-04-10 14:50:44.716 | git switch - 2025-04-10 14:50:44.716 | 2025-04-10 14:50:44.716 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-10 14:50:44.716 | 2025-04-10 14:50:44.716 | HEAD is now at a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2025-04-10 14:50:44.719 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:50:44.721 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:44.723 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:44.725 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:44.727 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:44.728 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:44.730 | + functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:50:44.732 | + functions-common:time_stop:2407 : start_time=1744296644686 2025-04-10 14:50:44.734 | + functions-common:time_stop:2409 : [[ -z 1744296644686 ]] 2025-04-10 14:50:44.737 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:44.740 | + functions-common:time_stop:2412 : end_time=1744296644738 2025-04-10 14:50:44.742 | + functions-common:time_stop:2413 : elapsed_time=52 2025-04-10 14:50:44.744 | + functions-common:time_stop:2414 : total=48607 2025-04-10 14:50:44.746 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:44.747 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=48659 2025-04-10 14:50:44.749 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2025-04-10 14:50:44.759 | + functions-common:git_clone:655 : cd /opt/stack//placement 2025-04-10 14:50:44.762 | + functions-common:git_clone:656 : git show --oneline 2025-04-10 14:50:44.762 | + functions-common:git_clone:656 : head -1 2025-04-10 14:50:44.764 | a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2025-04-10 14:50:44.766 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-10 14:50:44.768 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-04-10 14:50:44.770 | + inc/python:setup_develop:360 : local bindep 2025-04-10 14:50:44.772 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2025-04-10 14:50:44.774 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2025-04-10 14:50:44.776 | + inc/python:setup_develop:366 : local extras= 2025-04-10 14:50:44.778 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-04-10 14:50:44.780 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-10 14:50:44.782 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2025-04-10 14:50:44.784 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2025-04-10 14:50:44.786 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-10 14:50:44.788 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-10 14:50:44.791 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2025-04-10 14:50:44.793 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-10 14:50:44.795 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2025-04-10 14:50:44.797 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-10 14:50:44.800 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-10 14:50:44.802 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-04-10 14:50:44.807 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2025-04-10 14:50:44.809 | + 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-10 14:50:45.130 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2025-04-10 14:50:45.132 | + inc/python:setup_package:440 : local bindep=0 2025-04-10 14:50:45.135 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-10 14:50:45.137 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-10 14:50:45.139 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2025-04-10 14:50:45.141 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2025-04-10 14:50:45.142 | + inc/python:setup_package:449 : local flags=-e 2025-04-10 14:50:45.144 | + inc/python:setup_package:450 : local extras= 2025-04-10 14:50:45.146 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-10 14:50:45.149 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-10 14:50:45.151 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-10 14:50:45.153 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-10 14:50:45.155 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-10 14:50:45.157 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2025-04-10 14:50:45.173 | Using python 3.10 to install /opt/stack/placement 2025-04-10 14:50:45.175 | + 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-10 14:50:46.007 | Obtaining file:///opt/stack/placement 2025-04-10 14:50:46.009 | Preparing metadata (setup.py): started 2025-04-10 14:50:46.446 | Preparing metadata (setup.py): finished with status 'done' 2025-04-10 14:50:46.502 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.11.1) 2025-04-10 14:50:46.503 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (1.4.41) 2025-04-10 14:50:46.503 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (10.4.1) 2025-04-10 14:50:46.504 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (2.5.1) 2025-04-10 14:50:46.505 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (1.8.7) 2025-04-10 14:50:46.506 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (4.17.3) 2025-04-10 14:50:46.507 | Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (2.28.2) 2025-04-10 14:50:46.509 | 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.dev20) (69.1.1) 2025-04-10 14:50:46.509 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.2.0) 2025-04-10 14:50:46.509 | Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (9.2.0) 2025-04-10 14:50:46.510 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.2.0) 2025-04-10 14:50:46.511 | Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.3.2) 2025-04-10 14:50:46.512 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.2.1) 2025-04-10 14:50:46.512 | Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (6.2.1) 2025-04-10 14:50:46.513 | Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (14.1.1) 2025-04-10 14:50:46.514 | Requirement already satisfied: oslo.policy>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (4.2.1) 2025-04-10 14:50:46.515 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.2.0) 2025-04-10 14:50:46.516 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (2.2.0) 2025-04-10 14:50:46.516 | 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.dev20) (1.1.0) 2025-04-10 14:50:46.517 | Requirement already satisfied: os-traits>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (3.0.0) 2025-04-10 14:50:46.518 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (1.0.1) 2025-04-10 14:50:46.537 | 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.dev20) (23.1.0) 2025-04-10 14:50:46.538 | 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.dev20) (0.19.3) 2025-04-10 14:50:46.561 | 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.dev20) (5.3.0) 2025-04-10 14:50:46.562 | 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.dev20) (3.5.0) 2025-04-10 14:50:46.563 | 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.dev20) (6.1.1) 2025-04-10 14:50:46.564 | 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.dev20) (3.1.1) 2025-04-10 14:50:46.565 | 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.dev20) (5.2.0) 2025-04-10 14:50:46.574 | 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.dev20) (0.18) 2025-04-10 14:50:46.592 | 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.dev20) (6.0) 2025-04-10 14:50:46.593 | 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.dev20) (2.5.0) 2025-04-10 14:50:46.594 | 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.dev20) (0.8.0) 2025-04-10 14:50:46.595 | 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.dev20) (2.0.0) 2025-04-10 14:50:46.596 | 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.dev20) (5.1.0) 2025-04-10 14:50:46.617 | 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.dev20) (1.9.4) 2025-04-10 14:50:46.619 | 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.dev20) (2.0.1) 2025-04-10 14:50:46.622 | 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.dev20) (0.5.0) 2025-04-10 14:50:46.639 | 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.dev20) (2.8.2) 2025-04-10 14:50:46.640 | 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.dev20) (0.9.6) 2025-04-10 14:50:46.648 | 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.dev20) (3.1.2) 2025-04-10 14:50:46.649 | 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.dev20) (4.0.1) 2025-04-10 14:50:46.650 | 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.dev20) (4.0.1) 2025-04-10 14:50:46.663 | 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.dev20) (1.0.5) 2025-04-10 14:50:46.664 | 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.dev20) (2023.3) 2025-04-10 14:50:46.665 | 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.dev20) (2023.3) 2025-04-10 14:50:46.670 | 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.dev20) (3.7.0) 2025-04-10 14:50:46.678 | 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.dev20) (1.1.0) 2025-04-10 14:50:46.679 | 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.dev20) (0.11.0) 2025-04-10 14:50:46.680 | 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.dev20) (23.1) 2025-04-10 14:50:46.681 | 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.dev20) (3.0.9) 2025-04-10 14:50:46.693 | 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.dev20) (3.1.0) 2025-04-10 14:50:46.694 | 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.dev20) (3.4) 2025-04-10 14:50:46.695 | 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.dev20) (1.26.15) 2025-04-10 14:50:46.695 | 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.dev20) (2025.1.31) 2025-04-10 14:50:46.704 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev20) (1.16.0) 2025-04-10 14:50:46.704 | 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.dev20) (0.7) 2025-04-10 14:50:46.812 | 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.dev20) (2.0.2) 2025-04-10 14:50:46.830 | 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.dev20) (1.2.4) 2025-04-10 14:50:46.875 | 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.dev20) (1.15.0) 2025-04-10 14:50:46.907 | 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.dev20) (2.1.2) 2025-04-10 14:50:46.935 | 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.dev20) (1.7.0) 2025-04-10 14:50:46.976 | 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.dev20) (1.1.8) 2025-04-10 14:50:46.999 | 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.dev20) (0.2.6) 2025-04-10 14:50:47.130 | 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.dev20) (2.6.0) 2025-04-10 14:50:47.172 | 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.dev20) (5.1.1) 2025-04-10 14:50:47.223 | 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.dev20) (4.0.1) 2025-04-10 14:50:47.933 | Installing collected packages: openstack-placement 2025-04-10 14:50:47.933 | Running setup.py develop for openstack-placement 2025-04-10 14:50:48.868 | Successfully installed openstack-placement-0.1.0.dev20 2025-04-10 14:50:48.973 | + inc/python:pip_install:222 : result=0 2025-04-10 14:50:48.975 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:50:48.977 | + functions-common:time_stop:2400 : local name 2025-04-10 14:50:48.979 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:48.981 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:48.983 | + functions-common:time_stop:2403 : local total 2025-04-10 14:50:48.985 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:48.987 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:50:48.988 | + functions-common:time_stop:2407 : start_time=1744296645169 2025-04-10 14:50:48.990 | + functions-common:time_stop:2409 : [[ -z 1744296645169 ]] 2025-04-10 14:50:48.993 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:48.996 | + functions-common:time_stop:2412 : end_time=1744296648994 2025-04-10 14:50:48.998 | + functions-common:time_stop:2413 : elapsed_time=3825 2025-04-10 14:50:48.999 | + functions-common:time_stop:2414 : total=80196 2025-04-10 14:50:49.001 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:49.003 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=84021 2025-04-10 14:50:49.005 | + inc/python:pip_install:225 : return 0 2025-04-10 14:50:49.007 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-10 14:50:49.009 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:50:49.011 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2025-04-10 14:50:49.013 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2025-04-10 14:50:49.015 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:50:49.017 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:50:49.019 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-04-10 14:50:49.021 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:50:49.023 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-10 14:50:49.025 | + stack.sh:main:971 : configure_placement 2025-04-10 14:50:49.027 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-04-10 14:50:49.037 | + lib/placement:configure_placement:113 : create_placement_conf 2025-04-10 14:50:49.039 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-04-10 14:50:49.042 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-04-10 14:50:49.044 | ++ lib/database:database_connection_url:134 : local db=placement 2025-04-10 14:50:49.046 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-04-10 14:50:49.048 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2025-04-10 14:50:49.050 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-10 14:50:49.052 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-10 14:50:49.054 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-10 14:50:49.068 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:49.070 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-10 14:50:49.072 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-10 14:50:49.074 | + 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-10 14:50:49.100 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-04-10 14:50:49.126 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-04-10 14:50:49.153 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-04-10 14:50:49.155 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-04-10 14:50:49.157 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-10 14:50:49.159 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-10 14:50:49.161 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-04-10 14:50:49.187 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-04-10 14:50:49.211 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-10 14:50:49.236 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-04-10 14:50:49.261 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-04-10 14:50:49.285 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-04-10 14:50:49.310 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-04-10 14:50:49.334 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-04-10 14:50:49.359 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-10 14:50:49.384 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-04-10 14:50:49.410 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-04-10 14:50:49.412 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-04-10 14:50:49.414 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-04-10 14:50:49.417 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-10 14:50:49.431 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-10 14:50:49.433 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-10 14:50:49.435 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-10 14:50:49.437 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-10 14:50:49.439 | + 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-10 14:50:49.463 | + 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-10 14:50:49.488 | + 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-10 14:50:49.512 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-10 14:50:49.536 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-10 14:50:49.538 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2025-04-10 14:50:49.540 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2025-04-10 14:50:49.542 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2025-04-10 14:50:49.544 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2025-04-10 14:50:49.546 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-10 14:50:49.548 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-10 14:50:49.550 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2025-04-10 14:50:49.554 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2025-04-10 14:50:49.555 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-10 14:50:49.557 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-10 14:50:49.567 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-10 14:50:49.567 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-10 14:50:49.574 | d /var/run/uwsgi 0755 stack root 2025-04-10 14:50:49.577 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-10 14:50:49.585 | /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-10 14:50:49.588 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2025-04-10 14:50:49.590 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2025-04-10 14:50:49.593 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2025-04-10 14:50:49.619 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-04-10 14:50:49.646 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-04-10 14:50:49.669 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-04-10 14:50:49.694 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-04-10 14:50:49.717 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-10 14:50:49.741 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-04-10 14:50:49.765 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-04-10 14:50:49.789 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-04-10 14:50:49.813 | + 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-10 14:50:49.838 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-04-10 14:50:49.863 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-10 14:50:49.886 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-04-10 14:50:49.911 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-10 14:50:49.913 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-10 14:50:49.915 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2025-04-10 14:50:49.918 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2025-04-10 14:50:49.919 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-10 14:50:49.922 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:50:49.923 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:50:49.925 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2025-04-10 14:50:49.928 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-04-10 14:50:49.930 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-04-10 14:50:49.953 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-04-10 14:50:49.978 | + 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-10 14:50:49.978 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-04-10 14:50:49.984 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2025-04-10 14:50:49.987 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2025-04-10 14:50:49.989 | + lib/apache:enable_apache_site:190 : local site=placement-api 2025-04-10 14:50:49.991 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-10 14:50:49.993 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-10 14:50:49.995 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-10 14:50:49.997 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:50:49.999 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:50:50.001 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-10 14:50:50.003 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-10 14:50:50.005 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:50:50.007 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:50:50.009 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2025-04-10 14:50:50.041 | Enabling site placement-api. 2025-04-10 14:50:50.044 | To activate the new configuration, you need to run: 2025-04-10 14:50:50.044 | systemctl reload apache2 2025-04-10 14:50:50.048 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-10 14:50:50.050 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-10 14:50:50.052 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-10 14:50:50.054 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-10 14:50:50.146 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-10 14:50:50.148 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-10 14:50:50.150 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-04-10 14:50:50.178 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-04-10 14:50:50.203 | + stack.sh:main:978 : is_service_enabled placement placement-client 2025-04-10 14:50:50.216 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:50.218 | + stack.sh:main:979 : is_service_enabled n-cpu 2025-04-10 14:50:50.232 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:50.233 | + stack.sh:main:979 : is_service_enabled n-sch 2025-04-10 14:50:50.247 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:50.249 | + stack.sh:main:980 : configure_placement_nova_compute 2025-04-10 14:50:50.251 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2025-04-10 14:50:50.253 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2025-04-10 14:50:50.278 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-04-10 14:50:50.302 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2025-04-10 14:50:50.326 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-04-10 14:50:50.350 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-04-10 14:50:50.374 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2025-04-10 14:50:50.398 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-04-10 14:50:50.423 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-04-10 14:50:50.448 | + stack.sh:main:984 : is_service_enabled horizon 2025-04-10 14:50:50.462 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:50.464 | + stack.sh:main:989 : is_service_enabled tls-proxy 2025-04-10 14:50:50.477 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:50:50.479 | + stack.sh:main:997 : run_phase stack install 2025-04-10 14:50:50.481 | + functions-common:run_phase:1828 : local mode=stack 2025-04-10 14:50:50.483 | + functions-common:run_phase:1829 : local phase=install 2025-04-10 14:50:50.485 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-10 14:50:50.487 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-10 14:50:50.489 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-10 14:50:50.491 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-10 14:50:50.493 | + functions-common:run_phase:1838 : local extra 2025-04-10 14:50:50.495 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-10 14:50:50.498 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-10 14:50:50.501 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-10 14:50:50.503 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-10 14:50:50.505 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-04-10 14:50:50.507 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-10 14:50:50.519 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:50:50.520 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:50:50.522 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:50:50.524 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-10 14:50:50.526 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-04-10 14:50:50.528 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:50:50.530 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2025-04-10 14:50:50.532 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-04-10 14:50:50.533 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-04-10 14:50:50.579 | ++ inc/async:async_inner:63 : install_tempest 2025-04-10 14:50:50.606 | [3486 Async install_tempest:34077]: running: install_tempest 2025-04-10 14:50:50.608 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-10 14:50:50.611 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-10 14:50:50.613 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:50:50.615 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-10 14:50:50.618 | + functions-common:run_phase:1855 : run_plugins stack install 2025-04-10 14:50:50.620 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-10 14:50:50.622 | + functions-common:run_plugins:1815 : local phase=install 2025-04-10 14:50:50.624 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-10 14:50:50.626 | + functions-common:run_plugins:1818 : local plugin 2025-04-10 14:50:50.629 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-10 14:50:50.631 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-10 14:50:50.633 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-10 14:50:50.635 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-04-10 14:50:50.637 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:50:50.639 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:50:50.642 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-10 14:50:50.644 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-04-10 14:50:50.646 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:50:50.648 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2025-04-10 14:50:50.650 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-04-10 14:50:50.652 | ++ inc/python:setup_develop:360 : local bindep 2025-04-10 14:50:50.654 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-10 14:50:50.656 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2025-04-10 14:50:50.658 | ++ inc/python:setup_develop:366 : local extras= 2025-04-10 14:50:50.660 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-04-10 14:50:50.662 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-10 14:50:50.664 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-10 14:50:50.666 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2025-04-10 14:50:50.668 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-10 14:50:50.669 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-10 14:50:50.672 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2025-04-10 14:50:50.674 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-10 14:50:50.676 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2025-04-10 14:50:50.678 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-10 14:50:50.680 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-10 14:50:50.683 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-04-10 14:50:50.687 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2025-04-10 14:50:50.689 | ++ 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-10 14:50:51.010 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2025-04-10 14:50:51.012 | ++ inc/python:setup_package:440 : local bindep=0 2025-04-10 14:50:51.014 | ++ inc/python:setup_package:441 : local bindep_flag= 2025-04-10 14:50:51.016 | ++ inc/python:setup_package:442 : local bindep_profiles= 2025-04-10 14:50:51.018 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-04-10 14:50:51.020 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2025-04-10 14:50:51.022 | ++ inc/python:setup_package:449 : local flags=-e 2025-04-10 14:50:51.024 | ++ inc/python:setup_package:450 : local extras= 2025-04-10 14:50:51.025 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2025-04-10 14:50:51.028 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2025-04-10 14:50:51.029 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-10 14:50:51.031 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-10 14:50:51.034 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-10 14:50:51.036 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2025-04-10 14:50:51.052 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-04-10 14:50:51.053 | ++ 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-10 14:50:51.893 | Obtaining file:///opt/stack/networking-nsx-t 2025-04-10 14:50:51.894 | Preparing metadata (setup.py): started 2025-04-10 14:50:52.318 | Preparing metadata (setup.py): finished with status 'done' 2025-04-10 14:50:52.368 | 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-10 14:50:52.471 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2025-04-10 14:50:52.473 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2025-04-10 14:50:52.477 | 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-10 14:50:52.477 | 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-10 14:50:52.477 | 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-10 14:50:52.477 | 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-10 14:50:52.478 | 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-10 14:50:52.479 | 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-10 14:50:52.480 | 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-10 14:50:52.480 | 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-10 14:50:52.505 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2025-04-10 14:50:52.507 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2025-04-10 14:50:52.509 | 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-10 14:50:52.509 | 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-10 14:50:52.531 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2025-04-10 14:50:52.534 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2025-04-10 14:50:52.535 | 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-10 14:50:52.536 | 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-10 14:50:52.555 | 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-10 14:50:52.556 | 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-10 14:50:52.557 | 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-10 14:50:52.558 | 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-10 14:50:52.559 | 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-10 14:50:52.560 | 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-10 14:50:52.561 | 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-10 14:50:52.562 | 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-10 14:50:52.563 | 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-10 14:50:52.564 | 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-10 14:50:52.565 | 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-10 14:50:52.566 | 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-10 14:50:52.567 | 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-10 14:50:52.568 | 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-10 14:50:52.569 | 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-10 14:50:52.589 | 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-10 14:50:52.590 | 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-10 14:50:52.591 | 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-10 14:50:52.592 | 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-10 14:50:52.614 | 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-10 14:50:52.615 | 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-10 14:50:52.621 | 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-10 14:50:52.622 | 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-10 14:50:52.623 | 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-10 14:50:52.634 | 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-10 14:50:52.634 | 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-10 14:50:52.636 | 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-10 14:50:52.636 | 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-10 14:50:52.637 | 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-10 14:50:52.638 | 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-10 14:50:52.638 | 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-10 14:50:52.646 | 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-10 14:50:52.647 | 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-10 14:50:52.648 | 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-10 14:50:52.649 | 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-10 14:50:52.690 | 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-10 14:50:52.691 | 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-10 14:50:52.692 | 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-10 14:50:52.693 | 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-10 14:50:52.695 | 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-10 14:50:52.696 | 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-10 14:50:52.730 | 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-10 14:50:52.731 | 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-10 14:50:52.732 | 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-10 14:50:52.733 | 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-10 14:50:52.741 | 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-10 14:50:52.742 | 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-10 14:50:52.743 | 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-10 14:50:52.744 | 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-10 14:50:52.750 | 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-10 14:50:52.757 | 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-10 14:50:52.758 | 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-10 14:50:52.813 | 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-10 14:50:52.835 | 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-10 14:50:52.837 | 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-10 14:50:52.837 | 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-10 14:50:52.838 | 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-10 14:50:52.839 | 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-10 14:50:52.840 | 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-10 14:50:52.841 | 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-10 14:50:52.857 | 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-10 14:50:52.859 | 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-10 14:50:52.914 | 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-10 14:50:52.916 | 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-10 14:50:52.916 | 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-10 14:50:52.967 | 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-10 14:50:52.968 | 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-10 14:50:52.969 | 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-10 14:50:52.970 | 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-10 14:50:52.971 | 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-10 14:50:53.041 | 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-10 14:50:53.066 | 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-10 14:50:53.067 | 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-10 14:50:53.142 | 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-10 14:50:53.142 | 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-10 14:50:53.145 | 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-10 14:50:53.145 | 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-10 14:50:53.168 | 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-10 14:50:53.355 | 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-10 14:50:53.441 | 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-10 14:50:53.442 | 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-10 14:50:53.470 | 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-10 14:50:53.561 | 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-10 14:50:53.586 | 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-10 14:50:53.643 | 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-10 14:50:53.659 | 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-10 14:50:53.660 | 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-10 14:50:53.707 | 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-10 14:50:53.709 | 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-10 14:50:53.711 | 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-10 14:50:53.725 | 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-10 14:50:53.867 | 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-10 14:50:53.936 | 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-10 14:50:54.020 | 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-10 14:50:54.189 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2025-04-10 14:50:54.234 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-04-10 14:50:54.236 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-04-10 14:50:54.766 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2025-04-10 14:50:55.194 | Running setup.py develop for networking_nsxv3 2025-04-10 14:50:56.390 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2025-04-10 14:50:56.525 | ++ inc/python:pip_install:222 : result=0 2025-04-10 14:50:56.527 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:50:56.530 | ++ functions-common:time_stop:2400 : local name 2025-04-10 14:50:56.531 | ++ functions-common:time_stop:2401 : local end_time 2025-04-10 14:50:56.533 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:50:56.535 | ++ functions-common:time_stop:2403 : local total 2025-04-10 14:50:56.537 | ++ functions-common:time_stop:2404 : local start_time 2025-04-10 14:50:56.539 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:50:56.541 | ++ functions-common:time_stop:2407 : start_time=1744296651047 2025-04-10 14:50:56.543 | ++ functions-common:time_stop:2409 : [[ -z 1744296651047 ]] 2025-04-10 14:50:56.545 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:50:56.548 | ++ functions-common:time_stop:2412 : end_time=1744296656546 2025-04-10 14:50:56.550 | ++ functions-common:time_stop:2413 : elapsed_time=5499 2025-04-10 14:50:56.552 | ++ functions-common:time_stop:2414 : total=84021 2025-04-10 14:50:56.553 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:50:56.555 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=89520 2025-04-10 14:50:56.557 | ++ inc/python:pip_install:225 : return 0 2025-04-10 14:50:56.559 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-10 14:50:56.561 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:50:56.563 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2025-04-10 14:50:56.565 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2025-04-10 14:50:56.567 | ++ inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:50:56.569 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:50:56.571 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-04-10 14:50:56.573 | ++ inc/python:use_library_from_git:275 : return 1 2025-04-10 14:50:56.575 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2025-04-10 14:50:56.577 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2025-04-10 14:50:56.579 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-10 14:50:56.581 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-10 14:50:56.583 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2025-04-10 14:50:56.585 | + inc/python:use_library_from_git:275 : return 1 2025-04-10 14:50:56.587 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2025-04-10 14:50:56.589 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2025-04-10 14:50:56.591 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-10 14:50:56.594 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2025-04-10 14:50:56.596 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2025-04-10 14:50:56.598 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-10 14:50:56.601 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-04-10 14:50:56.602 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-10 14:50:56.605 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2025-04-10 14:50:56.607 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2025-04-10 14:50:56.609 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2025-04-10 14:50:56.612 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2025-04-10 14:50:56.613 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2025-04-10 14:50:56.631 | Using python 3.10 to install python-openstackclient 2025-04-10 14:50:56.633 | + 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-10 14:50:57.637 | Collecting python-openstackclient 2025-04-10 14:50:57.639 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-04-10 14:50:57.650 | 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-10 14:50:57.650 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2025-04-10 14:50:57.651 | 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-10 14:50:57.652 | 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-10 14:50:57.653 | 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-10 14:50:57.654 | 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-10 14:50:57.655 | 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-10 14:50:57.657 | 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-10 14:50:57.657 | 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-10 14:50:57.657 | 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-10 14:50:57.658 | 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-10 14:50:57.659 | 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-10 14:50:57.664 | 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-10 14:50:57.665 | 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-10 14:50:57.665 | 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-10 14:50:57.666 | 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-10 14:50:57.667 | 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-10 14:50:57.686 | 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-10 14:50:57.698 | 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-10 14:50:57.700 | 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-10 14:50:57.700 | 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-10 14:50:57.700 | 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-10 14:50:57.702 | 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-10 14:50:57.702 | 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-10 14:50:57.704 | 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-10 14:50:57.704 | 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-10 14:50:57.704 | 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-10 14:50:57.711 | 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-10 14:50:57.720 | 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-10 14:50:57.721 | 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-10 14:50:57.722 | 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-10 14:50:57.723 | 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-10 14:50:57.724 | 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-10 14:50:57.725 | 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-10 14:50:57.734 | 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-10 14:50:57.744 | 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-10 14:50:57.746 | 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-10 14:50:57.746 | 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-10 14:50:57.765 | 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-10 14:50:57.789 | 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-10 14:50:57.790 | 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-10 14:50:57.791 | 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-10 14:50:57.796 | 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-10 14:50:57.827 | 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-10 14:50:57.835 | 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-10 14:50:57.895 | 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-10 14:50:57.903 | 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-10 14:50:57.944 | 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-10 14:50:57.945 | 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-10 14:50:57.945 | 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-10 14:50:57.946 | 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-10 14:50:58.100 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2025-04-10 14:50:59.031 | Installing collected packages: python-openstackclient 2025-04-10 14:50:59.909 | Successfully installed python-openstackclient-6.3.0 2025-04-10 14:51:00.024 | + inc/python:pip_install:222 : result=0 2025-04-10 14:51:00.026 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:51:00.029 | + functions-common:time_stop:2400 : local name 2025-04-10 14:51:00.031 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:51:00.033 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:51:00.035 | + functions-common:time_stop:2403 : local total 2025-04-10 14:51:00.037 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:51:00.039 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:51:00.041 | + functions-common:time_stop:2407 : start_time=1744296656626 2025-04-10 14:51:00.042 | + functions-common:time_stop:2409 : [[ -z 1744296656626 ]] 2025-04-10 14:51:00.045 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:51:00.049 | + functions-common:time_stop:2412 : end_time=1744296660046 2025-04-10 14:51:00.051 | + functions-common:time_stop:2413 : elapsed_time=3420 2025-04-10 14:51:00.053 | + functions-common:time_stop:2414 : total=89520 2025-04-10 14:51:00.054 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:51:00.056 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92940 2025-04-10 14:51:00.058 | + inc/python:pip_install:225 : return 0 2025-04-10 14:51:00.060 | + stack.sh:main:1009 : install_oscwrap 2025-04-10 14:51:00.063 | ++ functions-common:install_oscwrap:2445 : mktemp 2025-04-10 14:51:00.067 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.nu7KGwCpCG 2025-04-10 14:51:00.069 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2025-04-10 14:51:00.071 | + functions-common:install_oscwrap:2451 : unalias -a 2025-04-10 14:51:00.073 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2025-04-10 14:51:00.075 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2025-04-10 14:51:00.077 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-10 14:51:00.079 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2025-04-10 14:51:00.092 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:51:00.094 | + stack.sh:main:1063 : configure_database 2025-04-10 14:51:00.096 | + lib/database:configure_database:128 : configure_database_mysql 2025-04-10 14:51:00.098 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2025-04-10 14:51:00.100 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2025-04-10 14:51:00.102 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:51:00.104 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2025-04-10 14:51:00.105 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2025-04-10 14:51:00.107 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:51:00.109 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:51:00.111 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2025-04-10 14:51:00.113 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2025-04-10 14:51:00.114 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:51:00.116 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:51:00.118 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2025-04-10 14:51:00.120 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2025-04-10 14:51:00.121 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2025-04-10 14:51:00.123 | + functions-common:is_fips_enabled:2516 : fips= 2025-04-10 14:51:00.125 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2025-04-10 14:51:00.128 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2025-04-10 14:51:00.130 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-10 14:51:00.130 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-10 14:51:00.134 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-04-10 14:51:00.182 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2025-04-10 14:51:00.184 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-10 14:51:00.186 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-10 14:51:00.188 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-10 14:51:00.190 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-10 14:51:00.191 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-10 14:51:00.193 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-10 14:51:00.195 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-10 14:51:00.197 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-10 14:51:00.199 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-10 14:51:00.200 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-10 14:51:00.202 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-10 14:51:00.204 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-10 14:51:00.206 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-10 14:51:00.208 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2025-04-10 14:51:00.210 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:51:00.212 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:51:00.213 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2025-04-10 14:51:00.215 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-10 14:51:00.217 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-10 14:51:00.763 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2025-04-10 14:51:00.765 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:51:00.767 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:51:00.769 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2025-04-10 14:51:00.771 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2025-04-10 14:51:00.774 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2025-04-10 14:51:00.776 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:51:00.779 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:51:00.781 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2025-04-10 14:51:00.784 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2025-04-10 14:51:00.785 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2025-04-10 14:51:00.787 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:51:00.789 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:51:00.790 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2025-04-10 14:51:00.792 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2025-04-10 14:51:00.794 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2025-04-10 14:51:00.796 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-04-10 14:51:00.813 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2025-04-10 14:51:00.815 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:51:00.817 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:51:00.819 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2025-04-10 14:51:00.821 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2025-04-10 14:51:00.824 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-04-10 14:51:00.867 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-04-10 14:51:00.911 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-04-10 14:51:00.954 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2025-04-10 14:51:00.956 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2025-04-10 14:51:00.958 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2025-04-10 14:51:00.958 | enabling MySQL performance counting 2025-04-10 14:51:00.960 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2025-04-10 14:51:00.976 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2025-04-10 14:51:00.977 | + 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-10 14:51:01.838 | Processing ./tools/dbcounter 2025-04-10 14:51:01.840 | Installing build dependencies: started 2025-04-10 14:51:06.636 | Installing build dependencies: finished with status 'done' 2025-04-10 14:51:06.637 | Getting requirements to build wheel: started 2025-04-10 14:51:06.829 | Getting requirements to build wheel: finished with status 'done' 2025-04-10 14:51:06.829 | Preparing metadata (pyproject.toml): started 2025-04-10 14:51:07.023 | Preparing metadata (pyproject.toml): finished with status 'done' 2025-04-10 14:51:07.026 | Building wheels for collected packages: dbcounter 2025-04-10 14:51:07.027 | Building wheel for dbcounter (pyproject.toml): started 2025-04-10 14:51:07.238 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2025-04-10 14:51:07.239 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3228 sha256=faa2054ed56bda8640b910030da9825dc97c22d2101a63c72cefdcf053770755 2025-04-10 14:51:07.240 | Stored in directory: /tmp/pip-ephem-wheel-cache-2rt0z20c/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2025-04-10 14:51:07.242 | Successfully built dbcounter 2025-04-10 14:51:08.319 | Installing collected packages: dbcounter 2025-04-10 14:51:08.355 | Successfully installed dbcounter-0.1 2025-04-10 14:51:08.493 | + inc/python:pip_install:222 : result=0 2025-04-10 14:51:08.495 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:51:08.497 | + functions-common:time_stop:2400 : local name 2025-04-10 14:51:08.499 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:51:08.501 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:51:08.503 | + functions-common:time_stop:2403 : local total 2025-04-10 14:51:08.505 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:51:08.507 | + functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:51:08.509 | + functions-common:time_stop:2407 : start_time=1744296660971 2025-04-10 14:51:08.511 | + functions-common:time_stop:2409 : [[ -z 1744296660971 ]] 2025-04-10 14:51:08.513 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:51:08.516 | + functions-common:time_stop:2412 : end_time=1744296668515 2025-04-10 14:51:08.518 | + functions-common:time_stop:2413 : elapsed_time=7544 2025-04-10 14:51:08.520 | + functions-common:time_stop:2414 : total=92940 2025-04-10 14:51:08.522 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:51:08.524 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=100484 2025-04-10 14:51:08.526 | + inc/python:pip_install:225 : return 0 2025-04-10 14:51:08.528 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2025-04-10 14:51:08.530 | + lib/database:recreate_database:112 : local db=stats 2025-04-10 14:51:08.532 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2025-04-10 14:51:08.533 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2025-04-10 14:51:08.535 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2025-04-10 14:51:08.544 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2025-04-10 14:51:08.552 | + 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-10 14:51:08.553 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2025-04-10 14:51:08.575 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2025-04-10 14:51:08.577 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2025-04-10 14:51:08.620 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2025-04-10 14:51:08.661 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2025-04-10 14:51:08.702 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2025-04-10 14:51:08.743 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2025-04-10 14:51:08.784 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2025-04-10 14:51:08.826 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2025-04-10 14:51:08.868 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2025-04-10 14:51:08.870 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-10 14:51:08.872 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-10 14:51:09.425 | + stack.sh:main:1067 : save_stackenv 1067 2025-04-10 14:51:09.426 | + functions-common:save_stackenv:60 : local tag=1067 2025-04-10 14:51:09.429 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-10 14:51:09.432 | + functions-common:save_stackenv:62 : time_stamp=2025-04-10-145109 2025-04-10 14:51:09.435 | + functions-common:save_stackenv:63 : echo '# 2025-04-10-145109 1067' 2025-04-10 14:51:09.437 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.439 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-10 14:51:09.441 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.443 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-10 14:51:09.445 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.447 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-10 14:51:09.449 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.451 | + 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-10 14:51:09.453 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.454 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-10 14:51:09.456 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.458 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-10 14:51:09.460 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.462 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-10-144717 2025-04-10 14:51:09.464 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.466 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-10 14:51:09.468 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.470 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-10 14:51:09.471 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.473 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-10 14:51:09.475 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.477 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-10 14:51:09.479 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.481 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-10 14:51:09.483 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.485 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-10 14:51:09.487 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.488 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-10 14:51:09.491 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:51:09.493 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-10 14:51:09.494 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2025-04-10 14:51:09.496 | + stack.sh:main:1093 : start_dstat 2025-04-10 14:51:09.498 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-10 14:51:09.500 | + functions-common:run_process:1654 : local service=dstat 2025-04-10 14:51:09.502 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-10 14:51:09.504 | + functions-common:run_process:1656 : local group= 2025-04-10 14:51:09.506 | + functions-common:run_process:1657 : local user= 2025-04-10 14:51:09.508 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:51:09.510 | + functions-common:run_process:1660 : local name=dstat 2025-04-10 14:51:09.512 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:51:09.514 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:51:09.516 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:51:09.518 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:51:09.521 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:51:09.524 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296669522 2025-04-10 14:51:09.527 | + functions-common:run_process:1663 : is_service_enabled dstat 2025-04-10 14:51:09.542 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:51:09.545 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:51:09.547 | + functions-common:time_stop:2400 : local name 2025-04-10 14:51:09.549 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:51:09.551 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:51:09.553 | + functions-common:time_stop:2403 : local total 2025-04-10 14:51:09.555 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:51:09.557 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:51:09.559 | + functions-common:time_stop:2407 : start_time=1744296669522 2025-04-10 14:51:09.561 | + functions-common:time_stop:2409 : [[ -z 1744296669522 ]] 2025-04-10 14:51:09.565 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:51:09.568 | + functions-common:time_stop:2412 : end_time=1744296669565 2025-04-10 14:51:09.570 | + functions-common:time_stop:2413 : elapsed_time=43 2025-04-10 14:51:09.572 | + functions-common:time_stop:2414 : total=0 2025-04-10 14:51:09.573 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:51:09.575 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=43 2025-04-10 14:51:09.578 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-04-10 14:51:09.579 | + functions-common:run_process:1654 : local service=memory_tracker 2025-04-10 14:51:09.581 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-04-10 14:51:09.583 | + functions-common:run_process:1656 : local group= 2025-04-10 14:51:09.585 | + functions-common:run_process:1657 : local user=root 2025-04-10 14:51:09.587 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:51:09.589 | + functions-common:run_process:1660 : local name=memory_tracker 2025-04-10 14:51:09.591 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:51:09.593 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:51:09.595 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:51:09.597 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:51:09.600 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:51:09.603 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296669600 2025-04-10 14:51:09.605 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2025-04-10 14:51:09.618 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:51:09.620 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:51:09.622 | + functions-common:time_stop:2400 : local name 2025-04-10 14:51:09.624 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:51:09.626 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:51:09.628 | + functions-common:time_stop:2403 : local total 2025-04-10 14:51:09.630 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:51:09.632 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:51:09.634 | + functions-common:time_stop:2407 : start_time=1744296669600 2025-04-10 14:51:09.636 | + functions-common:time_stop:2409 : [[ -z 1744296669600 ]] 2025-04-10 14:51:09.638 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:51:09.641 | + functions-common:time_stop:2412 : end_time=1744296669639 2025-04-10 14:51:09.643 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-10 14:51:09.645 | + functions-common:time_stop:2414 : total=43 2025-04-10 14:51:09.647 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:51:09.649 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=82 2025-04-10 14:51:09.651 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-04-10 14:51:09.665 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:51:09.667 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-04-10 14:51:09.669 | + functions-common:run_process:1654 : local service=file_tracker 2025-04-10 14:51:09.671 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-04-10 14:51:09.672 | + functions-common:run_process:1656 : local group= 2025-04-10 14:51:09.674 | + functions-common:run_process:1657 : local user= 2025-04-10 14:51:09.677 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:51:09.679 | + functions-common:run_process:1660 : local name=file_tracker 2025-04-10 14:51:09.681 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:51:09.683 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:51:09.685 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:51:09.686 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:51:09.689 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:51:09.692 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296669690 2025-04-10 14:51:09.694 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2025-04-10 14:51:09.708 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:51:09.710 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:51:09.712 | + functions-common:time_stop:2400 : local name 2025-04-10 14:51:09.714 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:51:09.716 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:51:09.718 | + functions-common:time_stop:2403 : local total 2025-04-10 14:51:09.720 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:51:09.722 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:51:09.724 | + functions-common:time_stop:2407 : start_time=1744296669690 2025-04-10 14:51:09.726 | + functions-common:time_stop:2409 : [[ -z 1744296669690 ]] 2025-04-10 14:51:09.729 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:51:09.732 | + functions-common:time_stop:2412 : end_time=1744296669729 2025-04-10 14:51:09.733 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-10 14:51:09.735 | + functions-common:time_stop:2414 : total=82 2025-04-10 14:51:09.737 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:51:09.739 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=121 2025-04-10 14:51:09.741 | + stack.sh:main:1097 : is_service_enabled tcpdump 2025-04-10 14:51:09.755 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:51:09.757 | + stack.sh:main:1105 : is_service_enabled etcd3 2025-04-10 14:51:09.770 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:51:09.772 | + stack.sh:main:1106 : start_etcd3 2025-04-10 14:51:09.774 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-04-10 14:51:09.776 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-04-10 14:51:09.778 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-04-10 14:51:09.780 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-04-10 14:51:09.782 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-04-10 14:51:09.784 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-04-10 14:51:09.786 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-04-10 14:51:09.788 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-04-10 14:51:09.790 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-04-10 14:51:09.792 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-04-10 14:51:09.794 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-04-10 14:51:09.796 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-10 14:51:09.798 | + 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-10 14:51:09.800 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2025-04-10 14:51:09.802 | + 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-10 14:51:09.804 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-10 14:51:09.806 | + functions-common:write_user_unit_file:1521 : local user=root 2025-04-10 14:51:09.807 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-10 14:51:09.809 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-10 14:51:09.811 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-10 14:51:09.813 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-10 14:51:09.815 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-10 14:51:09.818 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-04-10 14:51:09.866 | + 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-10 14:51:09.915 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-04-10 14:51:09.958 | + 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-10 14:51:09.999 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-04-10 14:51:10.038 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-04-10 14:51:10.079 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-10 14:51:10.122 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-10 14:51:10.124 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-10 14:51:10.129 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-04-10 14:51:10.178 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-10 14:51:10.446 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-04-10 14:51:10.489 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-04-10 14:51:10.531 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-04-10 14:51:10.573 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-04-10 14:51:10.616 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-04-10 14:51:10.619 | ++ functions-common:is_arch:497 : uname -m 2025-04-10 14:51:10.623 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-04-10 14:51:10.625 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-04-10 14:51:10.862 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-04-10 14:51:10.871 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-04-10 14:51:11.104 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-04-10 14:51:12.072 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2025-04-10 14:51:12.087 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:51:12.089 | + stack.sh:main:1117 : write_clouds_yaml 2025-04-10 14:51:12.091 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-04-10 14:51:12.094 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-04-10 14:51:12.097 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-04-10 14:51:12.106 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-04-10 14:51:12.115 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-04-10 14:51:12.117 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-10 14:51:12.119 | + 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-10 14:51:12.166 | The user clouds.yaml file didn't exist. 2025-04-10 14:51:12.173 | + 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-10 14:51:12.232 | + 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-10 14:51:12.292 | + 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-10 14:51:12.352 | + 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-10 14:51:12.415 | + 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-10 14:51:12.480 | + 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-10 14:51:12.545 | + 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-10 14:51:12.612 | + 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-10 14:51:12.680 | + 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-10 14:51:12.750 | + functions-common:write_clouds_yaml:198 : cat 2025-04-10 14:51:12.754 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-04-10 14:51:12.757 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-04-10 14:51:12.759 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-04-10 14:51:12.763 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2025-04-10 14:51:12.765 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2025-04-10 14:51:12.767 | + stack.sh:main:1120 : is_service_enabled keystone 2025-04-10 14:51:12.779 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:51:12.781 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2025-04-10 14:51:12.783 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:51:12.785 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2025-04-10 14:51:12.787 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-10 14:51:12.789 | + stack.sh:main:1124 : init_keystone 2025-04-10 14:51:12.791 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-04-10 14:51:12.805 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:51:12.806 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-04-10 14:51:12.808 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-04-10 14:51:12.810 | + lib/database:recreate_database:112 : local db=keystone 2025-04-10 14:51:12.812 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-04-10 14:51:12.814 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2025-04-10 14:51:12.816 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-04-10 14:51:12.825 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-04-10 14:51:12.834 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-04-10 14:51:12.836 | + functions-common:time_start:2386 : local name=dbsync 2025-04-10 14:51:12.838 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:51:12.840 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:51:12.842 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:51:12.846 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296672843 2025-04-10 14:51:12.848 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-04-10 14:51:12.874 | ++ inc/async:async_inner:64 : rc=0 2025-04-10 14:51:12.892 | [34077 Async install_tempest:34077]: finished successfully 2025-04-10 14:51:14.539 | INFO dbcounter [-] Registered counter for database keystone 2025-04-10 14:51:14.547 | 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=36738) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-10 14:51:14.550 | DEBUG dbcounter [-] [36738] Writer thread running {{(pid=36738) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:51:14.555 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:51:14.555 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:51:14.587 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-04-10 14:51:15.273 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=36738) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-10 14:51:15.275 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-04-10 14:51:15.275 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=36738) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:51:15.277 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2025-04-10 14:51:15.312 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=36738) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:51:15.313 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2025-04-10 14:51:15.323 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=36738) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:51:15.324 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-04-10 14:51:15.325 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=36738) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-10 14:51:15.325 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2025-04-10 14:51:15.336 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=36738) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:51:15.337 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2025-04-10 14:51:15.344 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=36738) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:51:15.603 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-04-10 14:51:15.605 | + functions-common:time_stop:2400 : local name 2025-04-10 14:51:15.608 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:51:15.610 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:51:15.612 | + functions-common:time_stop:2403 : local total 2025-04-10 14:51:15.614 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:51:15.616 | + functions-common:time_stop:2406 : name=dbsync 2025-04-10 14:51:15.617 | + functions-common:time_stop:2407 : start_time=1744296672843 2025-04-10 14:51:15.619 | + functions-common:time_stop:2409 : [[ -z 1744296672843 ]] 2025-04-10 14:51:15.622 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:51:15.625 | + functions-common:time_stop:2412 : end_time=1744296675623 2025-04-10 14:51:15.627 | + functions-common:time_stop:2413 : elapsed_time=2780 2025-04-10 14:51:15.629 | + functions-common:time_stop:2414 : total=0 2025-04-10 14:51:15.631 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:51:15.633 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2780 2025-04-10 14:51:15.635 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-04-10 14:51:15.637 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-04-10 14:51:15.640 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-04-10 14:51:17.117 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-04-10 14:51:17.117 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-10 14:51:17.117 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-10 14:51:17.118 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-04-10 14:51:17.118 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-10 14:51:17.118 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-10 14:51:17.118 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-10 14:51:17.119 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-10 14:51:17.119 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-10 14:51:17.332 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-04-10 14:51:17.335 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-04-10 14:51:18.799 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-04-10 14:51:18.799 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-10 14:51:18.799 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-10 14:51:18.799 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-04-10 14:51:18.800 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-10 14:51:18.800 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-10 14:51:18.800 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-10 14:51:18.800 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-10 14:51:18.800 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-10 14:51:19.011 | + stack.sh:main:1125 : start_keystone 2025-04-10 14:51:19.014 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-04-10 14:51:19.016 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-04-10 14:51:19.018 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-04-10 14:51:19.031 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:51:19.033 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-04-10 14:51:19.035 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-04-10 14:51:19.039 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-04-10 14:51:19.041 | + functions-common:run_process:1654 : local service=keystone 2025-04-10 14:51:19.043 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-10 14:51:19.044 | + functions-common:run_process:1656 : local group= 2025-04-10 14:51:19.046 | + functions-common:run_process:1657 : local user= 2025-04-10 14:51:19.048 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:51:19.050 | + functions-common:run_process:1660 : local name=keystone 2025-04-10 14:51:19.052 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:51:19.054 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:51:19.056 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:51:19.058 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:51:19.060 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:51:19.063 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296679061 2025-04-10 14:51:19.065 | + functions-common:run_process:1663 : is_service_enabled keystone 2025-04-10 14:51:19.077 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:51:19.079 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-04-10 14:51:19.081 | + functions-common:_run_under_systemd:1611 : local service=keystone 2025-04-10 14:51:19.083 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-10 14:51:19.085 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-10 14:51:19.087 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-10 14:51:19.088 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-10 14:51:19.090 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-04-10 14:51:19.092 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-04-10 14:51:19.094 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2025-04-10 14:51:19.096 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:51:19.098 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:51:19.099 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:51:19.101 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:51:19.103 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-04-10 14:51:19.105 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-10 14:51:19.107 | + 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-10 14:51:19.109 | + 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-10 14:51:19.110 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2025-04-10 14:51:19.112 | + 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-10 14:51:19.113 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-10 14:51:19.115 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-10 14:51:19.117 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-10 14:51:19.119 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-04-10 14:51:19.120 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-10 14:51:19.123 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-04-10 14:51:19.170 | + 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-10 14:51:19.217 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-04-10 14:51:19.256 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-04-10 14:51:19.295 | + 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-10 14:51:19.335 | + 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-10 14:51:19.374 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-04-10 14:51:19.413 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-04-10 14:51:19.453 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-04-10 14:51:19.492 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-04-10 14:51:19.533 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-04-10 14:51:19.573 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-10 14:51:19.575 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-10 14:51:19.577 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-04-10 14:51:19.625 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-10 14:51:19.864 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2025-04-10 14:51:19.873 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-04-10 14:51:20.111 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2025-04-10 14:51:20.190 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:51:20.192 | + functions-common:time_stop:2400 : local name 2025-04-10 14:51:20.194 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:51:20.196 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:51:20.199 | + functions-common:time_stop:2403 : local total 2025-04-10 14:51:20.200 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:51:20.202 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:51:20.204 | + functions-common:time_stop:2407 : start_time=1744296679061 2025-04-10 14:51:20.206 | + functions-common:time_stop:2409 : [[ -z 1744296679061 ]] 2025-04-10 14:51:20.209 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:51:20.212 | + functions-common:time_stop:2412 : end_time=1744296680210 2025-04-10 14:51:20.214 | + functions-common:time_stop:2413 : elapsed_time=1149 2025-04-10 14:51:20.216 | + functions-common:time_stop:2414 : total=121 2025-04-10 14:51:20.218 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:51:20.220 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1270 2025-04-10 14:51:20.221 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-04-10 14:51:20.222 | Waiting for keystone to start... 2025-04-10 14:51:20.223 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-04-10 14:51:20.225 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-04-10 14:51:20.227 | + functions:wait_for_service:468 : local timeout=60 2025-04-10 14:51:20.229 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-04-10 14:51:20.231 | + functions:wait_for_service:470 : local rval=0 2025-04-10 14:51:20.233 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-10 14:51:20.235 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-10 14:51:20.237 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:51:20.239 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:51:20.242 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:51:20.245 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296680243 2025-04-10 14:51:20.247 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-10 14:51:20.250 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-04-10 14:51:22.484 | + :: : [[ 200 == 503 ]] 2025-04-10 14:51:22.485 | + :: : [[ 0 -eq 7 ]] 2025-04-10 14:51:22.488 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-10 14:51:22.490 | + functions-common:time_stop:2400 : local name 2025-04-10 14:51:22.492 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:51:22.493 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:51:22.495 | + functions-common:time_stop:2403 : local total 2025-04-10 14:51:22.497 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:51:22.499 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-10 14:51:22.502 | + functions-common:time_stop:2407 : start_time=1744296680243 2025-04-10 14:51:22.503 | + functions-common:time_stop:2409 : [[ -z 1744296680243 ]] 2025-04-10 14:51:22.506 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:51:22.509 | + functions-common:time_stop:2412 : end_time=1744296682507 2025-04-10 14:51:22.512 | + functions-common:time_stop:2413 : elapsed_time=2264 2025-04-10 14:51:22.513 | + functions-common:time_stop:2414 : total=0 2025-04-10 14:51:22.515 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:51:22.517 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2264 2025-04-10 14:51:22.519 | + functions:wait_for_service:478 : return 0 2025-04-10 14:51:22.521 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-04-10 14:51:22.534 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:51:22.536 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-04-10 14:51:22.538 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-10 14:51:22.540 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2025-04-10 14:51:23.577 | + stack.sh:main:1126 : bootstrap_keystone 2025-04-10 14:51:23.579 | + 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-10 14:51:25.094 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.094 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.094 | 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=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.099 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.106 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.106 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.121 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.137 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.137 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.178 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.178 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.178 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.178 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.178 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.179 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.185 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.185 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.185 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.185 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.185 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.185 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.185 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.189 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.190 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.190 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.190 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.191 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.191 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.191 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.191 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37551) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-10 14:51:25.216 | INFO dbcounter [-] Registered counter for database keystone 2025-04-10 14:51:25.225 | 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=37551) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-10 14:51:25.229 | DEBUG dbcounter [-] [37551] Writer thread running {{(pid=37551) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:51:25.387 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Created domain default 2025-04-10 14:51:25.412 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Created project admin 2025-04-10 14:51:25.429 | WARNING keystone.common.password_hashing [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-04-10 14:51:25.429 | DEBUG passlib.handlers.bcrypt [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=37551) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2025-04-10 14:51:25.432 | DEBUG passlib.handlers.bcrypt [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=37551) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2025-04-10 14:51:25.469 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Created user admin 2025-04-10 14:51:25.477 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Created role reader 2025-04-10 14:51:25.484 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Created role member 2025-04-10 14:51:25.498 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Created implied role where 9f043e3b7fb24ed8bef1e6f7a1ae0d34 implies 47f833540bc648f785fd2f14cc9d0799 2025-04-10 14:51:25.502 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Created role manager 2025-04-10 14:51:25.510 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Created implied role where 2fc3df02944243ef8603cb5b8a44fda0 implies 9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:25.514 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Created role admin 2025-04-10 14:51:25.522 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Created implied role where ce15efe7fa8c4212852d9ac7e7169287 implies 2fc3df02944243ef8603cb5b8a44fda0 2025-04-10 14:51:25.528 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Created role service 2025-04-10 14:51:25.535 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Granted role admin on project admin to user admin. 2025-04-10 14:51:25.538 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Granted role admin on the system to user admin. 2025-04-10 14:51:25.544 | WARNING py.warnings [None req-7aee9180-10ec-452a-8365-6c59f3160215 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-10 14:51:25.544 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-04-10 14:51:25.544 |  2025-04-10 14:51:25.545 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Created region RegionOne 2025-04-10 14:51:25.562 | INFO keystone.cmd.bootstrap [None req-7aee9180-10ec-452a-8365-6c59f3160215 None None] Created public endpoint http://10.180.1.21/identity 2025-04-10 14:51:25.853 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-04-10 14:51:25.855 | + stack.sh:main:1129 : create_keystone_accounts 2025-04-10 14:51:25.857 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-04-10 14:51:25.860 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-04-10 14:51:27.340 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:27.342 | + lib/keystone:create_keystone_accounts:315 : admin_project=c89109061376457ab5ab750f8f509d25 2025-04-10 14:51:27.345 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-04-10 14:51:27.347 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-04-10 14:51:28.436 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:28.439 | + lib/keystone:create_keystone_accounts:317 : admin_user=ce5072909f7d4c1981f5b0a80027a733 2025-04-10 14:51:28.441 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-04-10 14:51:28.443 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-04-10 14:51:28.445 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-04-10 14:51:28.446 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin ce5072909f7d4c1981f5b0a80027a733 default 2025-04-10 14:51:28.490 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin ce5072909f7d4c1981f5b0a80027a733 default 2025-04-10 14:51:28.517 | [3486 Async ks-domain-role:37674]: running: get_or_add_user_domain_role admin ce5072909f7d4c1981f5b0a80027a733 default 2025-04-10 14:51:28.519 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-04-10 14:51:28.521 | + functions-common:get_or_create_domain:855 : local domain_id 2025-04-10 14:51:28.523 | ++ 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-10 14:51:29.894 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:29.897 | + functions-common:get_or_create_domain:860 : domain_id=default 2025-04-10 14:51:29.898 | + functions-common:get_or_create_domain:861 : echo default 2025-04-10 14:51:29.898 | default 2025-04-10 14:51:29.900 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-04-10 14:51:29.949 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-04-10 14:51:29.981 | [3486 Async ks-project:37784]: running: get_or_create_project service Default 2025-04-10 14:51:29.983 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-04-10 14:51:30.029 | + inc/async:async_inner:63 : get_or_create_role service 2025-04-10 14:51:30.058 | [3486 Async ks-service:37896]: running: get_or_create_role service 2025-04-10 14:51:30.060 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-04-10 14:51:30.106 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-04-10 14:51:30.135 | [3486 Async ks-reseller:37992]: running: get_or_create_role ResellerAdmin 2025-04-10 14:51:30.137 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-04-10 14:51:30.139 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-04-10 14:51:30.185 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-04-10 14:51:30.214 | [3486 Async ks-anotherrole:38089]: running: get_or_create_role anotherrole 2025-04-10 14:51:30.216 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-04-10 14:51:30.218 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-04-10 14:51:30.220 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-10 14:51:30.223 | +++ 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-10 14:51:31.396 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:31.416 | [37992 Async ks-reseller:37992]: finished successfully 2025-04-10 14:51:31.481 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:31.501 | [37784 Async ks-project:37784]: finished successfully 2025-04-10 14:51:31.624 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:31.639 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:31.644 | [37896 Async ks-service:37896]: finished successfully 2025-04-10 14:51:31.658 | [38089 Async ks-anotherrole:38089]: finished successfully 2025-04-10 14:51:31.753 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:31.771 | [37674 Async ks-domain-role:37674]: finished successfully 2025-04-10 14:51:31.779 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:31.781 | ++ functions-common:get_or_create_project:911 : project_id=2c39b252c79d458fb16a9dc8a866eb09 2025-04-10 14:51:31.783 | ++ functions-common:get_or_create_project:912 : echo 2c39b252c79d458fb16a9dc8a866eb09 2025-04-10 14:51:31.786 | + lib/keystone:create_keystone_accounts:345 : invis_project=2c39b252c79d458fb16a9dc8a866eb09 2025-04-10 14:51:31.788 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-04-10 14:51:31.790 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-04-10 14:51:31.792 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-10 14:51:31.795 | +++ 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-10 14:51:33.023 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:33.026 | ++ functions-common:get_or_create_project:911 : project_id=3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:33.028 | ++ functions-common:get_or_create_project:912 : echo 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:33.030 | + lib/keystone:create_keystone_accounts:349 : demo_project=3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:33.033 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-04-10 14:51:33.035 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-04-10 14:51:33.037 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-10 14:51:33.039 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2025-04-10 14:51:33.041 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2025-04-10 14:51:33.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-10 14:51:34.273 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:34.276 | ++ functions-common:get_or_create_user:898 : user_id=2124cbb0c1bb484c8869bba975a66cd5 2025-04-10 14:51:34.277 | ++ functions-common:get_or_create_user:899 : echo 2124cbb0c1bb484c8869bba975a66cd5 2025-04-10 14:51:34.280 | + lib/keystone:create_keystone_accounts:352 : demo_user=2124cbb0c1bb484c8869bba975a66cd5 2025-04-10 14:51:34.282 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-04-10 14:51:34.316 | [3486 Async ks-domain-role:37674]: Waiting for completion of get_or_add_user_domain_role admin ce5072909f7d4c1981f5b0a80027a733 default running on PID 37674 (6 other jobs running) 2025-04-10 14:51:34.333 | [3486 Async ks-domain-role:37674]: Signaling child to exit 2025-04-10 14:51:34.333 | WAKEUP 2025-04-10 14:51:34.352 | [3486 Async ks-domain-role:37674]: Signaled 2025-04-10 14:51:34.352 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2025-04-10 14:51:34.352 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user ce5072909f7d4c1981f5b0a80027a733 --domain default 2025-04-10 14:51:34.352 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user ce5072909f7d4c1981f5b0a80027a733 --domain default -c Role -f value 2025-04-10 14:51:34.352 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:34.352 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:51:34.352 | + functions-common:get_or_add_user_domain_role:982 : echo ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:51:34.352 | ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:51:34.388 | [3486 Async ks-domain-role:37674]: finished get_or_add_user_domain_role admin ce5072909f7d4c1981f5b0a80027a733 default with result 0 in 3 seconds 2025-04-10 14:51:34.393 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-04-10 14:51:34.418 | [3486 Async ks-project:37784]: Waiting for completion of get_or_create_project service Default running on PID 37784 (5 other jobs running) 2025-04-10 14:51:34.435 | [3486 Async ks-project:37784]: Signaling child to exit 2025-04-10 14:51:34.435 | WAKEUP 2025-04-10 14:51:34.450 | [3486 Async ks-project:37784]: Signaled 2025-04-10 14:51:34.451 | + functions-common:get_or_create_project:905 : local project_id 2025-04-10 14:51:34.451 | ++ 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-10 14:51:34.451 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:34.451 | + functions-common:get_or_create_project:911 : project_id=1be3222da23647e28505f90b9a31f719 2025-04-10 14:51:34.451 | + functions-common:get_or_create_project:912 : echo 1be3222da23647e28505f90b9a31f719 2025-04-10 14:51:34.451 | 1be3222da23647e28505f90b9a31f719 2025-04-10 14:51:34.480 | [3486 Async ks-project:37784]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-04-10 14:51:34.506 | [3486 Async ks-service:37896]: Waiting for completion of get_or_create_role service running on PID 37896 (4 other jobs running) 2025-04-10 14:51:34.523 | [3486 Async ks-service:37896]: Signaling child to exit 2025-04-10 14:51:34.523 | WAKEUP 2025-04-10 14:51:34.538 | [3486 Async ks-service:37896]: Signaled 2025-04-10 14:51:34.539 | + functions-common:get_or_create_role:918 : local role_id 2025-04-10 14:51:34.539 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-04-10 14:51:34.539 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:34.539 | + functions-common:get_or_create_role:923 : role_id=14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:51:34.539 | + functions-common:get_or_create_role:924 : echo 14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:51:34.539 | 14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:51:34.569 | [3486 Async ks-service:37896]: finished get_or_create_role service with result 0 in 1 seconds 2025-04-10 14:51:34.594 | [3486 Async ks-reseller:37992]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 37992 (3 other jobs running) 2025-04-10 14:51:34.610 | [3486 Async ks-reseller:37992]: Signaling child to exit 2025-04-10 14:51:34.610 | WAKEUP 2025-04-10 14:51:34.626 | [3486 Async ks-reseller:37992]: Signaled 2025-04-10 14:51:34.626 | + functions-common:get_or_create_role:918 : local role_id 2025-04-10 14:51:34.626 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-04-10 14:51:34.626 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:34.626 | + functions-common:get_or_create_role:923 : role_id=3a8bff3b016d4c3da9a783c3556d7d6b 2025-04-10 14:51:34.626 | + functions-common:get_or_create_role:924 : echo 3a8bff3b016d4c3da9a783c3556d7d6b 2025-04-10 14:51:34.626 | 3a8bff3b016d4c3da9a783c3556d7d6b 2025-04-10 14:51:34.656 | [3486 Async ks-reseller:37992]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-04-10 14:51:34.682 | [3486 Async ks-anotherrole:38089]: Waiting for completion of get_or_create_role anotherrole running on PID 38089 (2 other jobs running) 2025-04-10 14:51:34.698 | [3486 Async ks-anotherrole:38089]: Signaling child to exit 2025-04-10 14:51:34.698 | WAKEUP 2025-04-10 14:51:34.713 | [3486 Async ks-anotherrole:38089]: Signaled 2025-04-10 14:51:34.714 | + functions-common:get_or_create_role:918 : local role_id 2025-04-10 14:51:34.714 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-04-10 14:51:34.714 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:34.714 | + functions-common:get_or_create_role:923 : role_id=74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:34.714 | + functions-common:get_or_create_role:924 : echo 74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:34.714 | 74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:34.744 | [3486 Async ks-anotherrole:38089]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-04-10 14:51:34.747 | + inc/async:async_wait:197 : return 0 2025-04-10 14:51:34.748 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 2124cbb0c1bb484c8869bba975a66cd5 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:34.795 | + inc/async:async_inner:63 : get_or_add_user_project_role member 2124cbb0c1bb484c8869bba975a66cd5 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:34.823 | [3486 Async ks-demo-member:38973]: running: get_or_add_user_project_role member 2124cbb0c1bb484c8869bba975a66cd5 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:34.825 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin ce5072909f7d4c1981f5b0a80027a733 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:34.872 | + inc/async:async_inner:63 : get_or_add_user_project_role admin ce5072909f7d4c1981f5b0a80027a733 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:34.902 | [3486 Async ks-demo-admin:39069]: running: get_or_add_user_project_role admin ce5072909f7d4c1981f5b0a80027a733 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:34.904 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 2124cbb0c1bb484c8869bba975a66cd5 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:34.951 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 2124cbb0c1bb484c8869bba975a66cd5 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:34.980 | [3486 Async ks-demo-another:39166]: running: get_or_add_user_project_role anotherrole 2124cbb0c1bb484c8869bba975a66cd5 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:34.982 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 2124cbb0c1bb484c8869bba975a66cd5 2c39b252c79d458fb16a9dc8a866eb09 2025-04-10 14:51:35.027 | + inc/async:async_inner:63 : get_or_add_user_project_role member 2124cbb0c1bb484c8869bba975a66cd5 2c39b252c79d458fb16a9dc8a866eb09 2025-04-10 14:51:35.057 | [3486 Async ks-demo-invis:39263]: running: get_or_add_user_project_role member 2124cbb0c1bb484c8869bba975a66cd5 2c39b252c79d458fb16a9dc8a866eb09 2025-04-10 14:51:35.059 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-04-10 14:51:35.062 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-04-10 14:51:35.064 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-10 14:51:35.065 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2025-04-10 14:51:35.067 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2025-04-10 14:51:35.071 | +++ 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-10 14:51:36.588 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:36.591 | ++ functions-common:get_or_create_user:898 : user_id=3b62abec662449c2904b07bfe3a41229 2025-04-10 14:51:36.593 | ++ functions-common:get_or_create_user:899 : echo 3b62abec662449c2904b07bfe3a41229 2025-04-10 14:51:36.596 | + lib/keystone:create_keystone_accounts:365 : demo_reader=3b62abec662449c2904b07bfe3a41229 2025-04-10 14:51:36.598 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 3b62abec662449c2904b07bfe3a41229 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:36.654 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 3b62abec662449c2904b07bfe3a41229 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:36.688 | [3486 Async ks-demo-reader:39437]: running: get_or_add_user_project_role reader 3b62abec662449c2904b07bfe3a41229 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:36.690 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-04-10 14:51:36.693 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-04-10 14:51:36.695 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-10 14:51:36.698 | +++ 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-10 14:51:38.302 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:38.304 | ++ functions-common:get_or_create_project:911 : project_id=1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:38.306 | ++ functions-common:get_or_create_project:912 : echo 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:38.309 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:38.311 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-04-10 14:51:38.311 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:38.314 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-04-10 14:51:38.316 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-10 14:51:38.319 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2025-04-10 14:51:38.322 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2025-04-10 14:51:38.325 | +++ 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-10 14:51:38.333 | [38973 Async ks-demo-member:38973]: finished successfully 2025-04-10 14:51:38.687 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:38.707 | [39069 Async ks-demo-admin:39069]: finished successfully 2025-04-10 14:51:39.007 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:39.026 | [39166 Async ks-demo-another:39166]: finished successfully 2025-04-10 14:51:39.052 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:39.072 | [39263 Async ks-demo-invis:39263]: finished successfully 2025-04-10 14:51:39.859 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:39.862 | ++ functions-common:get_or_create_user:898 : user_id=fe86d83af54d43e9b326cf69149ff0ae 2025-04-10 14:51:39.864 | ++ functions-common:get_or_create_user:899 : echo fe86d83af54d43e9b326cf69149ff0ae 2025-04-10 14:51:39.867 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=fe86d83af54d43e9b326cf69149ff0ae 2025-04-10 14:51:39.869 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin fe86d83af54d43e9b326cf69149ff0ae 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:39.920 | + inc/async:async_inner:63 : get_or_add_user_project_role admin fe86d83af54d43e9b326cf69149ff0ae 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:39.950 | [3486 Async ks-alt-admin:39826]: running: get_or_add_user_project_role admin fe86d83af54d43e9b326cf69149ff0ae 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:39.952 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole fe86d83af54d43e9b326cf69149ff0ae 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:40.000 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole fe86d83af54d43e9b326cf69149ff0ae 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:40.032 | [3486 Async ks-alt-another:39922]: running: get_or_add_user_project_role anotherrole fe86d83af54d43e9b326cf69149ff0ae 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:40.034 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-04-10 14:51:40.036 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-04-10 14:51:40.038 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-10 14:51:40.040 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2025-04-10 14:51:40.042 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2025-04-10 14:51:40.044 | +++ 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-10 14:51:40.495 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:40.513 | [39437 Async ks-demo-reader:39437]: finished successfully 2025-04-10 14:51:41.315 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:41.317 | ++ functions-common:get_or_create_user:898 : user_id=244d40e160a341edba7e1ef25132fd68 2025-04-10 14:51:41.319 | ++ functions-common:get_or_create_user:899 : echo 244d40e160a341edba7e1ef25132fd68 2025-04-10 14:51:41.322 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=244d40e160a341edba7e1ef25132fd68 2025-04-10 14:51:41.324 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 244d40e160a341edba7e1ef25132fd68 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:41.373 | + inc/async:async_inner:63 : get_or_add_user_project_role member 244d40e160a341edba7e1ef25132fd68 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:41.404 | [3486 Async ks-alt-member-user:40099]: running: get_or_add_user_project_role member 244d40e160a341edba7e1ef25132fd68 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:41.406 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-04-10 14:51:41.409 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-04-10 14:51:41.411 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-10 14:51:41.412 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2025-04-10 14:51:41.414 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2025-04-10 14:51:41.417 | +++ 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-10 14:51:42.713 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:42.715 | ++ functions-common:get_or_create_user:898 : user_id=b7d98184ab434c62b81cc451adbb4387 2025-04-10 14:51:42.717 | ++ functions-common:get_or_create_user:899 : echo b7d98184ab434c62b81cc451adbb4387 2025-04-10 14:51:42.720 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=b7d98184ab434c62b81cc451adbb4387 2025-04-10 14:51:42.722 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader b7d98184ab434c62b81cc451adbb4387 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:42.772 | + inc/async:async_inner:63 : get_or_add_user_project_role reader b7d98184ab434c62b81cc451adbb4387 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:42.801 | [3486 Async ks-alt-reader-user:40273]: running: get_or_add_user_project_role reader b7d98184ab434c62b81cc451adbb4387 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:42.804 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-04-10 14:51:42.806 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-10 14:51:42.808 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2025-04-10 14:51:42.810 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2025-04-10 14:51:42.813 | +++ 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-10 14:51:43.240 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:43.259 | [39826 Async ks-alt-admin:39826]: finished successfully 2025-04-10 14:51:43.346 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:43.364 | [39922 Async ks-alt-another:39922]: finished successfully 2025-04-10 14:51:44.077 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:44.079 | ++ functions-common:get_or_create_user:898 : user_id=e7e765cc1d4b47dfa535554819dbebeb 2025-04-10 14:51:44.081 | ++ functions-common:get_or_create_user:899 : echo e7e765cc1d4b47dfa535554819dbebeb 2025-04-10 14:51:44.084 | + lib/keystone:create_keystone_accounts:397 : system_member_user=e7e765cc1d4b47dfa535554819dbebeb 2025-04-10 14:51:44.086 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member e7e765cc1d4b47dfa535554819dbebeb all 2025-04-10 14:51:44.134 | + inc/async:async_inner:63 : get_or_add_user_system_role member e7e765cc1d4b47dfa535554819dbebeb all 2025-04-10 14:51:44.165 | [3486 Async ks-system-member:40507]: running: get_or_add_user_system_role member e7e765cc1d4b47dfa535554819dbebeb all 2025-04-10 14:51:44.168 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-04-10 14:51:44.170 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-10 14:51:44.172 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2025-04-10 14:51:44.174 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2025-04-10 14:51:44.177 | +++ 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-10 14:51:44.685 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:44.702 | [40099 Async ks-alt-member-user:40099]: finished successfully 2025-04-10 14:51:45.426 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:45.428 | ++ functions-common:get_or_create_user:898 : user_id=68b06ad266594e1696bc9c7fcdc70b7d 2025-04-10 14:51:45.430 | ++ functions-common:get_or_create_user:899 : echo 68b06ad266594e1696bc9c7fcdc70b7d 2025-04-10 14:51:45.433 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=68b06ad266594e1696bc9c7fcdc70b7d 2025-04-10 14:51:45.435 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 68b06ad266594e1696bc9c7fcdc70b7d all 2025-04-10 14:51:45.485 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 68b06ad266594e1696bc9c7fcdc70b7d all 2025-04-10 14:51:45.515 | [3486 Async ks-system-reader:40715]: running: get_or_add_user_system_role reader 68b06ad266594e1696bc9c7fcdc70b7d all 2025-04-10 14:51:45.518 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-04-10 14:51:45.520 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-04-10 14:51:45.522 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2025-04-10 14:51:45.524 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-10 14:51:45.527 | +++ 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-10 14:51:45.883 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:45.901 | [40273 Async ks-alt-reader-user:40273]: finished successfully 2025-04-10 14:51:46.825 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:46.827 | ++ functions-common:get_or_create_group:875 : group_id=cecff72821864fe5a52adc7426bf0e60 2025-04-10 14:51:46.829 | ++ functions-common:get_or_create_group:876 : echo cecff72821864fe5a52adc7426bf0e60 2025-04-10 14:51:46.832 | + lib/keystone:create_keystone_accounts:407 : admin_group=cecff72821864fe5a52adc7426bf0e60 2025-04-10 14:51:46.834 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-04-10 14:51:46.836 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-04-10 14:51:46.839 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2025-04-10 14:51:46.841 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-10 14:51:46.843 | +++ 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-10 14:51:48.116 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:48.119 | ++ functions-common:get_or_create_group:875 : group_id=5abf172627134c5fb1ccd751d3ba7c5f 2025-04-10 14:51:48.121 | ++ functions-common:get_or_create_group:876 : echo 5abf172627134c5fb1ccd751d3ba7c5f 2025-04-10 14:51:48.124 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=5abf172627134c5fb1ccd751d3ba7c5f 2025-04-10 14:51:48.126 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 5abf172627134c5fb1ccd751d3ba7c5f 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:48.173 | + inc/async:async_inner:63 : get_or_add_group_project_role member 5abf172627134c5fb1ccd751d3ba7c5f 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:48.202 | [3486 Async ks-group-memberdemo:40982]: running: get_or_add_group_project_role member 5abf172627134c5fb1ccd751d3ba7c5f 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:48.204 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 5abf172627134c5fb1ccd751d3ba7c5f 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:48.253 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 5abf172627134c5fb1ccd751d3ba7c5f 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:48.283 | [3486 Async ks-group-anotherdemo:41061]: running: get_or_add_group_project_role anotherrole 5abf172627134c5fb1ccd751d3ba7c5f 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:48.285 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 5abf172627134c5fb1ccd751d3ba7c5f 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:48.335 | + inc/async:async_inner:63 : get_or_add_group_project_role member 5abf172627134c5fb1ccd751d3ba7c5f 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:48.365 | [3486 Async ks-group-memberalt:41141]: running: get_or_add_group_project_role member 5abf172627134c5fb1ccd751d3ba7c5f 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:48.368 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 5abf172627134c5fb1ccd751d3ba7c5f 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:48.414 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:48.421 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 5abf172627134c5fb1ccd751d3ba7c5f 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:48.438 | [40507 Async ks-system-member:40507]: finished successfully 2025-04-10 14:51:48.453 | [3486 Async ks-group-anotheralt:41252]: running: get_or_add_group_project_role anotherrole 5abf172627134c5fb1ccd751d3ba7c5f 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:48.456 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin cecff72821864fe5a52adc7426bf0e60 c89109061376457ab5ab750f8f509d25 2025-04-10 14:51:48.504 | + inc/async:async_inner:63 : get_or_add_group_project_role admin cecff72821864fe5a52adc7426bf0e60 c89109061376457ab5ab750f8f509d25 2025-04-10 14:51:48.537 | [3486 Async ks-group-admin:41360]: running: get_or_add_group_project_role admin cecff72821864fe5a52adc7426bf0e60 c89109061376457ab5ab750f8f509d25 2025-04-10 14:51:48.539 | + 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-10 14:51:48.576 | [3486 Async ks-demo-member:38973]: Waiting for completion of get_or_add_user_project_role member 2124cbb0c1bb484c8869bba975a66cd5 3bbe8acc4fa34b67bb997bf1f44d26ae running on PID 38973 (17 other jobs running) 2025-04-10 14:51:48.594 | [3486 Async ks-demo-member:38973]: Signaling child to exit 2025-04-10 14:51:48.594 | WAKEUP 2025-04-10 14:51:48.610 | [3486 Async ks-demo-member:38973]: Signaled 2025-04-10 14:51:48.610 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:51:48.610 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:51:48.610 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-10 14:51:48.610 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:51:48.610 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:51:48.610 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-10 14:51:48.610 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-10 14:51:48.610 | ++ functions-common:_get_domain_args:940 : echo 2025-04-10 14:51:48.610 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-10 14:51:48.610 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 2124cbb0c1bb484c8869bba975a66cd5 --project 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:48.610 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 2124cbb0c1bb484c8869bba975a66cd5 --project 3bbe8acc4fa34b67bb997bf1f44d26ae -c Role -f value 2025-04-10 14:51:48.610 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:48.611 | + functions-common:get_or_add_user_project_role:962 : user_role_id=9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:48.611 | + functions-common:get_or_add_user_project_role:963 : echo 9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:48.611 | 9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:48.642 | [3486 Async ks-demo-member:38973]: finished get_or_add_user_project_role member 2124cbb0c1bb484c8869bba975a66cd5 3bbe8acc4fa34b67bb997bf1f44d26ae with result 0 in 3 seconds 2025-04-10 14:51:48.668 | [3486 Async ks-demo-admin:39069]: Waiting for completion of get_or_add_user_project_role admin ce5072909f7d4c1981f5b0a80027a733 3bbe8acc4fa34b67bb997bf1f44d26ae running on PID 39069 (16 other jobs running) 2025-04-10 14:51:48.685 | [3486 Async ks-demo-admin:39069]: Signaling child to exit 2025-04-10 14:51:48.685 | WAKEUP 2025-04-10 14:51:48.700 | [3486 Async ks-demo-admin:39069]: Signaled 2025-04-10 14:51:48.701 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:51:48.701 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:51:48.701 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-10 14:51:48.701 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:51:48.702 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:51:48.702 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-10 14:51:48.702 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-10 14:51:48.702 | ++ functions-common:_get_domain_args:940 : echo 2025-04-10 14:51:48.702 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-10 14:51:48.702 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user ce5072909f7d4c1981f5b0a80027a733 --project 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:48.702 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user ce5072909f7d4c1981f5b0a80027a733 --project 3bbe8acc4fa34b67bb997bf1f44d26ae -c Role -f value 2025-04-10 14:51:48.702 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:48.702 | + functions-common:get_or_add_user_project_role:962 : user_role_id=ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:51:48.702 | + functions-common:get_or_add_user_project_role:963 : echo ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:51:48.702 | ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:51:48.733 | [3486 Async ks-demo-admin:39069]: finished get_or_add_user_project_role admin ce5072909f7d4c1981f5b0a80027a733 3bbe8acc4fa34b67bb997bf1f44d26ae with result 0 in 3 seconds 2025-04-10 14:51:48.760 | [3486 Async ks-demo-another:39166]: Waiting for completion of get_or_add_user_project_role anotherrole 2124cbb0c1bb484c8869bba975a66cd5 3bbe8acc4fa34b67bb997bf1f44d26ae running on PID 39166 (15 other jobs running) 2025-04-10 14:51:48.777 | [3486 Async ks-demo-another:39166]: Signaling child to exit 2025-04-10 14:51:48.777 | WAKEUP 2025-04-10 14:51:48.793 | [3486 Async ks-demo-another:39166]: Signaled 2025-04-10 14:51:48.794 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:51:48.794 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:51:48.794 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-10 14:51:48.794 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:51:48.794 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:51:48.794 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-10 14:51:48.794 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-10 14:51:48.794 | ++ functions-common:_get_domain_args:940 : echo 2025-04-10 14:51:48.794 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-10 14:51:48.794 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 2124cbb0c1bb484c8869bba975a66cd5 --project 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:48.794 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 2124cbb0c1bb484c8869bba975a66cd5 --project 3bbe8acc4fa34b67bb997bf1f44d26ae -c Role -f value 2025-04-10 14:51:48.794 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:48.794 | + functions-common:get_or_add_user_project_role:962 : user_role_id=74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:48.794 | + functions-common:get_or_add_user_project_role:963 : echo 74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:48.794 | 74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:48.825 | [3486 Async ks-demo-another:39166]: finished get_or_add_user_project_role anotherrole 2124cbb0c1bb484c8869bba975a66cd5 3bbe8acc4fa34b67bb997bf1f44d26ae with result 0 in 4 seconds 2025-04-10 14:51:48.850 | [3486 Async ks-demo-invis:39263]: Waiting for completion of get_or_add_user_project_role member 2124cbb0c1bb484c8869bba975a66cd5 2c39b252c79d458fb16a9dc8a866eb09 running on PID 39263 (14 other jobs running) 2025-04-10 14:51:48.867 | [3486 Async ks-demo-invis:39263]: Signaling child to exit 2025-04-10 14:51:48.867 | WAKEUP 2025-04-10 14:51:48.883 | [3486 Async ks-demo-invis:39263]: Signaled 2025-04-10 14:51:48.884 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:51:48.884 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:51:48.884 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-10 14:51:48.884 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:51:48.884 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:51:48.884 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-10 14:51:48.884 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-10 14:51:48.884 | ++ functions-common:_get_domain_args:940 : echo 2025-04-10 14:51:48.884 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-10 14:51:48.884 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 2124cbb0c1bb484c8869bba975a66cd5 --project 2c39b252c79d458fb16a9dc8a866eb09 2025-04-10 14:51:48.884 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 2124cbb0c1bb484c8869bba975a66cd5 --project 2c39b252c79d458fb16a9dc8a866eb09 -c Role -f value 2025-04-10 14:51:48.884 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:48.884 | + functions-common:get_or_add_user_project_role:962 : user_role_id=9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:48.884 | + functions-common:get_or_add_user_project_role:963 : echo 9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:48.884 | 9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:48.915 | [3486 Async ks-demo-invis:39263]: finished get_or_add_user_project_role member 2124cbb0c1bb484c8869bba975a66cd5 2c39b252c79d458fb16a9dc8a866eb09 with result 0 in 4 seconds 2025-04-10 14:51:48.940 | [3486 Async ks-demo-reader:39437]: Waiting for completion of get_or_add_user_project_role reader 3b62abec662449c2904b07bfe3a41229 3bbe8acc4fa34b67bb997bf1f44d26ae running on PID 39437 (13 other jobs running) 2025-04-10 14:51:48.958 | [3486 Async ks-demo-reader:39437]: Signaling child to exit 2025-04-10 14:51:48.959 | WAKEUP 2025-04-10 14:51:48.973 | [3486 Async ks-demo-reader:39437]: Signaled 2025-04-10 14:51:48.974 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:51:48.974 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:51:48.974 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-10 14:51:48.974 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:51:48.974 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:51:48.974 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-10 14:51:48.974 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-10 14:51:48.974 | ++ functions-common:_get_domain_args:940 : echo 2025-04-10 14:51:48.974 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-10 14:51:48.974 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 3b62abec662449c2904b07bfe3a41229 --project 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:48.974 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 3b62abec662449c2904b07bfe3a41229 --project 3bbe8acc4fa34b67bb997bf1f44d26ae -c Role -f value 2025-04-10 14:51:48.975 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:48.975 | + functions-common:get_or_add_user_project_role:962 : user_role_id=47f833540bc648f785fd2f14cc9d0799 2025-04-10 14:51:48.975 | + functions-common:get_or_add_user_project_role:963 : echo 47f833540bc648f785fd2f14cc9d0799 2025-04-10 14:51:48.975 | 47f833540bc648f785fd2f14cc9d0799 2025-04-10 14:51:49.006 | [3486 Async ks-demo-reader:39437]: finished get_or_add_user_project_role reader 3b62abec662449c2904b07bfe3a41229 3bbe8acc4fa34b67bb997bf1f44d26ae with result 0 in 3 seconds 2025-04-10 14:51:49.009 | + inc/async:async_wait:197 : return 0 2025-04-10 14:51:49.011 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-04-10 14:51:49.058 | [3486 Async ks-alt-admin:39826]: Waiting for completion of get_or_add_user_project_role admin fe86d83af54d43e9b326cf69149ff0ae 1b5196d5820c4e8cb774fc70b9971c02 running on PID 39826 (12 other jobs running) 2025-04-10 14:51:49.085 | [3486 Async ks-alt-admin:39826]: Signaling child to exit 2025-04-10 14:51:49.085 | WAKEUP 2025-04-10 14:51:49.102 | [3486 Async ks-alt-admin:39826]: Signaled 2025-04-10 14:51:49.103 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:51:49.103 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:51:49.103 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-10 14:51:49.103 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:51:49.103 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:51:49.103 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-10 14:51:49.103 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-10 14:51:49.103 | ++ functions-common:_get_domain_args:940 : echo 2025-04-10 14:51:49.103 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-10 14:51:49.103 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user fe86d83af54d43e9b326cf69149ff0ae --project 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:49.103 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user fe86d83af54d43e9b326cf69149ff0ae --project 1b5196d5820c4e8cb774fc70b9971c02 -c Role -f value 2025-04-10 14:51:49.103 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:49.103 | + functions-common:get_or_add_user_project_role:962 : user_role_id=ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:51:49.103 | + functions-common:get_or_add_user_project_role:963 : echo ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:51:49.103 | ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:51:49.142 | [3486 Async ks-alt-admin:39826]: finished get_or_add_user_project_role admin fe86d83af54d43e9b326cf69149ff0ae 1b5196d5820c4e8cb774fc70b9971c02 with result 0 in 3 seconds 2025-04-10 14:51:49.171 | [3486 Async ks-alt-another:39922]: Waiting for completion of get_or_add_user_project_role anotherrole fe86d83af54d43e9b326cf69149ff0ae 1b5196d5820c4e8cb774fc70b9971c02 running on PID 39922 (11 other jobs running) 2025-04-10 14:51:49.192 | [3486 Async ks-alt-another:39922]: Signaling child to exit 2025-04-10 14:51:49.193 | WAKEUP 2025-04-10 14:51:49.219 | [3486 Async ks-alt-another:39922]: Signaled 2025-04-10 14:51:49.219 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:51:49.219 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:51:49.219 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-10 14:51:49.219 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:51:49.219 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:51:49.219 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-10 14:51:49.219 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-10 14:51:49.219 | ++ functions-common:_get_domain_args:940 : echo 2025-04-10 14:51:49.219 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-10 14:51:49.219 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user fe86d83af54d43e9b326cf69149ff0ae --project 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:49.219 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user fe86d83af54d43e9b326cf69149ff0ae --project 1b5196d5820c4e8cb774fc70b9971c02 -c Role -f value 2025-04-10 14:51:49.219 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:49.219 | + functions-common:get_or_add_user_project_role:962 : user_role_id=74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:49.219 | + functions-common:get_or_add_user_project_role:963 : echo 74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:49.219 | 74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:49.261 | [3486 Async ks-alt-another:39922]: finished get_or_add_user_project_role anotherrole fe86d83af54d43e9b326cf69149ff0ae 1b5196d5820c4e8cb774fc70b9971c02 with result 0 in 3 seconds 2025-04-10 14:51:49.292 | [3486 Async ks-alt-member-user:40099]: Waiting for completion of get_or_add_user_project_role member 244d40e160a341edba7e1ef25132fd68 1b5196d5820c4e8cb774fc70b9971c02 running on PID 40099 (10 other jobs running) 2025-04-10 14:51:49.310 | [3486 Async ks-alt-member-user:40099]: Signaling child to exit 2025-04-10 14:51:49.310 | WAKEUP 2025-04-10 14:51:49.326 | [3486 Async ks-alt-member-user:40099]: Signaled 2025-04-10 14:51:49.327 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:51:49.327 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:51:49.327 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-10 14:51:49.327 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:51:49.327 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:51:49.327 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-10 14:51:49.327 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-10 14:51:49.327 | ++ functions-common:_get_domain_args:940 : echo 2025-04-10 14:51:49.327 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-10 14:51:49.327 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 244d40e160a341edba7e1ef25132fd68 --project 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:49.327 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 244d40e160a341edba7e1ef25132fd68 --project 1b5196d5820c4e8cb774fc70b9971c02 -c Role -f value 2025-04-10 14:51:49.327 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:49.327 | + functions-common:get_or_add_user_project_role:962 : user_role_id=9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:49.327 | + functions-common:get_or_add_user_project_role:963 : echo 9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:49.327 | 9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:49.359 | [3486 Async ks-alt-member-user:40099]: finished get_or_add_user_project_role member 244d40e160a341edba7e1ef25132fd68 1b5196d5820c4e8cb774fc70b9971c02 with result 0 in 3 seconds 2025-04-10 14:51:49.389 | [3486 Async ks-alt-reader-user:40273]: Waiting for completion of get_or_add_user_project_role reader b7d98184ab434c62b81cc451adbb4387 1b5196d5820c4e8cb774fc70b9971c02 running on PID 40273 (9 other jobs running) 2025-04-10 14:51:49.408 | [3486 Async ks-alt-reader-user:40273]: Signaling child to exit 2025-04-10 14:51:49.409 | WAKEUP 2025-04-10 14:51:49.426 | [3486 Async ks-alt-reader-user:40273]: Signaled 2025-04-10 14:51:49.426 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:51:49.426 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:51:49.426 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-10 14:51:49.426 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:51:49.426 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:51:49.426 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-10 14:51:49.426 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-10 14:51:49.426 | ++ functions-common:_get_domain_args:940 : echo 2025-04-10 14:51:49.426 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-10 14:51:49.426 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user b7d98184ab434c62b81cc451adbb4387 --project 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:49.426 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user b7d98184ab434c62b81cc451adbb4387 --project 1b5196d5820c4e8cb774fc70b9971c02 -c Role -f value 2025-04-10 14:51:49.426 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:49.426 | + functions-common:get_or_add_user_project_role:962 : user_role_id=47f833540bc648f785fd2f14cc9d0799 2025-04-10 14:51:49.426 | + functions-common:get_or_add_user_project_role:963 : echo 47f833540bc648f785fd2f14cc9d0799 2025-04-10 14:51:49.426 | 47f833540bc648f785fd2f14cc9d0799 2025-04-10 14:51:49.459 | [3486 Async ks-alt-reader-user:40273]: finished get_or_add_user_project_role reader b7d98184ab434c62b81cc451adbb4387 1b5196d5820c4e8cb774fc70b9971c02 with result 0 in 3 seconds 2025-04-10 14:51:49.462 | + inc/async:async_wait:197 : return 0 2025-04-10 14:51:49.464 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-04-10 14:51:49.507 | [3486 Async ks-system-member:40507]: Waiting for completion of get_or_add_user_system_role member e7e765cc1d4b47dfa535554819dbebeb all running on PID 40507 (8 other jobs running) 2025-04-10 14:51:49.529 | [3486 Async ks-system-member:40507]: Signaling child to exit 2025-04-10 14:51:49.529 | WAKEUP 2025-04-10 14:51:49.545 | [3486 Async ks-system-member:40507]: Signaled 2025-04-10 14:51:49.547 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-10 14:51:49.547 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-10 14:51:49.547 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-10 14:51:49.547 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:51:49.547 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:51:49.547 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-10 14:51:49.547 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-10 14:51:49.547 | ++ functions-common:_get_domain_args:940 : echo 2025-04-10 14:51:49.547 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-10 14:51:49.547 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e7e765cc1d4b47dfa535554819dbebeb --system all -f value -c Role 2025-04-10 14:51:49.547 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:49.547 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-10 14:51:49.547 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-10 14:51:49.547 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user e7e765cc1d4b47dfa535554819dbebeb --system all 2025-04-10 14:51:49.547 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e7e765cc1d4b47dfa535554819dbebeb --system all -f value -c Role 2025-04-10 14:51:49.547 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:49.547 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2025-04-10 14:51:49.547 | + functions-common:get_or_add_user_system_role:1013 : echo 2025-04-10 14:51:49.547 | 2025-04-10 14:51:49.582 | [3486 Async ks-system-member:40507]: finished get_or_add_user_system_role member e7e765cc1d4b47dfa535554819dbebeb all with result 0 in 4 seconds 2025-04-10 14:51:49.610 | [3486 Async ks-system-reader:40715]: Waiting for completion of get_or_add_user_system_role reader 68b06ad266594e1696bc9c7fcdc70b7d all running on PID 40715 (7 other jobs running) 2025-04-10 14:51:49.631 | [3486 Async ks-system-reader:40715]: Signaling child to exit 2025-04-10 14:51:49.896 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:49.915 | [40715 Async ks-system-reader:40715]: finished successfully 2025-04-10 14:51:49.931 | WAKEUP 2025-04-10 14:51:49.948 | [3486 Async ks-system-reader:40715]: Signaled 2025-04-10 14:51:49.948 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-10 14:51:49.948 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-10 14:51:49.948 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-10 14:51:49.948 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:51:49.948 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:51:49.948 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-10 14:51:49.948 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-10 14:51:49.948 | ++ functions-common:_get_domain_args:940 : echo 2025-04-10 14:51:49.948 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-10 14:51:49.948 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 68b06ad266594e1696bc9c7fcdc70b7d --system all -f value -c Role 2025-04-10 14:51:49.948 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:49.948 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-10 14:51:49.948 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-10 14:51:49.948 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user 68b06ad266594e1696bc9c7fcdc70b7d --system all 2025-04-10 14:51:49.948 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 68b06ad266594e1696bc9c7fcdc70b7d --system all -f value -c Role 2025-04-10 14:51:49.948 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:49.948 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=47f833540bc648f785fd2f14cc9d0799 2025-04-10 14:51:49.948 | + functions-common:get_or_add_user_system_role:1013 : echo 47f833540bc648f785fd2f14cc9d0799 2025-04-10 14:51:49.948 | 47f833540bc648f785fd2f14cc9d0799 2025-04-10 14:51:49.980 | [3486 Async ks-system-reader:40715]: finished get_or_add_user_system_role reader 68b06ad266594e1696bc9c7fcdc70b7d all with result 0 in 4 seconds 2025-04-10 14:51:49.983 | + inc/async:async_wait:197 : return 0 2025-04-10 14:51:49.985 | + 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-10 14:51:50.021 | [3486 Async ks-group-memberdemo:40982]: Waiting for completion of get_or_add_group_project_role member 5abf172627134c5fb1ccd751d3ba7c5f 3bbe8acc4fa34b67bb997bf1f44d26ae running on PID 40982 (6 other jobs running) 2025-04-10 14:51:50.038 | [3486 Async ks-group-memberdemo:40982]: Signaling child to exit 2025-04-10 14:51:51.330 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:51.348 | [40982 Async ks-group-memberdemo:40982]: finished successfully 2025-04-10 14:51:51.364 | WAKEUP 2025-04-10 14:51:51.380 | [3486 Async ks-group-memberdemo:40982]: Signaled 2025-04-10 14:51:51.381 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-10 14:51:51.381 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 5abf172627134c5fb1ccd751d3ba7c5f --project 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:51.381 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 5abf172627134c5fb1ccd751d3ba7c5f --project 3bbe8acc4fa34b67bb997bf1f44d26ae -f value -c Role 2025-04-10 14:51:51.381 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:51.381 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:51.381 | + functions-common:get_or_add_group_project_role:1032 : echo 9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:51.381 | 9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:51.412 | [3486 Async ks-group-memberdemo:40982]: finished get_or_add_group_project_role member 5abf172627134c5fb1ccd751d3ba7c5f 3bbe8acc4fa34b67bb997bf1f44d26ae with result 0 in 3 seconds 2025-04-10 14:51:51.440 | [3486 Async ks-group-anotherdemo:41061]: Waiting for completion of get_or_add_group_project_role anotherrole 5abf172627134c5fb1ccd751d3ba7c5f 3bbe8acc4fa34b67bb997bf1f44d26ae running on PID 41061 (5 other jobs running) 2025-04-10 14:51:51.457 | [3486 Async ks-group-anotherdemo:41061]: Signaling child to exit 2025-04-10 14:51:51.643 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:51.662 | [41061 Async ks-group-anotherdemo:41061]: finished successfully 2025-04-10 14:51:51.680 | WAKEUP 2025-04-10 14:51:51.697 | [3486 Async ks-group-anotherdemo:41061]: Signaled 2025-04-10 14:51:51.698 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-10 14:51:51.699 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 5abf172627134c5fb1ccd751d3ba7c5f --project 3bbe8acc4fa34b67bb997bf1f44d26ae 2025-04-10 14:51:51.699 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 5abf172627134c5fb1ccd751d3ba7c5f --project 3bbe8acc4fa34b67bb997bf1f44d26ae -f value -c Role 2025-04-10 14:51:51.699 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:51.699 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:51.699 | + functions-common:get_or_add_group_project_role:1032 : echo 74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:51.699 | 74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:51.720 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:51.736 | [3486 Async ks-group-anotherdemo:41061]: finished get_or_add_group_project_role anotherrole 5abf172627134c5fb1ccd751d3ba7c5f 3bbe8acc4fa34b67bb997bf1f44d26ae with result 0 in 3 seconds 2025-04-10 14:51:51.740 | [41141 Async ks-group-memberalt:41141]: finished successfully 2025-04-10 14:51:51.764 | [3486 Async ks-group-memberalt:41141]: Waiting for completion of get_or_add_group_project_role member 5abf172627134c5fb1ccd751d3ba7c5f 1b5196d5820c4e8cb774fc70b9971c02 running on PID 41141 (4 other jobs running) 2025-04-10 14:51:51.783 | [3486 Async ks-group-memberalt:41141]: Signaling child to exit 2025-04-10 14:51:51.783 | WAKEUP 2025-04-10 14:51:51.800 | [3486 Async ks-group-memberalt:41141]: Signaled 2025-04-10 14:51:51.801 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-10 14:51:51.801 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 5abf172627134c5fb1ccd751d3ba7c5f --project 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:51.801 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 5abf172627134c5fb1ccd751d3ba7c5f --project 1b5196d5820c4e8cb774fc70b9971c02 -f value -c Role 2025-04-10 14:51:51.801 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:51.801 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:51.801 | + functions-common:get_or_add_group_project_role:1032 : echo 9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:51.801 | 9f043e3b7fb24ed8bef1e6f7a1ae0d34 2025-04-10 14:51:51.833 | [3486 Async ks-group-memberalt:41141]: finished get_or_add_group_project_role member 5abf172627134c5fb1ccd751d3ba7c5f 1b5196d5820c4e8cb774fc70b9971c02 with result 0 in 3 seconds 2025-04-10 14:51:51.849 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:51.861 | [3486 Async ks-group-anotheralt:41252]: Waiting for completion of get_or_add_group_project_role anotherrole 5abf172627134c5fb1ccd751d3ba7c5f 1b5196d5820c4e8cb774fc70b9971c02 running on PID 41252 (3 other jobs running) 2025-04-10 14:51:51.870 | [41252 Async ks-group-anotheralt:41252]: finished successfully 2025-04-10 14:51:51.880 | [3486 Async ks-group-anotheralt:41252]: Signaling child to exit 2025-04-10 14:51:51.887 | WAKEUP 2025-04-10 14:51:51.905 | [3486 Async ks-group-anotheralt:41252]: Signaled 2025-04-10 14:51:51.906 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-10 14:51:51.906 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 5abf172627134c5fb1ccd751d3ba7c5f --project 1b5196d5820c4e8cb774fc70b9971c02 2025-04-10 14:51:51.906 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 5abf172627134c5fb1ccd751d3ba7c5f --project 1b5196d5820c4e8cb774fc70b9971c02 -f value -c Role 2025-04-10 14:51:51.906 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:51.906 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:51.906 | + functions-common:get_or_add_group_project_role:1032 : echo 74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:51.906 | 74b4fee59a704d8d8040fe3f2e920b44 2025-04-10 14:51:51.910 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:51:51.929 | [41360 Async ks-group-admin:41360]: finished successfully 2025-04-10 14:51:51.939 | [3486 Async ks-group-anotheralt:41252]: finished get_or_add_group_project_role anotherrole 5abf172627134c5fb1ccd751d3ba7c5f 1b5196d5820c4e8cb774fc70b9971c02 with result 0 in 3 seconds 2025-04-10 14:51:51.965 | [3486 Async ks-group-admin:41360]: Waiting for completion of get_or_add_group_project_role admin cecff72821864fe5a52adc7426bf0e60 c89109061376457ab5ab750f8f509d25 running on PID 41360 (2 other jobs running) 2025-04-10 14:51:51.982 | [3486 Async ks-group-admin:41360]: Signaling child to exit 2025-04-10 14:51:51.982 | WAKEUP 2025-04-10 14:51:51.997 | [3486 Async ks-group-admin:41360]: Signaled 2025-04-10 14:51:51.998 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-10 14:51:51.998 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group cecff72821864fe5a52adc7426bf0e60 --project c89109061376457ab5ab750f8f509d25 2025-04-10 14:51:51.999 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group cecff72821864fe5a52adc7426bf0e60 --project c89109061376457ab5ab750f8f509d25 -f value -c Role 2025-04-10 14:51:51.999 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:51:51.999 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:51:51.999 | + functions-common:get_or_add_group_project_role:1032 : echo ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:51:51.999 | ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:51:52.030 | [3486 Async ks-group-admin:41360]: finished get_or_add_group_project_role admin cecff72821864fe5a52adc7426bf0e60 c89109061376457ab5ab750f8f509d25 with result 0 in 3 seconds 2025-04-10 14:51:52.033 | + inc/async:async_wait:197 : return 0 2025-04-10 14:51:52.035 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-04-10 14:51:52.050 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:51:52.052 | + stack.sh:main:1130 : is_service_enabled nova 2025-04-10 14:51:52.066 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:51:52.068 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2025-04-10 14:51:52.070 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-04-10 14:51:52.116 | + inc/async:async_inner:63 : create_nova_accounts 2025-04-10 14:51:52.146 | [3486 Async create_nova_accounts:43208]: running: create_nova_accounts 2025-04-10 14:51:52.148 | + stack.sh:main:1133 : is_service_enabled glance 2025-04-10 14:51:52.161 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:51:52.163 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2025-04-10 14:51:52.165 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-04-10 14:51:52.211 | + inc/async:async_inner:63 : create_glance_accounts 2025-04-10 14:51:52.241 | [3486 Async create_glance_accounts:43331]: running: create_glance_accounts 2025-04-10 14:51:52.243 | + stack.sh:main:1136 : is_service_enabled cinder 2025-04-10 14:51:52.258 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:51:52.259 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2025-04-10 14:51:52.261 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-04-10 14:51:52.308 | + inc/async:async_inner:63 : create_cinder_accounts 2025-04-10 14:51:52.339 | [3486 Async create_cinder_accounts:43470]: running: create_cinder_accounts 2025-04-10 14:51:52.341 | + stack.sh:main:1139 : is_service_enabled neutron 2025-04-10 14:51:52.356 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:51:52.358 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2025-04-10 14:51:52.360 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-04-10 14:51:52.407 | + inc/async:async_inner:63 : create_neutron_accounts 2025-04-10 14:51:52.439 | [3486 Async create_neutron_accounts:43613]: running: create_neutron_accounts 2025-04-10 14:51:52.441 | + stack.sh:main:1142 : is_service_enabled swift 2025-04-10 14:51:52.457 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:51:52.460 | + stack.sh:main:1151 : is_service_enabled horizon 2025-04-10 14:51:52.473 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:51:52.476 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-04-10 14:51:52.513 | [3486 Async create_nova_accounts:43208]: Waiting for completion of create_nova_accounts running on PID 43208 (5 other jobs running) 2025-04-10 14:51:52.530 | [3486 Async create_nova_accounts:43208]: Signaling child to exit 2025-04-10 14:52:04.663 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:52:04.682 | [43613 Async create_neutron_accounts:43613]: finished successfully 2025-04-10 14:52:12.715 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:52:12.734 | [43470 Async create_cinder_accounts:43470]: finished successfully 2025-04-10 14:52:13.570 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:52:13.588 | [43208 Async create_nova_accounts:43208]: finished successfully 2025-04-10 14:52:13.605 | WAKEUP 2025-04-10 14:52:13.620 | [3486 Async create_nova_accounts:43208]: Signaled 2025-04-10 14:52:13.621 | + 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-10 14:52:13.621 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2025-04-10 14:52:13.621 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-04-10 14:52:13.621 | + functions-common:get_or_create_user:882 : local user_id 2025-04-10 14:52:13.621 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-10 14:52:13.621 | + functions-common:get_or_create_user:886 : local email= 2025-04-10 14:52:13.621 | ++ 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-10 14:52:13.621 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:13.621 | + functions-common:get_or_create_user:898 : user_id=9bfa3a35d1df4a2ca4779b433c014f5e 2025-04-10 14:52:13.621 | + functions-common:get_or_create_user:899 : echo 9bfa3a35d1df4a2ca4779b433c014f5e 2025-04-10 14:52:13.621 | 9bfa3a35d1df4a2ca4779b433c014f5e 2025-04-10 14:52:13.622 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-04-10 14:52:13.622 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:52:13.622 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:52:13.622 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-10 14:52:13.622 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-10 14:52:13.622 | + 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-10 14:52:13.622 | ++ 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-10 14:52:13.622 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:13.622 | + functions-common:get_or_add_user_project_role:962 : user_role_id=14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:13.622 | + functions-common:get_or_add_user_project_role:963 : echo 14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:13.622 | 14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:13.622 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-10 14:52:13.622 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-04-10 14:52:13.622 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:52:13.622 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:52:13.622 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-10 14:52:13.622 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-10 14:52:13.622 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-10 14:52:13.622 | + 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-10 14:52:13.622 | ++ 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-10 14:52:13.622 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:13.622 | + functions-common:get_or_add_user_project_role:962 : user_role_id=ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:52:13.622 | + functions-common:get_or_add_user_project_role:963 : echo ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:52:13.622 | ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:52:13.622 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2025-04-10 14:52:13.622 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:52:13.622 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2025-04-10 14:52:13.622 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-04-10 14:52:13.622 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-10 14:52:13.622 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-04-10 14:52:13.622 | ++ 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-10 14:52:13.622 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:13.622 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-10 14:52:13.622 | 3bb48b38e83a432b95b7d348b4d64d39' 2025-04-10 14:52:13.622 | + functions-common:get_or_create_service:1050 : echo 3bb48b38e83a432b95b7d348b4d64d39 2025-04-10 14:52:13.622 | 3bb48b38e83a432b95b7d348b4d64d39 2025-04-10 14:52:13.622 | + 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-10 14:52:13.622 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-10 14:52:13.622 | ++ 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-10 14:52:13.622 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-10 14:52:13.622 | +++ 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-10 14:52:13.622 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:13.622 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-10 14:52:13.622 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-10 14:52:13.622 | +++ 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-10 14:52:13.622 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:13.622 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=306ab469370346e3a9e5076ff75c3c63 2025-04-10 14:52:13.622 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 306ab469370346e3a9e5076ff75c3c63 2025-04-10 14:52:13.622 | + functions-common:get_or_create_endpoint:1083 : public_id=306ab469370346e3a9e5076ff75c3c63 2025-04-10 14:52:13.622 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-10 14:52:13.622 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-10 14:52:13.622 | + functions-common:get_or_create_endpoint:1092 : echo 306ab469370346e3a9e5076ff75c3c63 2025-04-10 14:52:13.622 | 306ab469370346e3a9e5076ff75c3c63 2025-04-10 14:52:13.622 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2025-04-10 14:52:13.622 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-10 14:52:13.622 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-04-10 14:52:13.622 | ++ 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-10 14:52:13.622 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:13.622 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-10 14:52:13.622 | bd38b727a5af43e1929005217a2716a0' 2025-04-10 14:52:13.622 | + functions-common:get_or_create_service:1050 : echo bd38b727a5af43e1929005217a2716a0 2025-04-10 14:52:13.622 | bd38b727a5af43e1929005217a2716a0 2025-04-10 14:52:13.622 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-04-10 14:52:13.622 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-10 14:52:13.622 | ++ 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-10 14:52:13.623 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-10 14:52:13.623 | +++ 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-10 14:52:13.623 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:13.623 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-10 14:52:13.623 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-10 14:52:13.623 | +++ 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-10 14:52:13.623 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:13.623 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=075b730cc52943d1b6a7c8ed284229ef 2025-04-10 14:52:13.623 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 075b730cc52943d1b6a7c8ed284229ef 2025-04-10 14:52:13.623 | + functions-common:get_or_create_endpoint:1083 : public_id=075b730cc52943d1b6a7c8ed284229ef 2025-04-10 14:52:13.623 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-10 14:52:13.623 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-10 14:52:13.623 | + functions-common:get_or_create_endpoint:1092 : echo 075b730cc52943d1b6a7c8ed284229ef 2025-04-10 14:52:13.623 | 075b730cc52943d1b6a7c8ed284229ef 2025-04-10 14:52:13.623 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2025-04-10 14:52:13.623 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:13.623 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2025-04-10 14:52:13.623 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:52:13.623 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2025-04-10 14:52:13.623 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:52:13.623 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2025-04-10 14:52:13.623 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:13.623 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2025-04-10 14:52:13.653 | [3486 Async create_nova_accounts:43208]: finished create_nova_accounts with result 0 in 21 seconds 2025-04-10 14:52:13.679 | [3486 Async create_glance_accounts:43331]: Waiting for completion of create_glance_accounts running on PID 43331 (4 other jobs running) 2025-04-10 14:52:13.696 | [3486 Async create_glance_accounts:43331]: Signaling child to exit 2025-04-10 14:52:14.492 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:52:14.512 | [43331 Async create_glance_accounts:43331]: finished successfully 2025-04-10 14:52:14.528 | WAKEUP 2025-04-10 14:52:14.544 | [3486 Async create_glance_accounts:43331]: Signaled 2025-04-10 14:52:14.545 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2025-04-10 14:52:14.545 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:14.545 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2025-04-10 14:52:14.545 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-04-10 14:52:14.545 | + functions-common:get_or_create_user:882 : local user_id 2025-04-10 14:52:14.545 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-10 14:52:14.545 | + functions-common:get_or_create_user:886 : local email= 2025-04-10 14:52:14.545 | ++ 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-10 14:52:14.545 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.545 | + functions-common:get_or_create_user:898 : user_id=ce1aea933d1842bb99bfe3cf9379f272 2025-04-10 14:52:14.545 | + functions-common:get_or_create_user:899 : echo ce1aea933d1842bb99bfe3cf9379f272 2025-04-10 14:52:14.545 | ce1aea933d1842bb99bfe3cf9379f272 2025-04-10 14:52:14.545 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-04-10 14:52:14.545 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:52:14.545 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:52:14.545 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-10 14:52:14.545 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:52:14.545 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:52:14.545 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-10 14:52:14.545 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-10 14:52:14.545 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-10 14:52:14.545 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-10 14:52:14.545 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-10 14:52:14.545 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-10 14:52:14.545 | + 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-10 14:52:14.545 | ++ 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-10 14:52:14.545 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.545 | + functions-common:get_or_add_user_project_role:962 : user_role_id=14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:14.545 | + functions-common:get_or_add_user_project_role:963 : echo 14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:14.545 | 14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:14.545 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-10 14:52:14.545 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2025-04-10 14:52:14.545 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:52:14.545 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2025-04-10 14:52:14.545 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-10 14:52:14.545 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-04-10 14:52:14.545 | ++ 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-10 14:52:14.545 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.545 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-10 14:52:14.545 | b982413352964d719a6e68075a36e185' 2025-04-10 14:52:14.545 | + functions-common:get_or_create_service:1050 : echo b982413352964d719a6e68075a36e185 2025-04-10 14:52:14.545 | b982413352964d719a6e68075a36e185 2025-04-10 14:52:14.545 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-04-10 14:52:14.546 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-10 14:52:14.546 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-04-10 14:52:14.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-10 14:52:14.546 | +++ 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-10 14:52:14.546 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-10 14:52:14.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-10 14:52:14.546 | +++ 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-10 14:52:14.546 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=f2d8a5c8989f45ff85c573facff1dfd0 2025-04-10 14:52:14.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo f2d8a5c8989f45ff85c573facff1dfd0 2025-04-10 14:52:14.546 | + functions-common:get_or_create_endpoint:1083 : public_id=f2d8a5c8989f45ff85c573facff1dfd0 2025-04-10 14:52:14.546 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-10 14:52:14.546 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-10 14:52:14.546 | + functions-common:get_or_create_endpoint:1092 : echo f2d8a5c8989f45ff85c573facff1dfd0 2025-04-10 14:52:14.546 | f2d8a5c8989f45ff85c573facff1dfd0 2025-04-10 14:52:14.546 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2025-04-10 14:52:14.546 | ++ functions-common:get_or_create_domain:855 : local domain_id 2025-04-10 14:52:14.546 | +++ 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-10 14:52:14.546 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.546 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2025-04-10 14:52:14.546 | ++ functions-common:get_or_create_domain:861 : echo default 2025-04-10 14:52:14.546 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2025-04-10 14:52:14.546 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-04-10 14:52:14.546 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-04-10 14:52:14.546 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2025-04-10 14:52:14.546 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2025-04-10 14:52:14.546 | + 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-10 14:52:14.546 | +---------------+----------------------------------+ 2025-04-10 14:52:14.546 | | Field | Value | 2025-04-10 14:52:14.546 | +---------------+----------------------------------+ 2025-04-10 14:52:14.546 | | default_limit | 2000 | 2025-04-10 14:52:14.546 | | description | None | 2025-04-10 14:52:14.546 | | id | c3b98361bdb2474ba92c40febd61f46b | 2025-04-10 14:52:14.546 | | region_id | RegionOne | 2025-04-10 14:52:14.546 | | resource_name | image_size_total | 2025-04-10 14:52:14.546 | | service_id | b982413352964d719a6e68075a36e185 | 2025-04-10 14:52:14.546 | +---------------+----------------------------------+ 2025-04-10 14:52:14.546 | + 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-10 14:52:14.546 | +---------------+----------------------------------+ 2025-04-10 14:52:14.546 | | Field | Value | 2025-04-10 14:52:14.547 | +---------------+----------------------------------+ 2025-04-10 14:52:14.547 | | default_limit | 2000 | 2025-04-10 14:52:14.547 | | description | None | 2025-04-10 14:52:14.547 | | id | 615f73d504e1464ab9446b2f3326057f | 2025-04-10 14:52:14.547 | | region_id | RegionOne | 2025-04-10 14:52:14.547 | | resource_name | image_stage_total | 2025-04-10 14:52:14.547 | | service_id | b982413352964d719a6e68075a36e185 | 2025-04-10 14:52:14.547 | +---------------+----------------------------------+ 2025-04-10 14:52:14.547 | + 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-10 14:52:14.547 | +---------------+----------------------------------+ 2025-04-10 14:52:14.547 | | Field | Value | 2025-04-10 14:52:14.547 | +---------------+----------------------------------+ 2025-04-10 14:52:14.547 | | default_limit | 100 | 2025-04-10 14:52:14.547 | | description | None | 2025-04-10 14:52:14.547 | | id | a2a8a04485dc40629560936d3e7e3c98 | 2025-04-10 14:52:14.547 | | region_id | RegionOne | 2025-04-10 14:52:14.547 | | resource_name | image_count_total | 2025-04-10 14:52:14.547 | | service_id | b982413352964d719a6e68075a36e185 | 2025-04-10 14:52:14.547 | +---------------+----------------------------------+ 2025-04-10 14:52:14.547 | + 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-10 14:52:14.547 | +---------------+----------------------------------+ 2025-04-10 14:52:14.547 | | Field | Value | 2025-04-10 14:52:14.547 | +---------------+----------------------------------+ 2025-04-10 14:52:14.547 | | default_limit | 100 | 2025-04-10 14:52:14.547 | | description | None | 2025-04-10 14:52:14.547 | | id | 8118616f005e45939e2f803bc3384554 | 2025-04-10 14:52:14.547 | | region_id | RegionOne | 2025-04-10 14:52:14.547 | | resource_name | image_count_uploading | 2025-04-10 14:52:14.547 | | service_id | b982413352964d719a6e68075a36e185 | 2025-04-10 14:52:14.547 | +---------------+----------------------------------+ 2025-04-10 14:52:14.547 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-04-10 14:52:14.547 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-04-10 14:52:14.547 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-04-10 14:52:14.547 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-04-10 14:52:14.547 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-04-10 14:52:14.547 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-04-10 14:52:14.547 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-04-10 14:52:14.547 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-04-10 14:52:14.548 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.548 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id f2d8a5c8989f45ff85c573facff1dfd0 2025-04-10 14:52:14.548 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-04-10 14:52:14.576 | [3486 Async create_glance_accounts:43331]: finished create_glance_accounts with result 0 in 22 seconds 2025-04-10 14:52:14.602 | [3486 Async create_cinder_accounts:43470]: Waiting for completion of create_cinder_accounts running on PID 43470 (3 other jobs running) 2025-04-10 14:52:14.619 | [3486 Async create_cinder_accounts:43470]: Signaling child to exit 2025-04-10 14:52:14.620 | WAKEUP 2025-04-10 14:52:14.635 | [3486 Async create_cinder_accounts:43470]: Signaled 2025-04-10 14:52:14.636 | + 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-10 14:52:14.636 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2025-04-10 14:52:14.636 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2025-04-10 14:52:14.636 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:52:14.636 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2025-04-10 14:52:14.636 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-04-10 14:52:14.636 | + functions-common:get_or_create_user:882 : local user_id 2025-04-10 14:52:14.636 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-10 14:52:14.636 | + functions-common:get_or_create_user:886 : local email= 2025-04-10 14:52:14.636 | ++ 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-10 14:52:14.636 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.636 | + functions-common:get_or_create_user:898 : user_id=3a4b21e685c04ab38027c9e3266848bb 2025-04-10 14:52:14.636 | + functions-common:get_or_create_user:899 : echo 3a4b21e685c04ab38027c9e3266848bb 2025-04-10 14:52:14.636 | 3a4b21e685c04ab38027c9e3266848bb 2025-04-10 14:52:14.636 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-04-10 14:52:14.636 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:52:14.636 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:52:14.636 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-10 14:52:14.636 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:52:14.636 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:52:14.636 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-10 14:52:14.636 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-10 14:52:14.636 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-10 14:52:14.636 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-10 14:52:14.636 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-10 14:52:14.636 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-10 14:52:14.636 | + 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-10 14:52:14.636 | ++ 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-10 14:52:14.636 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.636 | + functions-common:get_or_add_user_project_role:962 : user_role_id=14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:14.636 | + functions-common:get_or_add_user_project_role:963 : echo 14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:14.636 | 14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:14.636 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-10 14:52:14.636 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-04-10 14:52:14.636 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-10 14:52:14.636 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-04-10 14:52:14.636 | ++ 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-10 14:52:14.636 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.636 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-10 14:52:14.636 | 3169ba62d11149d98aec67be74ca5966' 2025-04-10 14:52:14.636 | + functions-common:get_or_create_service:1050 : echo 3169ba62d11149d98aec67be74ca5966 2025-04-10 14:52:14.636 | 3169ba62d11149d98aec67be74ca5966 2025-04-10 14:52:14.636 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2025-04-10 14:52:14.636 | + 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-10 14:52:14.637 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-10 14:52:14.637 | ++ 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-10 14:52:14.637 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-10 14:52:14.637 | +++ 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-10 14:52:14.637 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.637 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-10 14:52:14.637 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-10 14:52:14.637 | +++ 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-10 14:52:14.637 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.637 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=60f416c8a773470c8d58a68f16746b53 2025-04-10 14:52:14.637 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 60f416c8a773470c8d58a68f16746b53 2025-04-10 14:52:14.637 | + functions-common:get_or_create_endpoint:1083 : public_id=60f416c8a773470c8d58a68f16746b53 2025-04-10 14:52:14.637 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-10 14:52:14.637 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-10 14:52:14.637 | + functions-common:get_or_create_endpoint:1092 : echo 60f416c8a773470c8d58a68f16746b53 2025-04-10 14:52:14.637 | 60f416c8a773470c8d58a68f16746b53 2025-04-10 14:52:14.637 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-04-10 14:52:14.637 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-10 14:52:14.637 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-04-10 14:52:14.637 | ++ 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-10 14:52:14.637 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.637 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-10 14:52:14.637 | a64997ef8aa045fb918a2d837d672fc2' 2025-04-10 14:52:14.637 | + functions-common:get_or_create_service:1050 : echo a64997ef8aa045fb918a2d837d672fc2 2025-04-10 14:52:14.637 | a64997ef8aa045fb918a2d837d672fc2 2025-04-10 14:52:14.637 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-10 14:52:14.637 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-10 14:52:14.637 | ++ 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-10 14:52:14.637 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-10 14:52:14.637 | +++ 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-10 14:52:14.637 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.637 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-10 14:52:14.637 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-10 14:52:14.637 | +++ 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-10 14:52:14.637 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.637 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=e802cb0cea2a44e8a538f36da256b97b 2025-04-10 14:52:14.637 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo e802cb0cea2a44e8a538f36da256b97b 2025-04-10 14:52:14.637 | + functions-common:get_or_create_endpoint:1083 : public_id=e802cb0cea2a44e8a538f36da256b97b 2025-04-10 14:52:14.637 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-10 14:52:14.637 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-10 14:52:14.638 | + functions-common:get_or_create_endpoint:1092 : echo e802cb0cea2a44e8a538f36da256b97b 2025-04-10 14:52:14.638 | e802cb0cea2a44e8a538f36da256b97b 2025-04-10 14:52:14.638 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2025-04-10 14:52:14.638 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2025-04-10 14:52:14.638 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-10 14:52:14.638 | +++ 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-10 14:52:14.638 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.638 | ++ functions-common:get_or_create_project:911 : project_id=1be3222da23647e28505f90b9a31f719 2025-04-10 14:52:14.638 | ++ functions-common:get_or_create_project:912 : echo 1be3222da23647e28505f90b9a31f719 2025-04-10 14:52:14.638 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 1be3222da23647e28505f90b9a31f719 2025-04-10 14:52:14.638 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2025-04-10 14:52:14.638 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-10 14:52:14.638 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-10 14:52:14.638 | ++ functions-common:get_or_create_user:886 : local email= 2025-04-10 14:52:14.638 | +++ 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-10 14:52:14.638 | No password was supplied, authentication will fail when a user does not have a password. 2025-04-10 14:52:14.638 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.638 | ++ functions-common:get_or_create_user:898 : user_id=3a4b21e685c04ab38027c9e3266848bb 2025-04-10 14:52:14.638 | ++ functions-common:get_or_create_user:899 : echo 3a4b21e685c04ab38027c9e3266848bb 2025-04-10 14:52:14.638 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 3a4b21e685c04ab38027c9e3266848bb 2025-04-10 14:52:14.666 | [3486 Async create_cinder_accounts:43470]: finished create_cinder_accounts with result 0 in 20 seconds 2025-04-10 14:52:14.669 | + inc/async:async_wait:197 : return 0 2025-04-10 14:52:14.671 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-04-10 14:52:14.708 | [3486 Async create_neutron_accounts:43613]: Waiting for completion of create_neutron_accounts running on PID 43613 (2 other jobs running) 2025-04-10 14:52:14.725 | [3486 Async create_neutron_accounts:43613]: Signaling child to exit 2025-04-10 14:52:14.725 | WAKEUP 2025-04-10 14:52:14.741 | [3486 Async create_neutron_accounts:43613]: Signaled 2025-04-10 14:52:14.741 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2025-04-10 14:52:14.741 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2025-04-10 14:52:14.741 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2025-04-10 14:52:14.741 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2025-04-10 14:52:14.741 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2025-04-10 14:52:14.741 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2025-04-10 14:52:14.742 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:14.742 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2025-04-10 14:52:14.742 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-04-10 14:52:14.742 | + functions-common:get_or_create_user:882 : local user_id 2025-04-10 14:52:14.742 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-10 14:52:14.742 | + functions-common:get_or_create_user:886 : local email= 2025-04-10 14:52:14.742 | ++ 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-10 14:52:14.742 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.742 | + functions-common:get_or_create_user:898 : user_id=b5ef989a80dd4a4a8e67dc0a84b7d9dc 2025-04-10 14:52:14.742 | + functions-common:get_or_create_user:899 : echo b5ef989a80dd4a4a8e67dc0a84b7d9dc 2025-04-10 14:52:14.742 | b5ef989a80dd4a4a8e67dc0a84b7d9dc 2025-04-10 14:52:14.742 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-04-10 14:52:14.742 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:52:14.742 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:52:14.742 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-10 14:52:14.742 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:52:14.742 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:52:14.742 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-10 14:52:14.742 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-10 14:52:14.742 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-10 14:52:14.742 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-10 14:52:14.742 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-10 14:52:14.742 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-10 14:52:14.742 | + 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-10 14:52:14.742 | ++ 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-10 14:52:14.742 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.742 | + functions-common:get_or_add_user_project_role:962 : user_role_id=14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:14.742 | + functions-common:get_or_add_user_project_role:963 : echo 14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:14.742 | 14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:14.742 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-10 14:52:14.742 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2025-04-10 14:52:14.742 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-10 14:52:14.742 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-04-10 14:52:14.742 | ++ 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-10 14:52:14.742 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.742 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-10 14:52:14.742 | 41896df5fa264035a4ceb130a8214bea' 2025-04-10 14:52:14.742 | + functions-common:get_or_create_service:1050 : echo 41896df5fa264035a4ceb130a8214bea 2025-04-10 14:52:14.742 | 41896df5fa264035a4ceb130a8214bea 2025-04-10 14:52:14.742 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-04-10 14:52:14.742 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-10 14:52:14.742 | ++ 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-10 14:52:14.742 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-10 14:52:14.742 | +++ 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-10 14:52:14.742 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.742 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-10 14:52:14.742 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-10 14:52:14.742 | +++ 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-10 14:52:14.742 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:14.742 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=cac39fb267b4491c838d82962b8f49fc 2025-04-10 14:52:14.742 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo cac39fb267b4491c838d82962b8f49fc 2025-04-10 14:52:14.742 | + functions-common:get_or_create_endpoint:1083 : public_id=cac39fb267b4491c838d82962b8f49fc 2025-04-10 14:52:14.742 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-10 14:52:14.742 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-10 14:52:14.742 | + functions-common:get_or_create_endpoint:1092 : echo cac39fb267b4491c838d82962b8f49fc 2025-04-10 14:52:14.742 | cac39fb267b4491c838d82962b8f49fc 2025-04-10 14:52:14.773 | [3486 Async create_neutron_accounts:43613]: finished create_neutron_accounts with result 0 in 12 seconds 2025-04-10 14:52:14.778 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-04-10 14:52:14.783 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-04-10 14:52:14.785 | + inc/async:async_wait:197 : return 0 2025-04-10 14:52:14.787 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2025-04-10 14:52:14.803 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:14.805 | + stack.sh:main:1163 : is_service_enabled glance 2025-04-10 14:52:14.819 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:14.821 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2025-04-10 14:52:14.823 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:52:14.825 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2025-04-10 14:52:14.827 | + stack.sh:main:1165 : async_runfunc init_glance 2025-04-10 14:52:14.829 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-04-10 14:52:14.877 | + inc/async:async_inner:63 : init_glance 2025-04-10 14:52:14.907 | [3486 Async init_glance:45895]: running: init_glance 2025-04-10 14:52:14.909 | + stack.sh:main:1172 : is_service_enabled neutron 2025-04-10 14:52:14.924 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:14.926 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2025-04-10 14:52:14.928 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:52:14.930 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2025-04-10 14:52:14.933 | + stack.sh:main:1175 : configure_neutron 2025-04-10 14:52:14.935 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2025-04-10 14:52:14.937 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2025-04-10 14:52:14.939 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2025-04-10 14:52:14.949 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2025-04-10 14:52:14.950 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2025-04-10 14:52:19.266 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:52:19.284 | [45895 Async init_glance:45895]: finished successfully 2025-04-10 14:52:33.167 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-04-10 14:52:33.171 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-04-10 14:52:33.173 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-04-10 14:52:33.175 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-04-10 14:52:33.176 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2025-04-10 14:52:33.178 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-04-10 14:52:33.180 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-04-10 14:52:33.182 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-04-10 14:52:33.183 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-04-10 14:52:33.185 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2025-04-10 14:52:33.187 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2025-04-10 14:52:33.189 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2025-04-10 14:52:33.191 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-04-10 14:52:33.192 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2025-04-10 14:52:33.194 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2025-04-10 14:52:33.196 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2025-04-10 14:52:33.199 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:33.202 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:33.203 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-04-10 14:52:33.205 | + 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-10 14:52:33.209 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2025-04-10 14:52:33.211 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-04-10 14:52:33.213 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-04-10 14:52:33.214 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2025-04-10 14:52:33.216 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-10 14:52:33.218 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-10 14:52:33.220 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-10 14:52:33.231 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:33.233 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-10 14:52:33.235 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-10 14:52:33.237 | + 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-10 14:52:33.261 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-04-10 14:52:33.285 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-04-10 14:52:33.309 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-04-10 14:52:33.332 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-04-10 14:52:33.355 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-04-10 14:52:33.380 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2025-04-10 14:52:33.382 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2025-04-10 14:52:33.384 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-04-10 14:52:33.385 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-04-10 14:52:33.388 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-10 14:52:33.402 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-10 14:52:33.403 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-10 14:52:33.405 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-10 14:52:33.407 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-10 14:52:33.409 | + 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-10 14:52:33.432 | + 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-10 14:52:33.455 | + 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-10 14:52:33.478 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-10 14:52:33.501 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2025-04-10 14:52:33.513 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:52:33.515 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2025-04-10 14:52:33.517 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:52:33.519 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-04-10 14:52:33.521 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2025-04-10 14:52:33.523 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-04-10 14:52:33.525 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:52:33.526 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2025-04-10 14:52:33.528 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-04-10 14:52:33.538 | + 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-10 14:52:33.547 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-04-10 14:52:33.548 | + 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-10 14:52:33.557 | + 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-10 14:52:33.567 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2025-04-10 14:52:33.576 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-10 14:52:33.578 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-10 14:52:33.580 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2025-04-10 14:52:33.583 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.tdZYPaJHwb 2025-04-10 14:52:33.585 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-10 14:52:33.587 | + 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-10 14:52:33.589 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.tdZYPaJHwb 2025-04-10 14:52:33.592 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.tdZYPaJHwb 2025-04-10 14:52:33.600 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.tdZYPaJHwb /etc/sudoers.d/neutron-rootwrap 2025-04-10 14:52:33.609 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2025-04-10 14:52:33.611 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2025-04-10 14:52:33.613 | + 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-10 14:52:33.636 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-10 14:52:33.637 | + 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-10 14:52:33.662 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-04-10 14:52:33.665 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2025-04-10 14:52:33.667 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2025-04-10 14:52:33.669 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-10 14:52:33.671 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-10 14:52:33.673 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-10 14:52:33.688 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:33.691 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-10 14:52:33.692 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-10 14:52:33.694 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-10 14:52:33.708 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:33.710 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-10 14:52:33.712 | + 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-10 14:52:33.737 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-10 14:52:33.739 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-10 14:52:33.741 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2025-04-10 14:52:33.754 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:52:33.756 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2025-04-10 14:52:33.770 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:33.771 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2025-04-10 14:52:33.773 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:33.775 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:33.777 | + 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-10 14:52:33.803 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-10 14:52:33.805 | + 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-10 14:52:33.830 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-10 14:52:33.855 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2025-04-10 14:52:33.857 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-04-10 14:52:33.859 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-04-10 14:52:33.861 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-10 14:52:35.120 | INFO neutron.common.config [-] Logging enabled! 2025-04-10 14:52:35.120 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev20 2025-04-10 14:52:35.120 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=46837) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-10 14:52:35.121 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-04-10 14:52:35.121 | 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/tmpg6lrrxzh/privsep.sock'] 2025-04-10 14:52:35.958 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-04-10 14:52:35.959 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpg6lrrxzh/privsep.sock {{(pid=46837) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2025-04-10 14:52:35.959 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-04-10 14:52:35.959 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-04-10 14:52:35.959 | 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-10 14:52:35.960 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 46890 2025-04-10 14:52:35.960 | DEBUG oslo.privsep.daemon [-] privsep: reply[d446eb13-56ce-49b8-a932-e169c21127a1]: (2,) {{(pid=46890) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-10 14:52:36.050 | 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=46890) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2025-04-10 14:52:36.059 | 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=46890) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2025-04-10 14:52:36.059 | DEBUG oslo.privsep.daemon [-] privsep: reply[377d8ff6-4e00-403a-8ab3-72fc7ecddbe3]: (4, ('d09c716c-943a-44e1-af5d-67bd4e93f4a4\n', '')) {{(pid=46890) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-10 14:52:36.141 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=46837) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-10 14:52:36.141 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=46837) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-10 14:52:36.141 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=46837) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-10 14:52:36.141 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=46837) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-10 14:52:36.141 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=46837) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-10 14:52:36.141 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=46837) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-10 14:52:36.175 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-10 14:52:36.176 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=46837) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-10 14:52:36.176 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=46837) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-10 14:52:36.176 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-10 14:52:36.417 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-04-10 14:52:36.419 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-04-10 14:52:36.421 | + 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-10 14:52:36.423 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-10 14:52:36.425 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-04-10 14:52:36.438 | + 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-10 14:52:36.451 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-04-10 14:52:36.453 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2025-04-10 14:52:36.455 | + 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-10 14:52:36.480 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2025-04-10 14:52:36.483 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-04-10 14:52:36.489 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-04-10 14:52:36.491 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2025-04-10 14:52:36.493 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-04-10 14:52:36.518 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-04-10 14:52:36.531 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-10 14:52:36.533 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-04-10 14:52:36.540 | net.bridge.bridge-nf-call-iptables = 1 2025-04-10 14:52:36.543 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-10 14:52:36.546 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-04-10 14:52:36.551 | net.bridge.bridge-nf-call-ip6tables = 1 2025-04-10 14:52:36.554 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-04-10 14:52:36.556 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-04-10 14:52:36.558 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-04-10 14:52:36.560 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-04-10 14:52:36.562 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-04-10 14:52:36.564 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-04-10 14:52:36.566 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-10 14:52:36.568 | + 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-10 14:52:36.570 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-10 14:52:36.572 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-10 14:52:36.584 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-04-10 14:52:36.586 | + 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-10 14:52:36.612 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2025-04-10 14:52:36.614 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-04-10 14:52:36.638 | + 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-10 14:52:36.663 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2025-04-10 14:52:36.676 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:36.678 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2025-04-10 14:52:36.680 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-04-10 14:52:36.683 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-04-10 14:52:36.708 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-04-10 14:52:36.733 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-04-10 14:52:36.735 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2025-04-10 14:52:36.736 | + 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-10 14:52:36.760 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-10 14:52:36.762 | + 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-10 14:52:36.786 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2025-04-10 14:52:36.800 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:36.802 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-10 14:52:36.804 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-04-10 14:52:36.828 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-10 14:52:36.830 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-10 14:52:36.832 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-10 14:52:36.856 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-04-10 14:52:36.858 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-10 14:52:36.860 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-04-10 14:52:36.862 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2025-04-10 14:52:36.875 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:36.877 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2025-04-10 14:52:36.879 | + 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-10 14:52:36.883 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-04-10 14:52:36.907 | + 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-10 14:52:36.933 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2025-04-10 14:52:36.935 | + 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-10 14:52:36.959 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-10 14:52:36.961 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-04-10 14:52:36.985 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-10 14:52:36.987 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-10 14:52:36.989 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-04-10 14:52:37.013 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-04-10 14:52:37.015 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-10 14:52:37.017 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-04-10 14:52:37.019 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-10 14:52:38.283 | INFO neutron.common.config [-] Logging enabled! 2025-04-10 14:52:38.283 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev20 2025-04-10 14:52:38.283 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47435) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-10 14:52:38.318 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47435) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-10 14:52:38.318 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47435) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-10 14:52:38.318 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47435) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-10 14:52:38.318 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47435) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-10 14:52:38.318 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47435) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-10 14:52:38.318 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47435) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-10 14:52:38.353 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-10 14:52:38.353 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47435) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-10 14:52:38.354 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47435) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-10 14:52:38.354 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-10 14:52:38.666 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2025-04-10 14:52:38.668 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2025-04-10 14:52:38.670 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2025-04-10 14:52:38.673 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-10 14:52:38.675 | + 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-10 14:52:38.677 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-10 14:52:38.679 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-10 14:52:38.693 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2025-04-10 14:52:38.695 | + functions:set_mtu:796 : local dev=br-ex 2025-04-10 14:52:38.697 | + functions:set_mtu:797 : local mtu=8950 2025-04-10 14:52:38.700 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-04-10 14:52:38.710 | + 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-10 14:52:38.725 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2025-04-10 14:52:38.727 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2025-04-10 14:52:38.729 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-04-10 14:52:38.732 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2025-04-10 14:52:38.734 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2025-04-10 14:52:38.736 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2025-04-10 14:52:38.738 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2025-04-10 14:52:38.740 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2025-04-10 14:52:38.742 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2025-04-10 14:52:38.745 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2025-04-10 14:52:38.747 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2025-04-10 14:52:38.749 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2025-04-10 14:52:38.751 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2025-04-10 14:52:38.753 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2025-04-10 14:52:38.756 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2025-04-10 14:52:38.756 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2025-04-10 14:52:38.762 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2025-04-10 14:52:38.764 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2025-04-10 14:52:38.766 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2025-04-10 14:52:38.768 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2025-04-10 14:52:38.772 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2025-04-10 14:52:38.772 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2025-04-10 14:52:38.772 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2025-04-10 14:52:38.777 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2025-04-10 14:52:38.780 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2025-04-10 14:52:38.782 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2025-04-10 14:52:38.784 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-04-10 14:52:38.786 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2025-04-10 14:52:38.788 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2025-04-10 14:52:38.790 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-04-10 14:52:38.809 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2025-04-10 14:52:38.810 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2025-04-10 14:52:38.815 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2025-04-10 14:52:38.817 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2025-04-10 14:52:38.832 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:38.834 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2025-04-10 14:52:38.837 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-04-10 14:52:38.841 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-04-10 14:52:38.869 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-04-10 14:52:38.894 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-04-10 14:52:38.919 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-04-10 14:52:38.921 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2025-04-10 14:52:38.923 | + 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-10 14:52:38.948 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-10 14:52:38.950 | + 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-10 14:52:38.978 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-10 14:52:38.981 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2025-04-10 14:52:38.996 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:52:38.998 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2025-04-10 14:52:39.000 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2025-04-10 14:52:39.017 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:52:39.019 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2025-04-10 14:52:39.036 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:52:39.038 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2025-04-10 14:52:39.054 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:52:39.056 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2025-04-10 14:52:39.071 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:52:39.073 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-04-10 14:52:39.088 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:39.091 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2025-04-10 14:52:39.093 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-04-10 14:52:39.096 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-04-10 14:52:39.099 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2025-04-10 14:52:39.102 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2025-04-10 14:52:39.104 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2025-04-10 14:52:39.107 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2025-04-10 14:52:39.109 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2025-04-10 14:52:39.111 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-04-10 14:52:39.115 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-04-10 14:52:39.119 | + 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-10 14:52:39.124 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-04-10 14:52:39.151 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-10 14:52:39.179 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-04-10 14:52:39.208 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-04-10 14:52:39.236 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-04-10 14:52:39.238 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-10 14:52:39.240 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-04-10 14:52:39.243 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-10 14:52:39.245 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-04-10 14:52:39.272 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-04-10 14:52:39.301 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-10 14:52:39.327 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-04-10 14:52:39.352 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-04-10 14:52:39.376 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-04-10 14:52:39.401 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-04-10 14:52:39.427 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-04-10 14:52:39.454 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-10 14:52:39.480 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-04-10 14:52:39.506 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-04-10 14:52:39.531 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-04-10 14:52:39.555 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-04-10 14:52:39.557 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-10 14:52:39.559 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-10 14:52:39.561 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-10 14:52:39.563 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-04-10 14:52:39.587 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-04-10 14:52:39.611 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-04-10 14:52:39.636 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-04-10 14:52:39.660 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-04-10 14:52:39.686 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-04-10 14:52:39.710 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-04-10 14:52:39.736 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-04-10 14:52:39.760 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-10 14:52:39.785 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-04-10 14:52:39.810 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-04-10 14:52:39.812 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-10 14:52:39.814 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-10 14:52:39.816 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-04-10 14:52:39.818 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-04-10 14:52:39.843 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-04-10 14:52:39.868 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-04-10 14:52:39.894 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-04-10 14:52:39.919 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-04-10 14:52:39.943 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-04-10 14:52:39.968 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-04-10 14:52:39.992 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-04-10 14:52:40.018 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-04-10 14:52:40.044 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-04-10 14:52:40.069 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2025-04-10 14:52:40.071 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-04-10 14:52:40.074 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-04-10 14:52:40.076 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-04-10 14:52:40.077 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-04-10 14:52:40.079 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-04-10 14:52:40.081 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-04-10 14:52:40.083 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-04-10 14:52:40.085 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-04-10 14:52:40.087 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-04-10 14:52:40.089 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-04-10 14:52:40.091 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-04-10 14:52:40.093 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-04-10 14:52:40.095 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-04-10 14:52:40.097 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-04-10 14:52:40.099 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-04-10 14:52:40.101 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-04-10 14:52:40.103 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-04-10 14:52:40.105 | + 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-10 14:52:40.107 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:40.109 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-04-10 14:52:40.111 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-04-10 14:52:40.112 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-04-10 14:52:40.114 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-10 14:52:40.116 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-10 14:52:40.139 | + 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-10 14:52:40.141 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:40.143 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-10 14:52:40.144 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-04-10 14:52:40.146 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-04-10 14:52:40.148 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-10 14:52:40.150 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-04-10 14:52:40.173 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-04-10 14:52:40.175 | + 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-10 14:52:40.177 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:40.179 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-10 14:52:40.181 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-04-10 14:52:40.183 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-04-10 14:52:40.185 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-10 14:52:40.187 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-10 14:52:40.211 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-04-10 14:52:40.213 | + 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-10 14:52:40.215 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:40.217 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-10 14:52:40.219 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-04-10 14:52:40.221 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-04-10 14:52:40.223 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-10 14:52:40.224 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-10 14:52:40.248 | + 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-10 14:52:40.250 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:40.252 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-10 14:52:40.254 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-04-10 14:52:40.256 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-04-10 14:52:40.258 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-10 14:52:40.260 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-04-10 14:52:40.284 | + 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-10 14:52:40.285 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:40.287 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-04-10 14:52:40.289 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-04-10 14:52:40.291 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-04-10 14:52:40.293 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-10 14:52:40.295 | + 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-10 14:52:40.319 | + 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-10 14:52:40.321 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:40.323 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-04-10 14:52:40.325 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-10 14:52:40.327 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-10 14:52:40.329 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-10 14:52:40.331 | + 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-10 14:52:40.354 | + 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-10 14:52:40.356 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:40.358 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-04-10 14:52:40.360 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-04-10 14:52:40.362 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-04-10 14:52:40.364 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-10 14:52:40.366 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-04-10 14:52:40.390 | + 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-10 14:52:40.392 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:40.394 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-04-10 14:52:40.396 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-04-10 14:52:40.399 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-04-10 14:52:40.400 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-10 14:52:40.402 | + 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-10 14:52:40.426 | + 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-10 14:52:40.428 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:52:40.430 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-04-10 14:52:40.432 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-10 14:52:40.434 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-10 14:52:40.436 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-10 14:52:40.438 | + 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-10 14:52:40.461 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-10 14:52:40.463 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-04-10 14:52:40.488 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-04-10 14:52:40.514 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2025-04-10 14:52:40.516 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2025-04-10 14:52:40.530 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:40.532 | + stack.sh:main:1178 : is_service_enabled neutron 2025-04-10 14:52:40.546 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:40.548 | + stack.sh:main:1179 : async_runfunc init_neutron 2025-04-10 14:52:40.550 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-04-10 14:52:40.598 | + inc/async:async_inner:63 : init_neutron 2025-04-10 14:52:40.627 | [3486 Async init_neutron:49252]: running: init_neutron 2025-04-10 14:52:40.630 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2025-04-10 14:52:40.644 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:40.647 | ++ stack.sh:main:1191 : pidof NetworkManager 2025-04-10 14:52:40.658 | ++ stack.sh:main:1191 : true 2025-04-10 14:52:40.661 | + stack.sh:main:1191 : netman_pid= 2025-04-10 14:52:40.663 | + stack.sh:main:1192 : '[' -z '' ']' 2025-04-10 14:52:40.665 | + stack.sh:main:1193 : sudo killall dnsmasq 2025-04-10 14:52:40.676 | dnsmasq: no process found 2025-04-10 14:52:40.679 | + stack.sh:main:1193 : true 2025-04-10 14:52:40.681 | + stack.sh:main:1198 : clean_iptables 2025-04-10 14:52:40.685 | + lib/nova:clean_iptables:189 : grep nova 2025-04-10 14:52:40.685 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-10 14:52:40.685 | + lib/nova:clean_iptables:189 : grep '\-A' 2025-04-10 14:52:40.686 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2025-04-10 14:52:40.686 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2025-04-10 14:52:40.687 | + lib/nova:clean_iptables:189 : bash 2025-04-10 14:52:40.687 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2025-04-10 14:52:40.713 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2025-04-10 14:52:40.713 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-10 14:52:40.714 | + lib/nova:clean_iptables:191 : grep nova 2025-04-10 14:52:40.714 | + lib/nova:clean_iptables:191 : grep '\-A' 2025-04-10 14:52:40.714 | + lib/nova:clean_iptables:191 : bash 2025-04-10 14:52:40.714 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2025-04-10 14:52:40.715 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2025-04-10 14:52:40.725 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-10 14:52:40.725 | + lib/nova:clean_iptables:193 : grep nova 2025-04-10 14:52:40.725 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2025-04-10 14:52:40.725 | + lib/nova:clean_iptables:193 : grep '\-N' 2025-04-10 14:52:40.726 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2025-04-10 14:52:40.726 | + lib/nova:clean_iptables:193 : bash 2025-04-10 14:52:40.728 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2025-04-10 14:52:40.737 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-10 14:52:40.737 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2025-04-10 14:52:40.737 | + lib/nova:clean_iptables:195 : grep nova 2025-04-10 14:52:40.737 | + lib/nova:clean_iptables:195 : grep '\-N' 2025-04-10 14:52:40.739 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2025-04-10 14:52:40.739 | + lib/nova:clean_iptables:195 : bash 2025-04-10 14:52:40.741 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2025-04-10 14:52:40.748 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2025-04-10 14:52:40.756 | net.ipv4.ip_forward = 1 2025-04-10 14:52:40.759 | + stack.sh:main:1206 : is_service_enabled nova neutron 2025-04-10 14:52:40.773 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:40.775 | + stack.sh:main:1207 : configure_os_vif 2025-04-10 14:52:40.778 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-04-10 14:52:40.780 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-04-10 14:52:40.807 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-04-10 14:52:40.809 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-04-10 14:52:40.837 | + stack.sh:main:1213 : is_service_enabled swift 2025-04-10 14:52:40.851 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:52:40.853 | + stack.sh:main:1222 : is_service_enabled cinder 2025-04-10 14:52:40.866 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:40.869 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2025-04-10 14:52:40.871 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:52:40.873 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2025-04-10 14:52:40.875 | + stack.sh:main:1224 : async_runfunc init_cinder 2025-04-10 14:52:40.877 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-04-10 14:52:40.924 | + inc/async:async_inner:63 : init_cinder 2025-04-10 14:52:40.955 | [3486 Async init_cinder:49603]: running: init_cinder 2025-04-10 14:52:40.958 | + stack.sh:main:1230 : is_service_enabled placement 2025-04-10 14:52:40.973 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:40.976 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2025-04-10 14:52:40.978 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:52:40.980 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2025-04-10 14:52:40.983 | + stack.sh:main:1232 : async_runfunc init_placement 2025-04-10 14:52:40.985 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-04-10 14:52:41.033 | + inc/async:async_inner:63 : init_placement 2025-04-10 14:52:41.063 | [3486 Async init_placement:49750]: running: init_placement 2025-04-10 14:52:41.065 | + stack.sh:main:1236 : async_wait init_neutron 2025-04-10 14:52:41.103 | [3486 Async init_neutron:49252]: Waiting for completion of init_neutron running on PID 49252 (5 other jobs running) 2025-04-10 14:52:41.121 | [3486 Async init_neutron:49252]: Signaling child to exit 2025-04-10 14:52:44.873 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:52:44.892 | [49603 Async init_cinder:49603]: finished successfully 2025-04-10 14:52:50.046 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:52:50.065 | [49252 Async init_neutron:49252]: finished successfully 2025-04-10 14:52:50.082 | WAKEUP 2025-04-10 14:52:50.099 | [3486 Async init_neutron:49252]: Signaled 2025-04-10 14:52:50.101 | + lib/neutron:init_neutron:511 : recreate_database neutron 2025-04-10 14:52:50.101 | + lib/database:recreate_database:112 : local db=neutron 2025-04-10 14:52:50.101 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-04-10 14:52:50.101 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2025-04-10 14:52:50.101 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-04-10 14:52:50.101 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-04-10 14:52:50.101 | + lib/neutron:init_neutron:512 : time_start dbsync 2025-04-10 14:52:50.101 | + functions-common:time_start:2386 : local name=dbsync 2025-04-10 14:52:50.101 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:52:50.101 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:52:50.101 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:52:50.101 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296760636 2025-04-10 14:52:50.101 | + 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-10 14:52:50.101 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-04-10 14:52:50.101 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-04-10 14:52:50.102 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-04-10 14:52:50.102 | Running upgrade for neutron ... 2025-04-10 14:52:50.102 | OK 2025-04-10 14:52:50.102 | + lib/neutron:init_neutron:515 : time_stop dbsync 2025-04-10 14:52:50.102 | + functions-common:time_stop:2400 : local name 2025-04-10 14:52:50.102 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:52:50.102 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:52:50.102 | + functions-common:time_stop:2403 : local total 2025-04-10 14:52:50.102 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:52:50.102 | + functions-common:time_stop:2406 : name=dbsync 2025-04-10 14:52:50.102 | + functions-common:time_stop:2407 : start_time=1744296760636 2025-04-10 14:52:50.102 | + functions-common:time_stop:2409 : [[ -z 1744296760636 ]] 2025-04-10 14:52:50.102 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:52:50.102 | + functions-common:time_stop:2412 : end_time=1744296770033 2025-04-10 14:52:50.102 | + functions-common:time_stop:2413 : elapsed_time=9397 2025-04-10 14:52:50.102 | + functions-common:time_stop:2414 : total=2780 2025-04-10 14:52:50.102 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:52:50.102 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12177 2025-04-10 14:52:50.134 | [3486 Async init_neutron:49252]: finished init_neutron with result 0 in 9 seconds 2025-04-10 14:52:50.137 | + inc/async:async_wait:197 : return 0 2025-04-10 14:52:50.139 | + stack.sh:main:1237 : async_wait init_placement 2025-04-10 14:52:50.177 | [3486 Async init_placement:49750]: Waiting for completion of init_placement running on PID 49750 (4 other jobs running) 2025-04-10 14:52:50.195 | [3486 Async init_placement:49750]: Signaling child to exit 2025-04-10 14:52:57.298 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:52:57.317 | [49750 Async init_placement:49750]: finished successfully 2025-04-10 14:52:57.333 | WAKEUP 2025-04-10 14:52:57.350 | [3486 Async init_placement:49750]: Signaled 2025-04-10 14:52:57.351 | + lib/placement:init_placement:143 : recreate_database placement 2025-04-10 14:52:57.351 | + lib/database:recreate_database:112 : local db=placement 2025-04-10 14:52:57.351 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-04-10 14:52:57.351 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2025-04-10 14:52:57.351 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-04-10 14:52:57.351 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-04-10 14:52:57.351 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2025-04-10 14:52:57.351 | + lib/placement:init_placement:145 : create_placement_accounts 2025-04-10 14:52:57.351 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-04-10 14:52:57.351 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-04-10 14:52:57.351 | + functions-common:get_or_create_user:882 : local user_id 2025-04-10 14:52:57.351 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-10 14:52:57.351 | + functions-common:get_or_create_user:886 : local email= 2025-04-10 14:52:57.351 | ++ 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-10 14:52:57.351 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:57.351 | + functions-common:get_or_create_user:898 : user_id=f01313c122c944c1b17166321ca5ace7 2025-04-10 14:52:57.351 | + functions-common:get_or_create_user:899 : echo f01313c122c944c1b17166321ca5ace7 2025-04-10 14:52:57.351 | f01313c122c944c1b17166321ca5ace7 2025-04-10 14:52:57.351 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-04-10 14:52:57.351 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:52:57.351 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:52:57.351 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-10 14:52:57.351 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-10 14:52:57.351 | + 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-10 14:52:57.351 | ++ 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-10 14:52:57.351 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:57.351 | + functions-common:get_or_add_user_project_role:962 : user_role_id=14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:57.351 | + functions-common:get_or_add_user_project_role:963 : echo 14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:57.351 | 14b14bedcd1b47908b5bbcf712e869c2 2025-04-10 14:52:57.351 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-10 14:52:57.351 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-04-10 14:52:57.351 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-10 14:52:57.351 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-10 14:52:57.351 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-10 14:52:57.351 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-10 14:52:57.351 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-10 14:52:57.351 | + 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-10 14:52:57.351 | ++ 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-10 14:52:57.351 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:57.351 | + functions-common:get_or_add_user_project_role:962 : user_role_id=ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:52:57.351 | + functions-common:get_or_add_user_project_role:963 : echo ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:52:57.351 | ce15efe7fa8c4212852d9ac7e7169287 2025-04-10 14:52:57.351 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-04-10 14:52:57.351 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-04-10 14:52:57.351 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-10 14:52:57.351 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-04-10 14:52:57.351 | ++ 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-10 14:52:57.352 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:57.352 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-10 14:52:57.352 | c51b6d615ad74ca9a7c92a40c0f51674' 2025-04-10 14:52:57.352 | + functions-common:get_or_create_service:1050 : echo c51b6d615ad74ca9a7c92a40c0f51674 2025-04-10 14:52:57.352 | c51b6d615ad74ca9a7c92a40c0f51674 2025-04-10 14:52:57.352 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-04-10 14:52:57.352 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-10 14:52:57.352 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-04-10 14:52:57.352 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-10 14:52:57.352 | +++ 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-10 14:52:57.352 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:57.352 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-10 14:52:57.352 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-10 14:52:57.352 | +++ 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-10 14:52:57.352 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:52:57.352 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=4b67964f359a4284852b72bc095bf09f 2025-04-10 14:52:57.352 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 4b67964f359a4284852b72bc095bf09f 2025-04-10 14:52:57.352 | + functions-common:get_or_create_endpoint:1083 : public_id=4b67964f359a4284852b72bc095bf09f 2025-04-10 14:52:57.352 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-10 14:52:57.352 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-10 14:52:57.352 | + functions-common:get_or_create_endpoint:1092 : echo 4b67964f359a4284852b72bc095bf09f 2025-04-10 14:52:57.352 | 4b67964f359a4284852b72bc095bf09f 2025-04-10 14:52:57.383 | [3486 Async init_placement:49750]: finished init_placement with result 0 in 16 seconds 2025-04-10 14:52:57.386 | + inc/async:async_wait:197 : return 0 2025-04-10 14:52:57.388 | + stack.sh:main:1238 : async_wait init_glance 2025-04-10 14:52:57.424 | [3486 Async init_glance:45895]: Waiting for completion of init_glance running on PID 45895 (3 other jobs running) 2025-04-10 14:52:57.442 | [3486 Async init_glance:45895]: Signaling child to exit 2025-04-10 14:52:57.442 | WAKEUP 2025-04-10 14:52:57.458 | [3486 Async init_glance:45895]: Signaled 2025-04-10 14:52:57.459 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2025-04-10 14:52:57.459 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2025-04-10 14:52:57.459 | + lib/glance:init_glance:488 : recreate_database glance 2025-04-10 14:52:57.459 | + lib/database:recreate_database:112 : local db=glance 2025-04-10 14:52:57.459 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-04-10 14:52:57.459 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2025-04-10 14:52:57.459 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-04-10 14:52:57.459 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-04-10 14:52:57.459 | + lib/glance:init_glance:490 : time_start dbsync 2025-04-10 14:52:57.459 | + functions-common:time_start:2386 : local name=dbsync 2025-04-10 14:52:57.459 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:52:57.459 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:52:57.459 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:52:57.459 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296734923 2025-04-10 14:52:57.459 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-04-10 14:52:57.459 | INFO dbcounter [-] Registered counter for database glance 2025-04-10 14:52:57.459 | 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=45982) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-10 14:52:57.459 | DEBUG dbcounter [-] [45982] Writer thread running {{(pid=45982) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:52:57.459 | INFO dbcounter [-] Registered counter for database glance 2025-04-10 14:52:57.459 | 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=45982) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-10 14:52:57.459 | DEBUG dbcounter [-] [45982] Writer thread running {{(pid=45982) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-10 14:52:57.459 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.459 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-04-10 14:52:57.460 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-04-10 14:52:57.460 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2025-04-10 14:52:57.460 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2025-04-10 14:52:57.460 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2025-04-10 14:52:57.460 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2025-04-10 14:52:57.460 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2025-04-10 14:52:57.460 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-04-10 14:52:57.460 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2025-04-10 14:52:57.460 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2025-04-10 14:52:57.460 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2025-04-10 14:52:57.460 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2025-04-10 14:52:57.460 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=45982) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:52:57.460 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:52:57.460 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-04-10 14:52:57.460 | Database migration is up to date. No migration needed. 2025-04-10 14:52:57.461 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-04-10 14:52:57.461 | Database is synced successfully. 2025-04-10 14:52:57.461 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-04-10 14:52:57.461 | INFO dbcounter [-] Registered counter for database glance 2025-04-10 14:52:57.461 | 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=46035) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-10 14:52:57.461 | DEBUG dbcounter [-] [46035] Writer thread running {{(pid=46035) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-04-10 14:52:57.461 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-04-10 14:52:57.462 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-04-10 14:52:57.462 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-04-10 14:52:57.462 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-04-10 14:52:57.462 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-04-10 14:52:57.462 | + lib/glance:init_glance:496 : time_stop dbsync 2025-04-10 14:52:57.462 | + functions-common:time_stop:2400 : local name 2025-04-10 14:52:57.462 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:52:57.462 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:52:57.462 | + functions-common:time_stop:2403 : local total 2025-04-10 14:52:57.462 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:52:57.462 | + functions-common:time_stop:2406 : name=dbsync 2025-04-10 14:52:57.462 | + functions-common:time_stop:2407 : start_time=1744296734923 2025-04-10 14:52:57.462 | + functions-common:time_stop:2409 : [[ -z 1744296734923 ]] 2025-04-10 14:52:57.462 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:52:57.462 | + functions-common:time_stop:2412 : end_time=1744296739253 2025-04-10 14:52:57.462 | + functions-common:time_stop:2413 : elapsed_time=4330 2025-04-10 14:52:57.462 | + functions-common:time_stop:2414 : total=2780 2025-04-10 14:52:57.462 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:52:57.462 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7110 2025-04-10 14:52:57.491 | [3486 Async init_glance:45895]: finished init_glance with result 0 in 4 seconds 2025-04-10 14:52:57.494 | + inc/async:async_wait:197 : return 0 2025-04-10 14:52:57.496 | + stack.sh:main:1239 : async_wait init_swift 2025-04-10 14:52:57.512 | Not waiting for async task init_swift that we never started or has already been waited for 2025-04-10 14:52:57.513 | + inc/async:async_wait:197 : return 0 2025-04-10 14:52:57.516 | + stack.sh:main:1240 : async_wait init_cinder 2025-04-10 14:52:57.553 | [3486 Async init_cinder:49603]: Waiting for completion of init_cinder running on PID 49603 (2 other jobs running) 2025-04-10 14:52:57.571 | [3486 Async init_cinder:49603]: Signaling child to exit 2025-04-10 14:52:57.571 | WAKEUP 2025-04-10 14:52:57.587 | [3486 Async init_cinder:49603]: Signaled 2025-04-10 14:52:57.588 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2025-04-10 14:52:57.588 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:57.588 | + lib/cinder:init_cinder:486 : recreate_database cinder 2025-04-10 14:52:57.588 | + lib/database:recreate_database:112 : local db=cinder 2025-04-10 14:52:57.588 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-04-10 14:52:57.588 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2025-04-10 14:52:57.588 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-04-10 14:52:57.588 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-04-10 14:52:57.588 | + lib/cinder:init_cinder:488 : time_start dbsync 2025-04-10 14:52:57.588 | + functions-common:time_start:2386 : local name=dbsync 2025-04-10 14:52:57.588 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:52:57.588 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:52:57.588 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:52:57.588 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296760980 2025-04-10 14:52:57.588 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-04-10 14:52:57.588 | INFO dbcounter [-] Registered counter for database cinder 2025-04-10 14:52:57.588 | 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=49707) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-10 14:52:57.588 | DEBUG dbcounter [-] [49707] Writer thread running {{(pid=49707) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:52:57.588 | INFO cinder.db.migration [-] Applying migration(s) 2025-04-10 14:52:57.588 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:52:57.588 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:52:57.588 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-04-10 14:52:57.588 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=49707) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-10 14:52:57.588 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-04-10 14:52:57.588 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=49707) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.588 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-04-10 14:52:57.588 | INFO dbcounter [-] Registered counter for database cinder 2025-04-10 14:52:57.588 | 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=49707) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-10 14:52:57.588 | DEBUG dbcounter [-] [49707] Writer thread running {{(pid=49707) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:52:57.588 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=49707) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.588 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2025-04-10 14:52:57.588 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=49707) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:52:57.588 | INFO cinder.db.migration [-] Migration(s) applied 2025-04-10 14:52:57.588 | + lib/cinder:init_cinder:491 : time_stop dbsync 2025-04-10 14:52:57.588 | + functions-common:time_stop:2400 : local name 2025-04-10 14:52:57.588 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:52:57.588 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:52:57.588 | + functions-common:time_stop:2403 : local total 2025-04-10 14:52:57.588 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:52:57.588 | + functions-common:time_stop:2406 : name=dbsync 2025-04-10 14:52:57.588 | + functions-common:time_stop:2407 : start_time=1744296760980 2025-04-10 14:52:57.588 | + functions-common:time_stop:2409 : [[ -z 1744296760980 ]] 2025-04-10 14:52:57.588 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:52:57.588 | + functions-common:time_stop:2412 : end_time=1744296764813 2025-04-10 14:52:57.588 | + functions-common:time_stop:2413 : elapsed_time=3833 2025-04-10 14:52:57.588 | + functions-common:time_stop:2414 : total=2780 2025-04-10 14:52:57.588 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:52:57.588 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6613 2025-04-10 14:52:57.588 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2025-04-10 14:52:57.588 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:57.588 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2025-04-10 14:52:57.588 | + lib/cinder:init_cinder:495 : local be be_name be_type 2025-04-10 14:52:57.588 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-10 14:52:57.588 | + lib/cinder:init_cinder:497 : be_type=vmdk 2025-04-10 14:52:57.588 | + lib/cinder:init_cinder:498 : be_name=vsphere 2025-04-10 14:52:57.588 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2025-04-10 14:52:57.588 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2025-04-10 14:52:57.588 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:52:57.589 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2025-04-10 14:52:57.620 | [3486 Async init_cinder:49603]: finished init_cinder with result 0 in 3 seconds 2025-04-10 14:52:57.623 | + inc/async:async_wait:197 : return 0 2025-04-10 14:52:57.625 | + stack.sh:main:1245 : is_service_enabled nova 2025-04-10 14:52:57.639 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:57.641 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2025-04-10 14:52:57.643 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:52:57.645 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2025-04-10 14:52:57.647 | + stack.sh:main:1247 : init_nova 2025-04-10 14:52:57.649 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2025-04-10 14:52:57.662 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:57.665 | + lib/nova:init_nova:858 : is_service_enabled n-api 2025-04-10 14:52:57.678 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:52:57.680 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-10 14:52:57.682 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2025-04-10 14:52:57.684 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-04-10 14:52:57.686 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-04-10 14:52:57.688 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2025-04-10 14:52:57.690 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-04-10 14:52:57.698 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-04-10 14:52:57.707 | ++ lib/nova:init_nova:871 : seq 1 1 2025-04-10 14:52:57.711 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-10 14:52:57.713 | ++ lib/nova:init_nova:872 : conductor_conf 1 2025-04-10 14:52:57.716 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-10 14:52:57.717 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-10 14:52:57.720 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-10 14:52:57.768 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-10 14:52:57.802 | [3486 Async nova-cell-1:50939]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-10 14:52:57.804 | + lib/nova:init_nova:875 : recreate_database nova_api 2025-04-10 14:52:57.807 | + lib/database:recreate_database:112 : local db=nova_api 2025-04-10 14:52:57.811 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-04-10 14:52:57.814 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2025-04-10 14:52:57.817 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-04-10 14:52:57.832 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-04-10 14:52:57.842 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-04-10 14:52:58.292 | 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-10 14:52:59.962 | INFO dbcounter [-] Registered counter for database nova_api 2025-04-10 14:52:59.973 | DEBUG dbcounter [-] [51006] Writer thread running {{(pid=51006) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:52:59.976 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:52:59.977 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:52:59.994 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-04-10 14:53:01.105 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=51006) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-10 14:53:01.107 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-04-10 14:53:01.320 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=51006) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:53:01.321 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2025-04-10 14:53:01.323 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=51006) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:53:01.722 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2025-04-10 14:53:01.725 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-04-10 14:53:01.727 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-04-10 14:53:01.729 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2025-04-10 14:53:01.731 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-10 14:53:01.733 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-10 14:53:01.736 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-10 14:53:01.751 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:01.753 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-10 14:53:01.755 | ++ 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-10 14:53:01.758 | + 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-10 14:53:02.210 | 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-10 14:53:03.386 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:53:03.405 | [50939 Async nova-cell-1:50939]: finished successfully 2025-04-10 14:53:03.449 | INFO dbcounter [None req-f7fd6f18-e341-4415-841a-dd984bb9beb5 None None] Registered counter for database nova_api 2025-04-10 14:53:03.460 | DEBUG dbcounter [-] [51050] Writer thread running {{(pid=51050) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:53:03.798 | ++ lib/nova:init_nova:883 : seq 0 1 2025-04-10 14:53:03.802 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-10 14:53:03.804 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2025-04-10 14:53:03.820 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-04-10 14:53:03.822 | + inc/async:async_wait:197 : return 0 2025-04-10 14:53:03.824 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-10 14:53:03.826 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2025-04-10 14:53:03.862 | [3486 Async nova-cell-1:50939]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 50939 (2 other jobs running) 2025-04-10 14:53:03.880 | [3486 Async nova-cell-1:50939]: Signaling child to exit 2025-04-10 14:53:03.880 | WAKEUP 2025-04-10 14:53:03.896 | [3486 Async nova-cell-1:50939]: Signaled 2025-04-10 14:53:03.897 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2025-04-10 14:53:03.897 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2025-04-10 14:53:03.897 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2025-04-10 14:53:03.897 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-04-10 14:53:03.897 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-04-10 14:53:03.897 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2025-04-10 14:53:03.897 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-04-10 14:53:03.897 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-04-10 14:53:03.897 | + 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-10 14:53:03.897 | 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-10 14:53:03.897 | INFO dbcounter [-] Registered counter for database nova_cell1 2025-04-10 14:53:03.897 | DEBUG dbcounter [-] [50991] Writer thread running {{(pid=50991) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:53:03.897 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-10 14:53:03.897 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-10 14:53:03.897 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-10 14:53:03.897 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=50991) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-10 14:53:03.897 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-10 14:53:03.897 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=50991) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:53:03.897 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-10 14:53:03.897 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=50991) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:53:03.897 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-10 14:53:03.897 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=50991) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:53:03.897 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-10 14:53:03.897 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=50991) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:53:03.897 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-10 14:53:03.897 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=50991) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:53:03.928 | [3486 Async nova-cell-1:50939]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-04-10 14:53:03.931 | + inc/async:async_wait:197 : return 0 2025-04-10 14:53:03.933 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-10 14:53:03.935 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-04-10 14:53:04.384 | 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-10 14:53:05.576 | INFO dbcounter [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] Registered counter for database nova_api 2025-04-10 14:53:05.587 | DEBUG dbcounter [-] [51221] Writer thread running {{(pid=51221) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:53:05.613 | INFO dbcounter [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] Registered counter for database nova_cell0 2025-04-10 14:53:05.617 | DEBUG dbcounter [-] [51221] Writer thread running {{(pid=51221) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:53:05.620 | INFO alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] Context impl MySQLImpl. 2025-04-10 14:53:05.620 | INFO alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] Will assume non-transactional DDL. 2025-04-10 14:53:05.633 | INFO alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-10 14:53:07.940 | DEBUG alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] new branch insert 8f2f1571d55b {{(pid=51221) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-10 14:53:07.942 | INFO alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-10 14:53:07.971 | DEBUG alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51221) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:53:07.973 | INFO alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-10 14:53:08.034 | DEBUG alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51221) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:53:08.036 | INFO alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-10 14:53:08.052 | DEBUG alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51221) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:53:08.053 | INFO alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-10 14:53:08.055 | DEBUG alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51221) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:53:08.057 | INFO alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-10 14:53:08.111 | DEBUG alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51221) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-10 14:53:08.115 | INFO dbcounter [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] Registered counter for database nova_cell1 2025-04-10 14:53:08.119 | DEBUG dbcounter [-] [51221] Writer thread running {{(pid=51221) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:53:08.122 | INFO alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] Context impl MySQLImpl. 2025-04-10 14:53:08.122 | INFO alembic.runtime.migration [None req-2b7a3132-8ae5-47f0-998b-0c1254584ccd None None] Will assume non-transactional DDL. 2025-04-10 14:53:08.508 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-04-10 14:53:08.962 | 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-10 14:53:10.167 | Running batches of 50 until complete 2025-04-10 14:53:10.167 | INFO dbcounter [None req-f1deb149-4a3b-4d30-a99f-01b2f0951ae6 None None] Registered counter for database nova_cell1 2025-04-10 14:53:10.179 | DEBUG dbcounter [-] [51243] Writer thread running {{(pid=51243) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:53:10.236 | INFO dbcounter [None req-f1deb149-4a3b-4d30-a99f-01b2f0951ae6 None None] Registered counter for database nova_api 2025-04-10 14:53:10.241 | DEBUG dbcounter [-] [51243] Writer thread running {{(pid=51243) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:53:10.306 | INFO dbcounter [None req-f1deb149-4a3b-4d30-a99f-01b2f0951ae6 None None] Registered counter for database nova_cell0 2025-04-10 14:53:10.311 | DEBUG dbcounter [-] [51243] Writer thread running {{(pid=51243) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:53:10.350 | +-------------------------------------+--------------+-----------+ 2025-04-10 14:53:10.350 | | Migration | Total Needed | Completed | 2025-04-10 14:53:10.350 | +-------------------------------------+--------------+-----------+ 2025-04-10 14:53:10.350 | | fill_virtual_interface_list | 0 | 0 | 2025-04-10 14:53:10.350 | | migrate_empty_ratio | 0 | 0 | 2025-04-10 14:53:10.350 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-04-10 14:53:10.350 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-04-10 14:53:10.350 | | migration_migrate_to_uuid | 0 | 0 | 2025-04-10 14:53:10.350 | | populate_dev_uuids | 0 | 0 | 2025-04-10 14:53:10.350 | | populate_instance_compute_id | 0 | 0 | 2025-04-10 14:53:10.350 | | populate_missing_availability_zones | 0 | 0 | 2025-04-10 14:53:10.350 | | populate_queued_for_delete | 0 | 0 | 2025-04-10 14:53:10.350 | | populate_user_id | 0 | 0 | 2025-04-10 14:53:10.350 | | populate_uuids | 0 | 0 | 2025-04-10 14:53:10.350 | +-------------------------------------+--------------+-----------+ 2025-04-10 14:53:10.720 | ++ lib/nova:init_nova:897 : seq 1 1 2025-04-10 14:53:10.724 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-10 14:53:10.727 | ++ lib/nova:init_nova:898 : conductor_conf 1 2025-04-10 14:53:10.729 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-10 14:53:10.731 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-10 14:53:10.734 | + 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-10 14:53:11.190 | 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-10 14:53:12.373 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-04-10 14:53:12.373 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-04-10 14:53:12.373 | INFO dbcounter [None req-9323716a-2f54-47d2-b1e5-568c25d6c33a None None] Registered counter for database nova_api 2025-04-10 14:53:12.383 | DEBUG dbcounter [-] [51260] Writer thread running {{(pid=51260) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:53:12.739 | + lib/nova:init_nova:902 : create_nova_keys_dir 2025-04-10 14:53:12.741 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-04-10 14:53:12.752 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2025-04-10 14:53:12.754 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2025-04-10 14:53:12.756 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-04-10 14:53:12.807 | + inc/async:async_inner:63 : configure_neutron_nova 2025-04-10 14:53:12.837 | [3486 Async configure_neutron_nova:51319]: running: configure_neutron_nova 2025-04-10 14:53:12.840 | + stack.sh:main:1257 : run_phase stack post-config 2025-04-10 14:53:12.842 | + functions-common:run_phase:1828 : local mode=stack 2025-04-10 14:53:12.844 | + functions-common:run_phase:1829 : local phase=post-config 2025-04-10 14:53:12.846 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-10 14:53:12.849 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-10 14:53:12.851 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-10 14:53:12.853 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-10 14:53:12.855 | + functions-common:run_phase:1838 : local extra 2025-04-10 14:53:12.858 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-10 14:53:12.861 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-10 14:53:12.863 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-10 14:53:12.865 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-10 14:53:12.868 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-04-10 14:53:12.870 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-10 14:53:12.884 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:12.886 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:53:12.888 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:53:12.890 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-10 14:53:12.892 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:53:12.894 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-10 14:53:12.896 | ++ extras.d/80-tempest.sh:source:12 : : 2025-04-10 14:53:12.898 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-10 14:53:12.900 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-10 14:53:12.902 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:53:12.904 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-10 14:53:12.907 | + functions-common:run_phase:1855 : run_plugins stack post-config 2025-04-10 14:53:12.909 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-10 14:53:12.911 | + functions-common:run_plugins:1815 : local phase=post-config 2025-04-10 14:53:12.913 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-10 14:53:12.916 | + functions-common:run_plugins:1818 : local plugin 2025-04-10 14:53:12.918 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-10 14:53:12.920 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-10 14:53:12.923 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-10 14:53:12.925 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-04-10 14:53:12.927 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:53:12.930 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:53:12.932 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-10 14:53:12.934 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:53:12.935 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-10 14:53:12.937 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-04-10 14:53:12.940 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:53:12.942 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2025-04-10 14:53:12.945 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-04-10 14:53:12.947 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-10 14:53:12.949 | + inc/meta-config:merge_config_group:171 : shift 2025-04-10 14:53:12.951 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-04-10 14:53:12.954 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:53:12.956 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-10 14:53:12.958 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-10 14:53:12.961 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-04-10 14:53:12.963 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:53:12.965 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-04-10 14:53:12.968 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:53:12.970 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-04-10 14:53:12.970 | /^\[\[.+\|.*\]\]/ { 2025-04-10 14:53:12.970 | gsub("[][]", "", $1); 2025-04-10 14:53:12.970 | split($1, a, "|"); 2025-04-10 14:53:12.970 | if (a[1] == matchgroup) 2025-04-10 14:53:12.970 | print a[2] 2025-04-10 14:53:12.970 | } 2025-04-10 14:53:12.970 | ' /opt/stack/devstack/local.conf 2025-04-10 14:53:12.975 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-10 14:53:12.977 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-10 14:53:12.980 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-10 14:53:12.982 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-04-10 14:53:12.984 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-04-10 14:53:12.987 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-04-10 14:53:12.989 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-04-10 14:53:12.992 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-04-10 14:53:12.995 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-04-10 14:53:12.998 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-04-10 14:53:13.000 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-10 14:53:13.002 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:53:13.004 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-10 14:53:13.006 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-04-10 14:53:13.008 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-10 14:53:13.011 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-04-10 14:53:13.013 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-04-10 14:53:13.016 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-04-10 14:53:13.018 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-04-10 14:53:13.021 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-10 14:53:13.022 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-04-10 14:53:13.022 | BEGIN { 2025-04-10 14:53:13.022 | section = "" 2025-04-10 14:53:13.022 | last_section = "" 2025-04-10 14:53:13.022 | section_count = 0 2025-04-10 14:53:13.022 | } 2025-04-10 14:53:13.022 | /^\[.+\]/ { 2025-04-10 14:53:13.022 | gsub("[][]", "", $1); 2025-04-10 14:53:13.022 | section=$1 2025-04-10 14:53:13.022 | next 2025-04-10 14:53:13.022 | } 2025-04-10 14:53:13.022 | /^ *\#/ { 2025-04-10 14:53:13.022 | next 2025-04-10 14:53:13.022 | } 2025-04-10 14:53:13.022 | /^[^ \t]+/ { 2025-04-10 14:53:13.022 | # get offset of first = in $0 2025-04-10 14:53:13.022 | eq_idx = index($0, "=") 2025-04-10 14:53:13.022 | # extract attr & value from $0 2025-04-10 14:53:13.022 | attr = substr($0, 1, eq_idx - 1) 2025-04-10 14:53:13.022 | value = substr($0, eq_idx + 1) 2025-04-10 14:53:13.022 | # only need to strip trailing whitespace from attr 2025-04-10 14:53:13.022 | sub(/[ \t]*$/, "", attr) 2025-04-10 14:53:13.022 | # need to strip leading & trailing whitespace from value 2025-04-10 14:53:13.022 | sub(/^[ \t]*/, "", value) 2025-04-10 14:53:13.022 | sub(/[ \t]*$/, "", value) 2025-04-10 14:53:13.022 | 2025-04-10 14:53:13.022 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-10 14:53:13.022 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-10 14:53:13.022 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-10 14:53:13.022 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-10 14:53:13.022 | if (! (section, attr) in cfg_attr_count) { 2025-04-10 14:53:13.022 | if (section != last_section) { 2025-04-10 14:53:13.022 | cfg_section[section_count++] = section 2025-04-10 14:53:13.022 | last_section = section 2025-04-10 14:53:13.022 | } 2025-04-10 14:53:13.022 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-10 14:53:13.022 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-10 14:53:13.022 | 2025-04-10 14:53:13.022 | cfg_attr[section, attr, 0] = value 2025-04-10 14:53:13.022 | cfg_attr_count[section, attr] = 1 2025-04-10 14:53:13.022 | } else { 2025-04-10 14:53:13.022 | lno = cfg_attr_count[section, attr]++ 2025-04-10 14:53:13.022 | cfg_attr[section, attr, lno] = value 2025-04-10 14:53:13.022 | } 2025-04-10 14:53:13.022 | } 2025-04-10 14:53:13.022 | END { 2025-04-10 14:53:13.022 | # Process each section in order 2025-04-10 14:53:13.022 | for (sno = 0; sno < section_count; sno++) { 2025-04-10 14:53:13.022 | section = cfg_section[sno] 2025-04-10 14:53:13.022 | # The ini routines simply append a config item immediately 2025-04-10 14:53:13.022 | # after the section header. To keep the same order as defined 2025-04-10 14:53:13.022 | # in local.conf, invoke the ini routines in the reverse order 2025-04-10 14:53:13.022 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-10 14:53:13.022 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-10 14:53:13.022 | if (cfg_attr_count[section, attr] == 1) 2025-04-10 14:53:13.022 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-10 14:53:13.022 | else { 2025-04-10 14:53:13.022 | # For multiline, invoke the ini routines in the reverse order 2025-04-10 14:53:13.022 | count = cfg_attr_count[section, attr] 2025-04-10 14:53:13.022 | print "inidelete " configfile " " section " " attr 2025-04-10 14:53:13.022 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-10 14:53:13.022 | for (l = count -2; l >= 0; l--) 2025-04-10 14:53:13.022 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-10 14:53:13.022 | } 2025-04-10 14:53:13.022 | } 2025-04-10 14:53:13.022 | } 2025-04-10 14:53:13.022 | } 2025-04-10 14:53:13.022 | ' 2025-04-10 14:53:13.022 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.023 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:53:13.024 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-10 14:53:13.025 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-10 14:53:13.027 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-04-10 14:53:13.029 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:53:13.032 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-04-10 14:53:13.034 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-04-10 14:53:13.034 | BEGIN { group = "" } 2025-04-10 14:53:13.034 | /^\[\[.+\|.*\]\]/ { 2025-04-10 14:53:13.034 | gsub("[][]", "", $1); 2025-04-10 14:53:13.034 | split($1, a, "|"); 2025-04-10 14:53:13.034 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-10 14:53:13.034 | group=a[1] 2025-04-10 14:53:13.034 | } else { 2025-04-10 14:53:13.034 | group="" 2025-04-10 14:53:13.034 | } 2025-04-10 14:53:13.034 | next 2025-04-10 14:53:13.034 | } 2025-04-10 14:53:13.034 | { 2025-04-10 14:53:13.034 | if (group != "") 2025-04-10 14:53:13.034 | print $0 2025-04-10 14:53:13.034 | } 2025-04-10 14:53:13.034 | ' /opt/stack/devstack/local.conf 2025-04-10 14:53:13.038 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-04-10 14:53:13.041 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-10 14:53:13.065 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.068 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-10 14:53:13.070 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-10 14:53:13.073 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-10 14:53:13.076 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-04-10 14:53:13.078 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-04-10 14:53:13.080 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-04-10 14:53:13.082 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-04-10 14:53:13.085 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-04-10 14:53:13.088 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-04-10 14:53:13.091 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-04-10 14:53:13.094 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-10 14:53:13.096 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:53:13.098 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-10 14:53:13.100 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-04-10 14:53:13.102 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-10 14:53:13.105 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-04-10 14:53:13.107 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-04-10 14:53:13.110 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-04-10 14:53:13.111 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-04-10 14:53:13.114 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-10 14:53:13.115 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.115 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-04-10 14:53:13.115 | BEGIN { 2025-04-10 14:53:13.115 | section = "" 2025-04-10 14:53:13.115 | last_section = "" 2025-04-10 14:53:13.115 | section_count = 0 2025-04-10 14:53:13.115 | } 2025-04-10 14:53:13.115 | /^\[.+\]/ { 2025-04-10 14:53:13.115 | gsub("[][]", "", $1); 2025-04-10 14:53:13.115 | section=$1 2025-04-10 14:53:13.115 | next 2025-04-10 14:53:13.115 | } 2025-04-10 14:53:13.115 | /^ *\#/ { 2025-04-10 14:53:13.115 | next 2025-04-10 14:53:13.115 | } 2025-04-10 14:53:13.115 | /^[^ \t]+/ { 2025-04-10 14:53:13.115 | # get offset of first = in $0 2025-04-10 14:53:13.115 | eq_idx = index($0, "=") 2025-04-10 14:53:13.115 | # extract attr & value from $0 2025-04-10 14:53:13.115 | attr = substr($0, 1, eq_idx - 1) 2025-04-10 14:53:13.115 | value = substr($0, eq_idx + 1) 2025-04-10 14:53:13.115 | # only need to strip trailing whitespace from attr 2025-04-10 14:53:13.115 | sub(/[ \t]*$/, "", attr) 2025-04-10 14:53:13.115 | # need to strip leading & trailing whitespace from value 2025-04-10 14:53:13.115 | sub(/^[ \t]*/, "", value) 2025-04-10 14:53:13.115 | sub(/[ \t]*$/, "", value) 2025-04-10 14:53:13.115 | 2025-04-10 14:53:13.115 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-10 14:53:13.115 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-10 14:53:13.115 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-10 14:53:13.115 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-10 14:53:13.115 | if (! (section, attr) in cfg_attr_count) { 2025-04-10 14:53:13.115 | if (section != last_section) { 2025-04-10 14:53:13.115 | cfg_section[section_count++] = section 2025-04-10 14:53:13.115 | last_section = section 2025-04-10 14:53:13.115 | } 2025-04-10 14:53:13.115 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-10 14:53:13.115 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-10 14:53:13.115 | 2025-04-10 14:53:13.115 | cfg_attr[section, attr, 0] = value 2025-04-10 14:53:13.115 | cfg_attr_count[section, attr] = 1 2025-04-10 14:53:13.115 | } else { 2025-04-10 14:53:13.115 | lno = cfg_attr_count[section, attr]++ 2025-04-10 14:53:13.115 | cfg_attr[section, attr, lno] = value 2025-04-10 14:53:13.115 | } 2025-04-10 14:53:13.115 | } 2025-04-10 14:53:13.115 | END { 2025-04-10 14:53:13.115 | # Process each section in order 2025-04-10 14:53:13.115 | for (sno = 0; sno < section_count; sno++) { 2025-04-10 14:53:13.115 | section = cfg_section[sno] 2025-04-10 14:53:13.115 | # The ini routines simply append a config item immediately 2025-04-10 14:53:13.115 | # after the section header. To keep the same order as defined 2025-04-10 14:53:13.115 | # in local.conf, invoke the ini routines in the reverse order 2025-04-10 14:53:13.115 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-10 14:53:13.115 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-10 14:53:13.115 | if (cfg_attr_count[section, attr] == 1) 2025-04-10 14:53:13.115 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-10 14:53:13.115 | else { 2025-04-10 14:53:13.115 | # For multiline, invoke the ini routines in the reverse order 2025-04-10 14:53:13.115 | count = cfg_attr_count[section, attr] 2025-04-10 14:53:13.115 | print "inidelete " configfile " " section " " attr 2025-04-10 14:53:13.115 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-10 14:53:13.115 | for (l = count -2; l >= 0; l--) 2025-04-10 14:53:13.115 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-10 14:53:13.115 | } 2025-04-10 14:53:13.115 | } 2025-04-10 14:53:13.115 | } 2025-04-10 14:53:13.115 | } 2025-04-10 14:53:13.116 | ' 2025-04-10 14:53:13.116 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:53:13.118 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-10 14:53:13.119 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-10 14:53:13.121 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-04-10 14:53:13.123 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:53:13.125 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-04-10 14:53:13.127 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-04-10 14:53:13.127 | BEGIN { group = "" } 2025-04-10 14:53:13.127 | /^\[\[.+\|.*\]\]/ { 2025-04-10 14:53:13.127 | gsub("[][]", "", $1); 2025-04-10 14:53:13.127 | split($1, a, "|"); 2025-04-10 14:53:13.127 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-10 14:53:13.127 | group=a[1] 2025-04-10 14:53:13.127 | } else { 2025-04-10 14:53:13.127 | group="" 2025-04-10 14:53:13.127 | } 2025-04-10 14:53:13.127 | next 2025-04-10 14:53:13.127 | } 2025-04-10 14:53:13.127 | { 2025-04-10 14:53:13.127 | if (group != "") 2025-04-10 14:53:13.127 | print $0 2025-04-10 14:53:13.127 | } 2025-04-10 14:53:13.127 | ' /opt/stack/devstack/local.conf 2025-04-10 14:53:13.132 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-04-10 14:53:13.134 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-04-10 14:53:13.140 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:53:13.158 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.159 | [51319 Async configure_neutron_nova:51319]: finished successfully 2025-04-10 14:53:13.161 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-10 14:53:13.163 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-10 14:53:13.165 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-10 14:53:13.168 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-04-10 14:53:13.170 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-04-10 14:53:13.173 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-04-10 14:53:13.175 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-04-10 14:53:13.178 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-04-10 14:53:13.181 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-10 14:53:13.183 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-10 14:53:13.185 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-10 14:53:13.187 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:53:13.189 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-10 14:53:13.191 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-04-10 14:53:13.193 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-10 14:53:13.196 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-04-10 14:53:13.198 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-04-10 14:53:13.201 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-04-10 14:53:13.203 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-04-10 14:53:13.205 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-10 14:53:13.206 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-04-10 14:53:13.206 | BEGIN { 2025-04-10 14:53:13.206 | section = "" 2025-04-10 14:53:13.206 | last_section = "" 2025-04-10 14:53:13.206 | section_count = 0 2025-04-10 14:53:13.206 | } 2025-04-10 14:53:13.206 | /^\[.+\]/ { 2025-04-10 14:53:13.206 | gsub("[][]", "", $1); 2025-04-10 14:53:13.206 | section=$1 2025-04-10 14:53:13.206 | next 2025-04-10 14:53:13.206 | } 2025-04-10 14:53:13.206 | /^ *\#/ { 2025-04-10 14:53:13.206 | next 2025-04-10 14:53:13.206 | } 2025-04-10 14:53:13.206 | /^[^ \t]+/ { 2025-04-10 14:53:13.206 | # get offset of first = in $0 2025-04-10 14:53:13.206 | eq_idx = index($0, "=") 2025-04-10 14:53:13.206 | # extract attr & value from $0 2025-04-10 14:53:13.206 | attr = substr($0, 1, eq_idx - 1) 2025-04-10 14:53:13.206 | value = substr($0, eq_idx + 1) 2025-04-10 14:53:13.206 | # only need to strip trailing whitespace from attr 2025-04-10 14:53:13.206 | sub(/[ \t]*$/, "", attr) 2025-04-10 14:53:13.206 | # need to strip leading & trailing whitespace from value 2025-04-10 14:53:13.206 | sub(/^[ \t]*/, "", value) 2025-04-10 14:53:13.206 | sub(/[ \t]*$/, "", value) 2025-04-10 14:53:13.206 | 2025-04-10 14:53:13.206 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-10 14:53:13.206 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-10 14:53:13.206 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-10 14:53:13.206 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-10 14:53:13.206 | if (! (section, attr) in cfg_attr_count) { 2025-04-10 14:53:13.206 | if (section != last_section) { 2025-04-10 14:53:13.206 | cfg_section[section_count++] = section 2025-04-10 14:53:13.206 | last_section = section 2025-04-10 14:53:13.206 | } 2025-04-10 14:53:13.206 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-10 14:53:13.206 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-10 14:53:13.206 | 2025-04-10 14:53:13.206 | cfg_attr[section, attr, 0] = value 2025-04-10 14:53:13.206 | cfg_attr_count[section, attr] = 1 2025-04-10 14:53:13.206 | } else { 2025-04-10 14:53:13.206 | lno = cfg_attr_count[section, attr]++ 2025-04-10 14:53:13.206 | cfg_attr[section, attr, lno] = value 2025-04-10 14:53:13.206 | } 2025-04-10 14:53:13.206 | } 2025-04-10 14:53:13.206 | END { 2025-04-10 14:53:13.206 | # Process each section in order 2025-04-10 14:53:13.206 | for (sno = 0; sno < section_count; sno++) { 2025-04-10 14:53:13.206 | section = cfg_section[sno] 2025-04-10 14:53:13.206 | # The ini routines simply append a config item immediately 2025-04-10 14:53:13.206 | # after the section header. To keep the same order as defined 2025-04-10 14:53:13.206 | # in local.conf, invoke the ini routines in the reverse order 2025-04-10 14:53:13.206 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-10 14:53:13.206 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-10 14:53:13.206 | if (cfg_attr_count[section, attr] == 1) 2025-04-10 14:53:13.206 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-10 14:53:13.206 | else { 2025-04-10 14:53:13.206 | # For multiline, invoke the ini routines in the reverse order 2025-04-10 14:53:13.206 | count = cfg_attr_count[section, attr] 2025-04-10 14:53:13.206 | print "inidelete " configfile " " section " " attr 2025-04-10 14:53:13.206 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-10 14:53:13.206 | for (l = count -2; l >= 0; l--) 2025-04-10 14:53:13.206 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-10 14:53:13.206 | } 2025-04-10 14:53:13.206 | } 2025-04-10 14:53:13.206 | } 2025-04-10 14:53:13.206 | } 2025-04-10 14:53:13.206 | ' 2025-04-10 14:53:13.206 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.208 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:53:13.208 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-10 14:53:13.210 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-10 14:53:13.212 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-04-10 14:53:13.213 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:53:13.215 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-04-10 14:53:13.217 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-04-10 14:53:13.217 | BEGIN { group = "" } 2025-04-10 14:53:13.217 | /^\[\[.+\|.*\]\]/ { 2025-04-10 14:53:13.217 | gsub("[][]", "", $1); 2025-04-10 14:53:13.217 | split($1, a, "|"); 2025-04-10 14:53:13.217 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-10 14:53:13.217 | group=a[1] 2025-04-10 14:53:13.217 | } else { 2025-04-10 14:53:13.217 | group="" 2025-04-10 14:53:13.217 | } 2025-04-10 14:53:13.217 | next 2025-04-10 14:53:13.217 | } 2025-04-10 14:53:13.217 | { 2025-04-10 14:53:13.217 | if (group != "") 2025-04-10 14:53:13.217 | print $0 2025-04-10 14:53:13.217 | } 2025-04-10 14:53:13.217 | ' /opt/stack/devstack/local.conf 2025-04-10 14:53:13.222 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-04-10 14:53:13.224 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-04-10 14:53:13.248 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.249 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-04-10 14:53:13.252 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-04-10 14:53:13.276 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.279 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-10 14:53:13.281 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-10 14:53:13.283 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-10 14:53:13.286 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-04-10 14:53:13.288 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:53:13.291 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:53:13.293 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-04-10 14:53:13.296 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:53:13.299 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-04-10 14:53:13.301 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-04-10 14:53:13.303 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-10 14:53:13.305 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:53:13.307 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-10 14:53:13.309 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-10 14:53:13.311 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-10 14:53:13.313 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-04-10 14:53:13.315 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:53:13.318 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-10 14:53:13.320 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-04-10 14:53:13.322 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-10 14:53:13.323 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-10 14:53:13.323 | BEGIN { 2025-04-10 14:53:13.323 | section = "" 2025-04-10 14:53:13.323 | last_section = "" 2025-04-10 14:53:13.323 | section_count = 0 2025-04-10 14:53:13.323 | } 2025-04-10 14:53:13.323 | /^\[.+\]/ { 2025-04-10 14:53:13.323 | gsub("[][]", "", $1); 2025-04-10 14:53:13.323 | section=$1 2025-04-10 14:53:13.323 | next 2025-04-10 14:53:13.323 | } 2025-04-10 14:53:13.323 | /^ *\#/ { 2025-04-10 14:53:13.323 | next 2025-04-10 14:53:13.323 | } 2025-04-10 14:53:13.323 | /^[^ \t]+/ { 2025-04-10 14:53:13.323 | # get offset of first = in $0 2025-04-10 14:53:13.323 | eq_idx = index($0, "=") 2025-04-10 14:53:13.323 | # extract attr & value from $0 2025-04-10 14:53:13.323 | attr = substr($0, 1, eq_idx - 1) 2025-04-10 14:53:13.323 | value = substr($0, eq_idx + 1) 2025-04-10 14:53:13.323 | # only need to strip trailing whitespace from attr 2025-04-10 14:53:13.323 | sub(/[ \t]*$/, "", attr) 2025-04-10 14:53:13.323 | # need to strip leading & trailing whitespace from value 2025-04-10 14:53:13.323 | sub(/^[ \t]*/, "", value) 2025-04-10 14:53:13.323 | sub(/[ \t]*$/, "", value) 2025-04-10 14:53:13.323 | 2025-04-10 14:53:13.323 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-10 14:53:13.323 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-10 14:53:13.323 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-10 14:53:13.323 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-10 14:53:13.323 | if (! (section, attr) in cfg_attr_count) { 2025-04-10 14:53:13.323 | if (section != last_section) { 2025-04-10 14:53:13.323 | cfg_section[section_count++] = section 2025-04-10 14:53:13.323 | last_section = section 2025-04-10 14:53:13.323 | } 2025-04-10 14:53:13.323 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-10 14:53:13.323 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-10 14:53:13.323 | 2025-04-10 14:53:13.323 | cfg_attr[section, attr, 0] = value 2025-04-10 14:53:13.323 | cfg_attr_count[section, attr] = 1 2025-04-10 14:53:13.323 | } else { 2025-04-10 14:53:13.323 | lno = cfg_attr_count[section, attr]++ 2025-04-10 14:53:13.323 | cfg_attr[section, attr, lno] = value 2025-04-10 14:53:13.323 | } 2025-04-10 14:53:13.323 | } 2025-04-10 14:53:13.323 | END { 2025-04-10 14:53:13.323 | # Process each section in order 2025-04-10 14:53:13.323 | for (sno = 0; sno < section_count; sno++) { 2025-04-10 14:53:13.323 | section = cfg_section[sno] 2025-04-10 14:53:13.323 | # The ini routines simply append a config item immediately 2025-04-10 14:53:13.323 | # after the section header. To keep the same order as defined 2025-04-10 14:53:13.323 | # in local.conf, invoke the ini routines in the reverse order 2025-04-10 14:53:13.323 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-10 14:53:13.323 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-10 14:53:13.323 | if (cfg_attr_count[section, attr] == 1) 2025-04-10 14:53:13.323 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-10 14:53:13.323 | else { 2025-04-10 14:53:13.323 | # For multiline, invoke the ini routines in the reverse order 2025-04-10 14:53:13.323 | count = cfg_attr_count[section, attr] 2025-04-10 14:53:13.323 | print "inidelete " configfile " " section " " attr 2025-04-10 14:53:13.323 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-10 14:53:13.323 | for (l = count -2; l >= 0; l--) 2025-04-10 14:53:13.323 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-10 14:53:13.323 | } 2025-04-10 14:53:13.323 | } 2025-04-10 14:53:13.323 | } 2025-04-10 14:53:13.323 | } 2025-04-10 14:53:13.323 | ' 2025-04-10 14:53:13.323 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.325 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:53:13.325 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-10 14:53:13.327 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-10 14:53:13.328 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-10 14:53:13.330 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:53:13.332 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-04-10 14:53:13.334 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-10 14:53:13.334 | BEGIN { group = "" } 2025-04-10 14:53:13.334 | /^\[\[.+\|.*\]\]/ { 2025-04-10 14:53:13.334 | gsub("[][]", "", $1); 2025-04-10 14:53:13.334 | split($1, a, "|"); 2025-04-10 14:53:13.334 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-10 14:53:13.334 | group=a[1] 2025-04-10 14:53:13.334 | } else { 2025-04-10 14:53:13.334 | group="" 2025-04-10 14:53:13.334 | } 2025-04-10 14:53:13.334 | next 2025-04-10 14:53:13.334 | } 2025-04-10 14:53:13.334 | { 2025-04-10 14:53:13.334 | if (group != "") 2025-04-10 14:53:13.334 | print $0 2025-04-10 14:53:13.334 | } 2025-04-10 14:53:13.334 | ' /opt/stack/devstack/local.conf 2025-04-10 14:53:13.339 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-04-10 14:53:13.341 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-04-10 14:53:13.365 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.367 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-04-10 14:53:13.369 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-10 14:53:13.395 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.397 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-04-10 14:53:13.399 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-10 14:53:13.423 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.425 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-04-10 14:53:13.427 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-04-10 14:53:13.452 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.454 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-04-10 14:53:13.456 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-04-10 14:53:13.480 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.482 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-04-10 14:53:13.484 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-04-10 14:53:13.507 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.509 | + 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-10 14:53:13.511 | ++ 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-10 14:53:13.535 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.537 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-04-10 14:53:13.539 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-04-10 14:53:13.564 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.566 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-04-10 14:53:13.568 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-10 14:53:13.593 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.595 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-10 14:53:13.598 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-10 14:53:13.600 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-10 14:53:13.602 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-04-10 14:53:13.604 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-04-10 14:53:13.607 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-04-10 14:53:13.609 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-10 14:53:13.611 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-04-10 14:53:13.615 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-10 14:53:13.617 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-10 14:53:13.619 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-10 14:53:13.621 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:53:13.623 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-10 14:53:13.625 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-10 14:53:13.627 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-10 14:53:13.629 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-04-10 14:53:13.631 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-04-10 14:53:13.634 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-04-10 14:53:13.637 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-04-10 14:53:13.639 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-10 14:53:13.639 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-10 14:53:13.639 | BEGIN { 2025-04-10 14:53:13.639 | section = "" 2025-04-10 14:53:13.639 | last_section = "" 2025-04-10 14:53:13.639 | section_count = 0 2025-04-10 14:53:13.639 | } 2025-04-10 14:53:13.639 | /^\[.+\]/ { 2025-04-10 14:53:13.639 | gsub("[][]", "", $1); 2025-04-10 14:53:13.639 | section=$1 2025-04-10 14:53:13.639 | next 2025-04-10 14:53:13.639 | } 2025-04-10 14:53:13.639 | /^ *\#/ { 2025-04-10 14:53:13.639 | next 2025-04-10 14:53:13.639 | } 2025-04-10 14:53:13.639 | /^[^ \t]+/ { 2025-04-10 14:53:13.639 | # get offset of first = in $0 2025-04-10 14:53:13.639 | eq_idx = index($0, "=") 2025-04-10 14:53:13.639 | # extract attr & value from $0 2025-04-10 14:53:13.639 | attr = substr($0, 1, eq_idx - 1) 2025-04-10 14:53:13.639 | value = substr($0, eq_idx + 1) 2025-04-10 14:53:13.639 | # only need to strip trailing whitespace from attr 2025-04-10 14:53:13.639 | sub(/[ \t]*$/, "", attr) 2025-04-10 14:53:13.639 | # need to strip leading & trailing whitespace from value 2025-04-10 14:53:13.639 | sub(/^[ \t]*/, "", value) 2025-04-10 14:53:13.639 | sub(/[ \t]*$/, "", value) 2025-04-10 14:53:13.639 | 2025-04-10 14:53:13.639 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-10 14:53:13.639 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-10 14:53:13.640 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-10 14:53:13.640 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-10 14:53:13.640 | if (! (section, attr) in cfg_attr_count) { 2025-04-10 14:53:13.640 | if (section != last_section) { 2025-04-10 14:53:13.640 | cfg_section[section_count++] = section 2025-04-10 14:53:13.640 | last_section = section 2025-04-10 14:53:13.640 | } 2025-04-10 14:53:13.640 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-10 14:53:13.640 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-10 14:53:13.640 | 2025-04-10 14:53:13.640 | cfg_attr[section, attr, 0] = value 2025-04-10 14:53:13.640 | cfg_attr_count[section, attr] = 1 2025-04-10 14:53:13.640 | } else { 2025-04-10 14:53:13.640 | lno = cfg_attr_count[section, attr]++ 2025-04-10 14:53:13.640 | cfg_attr[section, attr, lno] = value 2025-04-10 14:53:13.640 | } 2025-04-10 14:53:13.640 | } 2025-04-10 14:53:13.640 | END { 2025-04-10 14:53:13.640 | # Process each section in order 2025-04-10 14:53:13.640 | for (sno = 0; sno < section_count; sno++) { 2025-04-10 14:53:13.640 | section = cfg_section[sno] 2025-04-10 14:53:13.640 | # The ini routines simply append a config item immediately 2025-04-10 14:53:13.640 | # after the section header. To keep the same order as defined 2025-04-10 14:53:13.640 | # in local.conf, invoke the ini routines in the reverse order 2025-04-10 14:53:13.640 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-10 14:53:13.640 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-10 14:53:13.640 | if (cfg_attr_count[section, attr] == 1) 2025-04-10 14:53:13.640 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-10 14:53:13.640 | else { 2025-04-10 14:53:13.640 | # For multiline, invoke the ini routines in the reverse order 2025-04-10 14:53:13.640 | count = cfg_attr_count[section, attr] 2025-04-10 14:53:13.640 | print "inidelete " configfile " " section " " attr 2025-04-10 14:53:13.640 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-10 14:53:13.640 | for (l = count -2; l >= 0; l--) 2025-04-10 14:53:13.640 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-10 14:53:13.640 | } 2025-04-10 14:53:13.640 | } 2025-04-10 14:53:13.640 | } 2025-04-10 14:53:13.640 | } 2025-04-10 14:53:13.640 | ' 2025-04-10 14:53:13.640 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.641 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:53:13.642 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-10 14:53:13.643 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-10 14:53:13.645 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-10 14:53:13.647 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:53:13.649 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-10 14:53:13.651 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-10 14:53:13.651 | BEGIN { group = "" } 2025-04-10 14:53:13.651 | /^\[\[.+\|.*\]\]/ { 2025-04-10 14:53:13.651 | gsub("[][]", "", $1); 2025-04-10 14:53:13.651 | split($1, a, "|"); 2025-04-10 14:53:13.651 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-10 14:53:13.651 | group=a[1] 2025-04-10 14:53:13.651 | } else { 2025-04-10 14:53:13.651 | group="" 2025-04-10 14:53:13.651 | } 2025-04-10 14:53:13.651 | next 2025-04-10 14:53:13.651 | } 2025-04-10 14:53:13.651 | { 2025-04-10 14:53:13.651 | if (group != "") 2025-04-10 14:53:13.651 | print $0 2025-04-10 14:53:13.651 | } 2025-04-10 14:53:13.651 | ' /opt/stack/devstack/local.conf 2025-04-10 14:53:13.655 | + 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-10 14:53:13.657 | ++ 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-10 14:53:13.680 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.682 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-04-10 14:53:13.684 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-10 14:53:13.709 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.711 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-04-10 14:53:13.713 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-04-10 14:53:13.736 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:13.739 | + stack.sh:main:1274 : is_service_enabled swift 2025-04-10 14:53:13.753 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:13.755 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-10 14:53:13.758 | + stack.sh:main:1283 : is_service_enabled cinder 2025-04-10 14:53:13.771 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:13.773 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-10 14:53:13.799 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2025-04-10 14:53:13.836 | [3486 Async configure_neutron_nova:51319]: Waiting for completion of configure_neutron_nova running on PID 51319 (2 other jobs running) 2025-04-10 14:53:13.853 | [3486 Async configure_neutron_nova:51319]: Signaling child to exit 2025-04-10 14:53:13.853 | WAKEUP 2025-04-10 14:53:13.868 | [3486 Async configure_neutron_nova:51319]: Signaled 2025-04-10 14:53:13.869 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-04-10 14:53:13.869 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-04-10 14:53:13.869 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2025-04-10 14:53:13.869 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-04-10 14:53:13.869 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-04-10 14:53:13.869 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-04-10 14:53:13.900 | [3486 Async configure_neutron_nova:51319]: finished configure_neutron_nova with result 0 in 0 seconds 2025-04-10 14:53:13.903 | + inc/async:async_wait:197 : return 0 2025-04-10 14:53:13.905 | + stack.sh:main:1293 : is_service_enabled nova 2025-04-10 14:53:13.919 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:13.921 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-10 14:53:13.945 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-10 14:53:13.972 | + stack.sh:main:1299 : is_service_enabled n-api 2025-04-10 14:53:13.986 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:13.988 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2025-04-10 14:53:13.991 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:53:13.993 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2025-04-10 14:53:13.995 | + stack.sh:main:1301 : start_nova_api 2025-04-10 14:53:13.997 | + lib/nova:start_nova_api:978 : local service_port=8774 2025-04-10 14:53:13.999 | + lib/nova:start_nova_api:979 : local service_protocol=http 2025-04-10 14:53:14.001 | + lib/nova:start_nova_api:980 : local nova_url 2025-04-10 14:53:14.004 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2025-04-10 14:53:14.017 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:14.019 | + 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-10 14:53:14.021 | + 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-10 14:53:14.023 | + 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-10 14:53:14.025 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2025-04-10 14:53:14.028 | ++ lib/nova:start_nova_api:998 : which uwsgi 2025-04-10 14:53:14.031 | + 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-10 14:53:14.033 | + functions-common:run_process:1654 : local service=n-api 2025-04-10 14:53:14.035 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-10 14:53:14.038 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:14.040 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:14.042 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:14.044 | + functions-common:run_process:1660 : local name=n-api 2025-04-10 14:53:14.046 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:14.048 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:14.050 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:14.053 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:14.055 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:14.058 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296794056 2025-04-10 14:53:14.061 | + functions-common:run_process:1663 : is_service_enabled n-api 2025-04-10 14:53:14.074 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:14.076 | + 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-10 14:53:14.078 | + functions-common:_run_under_systemd:1611 : local service=n-api 2025-04-10 14:53:14.080 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-10 14:53:14.082 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-10 14:53:14.084 | + 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-10 14:53:14.086 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-10 14:53:14.088 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-04-10 14:53:14.090 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-04-10 14:53:14.092 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2025-04-10 14:53:14.094 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:53:14.096 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:53:14.098 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:53:14.100 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:53:14.102 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-04-10 14:53:14.104 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-10 14:53:14.106 | + 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-10 14:53:14.108 | + 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-10 14:53:14.110 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2025-04-10 14:53:14.112 | + 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-10 14:53:14.114 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-10 14:53:14.116 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-10 14:53:14.117 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-10 14:53:14.119 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-04-10 14:53:14.121 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-10 14:53:14.124 | + 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-10 14:53:14.172 | + 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-10 14:53:14.219 | + 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-10 14:53:14.259 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-04-10 14:53:14.299 | + 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-10 14:53:14.340 | + 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-10 14:53:14.380 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-04-10 14:53:14.422 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-04-10 14:53:14.462 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-04-10 14:53:14.502 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-04-10 14:53:14.544 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-04-10 14:53:14.584 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-10 14:53:14.586 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-10 14:53:14.588 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-04-10 14:53:14.635 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-10 14:53:14.880 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2025-04-10 14:53:14.890 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-04-10 14:53:15.119 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2025-04-10 14:53:15.172 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:15.174 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:15.176 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:15.178 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:15.180 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:15.182 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:15.184 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:15.186 | + functions-common:time_stop:2407 : start_time=1744296794056 2025-04-10 14:53:15.188 | + functions-common:time_stop:2409 : [[ -z 1744296794056 ]] 2025-04-10 14:53:15.191 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:15.194 | + functions-common:time_stop:2412 : end_time=1744296795192 2025-04-10 14:53:15.196 | + functions-common:time_stop:2413 : elapsed_time=1136 2025-04-10 14:53:15.198 | + functions-common:time_stop:2414 : total=1270 2025-04-10 14:53:15.200 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:15.203 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2406 2025-04-10 14:53:15.205 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-04-10 14:53:15.207 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2025-04-10 14:53:15.207 | Waiting for nova-api to start... 2025-04-10 14:53:15.209 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-04-10 14:53:15.211 | + functions:wait_for_service:468 : local timeout=60 2025-04-10 14:53:15.213 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-04-10 14:53:15.215 | + functions:wait_for_service:470 : local rval=0 2025-04-10 14:53:15.217 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-10 14:53:15.219 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-10 14:53:15.221 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:15.223 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:15.226 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:15.229 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296795227 2025-04-10 14:53:15.231 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-10 14:53:15.235 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-04-10 14:53:17.843 | + :: : [[ 200 == 503 ]] 2025-04-10 14:53:17.845 | + :: : [[ 0 -eq 7 ]] 2025-04-10 14:53:17.847 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-10 14:53:17.849 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:17.852 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:17.854 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:17.856 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:17.858 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:17.860 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-10 14:53:17.861 | + functions-common:time_stop:2407 : start_time=1744296795227 2025-04-10 14:53:17.863 | + functions-common:time_stop:2409 : [[ -z 1744296795227 ]] 2025-04-10 14:53:17.866 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:17.870 | + functions-common:time_stop:2412 : end_time=1744296797867 2025-04-10 14:53:17.871 | + functions-common:time_stop:2413 : elapsed_time=2640 2025-04-10 14:53:17.873 | + functions-common:time_stop:2414 : total=2264 2025-04-10 14:53:17.875 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:17.877 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4904 2025-04-10 14:53:17.879 | + functions:wait_for_service:478 : return 0 2025-04-10 14:53:17.882 | + 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-10 14:53:17.884 | + 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-10 14:53:17.886 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2025-04-10 14:53:17.899 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:17.901 | + stack.sh:main:1309 : is_service_enabled neutron-api 2025-04-10 14:53:17.915 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:17.917 | + stack.sh:main:1312 : is_service_enabled q-svc 2025-04-10 14:53:17.930 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:17.932 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2025-04-10 14:53:17.934 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:53:17.936 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2025-04-10 14:53:17.938 | + stack.sh:main:1314 : configure_neutron_after_post_config 2025-04-10 14:53:17.941 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2025-04-10 14:53:17.943 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-04-10 14:53:17.968 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2025-04-10 14:53:17.970 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2025-04-10 14:53:17.972 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2025-04-10 14:53:17.975 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-04-10 14:53:18.000 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-04-10 14:53:18.026 | + stack.sh:main:1315 : start_neutron_service_and_check 2025-04-10 14:53:18.029 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2025-04-10 14:53:18.031 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2025-04-10 14:53:18.033 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2025-04-10 14:53:18.035 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2025-04-10 14:53:18.038 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2025-04-10 14:53:18.040 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-10 14:53:18.042 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-10 14:53:18.045 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2025-04-10 14:53:18.047 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2025-04-10 14:53:18.049 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2025-04-10 14:53:18.051 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2025-04-10 14:53:18.053 | +++ 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-10 14:53:18.055 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-10 14:53:18.058 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-10 14:53:18.060 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-04-10 14:53:18.062 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-10 14:53:18.064 | + 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-10 14:53:18.066 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2025-04-10 14:53:18.080 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:18.082 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2025-04-10 14:53:18.084 | + 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-10 14:53:18.086 | + functions-common:run_process:1654 : local service=q-svc 2025-04-10 14:53:18.089 | + 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-10 14:53:18.091 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:18.093 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:18.095 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:18.098 | + functions-common:run_process:1660 : local name=q-svc 2025-04-10 14:53:18.100 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:18.103 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:18.105 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:18.107 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:18.110 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:18.113 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296798111 2025-04-10 14:53:18.115 | + functions-common:run_process:1663 : is_service_enabled q-svc 2025-04-10 14:53:18.128 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:18.130 | + 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-10 14:53:18.132 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2025-04-10 14:53:18.134 | + 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-10 14:53:18.136 | + 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-10 14:53:18.138 | + 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-10 14:53:18.140 | + 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-10 14:53:18.141 | + 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-10 14:53:18.143 | + 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-10 14:53:18.145 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2025-04-10 14:53:18.147 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:53:18.149 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:53:18.152 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:53:18.154 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:53:18.156 | + 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-10 14:53:18.158 | + 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-10 14:53:18.159 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2025-04-10 14:53:18.161 | + 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-10 14:53:18.163 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-10 14:53:18.165 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-10 14:53:18.167 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-10 14:53:18.169 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-10 14:53:18.170 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-10 14:53:18.172 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-04-10 14:53:18.174 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-10 14:53:18.177 | + 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-10 14:53:18.225 | + 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-10 14:53:18.272 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-04-10 14:53:18.311 | + 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-10 14:53:18.350 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-04-10 14:53:18.390 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-04-10 14:53:18.430 | + 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-10 14:53:18.470 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-10 14:53:18.472 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-10 14:53:18.474 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-04-10 14:53:18.522 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-10 14:53:18.756 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2025-04-10 14:53:18.765 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-04-10 14:53:19.009 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2025-04-10 14:53:19.033 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:19.036 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:19.038 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:19.040 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:19.042 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:19.044 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:19.046 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:19.048 | + functions-common:time_stop:2407 : start_time=1744296798111 2025-04-10 14:53:19.050 | + functions-common:time_stop:2409 : [[ -z 1744296798111 ]] 2025-04-10 14:53:19.052 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:19.055 | + functions-common:time_stop:2412 : end_time=1744296799053 2025-04-10 14:53:19.057 | + functions-common:time_stop:2413 : elapsed_time=942 2025-04-10 14:53:19.059 | + functions-common:time_stop:2414 : total=2406 2025-04-10 14:53:19.061 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:19.063 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3348 2025-04-10 14:53:19.065 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2025-04-10 14:53:19.067 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2025-04-10 14:53:19.082 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:19.084 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2025-04-10 14:53:19.086 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2025-04-10 14:53:19.088 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2025-04-10 14:53:19.088 | Waiting for Neutron to start... 2025-04-10 14:53:19.090 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-10 14:53:19.092 | + 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-10 14:53:19.094 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-10 14:53:19.096 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2025-04-10 14:53:19.098 | + functions-common:test_with_retry:2340 : local until=60 2025-04-10 14:53:19.099 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-10 14:53:19.101 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-10 14:53:19.103 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-10 14:53:19.105 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:19.107 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:19.111 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:19.113 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296799111 2025-04-10 14:53:19.116 | + 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-10 14:53:22.153 | {"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-10 14:53:22.156 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:22.158 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:22.160 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:22.162 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:22.164 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:22.166 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-10 14:53:22.169 | + functions-common:time_stop:2407 : start_time=1744296799111 2025-04-10 14:53:22.171 | + functions-common:time_stop:2409 : [[ -z 1744296799111 ]] 2025-04-10 14:53:22.173 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:22.177 | + functions-common:time_stop:2412 : end_time=1744296802174 2025-04-10 14:53:22.179 | + functions-common:time_stop:2413 : elapsed_time=3063 2025-04-10 14:53:22.181 | + functions-common:time_stop:2414 : total=0 2025-04-10 14:53:22.183 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:22.185 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3063 2025-04-10 14:53:22.187 | + stack.sh:main:1320 : is_service_enabled placement 2025-04-10 14:53:22.200 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:22.202 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2025-04-10 14:53:22.204 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:53:22.206 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2025-04-10 14:53:22.208 | + stack.sh:main:1322 : start_placement 2025-04-10 14:53:22.210 | + lib/placement:start_placement:173 : start_placement_api 2025-04-10 14:53:22.212 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-10 14:53:22.215 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-04-10 14:53:22.219 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-10 14:53:22.221 | + functions-common:run_process:1654 : local service=placement-api 2025-04-10 14:53:22.223 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-10 14:53:22.224 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:22.226 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:22.228 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:22.231 | + functions-common:run_process:1660 : local name=placement-api 2025-04-10 14:53:22.233 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:22.235 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:22.237 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:22.239 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:22.241 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:22.245 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296802242 2025-04-10 14:53:22.247 | + functions-common:run_process:1663 : is_service_enabled placement-api 2025-04-10 14:53:22.260 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:22.262 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-04-10 14:53:22.264 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2025-04-10 14:53:22.266 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-10 14:53:22.268 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-10 14:53:22.270 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-10 14:53:22.272 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-10 14:53:22.274 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-04-10 14:53:22.276 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-04-10 14:53:22.278 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2025-04-10 14:53:22.280 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:53:22.282 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:53:22.284 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:53:22.286 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:53:22.289 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-04-10 14:53:22.291 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-10 14:53:22.293 | + 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-10 14:53:22.295 | + 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-10 14:53:22.297 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2025-04-10 14:53:22.298 | + 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-10 14:53:22.300 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-10 14:53:22.302 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-10 14:53:22.304 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-10 14:53:22.306 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-04-10 14:53:22.308 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-10 14:53:22.311 | + 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-10 14:53:22.359 | + 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-10 14:53:22.406 | + 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-10 14:53:22.446 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-04-10 14:53:22.488 | + 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-10 14:53:22.531 | + 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-10 14:53:22.572 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-04-10 14:53:22.612 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-04-10 14:53:22.652 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-04-10 14:53:22.693 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-04-10 14:53:22.733 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-04-10 14:53:22.773 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-10 14:53:22.775 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-10 14:53:22.777 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-04-10 14:53:22.825 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-10 14:53:23.062 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2025-04-10 14:53:23.071 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-04-10 14:53:23.307 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2025-04-10 14:53:23.366 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:23.368 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:23.370 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:23.373 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:23.375 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:23.376 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:23.378 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:23.381 | + functions-common:time_stop:2407 : start_time=1744296802242 2025-04-10 14:53:23.383 | + functions-common:time_stop:2409 : [[ -z 1744296802242 ]] 2025-04-10 14:53:23.385 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:23.389 | + functions-common:time_stop:2412 : end_time=1744296803386 2025-04-10 14:53:23.391 | + functions-common:time_stop:2413 : elapsed_time=1144 2025-04-10 14:53:23.394 | + functions-common:time_stop:2414 : total=3348 2025-04-10 14:53:23.396 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:23.398 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4492 2025-04-10 14:53:23.400 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-04-10 14:53:23.400 | Waiting for placement-api to start... 2025-04-10 14:53:23.402 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-04-10 14:53:23.405 | + functions:wait_for_service:468 : local timeout=60 2025-04-10 14:53:23.408 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-04-10 14:53:23.410 | + functions:wait_for_service:470 : local rval=0 2025-04-10 14:53:23.412 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-10 14:53:23.414 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-10 14:53:23.416 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:23.418 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:23.421 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:23.425 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296803422 2025-04-10 14:53:23.427 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-10 14:53:23.430 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-04-10 14:53:24.577 | + :: : [[ 200 == 503 ]] 2025-04-10 14:53:24.578 | + :: : [[ 0 -eq 7 ]] 2025-04-10 14:53:24.581 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-10 14:53:24.583 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:24.585 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:24.587 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:24.589 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:24.591 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:24.593 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-10 14:53:24.595 | + functions-common:time_stop:2407 : start_time=1744296803422 2025-04-10 14:53:24.597 | + functions-common:time_stop:2409 : [[ -z 1744296803422 ]] 2025-04-10 14:53:24.600 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:24.603 | + functions-common:time_stop:2412 : end_time=1744296804601 2025-04-10 14:53:24.605 | + functions-common:time_stop:2413 : elapsed_time=1179 2025-04-10 14:53:24.607 | + functions-common:time_stop:2414 : total=4904 2025-04-10 14:53:24.609 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:24.611 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6083 2025-04-10 14:53:24.613 | + functions:wait_for_service:478 : return 0 2025-04-10 14:53:24.615 | + stack.sh:main:1325 : is_service_enabled neutron 2025-04-10 14:53:24.629 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:24.631 | + stack.sh:main:1326 : start_neutron 2025-04-10 14:53:24.633 | + lib/neutron:start_neutron:636 : start_l2_agent 2025-04-10 14:53:24.635 | + 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-10 14:53:24.637 | + functions-common:run_process:1654 : local service=q-agt 2025-04-10 14:53:24.639 | + 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-10 14:53:24.641 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:24.643 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:24.645 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:24.647 | + functions-common:run_process:1660 : local name=q-agt 2025-04-10 14:53:24.649 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:24.651 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:24.653 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:24.655 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:24.657 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:24.660 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296804658 2025-04-10 14:53:24.663 | + functions-common:run_process:1663 : is_service_enabled q-agt 2025-04-10 14:53:24.676 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:24.678 | + 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-10 14:53:24.680 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2025-04-10 14:53:24.682 | + 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-10 14:53:24.683 | + 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-10 14:53:24.686 | + 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-10 14:53:24.688 | + 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-10 14:53:24.690 | + 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-10 14:53:24.691 | + 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-10 14:53:24.694 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2025-04-10 14:53:24.695 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:53:24.697 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:53:24.699 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:53:24.702 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:53:24.704 | + 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-10 14:53:24.706 | + 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-10 14:53:24.708 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2025-04-10 14:53:24.709 | + 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-10 14:53:24.711 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-10 14:53:24.713 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-10 14:53:24.715 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-10 14:53:24.717 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-10 14:53:24.718 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-10 14:53:24.720 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-04-10 14:53:24.722 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-10 14:53:24.725 | + 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-10 14:53:24.773 | + 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-10 14:53:24.821 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-04-10 14:53:24.862 | + 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-10 14:53:24.903 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-04-10 14:53:24.943 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-04-10 14:53:24.982 | + 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-10 14:53:25.023 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-10 14:53:25.025 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-10 14:53:25.026 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-04-10 14:53:25.075 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-10 14:53:25.308 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2025-04-10 14:53:25.316 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-04-10 14:53:25.550 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2025-04-10 14:53:25.572 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:25.574 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:25.576 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:25.578 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:25.580 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:25.582 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:25.584 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:25.586 | + functions-common:time_stop:2407 : start_time=1744296804658 2025-04-10 14:53:25.588 | + functions-common:time_stop:2409 : [[ -z 1744296804658 ]] 2025-04-10 14:53:25.591 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:25.594 | + functions-common:time_stop:2412 : end_time=1744296805592 2025-04-10 14:53:25.596 | + functions-common:time_stop:2413 : elapsed_time=934 2025-04-10 14:53:25.598 | + functions-common:time_stop:2414 : total=4492 2025-04-10 14:53:25.600 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:25.602 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5426 2025-04-10 14:53:25.604 | + lib/neutron:start_l2_agent:645 : is_provider_network 2025-04-10 14:53:25.607 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-10 14:53:25.609 | + functions-common:is_provider_network:2252 : return 1 2025-04-10 14:53:25.611 | + lib/neutron:start_neutron:637 : start_other_agents 2025-04-10 14:53:25.613 | + 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-10 14:53:25.615 | + functions-common:run_process:1654 : local service=q-dhcp 2025-04-10 14:53:25.616 | + 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-10 14:53:25.618 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:25.620 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:25.622 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:25.624 | + functions-common:run_process:1660 : local name=q-dhcp 2025-04-10 14:53:25.626 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:25.628 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:25.630 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:25.632 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:25.635 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:25.638 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296805636 2025-04-10 14:53:25.640 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2025-04-10 14:53:25.654 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:25.656 | + 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-10 14:53:25.658 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2025-04-10 14:53:25.660 | + 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-10 14:53:25.662 | + 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-10 14:53:25.664 | + 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-10 14:53:25.666 | + 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-10 14:53:25.668 | + 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-10 14:53:25.670 | + 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-10 14:53:25.672 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2025-04-10 14:53:25.674 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:53:25.676 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:53:25.677 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:53:25.679 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:53:25.681 | + 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-10 14:53:25.683 | + 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-10 14:53:25.685 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2025-04-10 14:53:25.687 | + 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-10 14:53:25.689 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-10 14:53:25.691 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-10 14:53:25.693 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-10 14:53:25.695 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-10 14:53:25.697 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-10 14:53:25.700 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-04-10 14:53:25.702 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-10 14:53:25.705 | + 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-10 14:53:25.754 | + 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-10 14:53:25.803 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-04-10 14:53:25.846 | + 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-10 14:53:25.888 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-04-10 14:53:25.930 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-04-10 14:53:25.973 | + 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-10 14:53:26.017 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-10 14:53:26.019 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-10 14:53:26.021 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-04-10 14:53:26.074 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-10 14:53:26.319 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2025-04-10 14:53:26.328 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-04-10 14:53:26.562 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2025-04-10 14:53:26.587 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:26.589 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:26.591 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:26.593 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:26.595 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:26.597 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:26.599 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:26.601 | + functions-common:time_stop:2407 : start_time=1744296805636 2025-04-10 14:53:26.603 | + functions-common:time_stop:2409 : [[ -z 1744296805636 ]] 2025-04-10 14:53:26.606 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:26.609 | + functions-common:time_stop:2412 : end_time=1744296806607 2025-04-10 14:53:26.611 | + functions-common:time_stop:2413 : elapsed_time=971 2025-04-10 14:53:26.613 | + functions-common:time_stop:2414 : total=5426 2025-04-10 14:53:26.615 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:26.617 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6397 2025-04-10 14:53:26.620 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2025-04-10 14:53:26.622 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-10 14:53:26.624 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-10 14:53:26.627 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2025-04-10 14:53:26.629 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-10 14:53:26.631 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-10 14:53:26.633 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-10 14:53:26.635 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-04-10 14:53:26.637 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-10 14:53:26.640 | + 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-10 14:53:26.642 | + functions-common:run_process:1654 : local service=q-l3 2025-04-10 14:53:26.644 | + 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-10 14:53:26.646 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:26.648 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:26.650 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:26.652 | + functions-common:run_process:1660 : local name=q-l3 2025-04-10 14:53:26.654 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:26.656 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:26.658 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:26.660 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:26.663 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:26.666 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296806663 2025-04-10 14:53:26.668 | + functions-common:run_process:1663 : is_service_enabled q-l3 2025-04-10 14:53:26.682 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:26.684 | + 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-10 14:53:26.686 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2025-04-10 14:53:26.688 | + 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-10 14:53:26.690 | + 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-10 14:53:26.692 | + 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-10 14:53:26.694 | + 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-10 14:53:26.696 | + 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-10 14:53:26.698 | + 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-10 14:53:26.700 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2025-04-10 14:53:26.702 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:53:26.704 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:53:26.706 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:53:26.708 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:53:26.710 | + 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-10 14:53:26.712 | + 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-10 14:53:26.714 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2025-04-10 14:53:26.716 | + 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-10 14:53:26.718 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-10 14:53:26.720 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-10 14:53:26.722 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-10 14:53:26.724 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-10 14:53:26.726 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-10 14:53:26.728 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-04-10 14:53:26.730 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-10 14:53:26.733 | + 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-10 14:53:26.783 | + 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-10 14:53:26.834 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-04-10 14:53:26.876 | + 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-10 14:53:26.918 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-04-10 14:53:26.960 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-04-10 14:53:27.002 | + 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-10 14:53:27.048 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-10 14:53:27.050 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-10 14:53:27.052 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-04-10 14:53:27.104 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-10 14:53:27.356 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2025-04-10 14:53:27.368 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-04-10 14:53:27.610 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2025-04-10 14:53:27.636 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:27.638 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:27.640 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:27.643 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:27.646 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:27.648 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:27.650 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:27.652 | + functions-common:time_stop:2407 : start_time=1744296806663 2025-04-10 14:53:27.654 | + functions-common:time_stop:2409 : [[ -z 1744296806663 ]] 2025-04-10 14:53:27.657 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:27.660 | + functions-common:time_stop:2412 : end_time=1744296807658 2025-04-10 14:53:27.662 | + functions-common:time_stop:2413 : elapsed_time=995 2025-04-10 14:53:27.664 | + functions-common:time_stop:2414 : total=6397 2025-04-10 14:53:27.667 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:27.670 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7392 2025-04-10 14:53:27.672 | + 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-10 14:53:27.674 | + functions-common:run_process:1654 : local service=q-meta 2025-04-10 14:53:27.675 | + 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-10 14:53:27.677 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:27.679 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:27.682 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:27.684 | + functions-common:run_process:1660 : local name=q-meta 2025-04-10 14:53:27.687 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:27.691 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:27.693 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:27.695 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:27.698 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:27.701 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296807698 2025-04-10 14:53:27.703 | + functions-common:run_process:1663 : is_service_enabled q-meta 2025-04-10 14:53:27.716 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:27.719 | + 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-10 14:53:27.721 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2025-04-10 14:53:27.723 | + 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-10 14:53:27.725 | + 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-10 14:53:27.727 | + 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-10 14:53:27.729 | + 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-10 14:53:27.731 | + 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-10 14:53:27.733 | + 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-10 14:53:27.735 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2025-04-10 14:53:27.737 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:53:27.740 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:53:27.742 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:53:27.744 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:53:27.746 | + 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-10 14:53:27.748 | + 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-10 14:53:27.750 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2025-04-10 14:53:27.752 | + 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-10 14:53:27.754 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-10 14:53:27.756 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-10 14:53:27.758 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-10 14:53:27.760 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-10 14:53:27.762 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-10 14:53:27.764 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-04-10 14:53:27.765 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-10 14:53:27.769 | + 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-10 14:53:27.820 | + 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-10 14:53:27.872 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-04-10 14:53:27.915 | + 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-10 14:53:27.957 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-04-10 14:53:27.999 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-04-10 14:53:28.045 | + 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-10 14:53:28.096 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-10 14:53:28.096 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-10 14:53:28.101 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-04-10 14:53:28.158 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-10 14:53:28.436 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2025-04-10 14:53:28.445 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-04-10 14:53:28.691 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2025-04-10 14:53:28.717 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:28.719 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:28.721 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:28.723 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:28.725 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:28.727 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:28.729 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:28.731 | + functions-common:time_stop:2407 : start_time=1744296807698 2025-04-10 14:53:28.733 | + functions-common:time_stop:2409 : [[ -z 1744296807698 ]] 2025-04-10 14:53:28.736 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:28.739 | + functions-common:time_stop:2412 : end_time=1744296808737 2025-04-10 14:53:28.741 | + functions-common:time_stop:2413 : elapsed_time=1039 2025-04-10 14:53:28.743 | + functions-common:time_stop:2414 : total=7392 2025-04-10 14:53:28.745 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:28.747 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8431 2025-04-10 14:53:28.749 | + 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-10 14:53:28.751 | + functions-common:run_process:1654 : local service=q-metering 2025-04-10 14:53:28.753 | + 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-10 14:53:28.755 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:28.757 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:28.759 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:28.761 | + functions-common:run_process:1660 : local name=q-metering 2025-04-10 14:53:28.763 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:28.765 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:28.767 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:28.770 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:28.772 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:28.776 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296808774 2025-04-10 14:53:28.779 | + functions-common:run_process:1663 : is_service_enabled q-metering 2025-04-10 14:53:28.792 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:28.794 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:28.796 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:28.798 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:28.801 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:28.803 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:28.805 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:28.807 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:28.809 | + functions-common:time_stop:2407 : start_time=1744296808774 2025-04-10 14:53:28.810 | + functions-common:time_stop:2409 : [[ -z 1744296808774 ]] 2025-04-10 14:53:28.813 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:28.817 | + functions-common:time_stop:2412 : end_time=1744296808815 2025-04-10 14:53:28.819 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-10 14:53:28.821 | + functions-common:time_stop:2414 : total=8431 2025-04-10 14:53:28.823 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:28.825 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8472 2025-04-10 14:53:28.827 | + stack.sh:main:1329 : is_service_enabled q-svc 2025-04-10 14:53:28.841 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:28.843 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2025-04-10 14:53:28.845 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2025-04-10 14:53:28.847 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:53:28.850 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2025-04-10 14:53:28.852 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2025-04-10 14:53:28.854 | + stack.sh:main:1336 : create_neutron_initial_network 2025-04-10 14:53:28.856 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2025-04-10 14:53:28.858 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2025-04-10 14:53:28.860 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-10 14:53:28.862 | ++ 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-10 14:53:30.343 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:53:30.346 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-10 14:53:30.346 | address-scope 2025-04-10 14:53:30.346 | router-admin-state-down-before-update 2025-04-10 14:53:30.346 | agent 2025-04-10 14:53:30.346 | agent-resources-synced 2025-04-10 14:53:30.346 | allowed-address-pairs 2025-04-10 14:53:30.346 | auto-allocated-topology 2025-04-10 14:53:30.346 | availability_zone 2025-04-10 14:53:30.346 | availability_zone_filter 2025-04-10 14:53:30.346 | default-subnetpools 2025-04-10 14:53:30.346 | dhcp_agent_scheduler 2025-04-10 14:53:30.346 | dvr 2025-04-10 14:53:30.346 | empty-string-filtering 2025-04-10 14:53:30.346 | external-net 2025-04-10 14:53:30.346 | extra_dhcp_opt 2025-04-10 14:53:30.346 | extraroute 2025-04-10 14:53:30.346 | extraroute-atomic 2025-04-10 14:53:30.346 | filter-validation 2025-04-10 14:53:30.346 | floating-ip-port-forwarding-detail 2025-04-10 14:53:30.346 | fip-port-details 2025-04-10 14:53:30.346 | flavors 2025-04-10 14:53:30.346 | floatingip-pools 2025-04-10 14:53:30.346 | ip-substring-filtering 2025-04-10 14:53:30.346 | router 2025-04-10 14:53:30.346 | ext-gw-mode 2025-04-10 14:53:30.346 | l3-ha 2025-04-10 14:53:30.346 | l3-flavors 2025-04-10 14:53:30.346 | l3-port-ip-change-not-allowed 2025-04-10 14:53:30.346 | l3_agent_scheduler 2025-04-10 14:53:30.346 | multi-provider 2025-04-10 14:53:30.346 | net-mtu 2025-04-10 14:53:30.346 | net-mtu-writable 2025-04-10 14:53:30.346 | network_availability_zone 2025-04-10 14:53:30.346 | network_ha 2025-04-10 14:53:30.346 | network-ip-availability 2025-04-10 14:53:30.346 | pagination 2025-04-10 14:53:30.346 | port-device-profile 2025-04-10 14:53:30.346 | port-mac-override 2025-04-10 14:53:30.347 | port-mac-address-regenerate 2025-04-10 14:53:30.347 | port-numa-affinity-policy 2025-04-10 14:53:30.347 | binding 2025-04-10 14:53:30.347 | binding-extended 2025-04-10 14:53:30.347 | port-security 2025-04-10 14:53:30.347 | project-id 2025-04-10 14:53:30.347 | provider 2025-04-10 14:53:30.347 | quota-check-limit 2025-04-10 14:53:30.347 | quotas 2025-04-10 14:53:30.347 | quota_details 2025-04-10 14:53:30.347 | rbac-policies 2025-04-10 14:53:30.347 | rbac-address-group 2025-04-10 14:53:30.347 | rbac-address-scope 2025-04-10 14:53:30.347 | rbac-security-groups 2025-04-10 14:53:30.347 | rbac-subnetpool 2025-04-10 14:53:30.347 | revision-if-match 2025-04-10 14:53:30.347 | standard-attr-revisions 2025-04-10 14:53:30.347 | router_availability_zone 2025-04-10 14:53:30.347 | security-groups-default-rules 2025-04-10 14:53:30.347 | security-groups-normalized-cidr 2025-04-10 14:53:30.347 | port-security-groups-filtering 2025-04-10 14:53:30.347 | security-groups-remote-address-group 2025-04-10 14:53:30.347 | security-groups-shared-filtering 2025-04-10 14:53:30.347 | security-group 2025-04-10 14:53:30.347 | service-type 2025-04-10 14:53:30.347 | sorting 2025-04-10 14:53:30.347 | standard-attr-description 2025-04-10 14:53:30.347 | stateful-security-group 2025-04-10 14:53:30.347 | subnet_onboard 2025-04-10 14:53:30.347 | subnet-service-types 2025-04-10 14:53:30.347 | subnet_allocation 2025-04-10 14:53:30.347 | subnetpool-prefix-ops 2025-04-10 14:53:30.347 | standard-attr-tag 2025-04-10 14:53:30.347 | standard-attr-timestamp 2025-04-10 14:53:30.347 | nsxt-ops' 2025-04-10 14:53:30.349 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-10 14:53:30.349 | address-scope 2025-04-10 14:53:30.349 | router-admin-state-down-before-update 2025-04-10 14:53:30.349 | agent 2025-04-10 14:53:30.349 | agent-resources-synced 2025-04-10 14:53:30.349 | allowed-address-pairs 2025-04-10 14:53:30.349 | auto-allocated-topology 2025-04-10 14:53:30.349 | availability_zone 2025-04-10 14:53:30.349 | availability_zone_filter 2025-04-10 14:53:30.349 | default-subnetpools 2025-04-10 14:53:30.349 | dhcp_agent_scheduler 2025-04-10 14:53:30.349 | dvr 2025-04-10 14:53:30.349 | empty-string-filtering 2025-04-10 14:53:30.349 | external-net 2025-04-10 14:53:30.349 | extra_dhcp_opt 2025-04-10 14:53:30.349 | extraroute 2025-04-10 14:53:30.349 | extraroute-atomic 2025-04-10 14:53:30.349 | filter-validation 2025-04-10 14:53:30.349 | floating-ip-port-forwarding-detail 2025-04-10 14:53:30.349 | fip-port-details 2025-04-10 14:53:30.349 | flavors 2025-04-10 14:53:30.349 | floatingip-pools 2025-04-10 14:53:30.349 | ip-substring-filtering 2025-04-10 14:53:30.349 | router 2025-04-10 14:53:30.349 | ext-gw-mode 2025-04-10 14:53:30.349 | l3-ha 2025-04-10 14:53:30.349 | l3-flavors 2025-04-10 14:53:30.349 | l3-port-ip-change-not-allowed 2025-04-10 14:53:30.349 | l3_agent_scheduler 2025-04-10 14:53:30.349 | multi-provider 2025-04-10 14:53:30.349 | net-mtu 2025-04-10 14:53:30.349 | net-mtu-writable 2025-04-10 14:53:30.349 | network_availability_zone 2025-04-10 14:53:30.349 | network_ha 2025-04-10 14:53:30.349 | network-ip-availability 2025-04-10 14:53:30.349 | pagination 2025-04-10 14:53:30.349 | port-device-profile 2025-04-10 14:53:30.349 | port-mac-override 2025-04-10 14:53:30.349 | port-mac-address-regenerate 2025-04-10 14:53:30.349 | port-numa-affinity-policy 2025-04-10 14:53:30.349 | binding 2025-04-10 14:53:30.349 | binding-extended 2025-04-10 14:53:30.349 | port-security 2025-04-10 14:53:30.349 | project-id 2025-04-10 14:53:30.349 | provider 2025-04-10 14:53:30.349 | quota-check-limit 2025-04-10 14:53:30.349 | quotas 2025-04-10 14:53:30.349 | quota_details 2025-04-10 14:53:30.349 | rbac-policies 2025-04-10 14:53:30.349 | rbac-address-group 2025-04-10 14:53:30.349 | rbac-address-scope 2025-04-10 14:53:30.349 | rbac-security-groups 2025-04-10 14:53:30.349 | rbac-subnetpool 2025-04-10 14:53:30.349 | revision-if-match 2025-04-10 14:53:30.349 | standard-attr-revisions 2025-04-10 14:53:30.349 | router_availability_zone 2025-04-10 14:53:30.349 | security-groups-default-rules 2025-04-10 14:53:30.349 | security-groups-normalized-cidr 2025-04-10 14:53:30.349 | port-security-groups-filtering 2025-04-10 14:53:30.349 | security-groups-remote-address-group 2025-04-10 14:53:30.349 | security-groups-shared-filtering 2025-04-10 14:53:30.349 | security-group 2025-04-10 14:53:30.349 | service-type 2025-04-10 14:53:30.349 | sorting 2025-04-10 14:53:30.349 | standard-attr-description 2025-04-10 14:53:30.349 | stateful-security-group 2025-04-10 14:53:30.349 | subnet_onboard 2025-04-10 14:53:30.349 | subnet-service-types 2025-04-10 14:53:30.349 | subnet_allocation 2025-04-10 14:53:30.349 | subnetpool-prefix-ops 2025-04-10 14:53:30.349 | standard-attr-tag 2025-04-10 14:53:30.349 | standard-attr-timestamp 2025-04-10 14:53:30.349 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-10 14:53:30.351 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-10 14:53:30.354 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2025-04-10 14:53:30.356 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2025-04-10 14:53:30.359 | ++ 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-10 14:53:31.710 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:53:31.713 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=828b372c-8f50-4a5b-8088-717c92e3fc5d 2025-04-10 14:53:31.715 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2025-04-10 14:53:31.717 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2025-04-10 14:53:31.720 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-10 14:53:31.722 | + functions-common:is_provider_network:2252 : return 1 2025-04-10 14:53:31.725 | ++ 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-10 14:53:33.187 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:53:33.191 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=ad2c4b52-eedc-49df-a57f-3dade5d25a0a 2025-04-10 14:53:33.193 | + 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-10 14:53:33.195 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-10 14:53:33.209 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2025-04-10 14:53:33.211 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2025-04-10 14:53:33.214 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 828b372c-8f50-4a5b-8088-717c92e3fc5d ']' 2025-04-10 14:53:33.216 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2025-04-10 14:53:33.218 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2025-04-10 14:53:33.220 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 828b372c-8f50-4a5b-8088-717c92e3fc5d ' 2025-04-10 14:53:33.222 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2025-04-10 14:53:33.224 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network ad2c4b52-eedc-49df-a57f-3dade5d25a0a private-subnet' 2025-04-10 14:53:33.226 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2025-04-10 14:53:33.228 | +++ 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 828b372c-8f50-4a5b-8088-717c92e3fc5d --network ad2c4b52-eedc-49df-a57f-3dade5d25a0a private-subnet -f value -c id 2025-04-10 14:53:34.705 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:53:34.708 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=d3cf9377-e2b5-43e6-b39f-5fb3b5c8a4f1 2025-04-10 14:53:34.710 | ++ 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-10 14:53:34.712 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-10 14:53:34.726 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo d3cf9377-e2b5-43e6-b39f-5fb3b5c8a4f1 2025-04-10 14:53:34.728 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=d3cf9377-e2b5-43e6-b39f-5fb3b5c8a4f1 2025-04-10 14:53:34.731 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2025-04-10 14:53:34.733 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2025-04-10 14:53:34.735 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2025-04-10 14:53:34.738 | ++ 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-10 14:53:36.000 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:53:36.002 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-10 14:53:36.002 | address-scope 2025-04-10 14:53:36.002 | router-admin-state-down-before-update 2025-04-10 14:53:36.002 | agent 2025-04-10 14:53:36.002 | agent-resources-synced 2025-04-10 14:53:36.002 | allowed-address-pairs 2025-04-10 14:53:36.002 | auto-allocated-topology 2025-04-10 14:53:36.002 | availability_zone 2025-04-10 14:53:36.002 | availability_zone_filter 2025-04-10 14:53:36.002 | default-subnetpools 2025-04-10 14:53:36.002 | dhcp_agent_scheduler 2025-04-10 14:53:36.003 | dvr 2025-04-10 14:53:36.003 | empty-string-filtering 2025-04-10 14:53:36.003 | external-net 2025-04-10 14:53:36.003 | extra_dhcp_opt 2025-04-10 14:53:36.003 | extraroute 2025-04-10 14:53:36.003 | extraroute-atomic 2025-04-10 14:53:36.003 | filter-validation 2025-04-10 14:53:36.003 | floating-ip-port-forwarding-detail 2025-04-10 14:53:36.003 | fip-port-details 2025-04-10 14:53:36.003 | flavors 2025-04-10 14:53:36.003 | floatingip-pools 2025-04-10 14:53:36.003 | ip-substring-filtering 2025-04-10 14:53:36.003 | router 2025-04-10 14:53:36.003 | ext-gw-mode 2025-04-10 14:53:36.003 | l3-ha 2025-04-10 14:53:36.003 | l3-flavors 2025-04-10 14:53:36.003 | l3-port-ip-change-not-allowed 2025-04-10 14:53:36.003 | l3_agent_scheduler 2025-04-10 14:53:36.003 | multi-provider 2025-04-10 14:53:36.003 | net-mtu 2025-04-10 14:53:36.003 | net-mtu-writable 2025-04-10 14:53:36.003 | network_availability_zone 2025-04-10 14:53:36.003 | network_ha 2025-04-10 14:53:36.003 | network-ip-availability 2025-04-10 14:53:36.003 | pagination 2025-04-10 14:53:36.003 | port-device-profile 2025-04-10 14:53:36.003 | port-mac-override 2025-04-10 14:53:36.003 | port-mac-address-regenerate 2025-04-10 14:53:36.003 | port-numa-affinity-policy 2025-04-10 14:53:36.003 | binding 2025-04-10 14:53:36.003 | binding-extended 2025-04-10 14:53:36.003 | port-security 2025-04-10 14:53:36.003 | project-id 2025-04-10 14:53:36.003 | provider 2025-04-10 14:53:36.003 | quota-check-limit 2025-04-10 14:53:36.003 | quotas 2025-04-10 14:53:36.003 | quota_details 2025-04-10 14:53:36.003 | rbac-policies 2025-04-10 14:53:36.003 | rbac-address-group 2025-04-10 14:53:36.003 | rbac-address-scope 2025-04-10 14:53:36.003 | rbac-security-groups 2025-04-10 14:53:36.003 | rbac-subnetpool 2025-04-10 14:53:36.003 | revision-if-match 2025-04-10 14:53:36.003 | standard-attr-revisions 2025-04-10 14:53:36.003 | router_availability_zone 2025-04-10 14:53:36.003 | security-groups-default-rules 2025-04-10 14:53:36.003 | security-groups-normalized-cidr 2025-04-10 14:53:36.003 | port-security-groups-filtering 2025-04-10 14:53:36.003 | security-groups-remote-address-group 2025-04-10 14:53:36.003 | security-groups-shared-filtering 2025-04-10 14:53:36.003 | security-group 2025-04-10 14:53:36.003 | service-type 2025-04-10 14:53:36.003 | sorting 2025-04-10 14:53:36.003 | standard-attr-description 2025-04-10 14:53:36.003 | stateful-security-group 2025-04-10 14:53:36.003 | subnet_onboard 2025-04-10 14:53:36.003 | subnet-service-types 2025-04-10 14:53:36.003 | subnet_allocation 2025-04-10 14:53:36.003 | subnetpool-prefix-ops 2025-04-10 14:53:36.003 | standard-attr-tag 2025-04-10 14:53:36.003 | standard-attr-timestamp 2025-04-10 14:53:36.003 | nsxt-ops' 2025-04-10 14:53:36.005 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-10 14:53:36.005 | address-scope 2025-04-10 14:53:36.005 | router-admin-state-down-before-update 2025-04-10 14:53:36.005 | agent 2025-04-10 14:53:36.005 | agent-resources-synced 2025-04-10 14:53:36.005 | allowed-address-pairs 2025-04-10 14:53:36.005 | auto-allocated-topology 2025-04-10 14:53:36.005 | availability_zone 2025-04-10 14:53:36.005 | availability_zone_filter 2025-04-10 14:53:36.005 | default-subnetpools 2025-04-10 14:53:36.005 | dhcp_agent_scheduler 2025-04-10 14:53:36.005 | dvr 2025-04-10 14:53:36.005 | empty-string-filtering 2025-04-10 14:53:36.005 | external-net 2025-04-10 14:53:36.005 | extra_dhcp_opt 2025-04-10 14:53:36.005 | extraroute 2025-04-10 14:53:36.005 | extraroute-atomic 2025-04-10 14:53:36.005 | filter-validation 2025-04-10 14:53:36.005 | floating-ip-port-forwarding-detail 2025-04-10 14:53:36.005 | fip-port-details 2025-04-10 14:53:36.005 | flavors 2025-04-10 14:53:36.005 | floatingip-pools 2025-04-10 14:53:36.005 | ip-substring-filtering 2025-04-10 14:53:36.005 | router 2025-04-10 14:53:36.005 | ext-gw-mode 2025-04-10 14:53:36.005 | l3-ha 2025-04-10 14:53:36.005 | l3-flavors 2025-04-10 14:53:36.005 | l3-port-ip-change-not-allowed 2025-04-10 14:53:36.005 | l3_agent_scheduler 2025-04-10 14:53:36.005 | multi-provider 2025-04-10 14:53:36.005 | net-mtu 2025-04-10 14:53:36.005 | net-mtu-writable 2025-04-10 14:53:36.005 | network_availability_zone 2025-04-10 14:53:36.005 | network_ha 2025-04-10 14:53:36.005 | network-ip-availability 2025-04-10 14:53:36.005 | pagination 2025-04-10 14:53:36.005 | port-device-profile 2025-04-10 14:53:36.005 | port-mac-override 2025-04-10 14:53:36.006 | port-mac-address-regenerate 2025-04-10 14:53:36.006 | port-numa-affinity-policy 2025-04-10 14:53:36.006 | binding 2025-04-10 14:53:36.006 | binding-extended 2025-04-10 14:53:36.006 | port-security 2025-04-10 14:53:36.006 | project-id 2025-04-10 14:53:36.006 | provider 2025-04-10 14:53:36.006 | quota-check-limit 2025-04-10 14:53:36.006 | quotas 2025-04-10 14:53:36.006 | quota_details 2025-04-10 14:53:36.006 | rbac-policies 2025-04-10 14:53:36.006 | rbac-address-group 2025-04-10 14:53:36.006 | rbac-address-scope 2025-04-10 14:53:36.006 | rbac-security-groups 2025-04-10 14:53:36.006 | rbac-subnetpool 2025-04-10 14:53:36.006 | revision-if-match 2025-04-10 14:53:36.006 | standard-attr-revisions 2025-04-10 14:53:36.006 | router_availability_zone 2025-04-10 14:53:36.006 | security-groups-default-rules 2025-04-10 14:53:36.006 | security-groups-normalized-cidr 2025-04-10 14:53:36.006 | port-security-groups-filtering 2025-04-10 14:53:36.006 | security-groups-remote-address-group 2025-04-10 14:53:36.006 | security-groups-shared-filtering 2025-04-10 14:53:36.006 | security-group 2025-04-10 14:53:36.006 | service-type 2025-04-10 14:53:36.006 | sorting 2025-04-10 14:53:36.006 | standard-attr-description 2025-04-10 14:53:36.006 | stateful-security-group 2025-04-10 14:53:36.006 | subnet_onboard 2025-04-10 14:53:36.006 | subnet-service-types 2025-04-10 14:53:36.006 | subnet_allocation 2025-04-10 14:53:36.006 | subnetpool-prefix-ops 2025-04-10 14:53:36.006 | standard-attr-tag 2025-04-10 14:53:36.006 | standard-attr-timestamp 2025-04-10 14:53:36.006 | nsxt-ops =~ router ]] 2025-04-10 14:53:36.007 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-10 14:53:36.009 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2025-04-10 14:53:36.011 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-10 14:53:36.015 | ++ 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-10 14:53:37.189 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:53:37.192 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-10 14:53:37.192 | address-scope 2025-04-10 14:53:37.192 | router-admin-state-down-before-update 2025-04-10 14:53:37.193 | agent 2025-04-10 14:53:37.193 | agent-resources-synced 2025-04-10 14:53:37.193 | allowed-address-pairs 2025-04-10 14:53:37.193 | auto-allocated-topology 2025-04-10 14:53:37.193 | availability_zone 2025-04-10 14:53:37.193 | availability_zone_filter 2025-04-10 14:53:37.193 | default-subnetpools 2025-04-10 14:53:37.193 | dhcp_agent_scheduler 2025-04-10 14:53:37.193 | dvr 2025-04-10 14:53:37.193 | empty-string-filtering 2025-04-10 14:53:37.193 | external-net 2025-04-10 14:53:37.193 | extra_dhcp_opt 2025-04-10 14:53:37.193 | extraroute 2025-04-10 14:53:37.193 | extraroute-atomic 2025-04-10 14:53:37.193 | filter-validation 2025-04-10 14:53:37.193 | floating-ip-port-forwarding-detail 2025-04-10 14:53:37.193 | fip-port-details 2025-04-10 14:53:37.193 | flavors 2025-04-10 14:53:37.193 | floatingip-pools 2025-04-10 14:53:37.193 | ip-substring-filtering 2025-04-10 14:53:37.193 | router 2025-04-10 14:53:37.193 | ext-gw-mode 2025-04-10 14:53:37.193 | l3-ha 2025-04-10 14:53:37.193 | l3-flavors 2025-04-10 14:53:37.193 | l3-port-ip-change-not-allowed 2025-04-10 14:53:37.193 | l3_agent_scheduler 2025-04-10 14:53:37.193 | multi-provider 2025-04-10 14:53:37.193 | net-mtu 2025-04-10 14:53:37.193 | net-mtu-writable 2025-04-10 14:53:37.193 | network_availability_zone 2025-04-10 14:53:37.193 | network_ha 2025-04-10 14:53:37.193 | network-ip-availability 2025-04-10 14:53:37.193 | pagination 2025-04-10 14:53:37.193 | port-device-profile 2025-04-10 14:53:37.193 | port-mac-override 2025-04-10 14:53:37.193 | port-mac-address-regenerate 2025-04-10 14:53:37.193 | port-numa-affinity-policy 2025-04-10 14:53:37.193 | binding 2025-04-10 14:53:37.193 | binding-extended 2025-04-10 14:53:37.193 | port-security 2025-04-10 14:53:37.193 | project-id 2025-04-10 14:53:37.193 | provider 2025-04-10 14:53:37.193 | quota-check-limit 2025-04-10 14:53:37.193 | quotas 2025-04-10 14:53:37.193 | quota_details 2025-04-10 14:53:37.193 | rbac-policies 2025-04-10 14:53:37.193 | rbac-address-group 2025-04-10 14:53:37.193 | rbac-address-scope 2025-04-10 14:53:37.193 | rbac-security-groups 2025-04-10 14:53:37.193 | rbac-subnetpool 2025-04-10 14:53:37.193 | revision-if-match 2025-04-10 14:53:37.193 | standard-attr-revisions 2025-04-10 14:53:37.193 | router_availability_zone 2025-04-10 14:53:37.193 | security-groups-default-rules 2025-04-10 14:53:37.193 | security-groups-normalized-cidr 2025-04-10 14:53:37.193 | port-security-groups-filtering 2025-04-10 14:53:37.193 | security-groups-remote-address-group 2025-04-10 14:53:37.193 | security-groups-shared-filtering 2025-04-10 14:53:37.193 | security-group 2025-04-10 14:53:37.193 | service-type 2025-04-10 14:53:37.193 | sorting 2025-04-10 14:53:37.193 | standard-attr-description 2025-04-10 14:53:37.193 | stateful-security-group 2025-04-10 14:53:37.193 | subnet_onboard 2025-04-10 14:53:37.193 | subnet-service-types 2025-04-10 14:53:37.193 | subnet_allocation 2025-04-10 14:53:37.193 | subnetpool-prefix-ops 2025-04-10 14:53:37.193 | standard-attr-tag 2025-04-10 14:53:37.193 | standard-attr-timestamp 2025-04-10 14:53:37.193 | nsxt-ops' 2025-04-10 14:53:37.195 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-10 14:53:37.195 | address-scope 2025-04-10 14:53:37.195 | router-admin-state-down-before-update 2025-04-10 14:53:37.195 | agent 2025-04-10 14:53:37.195 | agent-resources-synced 2025-04-10 14:53:37.195 | allowed-address-pairs 2025-04-10 14:53:37.195 | auto-allocated-topology 2025-04-10 14:53:37.195 | availability_zone 2025-04-10 14:53:37.195 | availability_zone_filter 2025-04-10 14:53:37.195 | default-subnetpools 2025-04-10 14:53:37.195 | dhcp_agent_scheduler 2025-04-10 14:53:37.195 | dvr 2025-04-10 14:53:37.195 | empty-string-filtering 2025-04-10 14:53:37.195 | external-net 2025-04-10 14:53:37.195 | extra_dhcp_opt 2025-04-10 14:53:37.195 | extraroute 2025-04-10 14:53:37.195 | extraroute-atomic 2025-04-10 14:53:37.195 | filter-validation 2025-04-10 14:53:37.195 | floating-ip-port-forwarding-detail 2025-04-10 14:53:37.195 | fip-port-details 2025-04-10 14:53:37.195 | flavors 2025-04-10 14:53:37.195 | floatingip-pools 2025-04-10 14:53:37.195 | ip-substring-filtering 2025-04-10 14:53:37.195 | router 2025-04-10 14:53:37.195 | ext-gw-mode 2025-04-10 14:53:37.195 | l3-ha 2025-04-10 14:53:37.196 | l3-flavors 2025-04-10 14:53:37.196 | l3-port-ip-change-not-allowed 2025-04-10 14:53:37.196 | l3_agent_scheduler 2025-04-10 14:53:37.196 | multi-provider 2025-04-10 14:53:37.196 | net-mtu 2025-04-10 14:53:37.196 | net-mtu-writable 2025-04-10 14:53:37.196 | network_availability_zone 2025-04-10 14:53:37.196 | network_ha 2025-04-10 14:53:37.196 | network-ip-availability 2025-04-10 14:53:37.196 | pagination 2025-04-10 14:53:37.196 | port-device-profile 2025-04-10 14:53:37.196 | port-mac-override 2025-04-10 14:53:37.196 | port-mac-address-regenerate 2025-04-10 14:53:37.196 | port-numa-affinity-policy 2025-04-10 14:53:37.196 | binding 2025-04-10 14:53:37.196 | binding-extended 2025-04-10 14:53:37.196 | port-security 2025-04-10 14:53:37.196 | project-id 2025-04-10 14:53:37.196 | provider 2025-04-10 14:53:37.196 | quota-check-limit 2025-04-10 14:53:37.196 | quotas 2025-04-10 14:53:37.196 | quota_details 2025-04-10 14:53:37.196 | rbac-policies 2025-04-10 14:53:37.196 | rbac-address-group 2025-04-10 14:53:37.196 | rbac-address-scope 2025-04-10 14:53:37.196 | rbac-security-groups 2025-04-10 14:53:37.196 | rbac-subnetpool 2025-04-10 14:53:37.196 | revision-if-match 2025-04-10 14:53:37.196 | standard-attr-revisions 2025-04-10 14:53:37.196 | router_availability_zone 2025-04-10 14:53:37.196 | security-groups-default-rules 2025-04-10 14:53:37.196 | security-groups-normalized-cidr 2025-04-10 14:53:37.196 | port-security-groups-filtering 2025-04-10 14:53:37.196 | security-groups-remote-address-group 2025-04-10 14:53:37.196 | security-groups-shared-filtering 2025-04-10 14:53:37.196 | security-group 2025-04-10 14:53:37.196 | service-type 2025-04-10 14:53:37.196 | sorting 2025-04-10 14:53:37.196 | standard-attr-description 2025-04-10 14:53:37.196 | stateful-security-group 2025-04-10 14:53:37.196 | subnet_onboard 2025-04-10 14:53:37.196 | subnet-service-types 2025-04-10 14:53:37.196 | subnet_allocation 2025-04-10 14:53:37.196 | subnetpool-prefix-ops 2025-04-10 14:53:37.196 | standard-attr-tag 2025-04-10 14:53:37.196 | standard-attr-timestamp 2025-04-10 14:53:37.196 | nsxt-ops =~ external-net ]] 2025-04-10 14:53:37.197 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-10 14:53:37.199 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2025-04-10 14:53:37.202 | ++ 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-10 14:53:38.463 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:53:38.466 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=e551db7e-ece9-4604-a2a7-a3acbd753432 2025-04-10 14:53:38.468 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2025-04-10 14:53:38.471 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-10 14:53:38.488 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2025-04-10 14:53:38.490 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2025-04-10 14:53:38.492 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-10 14:53:38.495 | ++ 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-10 14:53:39.714 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:53:39.717 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-10 14:53:39.717 | address-scope 2025-04-10 14:53:39.717 | router-admin-state-down-before-update 2025-04-10 14:53:39.717 | agent 2025-04-10 14:53:39.717 | agent-resources-synced 2025-04-10 14:53:39.717 | allowed-address-pairs 2025-04-10 14:53:39.717 | auto-allocated-topology 2025-04-10 14:53:39.717 | availability_zone 2025-04-10 14:53:39.717 | availability_zone_filter 2025-04-10 14:53:39.717 | default-subnetpools 2025-04-10 14:53:39.717 | dhcp_agent_scheduler 2025-04-10 14:53:39.717 | dvr 2025-04-10 14:53:39.717 | empty-string-filtering 2025-04-10 14:53:39.717 | external-net 2025-04-10 14:53:39.717 | extra_dhcp_opt 2025-04-10 14:53:39.717 | extraroute 2025-04-10 14:53:39.717 | extraroute-atomic 2025-04-10 14:53:39.717 | filter-validation 2025-04-10 14:53:39.717 | floating-ip-port-forwarding-detail 2025-04-10 14:53:39.717 | fip-port-details 2025-04-10 14:53:39.717 | flavors 2025-04-10 14:53:39.717 | floatingip-pools 2025-04-10 14:53:39.717 | ip-substring-filtering 2025-04-10 14:53:39.717 | router 2025-04-10 14:53:39.717 | ext-gw-mode 2025-04-10 14:53:39.717 | l3-ha 2025-04-10 14:53:39.717 | l3-flavors 2025-04-10 14:53:39.717 | l3-port-ip-change-not-allowed 2025-04-10 14:53:39.717 | l3_agent_scheduler 2025-04-10 14:53:39.717 | multi-provider 2025-04-10 14:53:39.717 | net-mtu 2025-04-10 14:53:39.717 | net-mtu-writable 2025-04-10 14:53:39.717 | network_availability_zone 2025-04-10 14:53:39.717 | network_ha 2025-04-10 14:53:39.717 | network-ip-availability 2025-04-10 14:53:39.717 | pagination 2025-04-10 14:53:39.717 | port-device-profile 2025-04-10 14:53:39.717 | port-mac-override 2025-04-10 14:53:39.717 | port-mac-address-regenerate 2025-04-10 14:53:39.718 | port-numa-affinity-policy 2025-04-10 14:53:39.718 | binding 2025-04-10 14:53:39.718 | binding-extended 2025-04-10 14:53:39.718 | port-security 2025-04-10 14:53:39.718 | project-id 2025-04-10 14:53:39.718 | provider 2025-04-10 14:53:39.718 | quota-check-limit 2025-04-10 14:53:39.718 | quotas 2025-04-10 14:53:39.718 | quota_details 2025-04-10 14:53:39.718 | rbac-policies 2025-04-10 14:53:39.718 | rbac-address-group 2025-04-10 14:53:39.718 | rbac-address-scope 2025-04-10 14:53:39.718 | rbac-security-groups 2025-04-10 14:53:39.718 | rbac-subnetpool 2025-04-10 14:53:39.718 | revision-if-match 2025-04-10 14:53:39.718 | standard-attr-revisions 2025-04-10 14:53:39.718 | router_availability_zone 2025-04-10 14:53:39.718 | security-groups-default-rules 2025-04-10 14:53:39.718 | security-groups-normalized-cidr 2025-04-10 14:53:39.718 | port-security-groups-filtering 2025-04-10 14:53:39.718 | security-groups-remote-address-group 2025-04-10 14:53:39.718 | security-groups-shared-filtering 2025-04-10 14:53:39.718 | security-group 2025-04-10 14:53:39.718 | service-type 2025-04-10 14:53:39.718 | sorting 2025-04-10 14:53:39.718 | standard-attr-description 2025-04-10 14:53:39.718 | stateful-security-group 2025-04-10 14:53:39.718 | subnet_onboard 2025-04-10 14:53:39.718 | subnet-service-types 2025-04-10 14:53:39.718 | subnet_allocation 2025-04-10 14:53:39.718 | subnetpool-prefix-ops 2025-04-10 14:53:39.718 | standard-attr-tag 2025-04-10 14:53:39.718 | standard-attr-timestamp 2025-04-10 14:53:39.718 | nsxt-ops' 2025-04-10 14:53:39.720 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-10 14:53:39.720 | address-scope 2025-04-10 14:53:39.720 | router-admin-state-down-before-update 2025-04-10 14:53:39.720 | agent 2025-04-10 14:53:39.720 | agent-resources-synced 2025-04-10 14:53:39.720 | allowed-address-pairs 2025-04-10 14:53:39.720 | auto-allocated-topology 2025-04-10 14:53:39.720 | availability_zone 2025-04-10 14:53:39.720 | availability_zone_filter 2025-04-10 14:53:39.720 | default-subnetpools 2025-04-10 14:53:39.720 | dhcp_agent_scheduler 2025-04-10 14:53:39.720 | dvr 2025-04-10 14:53:39.720 | empty-string-filtering 2025-04-10 14:53:39.720 | external-net 2025-04-10 14:53:39.720 | extra_dhcp_opt 2025-04-10 14:53:39.720 | extraroute 2025-04-10 14:53:39.720 | extraroute-atomic 2025-04-10 14:53:39.720 | filter-validation 2025-04-10 14:53:39.720 | floating-ip-port-forwarding-detail 2025-04-10 14:53:39.720 | fip-port-details 2025-04-10 14:53:39.720 | flavors 2025-04-10 14:53:39.720 | floatingip-pools 2025-04-10 14:53:39.720 | ip-substring-filtering 2025-04-10 14:53:39.720 | router 2025-04-10 14:53:39.720 | ext-gw-mode 2025-04-10 14:53:39.720 | l3-ha 2025-04-10 14:53:39.720 | l3-flavors 2025-04-10 14:53:39.720 | l3-port-ip-change-not-allowed 2025-04-10 14:53:39.720 | l3_agent_scheduler 2025-04-10 14:53:39.720 | multi-provider 2025-04-10 14:53:39.720 | net-mtu 2025-04-10 14:53:39.720 | net-mtu-writable 2025-04-10 14:53:39.720 | network_availability_zone 2025-04-10 14:53:39.720 | network_ha 2025-04-10 14:53:39.720 | network-ip-availability 2025-04-10 14:53:39.720 | pagination 2025-04-10 14:53:39.720 | port-device-profile 2025-04-10 14:53:39.720 | port-mac-override 2025-04-10 14:53:39.720 | port-mac-address-regenerate 2025-04-10 14:53:39.720 | port-numa-affinity-policy 2025-04-10 14:53:39.720 | binding 2025-04-10 14:53:39.720 | binding-extended 2025-04-10 14:53:39.720 | port-security 2025-04-10 14:53:39.720 | project-id 2025-04-10 14:53:39.720 | provider 2025-04-10 14:53:39.720 | quota-check-limit 2025-04-10 14:53:39.720 | quotas 2025-04-10 14:53:39.720 | quota_details 2025-04-10 14:53:39.720 | rbac-policies 2025-04-10 14:53:39.720 | rbac-address-group 2025-04-10 14:53:39.720 | rbac-address-scope 2025-04-10 14:53:39.720 | rbac-security-groups 2025-04-10 14:53:39.720 | rbac-subnetpool 2025-04-10 14:53:39.720 | revision-if-match 2025-04-10 14:53:39.720 | standard-attr-revisions 2025-04-10 14:53:39.720 | router_availability_zone 2025-04-10 14:53:39.720 | security-groups-default-rules 2025-04-10 14:53:39.720 | security-groups-normalized-cidr 2025-04-10 14:53:39.720 | port-security-groups-filtering 2025-04-10 14:53:39.720 | security-groups-remote-address-group 2025-04-10 14:53:39.720 | security-groups-shared-filtering 2025-04-10 14:53:39.720 | security-group 2025-04-10 14:53:39.720 | service-type 2025-04-10 14:53:39.720 | sorting 2025-04-10 14:53:39.720 | standard-attr-description 2025-04-10 14:53:39.720 | stateful-security-group 2025-04-10 14:53:39.720 | subnet_onboard 2025-04-10 14:53:39.720 | subnet-service-types 2025-04-10 14:53:39.720 | subnet_allocation 2025-04-10 14:53:39.720 | subnetpool-prefix-ops 2025-04-10 14:53:39.720 | standard-attr-tag 2025-04-10 14:53:39.720 | standard-attr-timestamp 2025-04-10 14:53:39.720 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-10 14:53:39.722 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-10 14:53:39.724 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-04-10 14:53:39.726 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2025-04-10 14:53:39.729 | ++ 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-10 14:53:41.080 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:53:41.082 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=55ef708e-f560-4b33-be04-537bb0ee9f61 2025-04-10 14:53:41.085 | + 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-10 14:53:41.087 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-10 14:53:41.101 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2025-04-10 14:53:41.103 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2025-04-10 14:53:41.106 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet e551db7e-ece9-4604-a2a7-a3acbd753432 d3cf9377-e2b5-43e6-b39f-5fb3b5c8a4f1 2025-04-10 14:53:43.213 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2025-04-10 14:53:43.216 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 55ef708e-f560-4b33-be04-537bb0ee9f61 2025-04-10 14:53:43.218 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2025-04-10 14:53:43.220 | ++ 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-10 14:53:43.221 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2025-04-10 14:53:43.223 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2025-04-10 14:53:43.225 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network 55ef708e-f560-4b33-be04-537bb0ee9f61 --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-04-10 14:53:43.227 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2025-04-10 14:53:43.228 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2025-04-10 14:53:43.231 | +++ 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 55ef708e-f560-4b33-be04-537bb0ee9f61 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-04-10 14:53:43.232 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2025-04-10 14:53:44.641 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:53:44.643 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-04-10 14:53:44.644 | | id | 239ffbf4-8ad7-40d0-b148-b3763c955cad |' 2025-04-10 14:53:44.645 | ++ 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-10 14:53:44.647 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-10 14:53:44.659 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 239ffbf4-8ad7-40d0-b148-b3763c955cad '|' 2025-04-10 14:53:44.661 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 239ffbf4-8ad7-40d0-b148-b3763c955cad |' 2025-04-10 14:53:44.663 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2025-04-10 14:53:44.666 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 239ffbf4-8ad7-40d0-b148-b3763c955cad '|' 2025-04-10 14:53:44.666 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2025-04-10 14:53:44.668 | ++ functions-common:get_field:789 : local data field 2025-04-10 14:53:44.670 | ++ functions-common:get_field:790 : read data 2025-04-10 14:53:44.672 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2025-04-10 14:53:44.673 | ++ functions-common:get_field:794 : field='$3' 2025-04-10 14:53:44.676 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 239ffbf4-8ad7-40d0-b148-b3763c955cad |' 2025-04-10 14:53:44.676 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-04-10 14:53:44.680 | ++ functions-common:get_field:790 : read data 2025-04-10 14:53:44.683 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2025-04-10 14:53:44.686 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 239ffbf4-8ad7-40d0-b148-b3763c955cad '|' 2025-04-10 14:53:44.686 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2025-04-10 14:53:44.687 | ++ functions-common:get_field:789 : local data field 2025-04-10 14:53:44.689 | ++ functions-common:get_field:790 : read data 2025-04-10 14:53:44.691 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2025-04-10 14:53:44.693 | ++ functions-common:get_field:794 : field='$6' 2025-04-10 14:53:44.695 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 239ffbf4-8ad7-40d0-b148-b3763c955cad |' 2025-04-10 14:53:44.696 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-04-10 14:53:44.700 | ++ functions-common:get_field:790 : read data 2025-04-10 14:53:44.703 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=239ffbf4-8ad7-40d0-b148-b3763c955cad 2025-04-10 14:53:44.705 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 55ef708e-f560-4b33-be04-537bb0ee9f61 e551db7e-ece9-4604-a2a7-a3acbd753432 2025-04-10 14:53:46.812 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2025-04-10 14:53:46.815 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2025-04-10 14:53:46.828 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:46.829 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2025-04-10 14:53:46.831 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2025-04-10 14:53:46.833 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-04-10 14:53:46.835 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2025-04-10 14:53:46.837 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2025-04-10 14:53:46.839 | ++ 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-10 14:53:46.852 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2025-04-10 14:53:46.854 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2025-04-10 14:53:46.856 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2025-04-10 14:53:46.858 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2025-04-10 14:53:46.860 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-10 14:53:46.862 | + 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-10 14:53:46.864 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-10 14:53:46.866 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2025-04-10 14:53:46.868 | + functions-common:test_with_retry:2340 : local until=10 2025-04-10 14:53:46.870 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-10 14:53:46.872 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-10 14:53:46.874 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-10 14:53:46.875 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:46.877 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:46.879 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:46.883 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296826881 2025-04-10 14:53:46.885 | + 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-10 14:53:46.890 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-10 14:53:46.892 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:46.894 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:46.896 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:46.898 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:46.900 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:46.901 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-10 14:53:46.903 | + functions-common:time_stop:2407 : start_time=1744296826881 2025-04-10 14:53:46.905 | + functions-common:time_stop:2409 : [[ -z 1744296826881 ]] 2025-04-10 14:53:46.907 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:46.911 | + functions-common:time_stop:2412 : end_time=1744296826909 2025-04-10 14:53:46.913 | + functions-common:time_stop:2413 : elapsed_time=28 2025-04-10 14:53:46.915 | + functions-common:time_stop:2414 : total=3063 2025-04-10 14:53:46.916 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:46.918 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3091 2025-04-10 14:53:46.921 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2025-04-10 14:53:46.921 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2025-04-10 14:53:46.926 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2025-04-10 14:53:46.927 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:53:46.930 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-10 14:53:46.932 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-10 14:53:46.935 | ++ 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-10 14:53:46.935 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2025-04-10 14:53:46.935 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2025-04-10 14:53:46.935 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2025-04-10 14:53:48.103 | ++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:53:48.107 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.174 ' 2025-04-10 14:53:48.109 | + 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-10 14:53:48.111 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-10 14:53:48.124 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2025-04-10 14:53:48.127 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:53:48.129 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2025-04-10 14:53:48.131 | + stack.sh:main:1341 : is_service_enabled nova 2025-04-10 14:53:48.146 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:48.148 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2025-04-10 14:53:48.150 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:53:48.152 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2025-04-10 14:53:48.154 | + stack.sh:main:1343 : start_nova 2025-04-10 14:53:48.156 | + lib/nova:start_nova:1184 : start_nova_rest 2025-04-10 14:53:48.159 | + 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-10 14:53:48.161 | + 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-10 14:53:48.164 | + 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-10 14:53:48.166 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-10 14:53:48.168 | + 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-10 14:53:48.170 | + functions-common:run_process:1654 : local service=n-sch 2025-04-10 14:53:48.173 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-10 14:53:48.175 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:48.177 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:48.179 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:48.182 | + functions-common:run_process:1660 : local name=n-sch 2025-04-10 14:53:48.184 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:48.186 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:48.188 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:48.190 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:48.193 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:48.196 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296828194 2025-04-10 14:53:48.199 | + functions-common:run_process:1663 : is_service_enabled n-sch 2025-04-10 14:53:48.212 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:48.214 | + 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-10 14:53:48.216 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2025-04-10 14:53:48.218 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-10 14:53:48.220 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-10 14:53:48.222 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-10 14:53:48.224 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-10 14:53:48.226 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-10 14:53:48.228 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-10 14:53:48.230 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2025-04-10 14:53:48.232 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:53:48.234 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:53:48.236 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:53:48.238 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:53:48.240 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-10 14:53:48.242 | + 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-10 14:53:48.244 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2025-04-10 14:53:48.246 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-10 14:53:48.248 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-10 14:53:48.250 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-10 14:53:48.252 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-10 14:53:48.254 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-10 14:53:48.255 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-10 14:53:48.257 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-04-10 14:53:48.259 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-10 14:53:48.263 | + 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-10 14:53:48.313 | + 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-10 14:53:48.364 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-04-10 14:53:48.406 | + 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-10 14:53:48.448 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-04-10 14:53:48.490 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-04-10 14:53:48.533 | + 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-10 14:53:48.575 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-10 14:53:48.577 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-10 14:53:48.579 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-04-10 14:53:48.628 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-10 14:53:48.883 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2025-04-10 14:53:48.892 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-04-10 14:53:49.132 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2025-04-10 14:53:49.160 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:49.162 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:49.164 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:49.166 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:49.168 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:49.170 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:49.173 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:49.175 | + functions-common:time_stop:2407 : start_time=1744296828194 2025-04-10 14:53:49.177 | + functions-common:time_stop:2409 : [[ -z 1744296828194 ]] 2025-04-10 14:53:49.179 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:49.183 | + functions-common:time_stop:2412 : end_time=1744296829181 2025-04-10 14:53:49.185 | + functions-common:time_stop:2413 : elapsed_time=987 2025-04-10 14:53:49.187 | + functions-common:time_stop:2414 : total=8472 2025-04-10 14:53:49.189 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:49.191 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9459 2025-04-10 14:53:49.193 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2025-04-10 14:53:49.196 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2025-04-10 14:53:49.200 | + 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-10 14:53:49.202 | + functions-common:run_process:1654 : local service=n-api-meta 2025-04-10 14:53:49.204 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-10 14:53:49.206 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:49.208 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:49.210 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:49.212 | + functions-common:run_process:1660 : local name=n-api-meta 2025-04-10 14:53:49.214 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:49.217 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:49.219 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:49.221 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:49.223 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:49.227 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296829225 2025-04-10 14:53:49.229 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2025-04-10 14:53:49.243 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:49.245 | + 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-10 14:53:49.247 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2025-04-10 14:53:49.249 | + 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-10 14:53:49.252 | + 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-10 14:53:49.254 | + 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-10 14:53:49.256 | + 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-10 14:53:49.258 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-04-10 14:53:49.260 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-04-10 14:53:49.262 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2025-04-10 14:53:49.264 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:53:49.266 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:53:49.268 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:53:49.270 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:53:49.272 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-04-10 14:53:49.275 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-10 14:53:49.277 | + 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-10 14:53:49.279 | + 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-10 14:53:49.281 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2025-04-10 14:53:49.283 | + 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-10 14:53:49.285 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-10 14:53:49.287 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-10 14:53:49.289 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-10 14:53:49.291 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-04-10 14:53:49.293 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-10 14:53:49.296 | + 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-10 14:53:49.347 | + 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-10 14:53:49.398 | + 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-10 14:53:49.440 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-04-10 14:53:49.484 | + 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-10 14:53:49.528 | + 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-10 14:53:49.595 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-04-10 14:53:49.646 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-04-10 14:53:49.690 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-04-10 14:53:49.732 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-04-10 14:53:49.777 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-04-10 14:53:49.821 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-10 14:53:49.823 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-10 14:53:49.825 | + 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-10 14:53:49.878 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-10 14:53:50.127 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2025-04-10 14:53:50.136 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-04-10 14:53:50.370 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2025-04-10 14:53:50.424 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:50.426 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:50.429 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:50.430 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:50.432 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:50.434 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:50.436 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:50.438 | + functions-common:time_stop:2407 : start_time=1744296829225 2025-04-10 14:53:50.441 | + functions-common:time_stop:2409 : [[ -z 1744296829225 ]] 2025-04-10 14:53:50.443 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:50.448 | + functions-common:time_stop:2412 : end_time=1744296830445 2025-04-10 14:53:50.451 | + functions-common:time_stop:2413 : elapsed_time=1220 2025-04-10 14:53:50.453 | + functions-common:time_stop:2414 : total=9459 2025-04-10 14:53:50.455 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:50.458 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10679 2025-04-10 14:53:50.458 | + 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-10 14:53:50.461 | + 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-10 14:53:50.463 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2025-04-10 14:53:50.468 | + 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-10 14:53:50.470 | + 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-10 14:53:50.473 | + 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-10 14:53:50.475 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2025-04-10 14:53:50.477 | + 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-10 14:53:50.479 | + 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-10 14:53:50.481 | + functions-common:run_process:1654 : local service=n-novnc 2025-04-10 14:53:50.483 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-10 14:53:50.485 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:50.487 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:50.489 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:50.491 | + functions-common:run_process:1660 : local name=n-novnc 2025-04-10 14:53:50.493 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:50.495 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:50.497 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:50.498 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:50.501 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:50.504 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296830502 2025-04-10 14:53:50.506 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2025-04-10 14:53:50.519 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:50.521 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:50.523 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:50.525 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:50.527 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:50.529 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:50.531 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:50.534 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:50.536 | + functions-common:time_stop:2407 : start_time=1744296830502 2025-04-10 14:53:50.538 | + functions-common:time_stop:2409 : [[ -z 1744296830502 ]] 2025-04-10 14:53:50.540 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:50.544 | + functions-common:time_stop:2412 : end_time=1744296830542 2025-04-10 14:53:50.546 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-10 14:53:50.548 | + functions-common:time_stop:2414 : total=10679 2025-04-10 14:53:50.550 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:50.552 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10719 2025-04-10 14:53:50.554 | + 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-10 14:53:50.556 | + functions-common:run_process:1654 : local service=n-spice 2025-04-10 14:53:50.559 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-10 14:53:50.561 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:50.563 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:50.565 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:50.567 | + functions-common:run_process:1660 : local name=n-spice 2025-04-10 14:53:50.569 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:50.571 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:50.573 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:50.575 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:50.577 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:50.581 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296830578 2025-04-10 14:53:50.583 | + functions-common:run_process:1663 : is_service_enabled n-spice 2025-04-10 14:53:50.596 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:50.598 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:50.600 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:50.602 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:50.604 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:50.606 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:50.609 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:50.611 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:50.613 | + functions-common:time_stop:2407 : start_time=1744296830578 2025-04-10 14:53:50.615 | + functions-common:time_stop:2409 : [[ -z 1744296830578 ]] 2025-04-10 14:53:50.617 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:50.621 | + functions-common:time_stop:2412 : end_time=1744296830618 2025-04-10 14:53:50.623 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-10 14:53:50.625 | + functions-common:time_stop:2414 : total=10719 2025-04-10 14:53:50.627 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:50.629 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10759 2025-04-10 14:53:50.631 | + 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-10 14:53:50.633 | + functions-common:run_process:1654 : local service=n-sproxy 2025-04-10 14:53:50.635 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-10 14:53:50.637 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:50.639 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:50.641 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:50.643 | + functions-common:run_process:1660 : local name=n-sproxy 2025-04-10 14:53:50.645 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:50.647 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:50.649 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:50.651 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:50.654 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:50.658 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296830655 2025-04-10 14:53:50.660 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2025-04-10 14:53:50.673 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:50.675 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:50.677 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:50.679 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:50.681 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:50.683 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:50.685 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:50.687 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:50.689 | + functions-common:time_stop:2407 : start_time=1744296830655 2025-04-10 14:53:50.691 | + functions-common:time_stop:2409 : [[ -z 1744296830655 ]] 2025-04-10 14:53:50.693 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:50.697 | + functions-common:time_stop:2412 : end_time=1744296830695 2025-04-10 14:53:50.699 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-10 14:53:50.702 | + functions-common:time_stop:2414 : total=10759 2025-04-10 14:53:50.703 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:50.705 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10799 2025-04-10 14:53:50.708 | + 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-10 14:53:50.710 | + 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-10 14:53:50.712 | + lib/nova:start_nova:1186 : start_nova_conductor 2025-04-10 14:53:50.714 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-10 14:53:50.716 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-04-10 14:53:50.716 | Starting nova-conductor in a cellsv1-compatible way 2025-04-10 14:53:50.718 | + 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-10 14:53:50.720 | + functions-common:run_process:1654 : local service=n-cond 2025-04-10 14:53:50.722 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-10 14:53:50.724 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:50.726 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:50.728 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:50.730 | + functions-common:run_process:1660 : local name=n-cond 2025-04-10 14:53:50.732 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:50.734 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:50.736 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:50.738 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:50.741 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:50.744 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296830742 2025-04-10 14:53:50.746 | + functions-common:run_process:1663 : is_service_enabled n-cond 2025-04-10 14:53:50.760 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:50.762 | + 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-10 14:53:50.764 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2025-04-10 14:53:50.766 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-10 14:53:50.768 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-10 14:53:50.770 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-10 14:53:50.772 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-10 14:53:50.774 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-10 14:53:50.776 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-10 14:53:50.778 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2025-04-10 14:53:50.780 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:53:50.782 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:53:50.784 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:53:50.786 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:53:50.789 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-10 14:53:50.791 | + 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-10 14:53:50.793 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2025-04-10 14:53:50.795 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-10 14:53:50.797 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-10 14:53:50.799 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-10 14:53:50.801 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-10 14:53:50.803 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-10 14:53:50.805 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-10 14:53:50.807 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-04-10 14:53:50.809 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-10 14:53:50.813 | + 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-10 14:53:50.868 | + 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-10 14:53:50.922 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-04-10 14:53:50.963 | + 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-10 14:53:51.009 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-04-10 14:53:51.053 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-04-10 14:53:51.094 | + 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-10 14:53:51.135 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-10 14:53:51.137 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-10 14:53:51.139 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-04-10 14:53:51.190 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-10 14:53:51.444 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2025-04-10 14:53:51.454 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-04-10 14:53:51.685 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2025-04-10 14:53:51.708 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:51.711 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:51.713 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:51.715 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:51.717 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:51.719 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:51.721 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:51.723 | + functions-common:time_stop:2407 : start_time=1744296830742 2025-04-10 14:53:51.725 | + functions-common:time_stop:2409 : [[ -z 1744296830742 ]] 2025-04-10 14:53:51.727 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:51.731 | + functions-common:time_stop:2412 : end_time=1744296831728 2025-04-10 14:53:51.733 | + functions-common:time_stop:2413 : elapsed_time=986 2025-04-10 14:53:51.735 | + functions-common:time_stop:2414 : total=10799 2025-04-10 14:53:51.736 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:51.738 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11785 2025-04-10 14:53:51.741 | + lib/nova:start_nova_conductor:1157 : return 2025-04-10 14:53:51.743 | + lib/nova:start_nova:1187 : start_nova_compute 2025-04-10 14:53:51.745 | + 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-10 14:53:51.747 | + 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-10 14:53:51.749 | + 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-10 14:53:51.751 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-10 14:53:51.753 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-04-10 14:53:51.757 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-10 14:53:51.759 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:53:51.761 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-10 14:53:51.764 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-04-10 14:53:51.766 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-10 14:53:51.768 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-04-10 14:53:51.770 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-04-10 14:53:51.772 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-04-10 14:53:51.775 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-04-10 14:53:51.778 | + inc/meta-config:merge_config_file:164 : read a 2025-04-10 14:53:51.778 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-10 14:53:51.778 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-10 14:53:51.778 | BEGIN { 2025-04-10 14:53:51.778 | section = "" 2025-04-10 14:53:51.778 | last_section = "" 2025-04-10 14:53:51.778 | section_count = 0 2025-04-10 14:53:51.778 | } 2025-04-10 14:53:51.778 | /^\[.+\]/ { 2025-04-10 14:53:51.778 | gsub("[][]", "", $1); 2025-04-10 14:53:51.778 | section=$1 2025-04-10 14:53:51.778 | next 2025-04-10 14:53:51.778 | } 2025-04-10 14:53:51.778 | /^ *\#/ { 2025-04-10 14:53:51.778 | next 2025-04-10 14:53:51.778 | } 2025-04-10 14:53:51.778 | /^[^ \t]+/ { 2025-04-10 14:53:51.778 | # get offset of first = in $0 2025-04-10 14:53:51.778 | eq_idx = index($0, "=") 2025-04-10 14:53:51.778 | # extract attr & value from $0 2025-04-10 14:53:51.778 | attr = substr($0, 1, eq_idx - 1) 2025-04-10 14:53:51.778 | value = substr($0, eq_idx + 1) 2025-04-10 14:53:51.778 | # only need to strip trailing whitespace from attr 2025-04-10 14:53:51.778 | sub(/[ \t]*$/, "", attr) 2025-04-10 14:53:51.778 | # need to strip leading & trailing whitespace from value 2025-04-10 14:53:51.778 | sub(/^[ \t]*/, "", value) 2025-04-10 14:53:51.778 | sub(/[ \t]*$/, "", value) 2025-04-10 14:53:51.778 | 2025-04-10 14:53:51.778 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-10 14:53:51.778 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-10 14:53:51.778 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-10 14:53:51.778 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-10 14:53:51.778 | if (! (section, attr) in cfg_attr_count) { 2025-04-10 14:53:51.778 | if (section != last_section) { 2025-04-10 14:53:51.778 | cfg_section[section_count++] = section 2025-04-10 14:53:51.778 | last_section = section 2025-04-10 14:53:51.778 | } 2025-04-10 14:53:51.779 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-10 14:53:51.779 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-10 14:53:51.779 | 2025-04-10 14:53:51.779 | cfg_attr[section, attr, 0] = value 2025-04-10 14:53:51.779 | cfg_attr_count[section, attr] = 1 2025-04-10 14:53:51.779 | } else { 2025-04-10 14:53:51.779 | lno = cfg_attr_count[section, attr]++ 2025-04-10 14:53:51.779 | cfg_attr[section, attr, lno] = value 2025-04-10 14:53:51.779 | } 2025-04-10 14:53:51.779 | } 2025-04-10 14:53:51.779 | END { 2025-04-10 14:53:51.779 | # Process each section in order 2025-04-10 14:53:51.779 | for (sno = 0; sno < section_count; sno++) { 2025-04-10 14:53:51.779 | section = cfg_section[sno] 2025-04-10 14:53:51.779 | # The ini routines simply append a config item immediately 2025-04-10 14:53:51.779 | # after the section header. To keep the same order as defined 2025-04-10 14:53:51.779 | # in local.conf, invoke the ini routines in the reverse order 2025-04-10 14:53:51.779 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-10 14:53:51.779 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-10 14:53:51.779 | if (cfg_attr_count[section, attr] == 1) 2025-04-10 14:53:51.779 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-10 14:53:51.779 | else { 2025-04-10 14:53:51.779 | # For multiline, invoke the ini routines in the reverse order 2025-04-10 14:53:51.779 | count = cfg_attr_count[section, attr] 2025-04-10 14:53:51.779 | print "inidelete " configfile " " section " " attr 2025-04-10 14:53:51.779 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-10 14:53:51.779 | for (l = count -2; l >= 0; l--) 2025-04-10 14:53:51.779 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-10 14:53:51.779 | } 2025-04-10 14:53:51.779 | } 2025-04-10 14:53:51.779 | } 2025-04-10 14:53:51.779 | } 2025-04-10 14:53:51.779 | ' 2025-04-10 14:53:51.780 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:53:51.780 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-10 14:53:51.782 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-10 14:53:51.784 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-04-10 14:53:51.786 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:53:51.788 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-04-10 14:53:51.790 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-10 14:53:51.790 | BEGIN { group = "" } 2025-04-10 14:53:51.790 | /^\[\[.+\|.*\]\]/ { 2025-04-10 14:53:51.790 | gsub("[][]", "", $1); 2025-04-10 14:53:51.790 | split($1, a, "|"); 2025-04-10 14:53:51.790 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-10 14:53:51.790 | group=a[1] 2025-04-10 14:53:51.790 | } else { 2025-04-10 14:53:51.790 | group="" 2025-04-10 14:53:51.790 | } 2025-04-10 14:53:51.790 | next 2025-04-10 14:53:51.790 | } 2025-04-10 14:53:51.790 | { 2025-04-10 14:53:51.790 | if (group != "") 2025-04-10 14:53:51.790 | print $0 2025-04-10 14:53:51.790 | } 2025-04-10 14:53:51.790 | ' /opt/stack/devstack/local.conf 2025-04-10 14:53:51.796 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-10 14:53:51.798 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2025-04-10 14:53:51.798 | Skipping multi-cell conductor fleet setup 2025-04-10 14:53:51.800 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2025-04-10 14:53:51.816 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-04-10 14:53:51.831 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2025-04-10 14:53:51.833 | + lib/nova:configure_console_compute:672 : local offset 2025-04-10 14:53:51.835 | + lib/nova:configure_console_compute:673 : offset=0 2025-04-10 14:53:51.837 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2025-04-10 14:53:51.839 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-04-10 14:53:51.855 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2025-04-10 14:53:51.857 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2025-04-10 14:53:51.870 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:51.872 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2025-04-10 14:53:51.886 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:51.888 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2025-04-10 14:53:51.890 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-04-10 14:53:51.921 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2025-04-10 14:53:51.935 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:51.937 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2025-04-10 14:53:51.950 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:51.952 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-04-10 14:53:51.976 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2025-04-10 14:53:51.979 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-04-10 14:53:51.981 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-04-10 14:53:51.983 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2025-04-10 14:53:51.985 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2025-04-10 14:53:51.987 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2025-04-10 14:53:51.989 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2025-04-10 14:53:51.990 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2025-04-10 14:53:52.004 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:52.006 | + 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-10 14:53:52.008 | + functions-common:run_process:1654 : local service=n-cpu 2025-04-10 14:53:52.010 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-10 14:53:52.012 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:52.014 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:52.016 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:52.018 | + functions-common:run_process:1660 : local name=n-cpu 2025-04-10 14:53:52.020 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:52.022 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:52.024 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:52.027 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:52.029 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:52.033 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296832030 2025-04-10 14:53:52.035 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2025-04-10 14:53:52.050 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:52.053 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:52.055 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:52.058 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:52.060 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:52.062 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:52.064 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:52.066 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:52.069 | + functions-common:time_stop:2407 : start_time=1744296832030 2025-04-10 14:53:52.072 | + functions-common:time_stop:2409 : [[ -z 1744296832030 ]] 2025-04-10 14:53:52.074 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:52.079 | + functions-common:time_stop:2412 : end_time=1744296832076 2025-04-10 14:53:52.080 | + functions-common:time_stop:2413 : elapsed_time=46 2025-04-10 14:53:52.083 | + functions-common:time_stop:2414 : total=11785 2025-04-10 14:53:52.084 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:52.086 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11831 2025-04-10 14:53:52.089 | + 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-10 14:53:52.092 | + 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-10 14:53:52.094 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2025-04-10 14:53:52.108 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:52.111 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2025-04-10 14:53:52.111 | Dumping cells_v2 mapping 2025-04-10 14:53:52.113 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2025-04-10 14:53:52.584 | 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-10 14:53:53.804 | INFO dbcounter [None req-c39c9caa-049c-46c0-9aa2-0a1f3d6a37da None None] Registered counter for database nova_api 2025-04-10 14:53:53.815 | DEBUG dbcounter [-] [60259] Writer thread running {{(pid=60259) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:53:53.839 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-10 14:53:53.839 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-04-10 14:53:53.839 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-10 14:53:53.839 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2025-04-10 14:53:53.839 | | cell1 | 8c210de8-cb57-4595-9d64-9bcffc8a09c2 | 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-10 14:53:53.839 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-10 14:53:54.154 | + stack.sh:main:1344 : async_runfunc create_flavors 2025-04-10 14:53:54.156 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-04-10 14:53:54.206 | + inc/async:async_inner:63 : create_flavors 2025-04-10 14:53:54.236 | [3486 Async create_flavors:60327]: running: create_flavors 2025-04-10 14:53:54.238 | + stack.sh:main:1346 : is_service_enabled cinder 2025-04-10 14:53:54.252 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:54.254 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2025-04-10 14:53:54.256 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:53:54.258 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2025-04-10 14:53:54.260 | + stack.sh:main:1348 : start_cinder 2025-04-10 14:53:54.263 | + lib/cinder:start_cinder:595 : local service_port=8776 2025-04-10 14:53:54.265 | + lib/cinder:start_cinder:596 : local service_protocol=http 2025-04-10 14:53:54.267 | + lib/cinder:start_cinder:597 : local cinder_url 2025-04-10 14:53:54.269 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2025-04-10 14:53:54.282 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:54.284 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2025-04-10 14:53:54.286 | + 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-10 14:53:54.288 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2025-04-10 14:53:54.291 | ++ lib/cinder:start_cinder:626 : which uwsgi 2025-04-10 14:53:54.295 | + 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-10 14:53:54.297 | + functions-common:run_process:1654 : local service=c-api 2025-04-10 14:53:54.299 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-10 14:53:54.301 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:54.303 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:54.305 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:54.308 | + functions-common:run_process:1660 : local name=c-api 2025-04-10 14:53:54.310 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:54.312 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:54.314 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:54.316 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:54.318 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:54.322 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296834319 2025-04-10 14:53:54.324 | + functions-common:run_process:1663 : is_service_enabled c-api 2025-04-10 14:53:54.337 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:54.339 | + 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-10 14:53:54.341 | + functions-common:_run_under_systemd:1611 : local service=c-api 2025-04-10 14:53:54.343 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-10 14:53:54.345 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-10 14:53:54.347 | + 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-10 14:53:54.349 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-10 14:53:54.351 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-04-10 14:53:54.353 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-04-10 14:53:54.356 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2025-04-10 14:53:54.358 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:53:54.360 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:53:54.362 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:53:54.364 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:53:54.366 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-04-10 14:53:54.368 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-10 14:53:54.370 | + 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-10 14:53:54.372 | + 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-10 14:53:54.374 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2025-04-10 14:53:54.376 | + 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-10 14:53:54.378 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-10 14:53:54.380 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-10 14:53:54.382 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-10 14:53:54.384 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-04-10 14:53:54.386 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-10 14:53:54.389 | + 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-10 14:53:54.438 | + 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-10 14:53:54.486 | + 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-10 14:53:54.528 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-04-10 14:53:54.569 | + 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-10 14:53:54.610 | + 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-10 14:53:54.652 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-04-10 14:53:54.692 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-04-10 14:53:54.732 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-04-10 14:53:54.773 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-04-10 14:53:54.815 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-04-10 14:53:54.856 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-10 14:53:54.858 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-10 14:53:54.860 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-04-10 14:53:54.909 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-10 14:53:55.159 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2025-04-10 14:53:55.169 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-04-10 14:53:55.418 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2025-04-10 14:53:55.480 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:55.482 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:55.484 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:55.486 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:55.488 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:55.490 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:55.492 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:55.494 | + functions-common:time_stop:2407 : start_time=1744296834319 2025-04-10 14:53:55.496 | + functions-common:time_stop:2409 : [[ -z 1744296834319 ]] 2025-04-10 14:53:55.499 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:55.504 | + functions-common:time_stop:2412 : end_time=1744296835500 2025-04-10 14:53:55.506 | + functions-common:time_stop:2413 : elapsed_time=1181 2025-04-10 14:53:55.508 | + functions-common:time_stop:2414 : total=11831 2025-04-10 14:53:55.510 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:55.514 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13012 2025-04-10 14:53:55.516 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2025-04-10 14:53:55.518 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2025-04-10 14:53:55.518 | Waiting for Cinder API to start... 2025-04-10 14:53:55.520 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-04-10 14:53:55.525 | + functions:wait_for_service:468 : local timeout=60 2025-04-10 14:53:55.527 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-04-10 14:53:55.529 | + functions:wait_for_service:470 : local rval=0 2025-04-10 14:53:55.532 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-10 14:53:55.534 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-10 14:53:55.536 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:55.538 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:55.541 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:55.544 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296835542 2025-04-10 14:53:55.546 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-10 14:53:55.550 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-04-10 14:53:57.424 | + :: : [[ 401 == 503 ]] 2025-04-10 14:53:57.425 | + :: : [[ 0 -eq 7 ]] 2025-04-10 14:53:57.428 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-10 14:53:57.431 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:57.433 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:57.435 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:57.437 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:57.439 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:57.441 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-10 14:53:57.443 | + functions-common:time_stop:2407 : start_time=1744296835542 2025-04-10 14:53:57.445 | + functions-common:time_stop:2409 : [[ -z 1744296835542 ]] 2025-04-10 14:53:57.448 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:57.451 | + functions-common:time_stop:2412 : end_time=1744296837448 2025-04-10 14:53:57.453 | + functions-common:time_stop:2413 : elapsed_time=1906 2025-04-10 14:53:57.455 | + functions-common:time_stop:2414 : total=6083 2025-04-10 14:53:57.457 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:57.459 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7989 2025-04-10 14:53:57.461 | + functions:wait_for_service:478 : return 0 2025-04-10 14:53:57.463 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:57.465 | + functions-common:run_process:1654 : local service=c-sch 2025-04-10 14:53:57.467 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:57.469 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:57.471 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:57.473 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:53:57.475 | + functions-common:run_process:1660 : local name=c-sch 2025-04-10 14:53:57.477 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:57.479 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:57.480 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:57.482 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:57.485 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:57.488 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296837486 2025-04-10 14:53:57.491 | + functions-common:run_process:1663 : is_service_enabled c-sch 2025-04-10 14:53:57.504 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:57.506 | + 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-10 14:53:57.508 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2025-04-10 14:53:57.510 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:57.512 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:57.514 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:57.516 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:57.518 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-10 14:53:57.520 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-10 14:53:57.522 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2025-04-10 14:53:57.524 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:53:57.526 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:53:57.528 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:53:57.530 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:53:57.532 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-10 14:53:57.534 | + 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-10 14:53:57.536 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2025-04-10 14:53:57.538 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:57.540 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-10 14:53:57.542 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-10 14:53:57.544 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-10 14:53:57.545 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-10 14:53:57.547 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-10 14:53:57.549 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-04-10 14:53:57.551 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-10 14:53:57.554 | + 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-10 14:53:57.603 | + 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-10 14:53:57.651 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-04-10 14:53:57.692 | + 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-10 14:53:57.735 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-04-10 14:53:57.776 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-04-10 14:53:57.818 | + 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-10 14:53:57.860 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-10 14:53:57.862 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-10 14:53:57.865 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-04-10 14:53:57.914 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-10 14:53:58.167 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2025-04-10 14:53:58.177 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-04-10 14:53:58.412 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2025-04-10 14:53:58.442 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:58.444 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:58.446 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:58.448 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:58.450 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:58.453 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:58.455 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:58.457 | + functions-common:time_stop:2407 : start_time=1744296837486 2025-04-10 14:53:58.459 | + functions-common:time_stop:2409 : [[ -z 1744296837486 ]] 2025-04-10 14:53:58.462 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:58.465 | + functions-common:time_stop:2412 : end_time=1744296838463 2025-04-10 14:53:58.467 | + functions-common:time_stop:2413 : elapsed_time=977 2025-04-10 14:53:58.470 | + functions-common:time_stop:2414 : total=13012 2025-04-10 14:53:58.472 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:58.474 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13989 2025-04-10 14:53:58.476 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-10 14:53:58.478 | + 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-10 14:53:58.480 | + functions-common:run_process:1654 : local service=c-bak 2025-04-10 14:53:58.482 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:58.484 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:58.486 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:58.488 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-10 14:53:58.490 | + functions-common:run_process:1660 : local name=c-bak 2025-04-10 14:53:58.492 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:58.494 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:58.496 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:58.498 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:58.500 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:58.504 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296838502 2025-04-10 14:53:58.506 | + functions-common:run_process:1663 : is_service_enabled c-bak 2025-04-10 14:53:58.520 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:53:58.522 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:58.525 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:58.526 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:58.528 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:58.534 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:58.536 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:58.539 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:58.546 | + functions-common:time_stop:2407 : start_time=1744296838502 2025-04-10 14:53:58.548 | + functions-common:time_stop:2409 : [[ -z 1744296838502 ]] 2025-04-10 14:53:58.551 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:58.554 | + functions-common:time_stop:2412 : end_time=1744296838552 2025-04-10 14:53:58.556 | + functions-common:time_stop:2413 : elapsed_time=50 2025-04-10 14:53:58.558 | + functions-common:time_stop:2414 : total=13989 2025-04-10 14:53:58.560 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:58.562 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14039 2025-04-10 14:53:58.565 | + 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-10 14:53:58.567 | + functions-common:run_process:1654 : local service=c-vol 2025-04-10 14:53:58.569 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:58.571 | + functions-common:run_process:1656 : local group= 2025-04-10 14:53:58.573 | + functions-common:run_process:1657 : local user= 2025-04-10 14:53:58.575 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-10 14:53:58.577 | + functions-common:run_process:1660 : local name=c-vol 2025-04-10 14:53:58.579 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:53:58.581 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:53:58.583 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:53:58.585 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:53:58.588 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:53:58.591 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296838589 2025-04-10 14:53:58.594 | + functions-common:run_process:1663 : is_service_enabled c-vol 2025-04-10 14:53:58.607 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:58.609 | + 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-10 14:53:58.611 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2025-04-10 14:53:58.613 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:58.615 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:58.617 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:58.620 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:58.622 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-10 14:53:58.625 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-10 14:53:58.626 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2025-04-10 14:53:58.629 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:53:58.631 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:53:58.633 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:53:58.635 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-10 14:53:58.636 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-10 14:53:58.639 | + 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-10 14:53:58.641 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2025-04-10 14:53:58.643 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-10 14:53:58.645 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-10 14:53:58.648 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-10 14:53:58.650 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-10 14:53:58.652 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-10 14:53:58.654 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-10 14:53:58.656 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-04-10 14:53:58.658 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-10 14:53:58.661 | + 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-10 14:53:58.711 | + 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-10 14:53:58.761 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-04-10 14:53:58.804 | + 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-10 14:53:58.846 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-04-10 14:53:58.888 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-04-10 14:53:58.931 | + 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-10 14:53:58.974 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-04-10 14:53:58.976 | + 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-10 14:53:59.020 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-10 14:53:59.022 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-04-10 14:53:59.074 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-10 14:53:59.331 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2025-04-10 14:53:59.341 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-04-10 14:53:59.585 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2025-04-10 14:53:59.605 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:53:59.607 | + functions-common:time_stop:2400 : local name 2025-04-10 14:53:59.609 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:53:59.611 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:53:59.613 | + functions-common:time_stop:2403 : local total 2025-04-10 14:53:59.615 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:53:59.617 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:53:59.619 | + functions-common:time_stop:2407 : start_time=1744296838589 2025-04-10 14:53:59.621 | + functions-common:time_stop:2409 : [[ -z 1744296838589 ]] 2025-04-10 14:53:59.623 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:53:59.627 | + functions-common:time_stop:2412 : end_time=1744296839625 2025-04-10 14:53:59.629 | + functions-common:time_stop:2413 : elapsed_time=1036 2025-04-10 14:53:59.631 | + functions-common:time_stop:2414 : total=14039 2025-04-10 14:53:59.633 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:53:59.635 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15075 2025-04-10 14:53:59.637 | + stack.sh:main:1349 : create_volume_types 2025-04-10 14:53:59.639 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2025-04-10 14:53:59.653 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:59.655 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2025-04-10 14:53:59.657 | + lib/cinder:create_volume_types:679 : local be be_name 2025-04-10 14:53:59.659 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-10 14:53:59.661 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2025-04-10 14:53:59.664 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2025-04-10 14:53:59.666 | + lib/cinder:create_one_type:659 : type_name=vsphere 2025-04-10 14:53:59.668 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2025-04-10 14:53:59.670 | + lib/cinder:create_one_type:661 : property_value=vsphere 2025-04-10 14:53:59.672 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2025-04-10 14:53:59.686 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:53:59.688 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-04-10 14:54:01.581 | +-------------+--------------------------------------+ 2025-04-10 14:54:01.581 | | Field | Value | 2025-04-10 14:54:01.582 | +-------------+--------------------------------------+ 2025-04-10 14:54:01.582 | | description | None | 2025-04-10 14:54:01.582 | | id | aaf31982-1363-4230-b281-d0b8a510f4cd | 2025-04-10 14:54:01.582 | | is_public | True | 2025-04-10 14:54:01.582 | | name | vsphere | 2025-04-10 14:54:01.582 | | properties | volume_backend_name='vsphere' | 2025-04-10 14:54:01.582 | +-------------+--------------------------------------+ 2025-04-10 14:54:01.728 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2025-04-10 14:54:01.730 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2025-04-10 14:54:01.732 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2025-04-10 14:54:01.734 | + stack.sh:main:1362 : is_service_enabled glance 2025-04-10 14:54:01.749 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:01.751 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2025-04-10 14:54:01.753 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:54:01.755 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2025-04-10 14:54:01.757 | + stack.sh:main:1364 : start_glance 2025-04-10 14:54:01.759 | + lib/glance:start_glance:609 : local service_protocol=http 2025-04-10 14:54:01.762 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2025-04-10 14:54:01.775 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:54:01.778 | + lib/glance:start_glance:616 : [[ False == False ]] 2025-04-10 14:54:01.781 | ++ lib/glance:start_glance:617 : which uwsgi 2025-04-10 14:54:01.785 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-10 14:54:01.787 | + functions-common:run_process:1654 : local service=g-api 2025-04-10 14:54:01.789 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-10 14:54:01.791 | + functions-common:run_process:1656 : local group= 2025-04-10 14:54:01.794 | + functions-common:run_process:1657 : local user= 2025-04-10 14:54:01.796 | + functions-common:run_process:1658 : local env_vars= 2025-04-10 14:54:01.798 | + functions-common:run_process:1660 : local name=g-api 2025-04-10 14:54:01.800 | + functions-common:run_process:1662 : time_start run_process 2025-04-10 14:54:01.803 | + functions-common:time_start:2386 : local name=run_process 2025-04-10 14:54:01.805 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:54:01.807 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:54:01.809 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:54:01.813 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296841810 2025-04-10 14:54:01.815 | + functions-common:run_process:1663 : is_service_enabled g-api 2025-04-10 14:54:01.829 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:01.831 | + 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-10 14:54:01.833 | + functions-common:_run_under_systemd:1611 : local service=g-api 2025-04-10 14:54:01.835 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-10 14:54:01.837 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-10 14:54:01.839 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-10 14:54:01.841 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-10 14:54:01.843 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-04-10 14:54:01.846 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-04-10 14:54:01.848 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2025-04-10 14:54:01.850 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-10 14:54:01.852 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-10 14:54:01.854 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-10 14:54:01.856 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-10 14:54:01.858 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-04-10 14:54:01.860 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-10 14:54:01.862 | + 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-10 14:54:01.865 | + 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-10 14:54:01.867 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2025-04-10 14:54:01.869 | + 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-10 14:54:01.871 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-10 14:54:01.873 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-10 14:54:01.875 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-10 14:54:01.877 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-04-10 14:54:01.879 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-10 14:54:01.882 | + 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-10 14:54:01.932 | + 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-10 14:54:01.982 | + 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-10 14:54:02.025 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-04-10 14:54:02.068 | + 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-10 14:54:02.111 | + 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-10 14:54:02.155 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-04-10 14:54:02.197 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-04-10 14:54:02.247 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-04-10 14:54:02.290 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-04-10 14:54:02.332 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-04-10 14:54:02.373 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-10 14:54:02.375 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-10 14:54:02.377 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-04-10 14:54:02.429 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-10 14:54:02.693 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2025-04-10 14:54:02.702 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-04-10 14:54:02.950 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2025-04-10 14:54:03.006 | + functions-common:run_process:1666 : time_stop run_process 2025-04-10 14:54:03.008 | + functions-common:time_stop:2400 : local name 2025-04-10 14:54:03.010 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:54:03.012 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:54:03.014 | + functions-common:time_stop:2403 : local total 2025-04-10 14:54:03.016 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:54:03.018 | + functions-common:time_stop:2406 : name=run_process 2025-04-10 14:54:03.020 | + functions-common:time_stop:2407 : start_time=1744296841810 2025-04-10 14:54:03.022 | + functions-common:time_stop:2409 : [[ -z 1744296841810 ]] 2025-04-10 14:54:03.025 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:54:03.032 | + functions-common:time_stop:2412 : end_time=1744296843026 2025-04-10 14:54:03.035 | + functions-common:time_stop:2413 : elapsed_time=1216 2025-04-10 14:54:03.037 | + functions-common:time_stop:2414 : total=15075 2025-04-10 14:54:03.039 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:54:03.041 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16291 2025-04-10 14:54:03.043 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2025-04-10 14:54:03.058 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:54:03.060 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-04-10 14:54:03.060 | Waiting for g-api (10.180.1.21) to start... 2025-04-10 14:54:03.062 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2025-04-10 14:54:03.064 | + functions:wait_for_service:468 : local timeout=60 2025-04-10 14:54:03.066 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-04-10 14:54:03.068 | + functions:wait_for_service:470 : local rval=0 2025-04-10 14:54:03.070 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-10 14:54:03.072 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-10 14:54:03.074 | + functions-common:time_start:2387 : local start_time= 2025-04-10 14:54:03.076 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:54:03.079 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:54:03.082 | + functions-common:time_start:2391 : _TIME_START[$name]=1744296843080 2025-04-10 14:54:03.084 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-10 14:54:03.088 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-04-10 14:54:05.020 | + :: : [[ 300 == 503 ]] 2025-04-10 14:54:05.021 | + :: : [[ 0 -eq 7 ]] 2025-04-10 14:54:05.023 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-10 14:54:05.026 | + functions-common:time_stop:2400 : local name 2025-04-10 14:54:05.028 | + functions-common:time_stop:2401 : local end_time 2025-04-10 14:54:05.030 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:54:05.032 | + functions-common:time_stop:2403 : local total 2025-04-10 14:54:05.034 | + functions-common:time_stop:2404 : local start_time 2025-04-10 14:54:05.036 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-10 14:54:05.038 | + functions-common:time_stop:2407 : start_time=1744296843080 2025-04-10 14:54:05.040 | + functions-common:time_stop:2409 : [[ -z 1744296843080 ]] 2025-04-10 14:54:05.042 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:54:05.046 | + functions-common:time_stop:2412 : end_time=1744296845044 2025-04-10 14:54:05.048 | + functions-common:time_stop:2413 : elapsed_time=1964 2025-04-10 14:54:05.050 | + functions-common:time_stop:2414 : total=7989 2025-04-10 14:54:05.052 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:54:05.054 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9953 2025-04-10 14:54:05.056 | + functions:wait_for_service:478 : return 0 2025-04-10 14:54:05.058 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2025-04-10 14:54:05.072 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:05.074 | + stack.sh:main:1378 : is_service_enabled glance 2025-04-10 14:54:05.088 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:05.090 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2025-04-10 14:54:05.092 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:54:05.094 | + stack.sh:echo_summary:461 : echo -e Uploading images 2025-04-10 14:54:05.096 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2025-04-10 14:54:05.098 | + 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-10 14:54:05.100 | + 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-10 14:54:05.102 | + functions:upload_image:134 : local image image_fname image_name 2025-04-10 14:54:05.103 | + functions:upload_image:136 : local max_attempts=5 2025-04-10 14:54:05.105 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-04-10 14:54:05.108 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-10 14:54:05.111 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-10 14:54:05.113 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-04-10 14:54:05.115 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-04-10 14:54:05.117 | ++ functions:upload_image:144 : seq 5 2025-04-10 14:54:05.120 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-04-10 14:54:05.122 | + functions:upload_image:145 : local rc=0 2025-04-10 14:54:05.124 | + 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-10 14:54:05.127 | --2025-04-10 14:54:05-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-04-10 14:54:05.132 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-10 14:54:05.133 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-10 14:54:05.178 | HTTP request sent, awaiting response... 200 OK 2025-04-10 14:54:05.178 | Length: 21318656 (20M) [application/octet-stream] 2025-04-10 14:54:05.178 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-04-10 14:54:05.189 | 2025-04-10 14:54:05.279 | 0K ........ ........ .... 100% 201M=0.1s 2025-04-10 14:54:05.279 | 2025-04-10 14:54:05.279 | 2025-04-10 14:54:05 (201 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-04-10 14:54:05.279 | 2025-04-10 14:54:05.283 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-04-10 14:54:05.285 | + functions:upload_image:155 : break 2025-04-10 14:54:05.286 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-10 14:54:05.288 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-04-10 14:54:05.290 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-04-10 14:54:05.292 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-10 14:54:05.294 | + functions:upload_image:194 : local vmdk_disktype= 2025-04-10 14:54:05.296 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-04-10 14:54:05.298 | + functions:upload_image:196 : local path_len 2025-04-10 14:54:05.299 | + functions:upload_image:199 : local vmdk_adapter_type 2025-04-10 14:54:05.302 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-10 14:54:05.302 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-10 14:54:05.306 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-04-10 14:54:05.308 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-04-10 14:54:05.310 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-04-10 14:54:05.311 | + functions:upload_image:205 : local vmdk_create_type 2025-04-10 14:54:05.314 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-10 14:54:05.315 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-10 14:54:05.318 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-04-10 14:54:05.320 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-04-10 14:54:05.322 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-04-10 14:54:05.323 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-04-10 14:54:05.325 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-04-10 14:54:05.327 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-04-10 14:54:05.329 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-04-10 14:54:05.330 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-04-10 14:54:05.332 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-04-10 14:54:05.335 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-10 14:54:05.335 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-04-10 14:54:05.339 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-04-10 14:54:05.340 | + functions:upload_image:284 : IFS=':;' 2025-04-10 14:54:05.342 | + functions:upload_image:284 : read -a props 2025-04-10 14:54:05.344 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-04-10 14:54:05.346 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-04-10 14:54:05.347 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-04-10 14:54:05.349 | + 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-10 14:54:05.351 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-10 14:54:05.353 | + functions:_upload_image:105 : shift 2025-04-10 14:54:05.355 | + functions:_upload_image:106 : local container=bare 2025-04-10 14:54:05.356 | + functions:_upload_image:107 : shift 2025-04-10 14:54:05.358 | + functions:_upload_image:108 : local disk=vmdk 2025-04-10 14:54:05.360 | + functions:_upload_image:109 : shift 2025-04-10 14:54:05.361 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-10 14:54:05.363 | + functions:_upload_image:111 : shift 2025-04-10 14:54:05.365 | + functions:_upload_image:112 : local properties 2025-04-10 14:54:05.367 | + functions:_upload_image:113 : local useimport 2025-04-10 14:54:05.369 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-10 14:54:05.371 | ++ functions:_image_properties_to_arg:87 : local result= 2025-04-10 14:54:05.372 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-10 14:54:05.374 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-04-10 14:54:05.376 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-10 14:54:05.377 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-04-10 14:54:05.380 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-10 14:54:05.381 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-04-10 14:54:05.383 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-10 14:54:05.385 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-04-10 14:54:05.387 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-04-10 14:54:05.389 | + 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-10 14:54:07.634 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-10 14:54:07.634 | | Field | Value | 2025-04-10 14:54:07.634 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-10 14:54:07.634 | | container_format | bare | 2025-04-10 14:54:07.634 | | created_at | 2025-04-10T14:54:06Z | 2025-04-10 14:54:07.634 | | disk_format | vmdk | 2025-04-10 14:54:07.634 | | file | /v2/images/595bda25-3485-4d7e-9f66-50f61186cadc/file | 2025-04-10 14:54:07.634 | | id | 595bda25-3485-4d7e-9f66-50f61186cadc | 2025-04-10 14:54:07.634 | | min_disk | 0 | 2025-04-10 14:54:07.634 | | min_ram | 0 | 2025-04-10 14:54:07.634 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-04-10 14:54:07.634 | | owner | c89109061376457ab5ab750f8f509d25 | 2025-04-10 14:54:07.634 | | 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-10 14:54:07.634 | | protected | False | 2025-04-10 14:54:07.634 | | schema | /v2/schemas/image | 2025-04-10 14:54:07.634 | | status | queued | 2025-04-10 14:54:07.634 | | tags | | 2025-04-10 14:54:07.634 | | updated_at | 2025-04-10T14:54:06Z | 2025-04-10 14:54:07.634 | | visibility | public | 2025-04-10 14:54:07.634 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-10 14:54:07.772 | + functions:upload_image:291 : return 2025-04-10 14:54:07.774 | + stack.sh:main:1386 : async_wait create_flavors 2025-04-10 14:54:07.814 | [3486 Async create_flavors:60327]: Waiting for completion of create_flavors running on PID 60327 (2 other jobs running) 2025-04-10 14:54:07.834 | [3486 Async create_flavors:60327]: Signaling child to exit 2025-04-10 14:54:08.719 | + inc/async:async_inner:64 : rc=0 2025-04-10 14:54:08.739 | [60327 Async create_flavors:60327]: finished successfully 2025-04-10 14:54:08.756 | WAKEUP 2025-04-10 14:54:08.774 | [3486 Async create_flavors:60327]: Signaled 2025-04-10 14:54:08.775 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2025-04-10 14:54:08.775 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:08.775 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2025-04-10 14:54:08.775 | + lib/nova:create_flavors:1256 : grep -q ds512M 2025-04-10 14:54:08.775 | + 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-10 14:54:08.775 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.775 | | Field | Value | 2025-04-10 14:54:08.775 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.775 | | OS-FLV-DISABLED:disabled | False | 2025-04-10 14:54:08.775 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-10 14:54:08.775 | | description | None | 2025-04-10 14:54:08.775 | | disk | 1 | 2025-04-10 14:54:08.775 | | id | c1 | 2025-04-10 14:54:08.775 | | name | cirros256 | 2025-04-10 14:54:08.775 | | os-flavor-access:is_public | True | 2025-04-10 14:54:08.775 | | properties | hw_rng:allowed='True' | 2025-04-10 14:54:08.775 | | ram | 256 | 2025-04-10 14:54:08.775 | | rxtx_factor | 1.0 | 2025-04-10 14:54:08.775 | | swap | 0 | 2025-04-10 14:54:08.775 | | vcpus | 1 | 2025-04-10 14:54:08.775 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.775 | + 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-10 14:54:08.775 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.775 | | Field | Value | 2025-04-10 14:54:08.775 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.775 | | OS-FLV-DISABLED:disabled | False | 2025-04-10 14:54:08.775 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-10 14:54:08.775 | | description | None | 2025-04-10 14:54:08.775 | | disk | 5 | 2025-04-10 14:54:08.775 | | id | d1 | 2025-04-10 14:54:08.775 | | name | ds512M | 2025-04-10 14:54:08.775 | | os-flavor-access:is_public | True | 2025-04-10 14:54:08.775 | | properties | hw_rng:allowed='True' | 2025-04-10 14:54:08.775 | | ram | 512 | 2025-04-10 14:54:08.775 | | rxtx_factor | 1.0 | 2025-04-10 14:54:08.775 | | swap | 0 | 2025-04-10 14:54:08.775 | | vcpus | 1 | 2025-04-10 14:54:08.775 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.775 | + 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-10 14:54:08.775 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.775 | | Field | Value | 2025-04-10 14:54:08.775 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.775 | | OS-FLV-DISABLED:disabled | False | 2025-04-10 14:54:08.775 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-10 14:54:08.775 | | description | None | 2025-04-10 14:54:08.775 | | disk | 10 | 2025-04-10 14:54:08.775 | | id | d2 | 2025-04-10 14:54:08.775 | | name | ds1G | 2025-04-10 14:54:08.775 | | os-flavor-access:is_public | True | 2025-04-10 14:54:08.775 | | properties | hw_rng:allowed='True' | 2025-04-10 14:54:08.775 | | ram | 1024 | 2025-04-10 14:54:08.775 | | rxtx_factor | 1.0 | 2025-04-10 14:54:08.775 | | swap | 0 | 2025-04-10 14:54:08.775 | | vcpus | 1 | 2025-04-10 14:54:08.775 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.775 | + 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-10 14:54:08.775 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.775 | | Field | Value | 2025-04-10 14:54:08.775 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.775 | | OS-FLV-DISABLED:disabled | False | 2025-04-10 14:54:08.775 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-10 14:54:08.775 | | description | None | 2025-04-10 14:54:08.775 | | disk | 10 | 2025-04-10 14:54:08.776 | | id | d3 | 2025-04-10 14:54:08.776 | | name | ds2G | 2025-04-10 14:54:08.776 | | os-flavor-access:is_public | True | 2025-04-10 14:54:08.776 | | properties | hw_rng:allowed='True' | 2025-04-10 14:54:08.776 | | ram | 2048 | 2025-04-10 14:54:08.776 | | rxtx_factor | 1.0 | 2025-04-10 14:54:08.776 | | swap | 0 | 2025-04-10 14:54:08.776 | | vcpus | 2 | 2025-04-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | + 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-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | | Field | Value | 2025-04-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | | OS-FLV-DISABLED:disabled | False | 2025-04-10 14:54:08.776 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-10 14:54:08.776 | | description | None | 2025-04-10 14:54:08.776 | | disk | 20 | 2025-04-10 14:54:08.776 | | id | d4 | 2025-04-10 14:54:08.776 | | name | ds4G | 2025-04-10 14:54:08.776 | | os-flavor-access:is_public | True | 2025-04-10 14:54:08.776 | | properties | hw_rng:allowed='True' | 2025-04-10 14:54:08.776 | | ram | 4096 | 2025-04-10 14:54:08.776 | | rxtx_factor | 1.0 | 2025-04-10 14:54:08.776 | | swap | 0 | 2025-04-10 14:54:08.776 | | vcpus | 4 | 2025-04-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2025-04-10 14:54:08.776 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2025-04-10 14:54:08.776 | + 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-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | | Field | Value | 2025-04-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | | OS-FLV-DISABLED:disabled | False | 2025-04-10 14:54:08.776 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-10 14:54:08.776 | | description | None | 2025-04-10 14:54:08.776 | | disk | 1 | 2025-04-10 14:54:08.776 | | id | 1 | 2025-04-10 14:54:08.776 | | name | m1.tiny | 2025-04-10 14:54:08.776 | | os-flavor-access:is_public | True | 2025-04-10 14:54:08.776 | | properties | hw_rng:allowed='True' | 2025-04-10 14:54:08.776 | | ram | 512 | 2025-04-10 14:54:08.776 | | rxtx_factor | 1.0 | 2025-04-10 14:54:08.776 | | swap | 0 | 2025-04-10 14:54:08.776 | | vcpus | 1 | 2025-04-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | + 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-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | | Field | Value | 2025-04-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | | OS-FLV-DISABLED:disabled | False | 2025-04-10 14:54:08.776 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-10 14:54:08.776 | | description | None | 2025-04-10 14:54:08.776 | | disk | 20 | 2025-04-10 14:54:08.776 | | id | 2 | 2025-04-10 14:54:08.776 | | name | m1.small | 2025-04-10 14:54:08.776 | | os-flavor-access:is_public | True | 2025-04-10 14:54:08.776 | | properties | hw_rng:allowed='True' | 2025-04-10 14:54:08.776 | | ram | 2048 | 2025-04-10 14:54:08.776 | | rxtx_factor | 1.0 | 2025-04-10 14:54:08.776 | | swap | 0 | 2025-04-10 14:54:08.776 | | vcpus | 1 | 2025-04-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | + 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-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | | Field | Value | 2025-04-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | | OS-FLV-DISABLED:disabled | False | 2025-04-10 14:54:08.776 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-10 14:54:08.776 | | description | None | 2025-04-10 14:54:08.776 | | disk | 40 | 2025-04-10 14:54:08.776 | | id | 3 | 2025-04-10 14:54:08.776 | | name | m1.medium | 2025-04-10 14:54:08.776 | | os-flavor-access:is_public | True | 2025-04-10 14:54:08.776 | | properties | hw_rng:allowed='True' | 2025-04-10 14:54:08.776 | | ram | 4096 | 2025-04-10 14:54:08.776 | | rxtx_factor | 1.0 | 2025-04-10 14:54:08.776 | | swap | 0 | 2025-04-10 14:54:08.776 | | vcpus | 2 | 2025-04-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | + 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-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | | Field | Value | 2025-04-10 14:54:08.776 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.776 | | OS-FLV-DISABLED:disabled | False | 2025-04-10 14:54:08.776 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-10 14:54:08.776 | | description | None | 2025-04-10 14:54:08.776 | | disk | 80 | 2025-04-10 14:54:08.776 | | id | 4 | 2025-04-10 14:54:08.777 | | name | m1.large | 2025-04-10 14:54:08.777 | | os-flavor-access:is_public | True | 2025-04-10 14:54:08.777 | | properties | hw_rng:allowed='True' | 2025-04-10 14:54:08.777 | | ram | 8192 | 2025-04-10 14:54:08.777 | | rxtx_factor | 1.0 | 2025-04-10 14:54:08.777 | | swap | 0 | 2025-04-10 14:54:08.777 | | vcpus | 4 | 2025-04-10 14:54:08.777 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.777 | + 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-10 14:54:08.777 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.777 | | Field | Value | 2025-04-10 14:54:08.777 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.777 | | OS-FLV-DISABLED:disabled | False | 2025-04-10 14:54:08.777 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-10 14:54:08.777 | | description | None | 2025-04-10 14:54:08.777 | | disk | 160 | 2025-04-10 14:54:08.777 | | id | 5 | 2025-04-10 14:54:08.777 | | name | m1.xlarge | 2025-04-10 14:54:08.777 | | os-flavor-access:is_public | True | 2025-04-10 14:54:08.777 | | properties | hw_rng:allowed='True' | 2025-04-10 14:54:08.777 | | ram | 16384 | 2025-04-10 14:54:08.777 | | rxtx_factor | 1.0 | 2025-04-10 14:54:08.777 | | swap | 0 | 2025-04-10 14:54:08.777 | | vcpus | 8 | 2025-04-10 14:54:08.777 | +----------------------------+-----------------------+ 2025-04-10 14:54:08.809 | [3486 Async create_flavors:60327]: finished create_flavors with result 0 in 14 seconds 2025-04-10 14:54:08.812 | + inc/async:async_wait:197 : return 0 2025-04-10 14:54:08.814 | + stack.sh:main:1388 : is_service_enabled horizon 2025-04-10 14:54:08.827 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:54:08.829 | + stack.sh:main:1402 : is_service_enabled nova 2025-04-10 14:54:08.842 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:08.844 | + stack.sh:main:1402 : is_service_enabled keystone 2025-04-10 14:54:08.858 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:08.860 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-04-10 14:54:08.862 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-10 14:54:08.864 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-10 14:54:08.867 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-04-10 14:54:08.868 | ++ 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-10 14:54:08.870 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-04-10 14:54:08.871 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-04-10 14:54:08.872 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-04-10 14:54:08.873 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-04-10 14:54:08.874 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-04-10 14:54:08.875 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-04-10 14:54:08.876 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-04-10 14:54:08.877 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-04-10 14:54:08.878 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-04-10 14:54:08.879 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-04-10 14:54:08.880 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-04-10 14:54:08.882 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-10 14:54:08.883 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-04-10 14:54:08.884 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-10 14:54:08.885 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-04-10 14:54:08.886 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-10 14:54:08.887 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-04-10 14:54:08.888 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-10 14:54:08.889 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-04-10 14:54:08.890 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-10 14:54:08.891 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-04-10 14:54:08.892 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-04-10 14:54:08.893 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-10 14:54:08.894 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-04-10 14:54:08.895 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-10 14:54:08.896 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-04-10 14:54:08.897 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-04-10 14:54:08.898 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-04-10 14:54:08.899 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-10 14:54:08.901 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-04-10 14:54:08.902 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-10 14:54:08.903 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-04-10 14:54:08.904 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-04-10 14:54:08.905 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-04-10 14:54:08.906 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-04-10 14:54:08.907 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-04-10 14:54:08.908 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-04-10 14:54:08.909 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-04-10 14:54:08.910 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-04-10 14:54:08.911 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-04-10 14:54:08.912 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-04-10 14:54:08.913 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-04-10 14:54:08.914 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-04-10 14:54:08.915 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-10 14:54:08.916 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-10 14:54:08.917 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-04-10 14:54:08.919 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-04-10 14:54:08.920 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-04-10 14:54:08.921 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-04-10 14:54:08.922 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-04-10 14:54:08.923 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-04-10 14:54:08.924 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-04-10 14:54:08.925 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-04-10 14:54:08.927 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-04-10 14:54:08.927 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-04-10 14:54:08.927 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-04-10 14:54:08.927 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-04-10 14:54:08.928 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-04-10 14:54:09.730 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-04-10 14:54:09.731 | 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-10 14:54:09.844 | + stack.sh:main:1414 : save_stackenv 2025-04-10 14:54:09.846 | + functions-common:save_stackenv:60 : local tag= 2025-04-10 14:54:09.848 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-10 14:54:09.851 | + functions-common:save_stackenv:62 : time_stamp=2025-04-10-145409 2025-04-10 14:54:09.853 | + functions-common:save_stackenv:63 : echo '# 2025-04-10-145409 ' 2025-04-10 14:54:09.856 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.858 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-10 14:54:09.860 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.862 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-10 14:54:09.864 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.866 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-10 14:54:09.868 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.870 | + 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-10 14:54:09.872 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.874 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-10 14:54:09.876 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.878 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-10 14:54:09.880 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.882 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-10-144717 2025-04-10 14:54:09.884 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.886 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-10 14:54:09.888 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.890 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-10 14:54:09.892 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.894 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-10 14:54:09.896 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.898 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-10 14:54:09.900 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.902 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-10 14:54:09.904 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.906 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-10 14:54:09.908 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.910 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-10 14:54:09.912 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-10 14:54:09.914 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-10 14:54:09.916 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2025-04-10 14:54:09.918 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-10 14:54:09.919 | + inc/meta-config:merge_config_group:171 : shift 2025-04-10 14:54:09.921 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-04-10 14:54:09.923 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:54:09.925 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-10 14:54:09.927 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-10 14:54:09.930 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-04-10 14:54:09.932 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:54:09.934 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-04-10 14:54:09.936 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:54:09.938 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-04-10 14:54:09.938 | /^\[\[.+\|.*\]\]/ { 2025-04-10 14:54:09.938 | gsub("[][]", "", $1); 2025-04-10 14:54:09.938 | split($1, a, "|"); 2025-04-10 14:54:09.938 | if (a[1] == matchgroup) 2025-04-10 14:54:09.938 | print a[2] 2025-04-10 14:54:09.938 | } 2025-04-10 14:54:09.938 | ' /opt/stack/devstack/local.conf 2025-04-10 14:54:09.942 | + stack.sh:main:1432 : run_phase stack extra 2025-04-10 14:54:09.944 | + functions-common:run_phase:1828 : local mode=stack 2025-04-10 14:54:09.946 | + functions-common:run_phase:1829 : local phase=extra 2025-04-10 14:54:09.948 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-10 14:54:09.950 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-10 14:54:09.952 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-10 14:54:09.954 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-10 14:54:09.956 | + functions-common:run_phase:1838 : local extra 2025-04-10 14:54:09.959 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-10 14:54:09.962 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-10 14:54:09.965 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-10 14:54:09.967 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-10 14:54:09.969 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-04-10 14:54:09.971 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-10 14:54:09.984 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:09.986 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:54:09.988 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:54:09.990 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-10 14:54:09.992 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:54:09.994 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-10 14:54:09.996 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:54:09.998 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-04-10 14:54:10.000 | ++ extras.d/80-tempest.sh:source:15 : : 2025-04-10 14:54:10.003 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-10 14:54:10.005 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-10 14:54:10.007 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:54:10.009 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-10 14:54:10.011 | + functions-common:run_phase:1855 : run_plugins stack extra 2025-04-10 14:54:10.013 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-10 14:54:10.015 | + functions-common:run_plugins:1815 : local phase=extra 2025-04-10 14:54:10.017 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-10 14:54:10.019 | + functions-common:run_plugins:1818 : local plugin 2025-04-10 14:54:10.021 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-10 14:54:10.023 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-10 14:54:10.025 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-10 14:54:10.027 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-04-10 14:54:10.030 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:54:10.032 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:54:10.034 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-10 14:54:10.036 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:54:10.038 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-10 14:54:10.040 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:54:10.042 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-04-10 14:54:10.044 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-04-10 14:54:10.046 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:54:10.048 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2025-04-10 14:54:10.050 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-04-10 14:54:10.052 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-10 14:54:10.054 | + inc/meta-config:merge_config_group:171 : shift 2025-04-10 14:54:10.056 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-04-10 14:54:10.058 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:54:10.060 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-10 14:54:10.063 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-10 14:54:10.065 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-04-10 14:54:10.067 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:54:10.070 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-04-10 14:54:10.072 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:54:10.074 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-04-10 14:54:10.074 | /^\[\[.+\|.*\]\]/ { 2025-04-10 14:54:10.074 | gsub("[][]", "", $1); 2025-04-10 14:54:10.074 | split($1, a, "|"); 2025-04-10 14:54:10.074 | if (a[1] == matchgroup) 2025-04-10 14:54:10.074 | print a[2] 2025-04-10 14:54:10.074 | } 2025-04-10 14:54:10.074 | ' /opt/stack/devstack/local.conf 2025-04-10 14:54:10.078 | + stack.sh:main:1449 : is_service_enabled n-cpu 2025-04-10 14:54:10.093 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:54:10.095 | + stack.sh:main:1454 : service_check 2025-04-10 14:54:10.097 | + functions-common:service_check:1693 : local service 2025-04-10 14:54:10.099 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.101 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2025-04-10 14:54:10.110 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-04-10 14:54:10.113 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.115 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2025-04-10 14:54:10.125 | enabled 2025-04-10 14:54:10.128 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2025-04-10 14:54:10.160 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-04-10 14:54:10.160 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.160 | Active: active (running) since Thu 2025-04-10 14:53:15 UTC; 54s ago 2025-04-10 14:54:10.160 | Main PID: 53395 (uwsgi) 2025-04-10 14:54:10.160 | Status: "uWSGI is ready" 2025-04-10 14:54:10.160 | Tasks: 3 (limit: 19125) 2025-04-10 14:54:10.160 | Memory: 226.3M 2025-04-10 14:54:10.160 | CPU: 6.203s 2025-04-10 14:54:10.160 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-04-10 14:54:10.160 | ├─53395 "nova-apiuWSGI master" 2025-04-10 14:54:10.160 | ├─53396 "nova-apiuWSGI worker 1" 2025-04-10 14:54:10.160 | └─53397 "nova-apiuWSGI worker 2" 2025-04-10 14:54:10.160 | 2025-04-10 14:54:10.160 | Apr 10 14:54:07 devstack devstack@n-api.service[53396]: [pid: 53396|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Apr 10 14:54:07 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-10 14:54:10.160 | Apr 10 14:54:08 devstack devstack@n-api.service[53397]: DEBUG nova.api.openstack.wsgi [None req-e5ef2a13-cf6f-4885-97ca-4e51b806ffbf admin admin] Calling method '>' {{(pid=53397) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-04-10 14:54:10.160 | Apr 10 14:54:08 devstack devstack@n-api.service[53397]: INFO nova.api.openstack.requestlog [None req-e5ef2a13-cf6f-4885-97ca-4e51b806ffbf admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000935 2025-04-10 14:54:10.160 | Apr 10 14:54:08 devstack devstack@n-api.service[53397]: [pid: 53397|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Thu Apr 10 14:54:08 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-10 14:54:10.160 | Apr 10 14:54:08 devstack devstack@n-api.service[53396]: DEBUG nova.api.openstack.wsgi [None req-7427902b-19c5-4b0b-834e-d517b0fad77e admin admin] Action: 'create', calling method: >, body: {"flavor": {"os-flavor-access:is_public": true, "disk": 160, "id": "5", "OS-FLV-EXT-DATA:ephemeral": 0, "swap": 0, "ram": 16384, "name": "m1.xlarge", "rxtx_factor": 1.0, "vcpus": 8}} {{(pid=53396) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-10 14:54:10.160 | Apr 10 14:54:08 devstack devstack@n-api.service[53396]: INFO nova.api.openstack.requestlog [None req-7427902b-19c5-4b0b-834e-d517b0fad77e admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.036970 2025-04-10 14:54:10.160 | Apr 10 14:54:08 devstack devstack@n-api.service[53396]: [pid: 53396|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Thu Apr 10 14:54:08 2025] POST /compute/v2.1/flavors => generated 408 bytes in 38 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-04-10 14:54:10.160 | Apr 10 14:54:08 devstack devstack@n-api.service[53397]: DEBUG nova.api.openstack.wsgi [None req-4f7f106c-f21e-4666-9e05-6efcee0d6677 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=53397) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-10 14:54:10.160 | Apr 10 14:54:08 devstack devstack@n-api.service[53397]: INFO nova.api.openstack.requestlog [None req-4f7f106c-f21e-4666-9e05-6efcee0d6677 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015349 2025-04-10 14:54:10.160 | Apr 10 14:54:08 devstack devstack@n-api.service[53397]: [pid: 53397|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Apr 10 14:54:08 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-10 14:54:10.163 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.166 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2025-04-10 14:54:10.176 | enabled 2025-04-10 14:54:10.179 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2025-04-10 14:54:10.190 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-04-10 14:54:10.190 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.190 | Active: active (running) since Thu 2025-04-10 14:53:51 UTC; 18s ago 2025-04-10 14:54:10.190 | Main PID: 59855 (nova-conductor) 2025-04-10 14:54:10.190 | Tasks: 3 (limit: 19125) 2025-04-10 14:54:10.190 | Memory: 142.4M 2025-04-10 14:54:10.190 | CPU: 2.049s 2025-04-10 14:54:10.190 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-04-10 14:54:10.190 | ├─59855 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-10 14:54:10.190 | ├─60274 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-10 14:54:10.190 | └─60275 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-10 14:54:10.190 | 2025-04-10 14:54:10.190 | Apr 10 14:53:53 devstack nova-conductor[59855]: DEBUG oslo_service.service [None req-5e385edc-4ab8-41e0-8d45-9607deb41fd4 None None] oslo_limit.version = None {{(pid=59855) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.190 | Apr 10 14:53:53 devstack nova-conductor[59855]: DEBUG oslo_service.service [None req-5e385edc-4ab8-41e0-8d45-9607deb41fd4 None None] oslo_reports.file_event_handler = None {{(pid=59855) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.190 | Apr 10 14:53:53 devstack nova-conductor[59855]: DEBUG oslo_service.service [None req-5e385edc-4ab8-41e0-8d45-9607deb41fd4 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=59855) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.190 | Apr 10 14:53:53 devstack nova-conductor[59855]: DEBUG oslo_service.service [None req-5e385edc-4ab8-41e0-8d45-9607deb41fd4 None None] oslo_reports.log_dir = None {{(pid=59855) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.190 | Apr 10 14:53:53 devstack nova-conductor[59855]: DEBUG oslo_service.service [None req-5e385edc-4ab8-41e0-8d45-9607deb41fd4 None None] ******************************************************************************** {{(pid=59855) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-10 14:54:10.190 | Apr 10 14:54:03 devstack nova-conductor[59855]: DEBUG dbcounter [-] [59855] Writing DB stats nova_api:SELECT=3 {{(pid=59855) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.190 | Apr 10 14:54:03 devstack nova-conductor[59855]: DEBUG dbcounter [-] [59855] Writing DB stats nova_cell0:SELECT=3 {{(pid=59855) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.190 | Apr 10 14:54:03 devstack nova-conductor[59855]: DEBUG dbcounter [-] [59855] Writing DB stats nova_cell1:SELECT=3 {{(pid=59855) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.190 | Apr 10 14:54:08 devstack nova-conductor[60274]: DEBUG dbcounter [-] [60274] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=60274) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.190 | Apr 10 14:54:08 devstack nova-conductor[60275]: DEBUG dbcounter [-] [60275] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1 {{(pid=60275) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.193 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.195 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2025-04-10 14:54:10.204 | enabled 2025-04-10 14:54:10.207 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2025-04-10 14:54:10.218 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-04-10 14:54:10.218 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.218 | Active: active (running) since Thu 2025-04-10 14:53:49 UTC; 21s ago 2025-04-10 14:54:10.218 | Main PID: 58557 (nova-scheduler) 2025-04-10 14:54:10.218 | Tasks: 3 (limit: 19125) 2025-04-10 14:54:10.218 | Memory: 142.3M 2025-04-10 14:54:10.218 | CPU: 2.080s 2025-04-10 14:54:10.218 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-04-10 14:54:10.218 | ├─58557 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-10 14:54:10.218 | ├─59626 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-10 14:54:10.218 | └─59628 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-10 14:54:10.218 | 2025-04-10 14:54:10.218 | Apr 10 14:53:51 devstack nova-scheduler[58557]: DEBUG oslo_service.service [None req-c28b0a60-979d-4062-b705-bcd62fd1faaf None None] oslo_limit.version = None {{(pid=58557) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.219 | Apr 10 14:53:51 devstack nova-scheduler[58557]: DEBUG oslo_service.service [None req-c28b0a60-979d-4062-b705-bcd62fd1faaf None None] oslo_reports.file_event_handler = None {{(pid=58557) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.219 | Apr 10 14:53:51 devstack nova-scheduler[58557]: DEBUG oslo_service.service [None req-c28b0a60-979d-4062-b705-bcd62fd1faaf None None] oslo_reports.file_event_handler_interval = 1 {{(pid=58557) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.219 | Apr 10 14:53:51 devstack nova-scheduler[58557]: DEBUG oslo_service.service [None req-c28b0a60-979d-4062-b705-bcd62fd1faaf None None] oslo_reports.log_dir = None {{(pid=58557) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.219 | Apr 10 14:53:51 devstack nova-scheduler[58557]: DEBUG oslo_service.service [None req-c28b0a60-979d-4062-b705-bcd62fd1faaf None None] ******************************************************************************** {{(pid=58557) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-10 14:54:10.219 | Apr 10 14:54:00 devstack nova-scheduler[58557]: DEBUG dbcounter [-] [58557] Writing DB stats nova_api:SELECT=7 {{(pid=58557) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.219 | Apr 10 14:54:00 devstack nova-scheduler[58557]: DEBUG dbcounter [-] [58557] Writing DB stats nova_cell1:SELECT=5 {{(pid=58557) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.219 | Apr 10 14:54:00 devstack nova-scheduler[58557]: DEBUG dbcounter [-] [58557] Writing DB stats nova_cell0:SELECT=3 {{(pid=58557) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.219 | Apr 10 14:54:06 devstack nova-scheduler[59628]: DEBUG dbcounter [-] [59628] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=59628) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.219 | Apr 10 14:54:06 devstack nova-scheduler[59626]: DEBUG dbcounter [-] [59626] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1 {{(pid=59626) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.221 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.223 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-04-10 14:54:10.232 | enabled 2025-04-10 14:54:10.235 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-04-10 14:54:10.246 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-04-10 14:54:10.246 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.246 | Active: active (running) since Thu 2025-04-10 14:53:50 UTC; 19s ago 2025-04-10 14:54:10.247 | Main PID: 59157 (uwsgi) 2025-04-10 14:54:10.247 | Status: "uWSGI is ready" 2025-04-10 14:54:10.247 | Tasks: 4 (limit: 19125) 2025-04-10 14:54:10.247 | Memory: 188.4M 2025-04-10 14:54:10.247 | CPU: 3.852s 2025-04-10 14:54:10.247 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-04-10 14:54:10.247 | ├─59157 "nova-api-metauWSGI master" 2025-04-10 14:54:10.247 | ├─59158 "nova-api-metauWSGI worker 1" 2025-04-10 14:54:10.247 | ├─59159 "nova-api-metauWSGI worker 2" 2025-04-10 14:54:10.247 | └─59160 "nova-api-metauWSGI http 1" 2025-04-10 14:54:10.247 | 2025-04-10 14:54:10.247 | Apr 10 14:53:52 devstack devstack@n-api-meta.service[59159]: INFO dbcounter [None req-8eac6f92-0450-4c64-95bf-f6f158f0973f None None] Registered counter for database nova_cell1 2025-04-10 14:54:10.247 | Apr 10 14:53:52 devstack devstack@n-api-meta.service[59159]: DEBUG oslo_db.sqlalchemy.engines [None req-8eac6f92-0450-4c64-95bf-f6f158f0973f 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=59159) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-10 14:54:10.247 | Apr 10 14:53:52 devstack devstack@n-api-meta.service[59159]: DEBUG dbcounter [-] [59159] Writer thread running {{(pid=59159) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:54:10.247 | Apr 10 14:53:52 devstack devstack@n-api-meta.service[59158]: INFO dbcounter [None req-6ea8aa28-3cb2-4cd9-b9af-afda574b49b8 None None] Registered counter for database nova_cell1 2025-04-10 14:54:10.247 | Apr 10 14:53:52 devstack devstack@n-api-meta.service[59158]: DEBUG oslo_db.sqlalchemy.engines [None req-6ea8aa28-3cb2-4cd9-b9af-afda574b49b8 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=59158) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-10 14:54:10.247 | Apr 10 14:53:52 devstack devstack@n-api-meta.service[59158]: DEBUG dbcounter [-] [59158] Writer thread running {{(pid=59158) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:54:10.247 | Apr 10 14:53:52 devstack devstack@n-api-meta.service[59159]: WARNING nova.api.metadata.handler [None req-8eac6f92-0450-4c64-95bf-f6f158f0973f None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-10 14:54:10.247 | Apr 10 14:53:52 devstack devstack@n-api-meta.service[59159]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5c0ed2889100 pid: 59159 (default app) 2025-04-10 14:54:10.247 | Apr 10 14:53:52 devstack devstack@n-api-meta.service[59158]: WARNING nova.api.metadata.handler [None req-6ea8aa28-3cb2-4cd9-b9af-afda574b49b8 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-10 14:54:10.247 | Apr 10 14:53:52 devstack devstack@n-api-meta.service[59158]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5c0ed2889100 pid: 59158 (default app) 2025-04-10 14:54:10.249 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.251 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2025-04-10 14:54:10.260 | enabled 2025-04-10 14:54:10.263 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2025-04-10 14:54:10.274 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-04-10 14:54:10.274 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.274 | Active: active (running) since Thu 2025-04-10 14:53:23 UTC; 46s ago 2025-04-10 14:54:10.274 | Main PID: 54789 (uwsgi) 2025-04-10 14:54:10.274 | Status: "uWSGI is ready" 2025-04-10 14:54:10.274 | Tasks: 5 (limit: 19125) 2025-04-10 14:54:10.274 | Memory: 136.8M 2025-04-10 14:54:10.274 | CPU: 2.439s 2025-04-10 14:54:10.274 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-04-10 14:54:10.274 | ├─54789 "placementuWSGI master" 2025-04-10 14:54:10.274 | ├─54790 "placementuWSGI worker 1" 2025-04-10 14:54:10.274 | └─54791 "placementuWSGI worker 2" 2025-04-10 14:54:10.275 | 2025-04-10 14:54:10.275 | Apr 10 14:53:25 devstack devstack@placement-api.service[54791]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=54791) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:333}} 2025-04-10 14:54:10.275 | Apr 10 14:53:25 devstack devstack@placement-api.service[54791]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5e5332e37b70 pid: 54791 (default app) 2025-04-10 14:54:10.275 | Apr 10 14:53:34 devstack devstack@placement-api.service[54790]: DEBUG dbcounter [-] [54790] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=54790) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.275 | Apr 10 14:53:35 devstack devstack@placement-api.service[54791]: DEBUG dbcounter [-] [54791] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=54791) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.275 | Apr 10 14:53:50 devstack devstack@placement-api.service[54790]: DEBUG placement.requestlog [None req-64dfd6cf-48e2-41ee-9331-ade1c21b0963 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54790) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-10 14:54:10.275 | Apr 10 14:53:50 devstack devstack@placement-api.service[54790]: INFO placement.requestlog [None req-64dfd6cf-48e2-41ee-9331-ade1c21b0963 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-10 14:54:10.275 | Apr 10 14:53:50 devstack devstack@placement-api.service[54790]: [pid: 54790|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Thu Apr 10 14:53:50 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-10 14:54:10.275 | Apr 10 14:53:53 devstack devstack@placement-api.service[54791]: DEBUG placement.requestlog [None req-96b90689-64b7-4ef4-b3ba-2291166a4013 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54791) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-10 14:54:10.275 | Apr 10 14:53:53 devstack devstack@placement-api.service[54791]: INFO placement.requestlog [None req-96b90689-64b7-4ef4-b3ba-2291166a4013 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-10 14:54:10.275 | Apr 10 14:53:53 devstack devstack@placement-api.service[54791]: [pid: 54791|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Thu Apr 10 14:53:53 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-10 14:54:10.277 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.279 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2025-04-10 14:54:10.287 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-04-10 14:54:10.290 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.292 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2025-04-10 14:54:10.302 | enabled 2025-04-10 14:54:10.304 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2025-04-10 14:54:10.316 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-04-10 14:54:10.316 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.316 | Active: active (running) since Thu 2025-04-10 14:54:02 UTC; 7s ago 2025-04-10 14:54:10.316 | Main PID: 62738 (uwsgi) 2025-04-10 14:54:10.316 | Status: "uWSGI is ready" 2025-04-10 14:54:10.316 | Tasks: 9 (limit: 19125) 2025-04-10 14:54:10.316 | Memory: 223.5M 2025-04-10 14:54:10.316 | CPU: 4.490s 2025-04-10 14:54:10.316 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-04-10 14:54:10.316 | ├─62738 "glance-apiuWSGI master" 2025-04-10 14:54:10.316 | ├─62739 "glance-apiuWSGI worker 1" 2025-04-10 14:54:10.316 | └─62740 "glance-apiuWSGI worker 2" 2025-04-10 14:54:10.316 | 2025-04-10 14:54:10.316 | Apr 10 14:54:06 devstack devstack@g-api.service[62740]: DEBUG glance.api.middleware.version_negotiation [None req-107e6645-6c8a-45c2-bc0c-e876032bafe7 None None] new path /v2/images/595bda25-3485-4d7e-9f66-50f61186cadc/file {{(pid=62740) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-04-10 14:54:10.316 | Apr 10 14:54:07 devstack devstack@g-api.service[62740]: INFO dbcounter [None req-5b46ea19-a9f7-424e-b473-164c719b305c admin admin] Registered counter for database glance 2025-04-10 14:54:10.316 | Apr 10 14:54:07 devstack devstack@g-api.service[62740]: DEBUG oslo_db.sqlalchemy.engines [None req-5b46ea19-a9f7-424e-b473-164c719b305c 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=62740) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-10 14:54:10.316 | Apr 10 14:54:07 devstack devstack@g-api.service[62740]: DEBUG dbcounter [-] [62740] Writer thread running {{(pid=62740) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-10 14:54:10.316 | Apr 10 14:54:07 devstack devstack@g-api.service[62740]: INFO glance.api.v2.image_data [None req-5b46ea19-a9f7-424e-b473-164c719b305c admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-04-10 14:54:10.316 | Apr 10 14:54:07 devstack devstack@g-api.service[62740]: DEBUG glance.location [None req-5b46ea19-a9f7-424e-b473-164c719b305c admin admin] Enabling in-flight format inspection for vmdk {{(pid=62740) set_data /opt/stack/glance/glance/location.py:592}} 2025-04-10 14:54:10.316 | Apr 10 14:54:07 devstack devstack@g-api.service[62740]: DEBUG glance_store._drivers.filesystem [None req-5b46ea19-a9f7-424e-b473-164c719b305c admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/595bda25-3485-4d7e-9f66-50f61186cadc with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=62740) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2025-04-10 14:54:10.316 | Apr 10 14:54:07 devstack devstack@g-api.service[62740]: INFO glance.location [None req-5b46ea19-a9f7-424e-b473-164c719b305c admin admin] Image format matched and virtual size computed: 117440512 2025-04-10 14:54:10.316 | Apr 10 14:54:07 devstack devstack@g-api.service[62740]: DEBUG glance_store.backend [None req-5b46ea19-a9f7-424e-b473-164c719b305c admin admin] Skipping store.set_acls... not implemented. {{(pid=62740) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2025-04-10 14:54:10.316 | Apr 10 14:54:07 devstack devstack@g-api.service[62740]: [pid: 62740|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Thu Apr 10 14:54:06 2025] PUT /v2/images/595bda25-3485-4d7e-9f66-50f61186cadc/file => generated 0 bytes in 742 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-04-10 14:54:10.319 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.321 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2025-04-10 14:54:10.329 | enabled 2025-04-10 14:54:10.332 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2025-04-10 14:54:10.343 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-04-10 14:54:10.343 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.343 | Active: active (running) since Thu 2025-04-10 14:53:58 UTC; 11s ago 2025-04-10 14:54:10.343 | Main PID: 61489 (cinder-schedule) 2025-04-10 14:54:10.343 | Tasks: 1 (limit: 19125) 2025-04-10 14:54:10.344 | Memory: 93.8M 2025-04-10 14:54:10.344 | CPU: 1.746s 2025-04-10 14:54:10.344 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-04-10 14:54:10.344 | └─61489 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-04-10 14:54:10.344 | 2025-04-10 14:54:10.344 | Apr 10 14:54:00 devstack cinder-scheduler[61489]: DEBUG oslo_service.service [None req-f14276e8-009d-4ad6-a0bf-90c20b3ef55a None None] nova.token_auth_url = None {{(pid=61489) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.344 | Apr 10 14:54:00 devstack cinder-scheduler[61489]: DEBUG oslo_service.service [None req-f14276e8-009d-4ad6-a0bf-90c20b3ef55a None None] ******************************************************************************** {{(pid=61489) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-10 14:54:10.344 | Apr 10 14:54:00 devstack cinder-scheduler[61489]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-04-10 14:54:10.344 | Apr 10 14:54:00 devstack cinder-scheduler[61489]: INFO cinder.manager [None req-44b6481e-665c-4402-ac4c-4c49bac973b6 None None] Initiating service 1 cleanup 2025-04-10 14:54:10.344 | Apr 10 14:54:00 devstack cinder-scheduler[61489]: INFO cinder.manager [None req-44b6481e-665c-4402-ac4c-4c49bac973b6 None None] Service 1 cleanup completed. 2025-04-10 14:54:10.344 | Apr 10 14:54:00 devstack cinder-scheduler[61489]: DEBUG cinder.service [None req-44b6481e-665c-4402-ac4c-4c49bac973b6 None None] Creating RPC server for service cinder-scheduler {{(pid=61489) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-10 14:54:10.344 | Apr 10 14:54:00 devstack cinder-scheduler[61489]: DEBUG cinder.service [None req-44b6481e-665c-4402-ac4c-4c49bac973b6 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=61489) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-10 14:54:10.344 | Apr 10 14:54:03 devstack cinder-scheduler[61489]: DEBUG cinder.scheduler.host_manager [None req-ef4db771-db44-4997-be9a-968bf7b0d7d9 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=61489) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-04-10 14:54:10.344 | Apr 10 14:54:03 devstack cinder-scheduler[61489]: DEBUG cinder.scheduler.host_manager [None req-ef4db771-db44-4997-be9a-968bf7b0d7d9 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, 10, 14, 54, 3, 767827)} {{(pid=61489) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-04-10 14:54:10.344 | Apr 10 14:54:03 devstack cinder-scheduler[61489]: DEBUG cinder.utils [None req-ef4db771-db44-4997-be9a-968bf7b0d7d9 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=61489) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-04-10 14:54:10.346 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.348 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2025-04-10 14:54:10.357 | enabled 2025-04-10 14:54:10.360 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2025-04-10 14:54:10.371 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-04-10 14:54:10.371 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.371 | Active: active (running) since Thu 2025-04-10 14:53:55 UTC; 14s ago 2025-04-10 14:54:10.371 | Main PID: 60952 (uwsgi) 2025-04-10 14:54:10.371 | Status: "uWSGI is ready" 2025-04-10 14:54:10.371 | Tasks: 7 (limit: 19125) 2025-04-10 14:54:10.371 | Memory: 213.7M 2025-04-10 14:54:10.371 | CPU: 4.710s 2025-04-10 14:54:10.371 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-04-10 14:54:10.371 | ├─60952 "cinder-apiuWSGI master" 2025-04-10 14:54:10.371 | ├─60953 "cinder-apiuWSGI worker 1" 2025-04-10 14:54:10.371 | └─60954 "cinder-apiuWSGI worker 2" 2025-04-10 14:54:10.371 | 2025-04-10 14:54:10.371 | Apr 10 14:54:01 devstack devstack@c-api.service[60953]: INFO cinder.api.openstack.wsgi [None req-36cdd0e2-6780-49f9-a1d6-becd7beb8ab4 admin admin] http://10.180.1.21/volume/v3/c89109061376457ab5ab750f8f509d25/types returned with HTTP 200 2025-04-10 14:54:10.371 | Apr 10 14:54:01 devstack devstack@c-api.service[60953]: [pid: 60953|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Thu Apr 10 14:54:00 2025] POST /volume/v3/c89109061376457ab5ab750f8f509d25/types => generated 182 bytes in 494 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-04-10 14:54:10.372 | Apr 10 14:54:01 devstack devstack@c-api.service[60954]: DEBUG cinder.api.middleware.request_id [req-36cdd0e2-6780-49f9-a1d6-becd7beb8ab4 req-1d2166f0-0cb8-4f36-b589-d8d6860dfb8a None None] RequestId filter calling following filter/app {{(pid=60954) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-04-10 14:54:10.372 | Apr 10 14:54:01 devstack devstack@c-api.service[60954]: INFO cinder.api.openstack.wsgi [req-36cdd0e2-6780-49f9-a1d6-becd7beb8ab4 req-1d2166f0-0cb8-4f36-b589-d8d6860dfb8a admin admin] POST http://10.180.1.21/volume/v3/c89109061376457ab5ab750f8f509d25/types/aaf31982-1363-4230-b281-d0b8a510f4cd/extra_specs 2025-04-10 14:54:10.372 | Apr 10 14:54:01 devstack devstack@c-api.service[60954]: DEBUG cinder.api.openstack.wsgi [req-36cdd0e2-6780-49f9-a1d6-becd7beb8ab4 req-1d2166f0-0cb8-4f36-b589-d8d6860dfb8a admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=60954) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-04-10 14:54:10.372 | Apr 10 14:54:01 devstack devstack@c-api.service[60954]: /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-10 14:54:10.372 | Apr 10 14:54:01 devstack devstack@c-api.service[60954]: warnings.warn('Policy enforcement is depending on the value of ' 2025-04-10 14:54:10.372 | Apr 10 14:54:01 devstack devstack@c-api.service[60954]: DEBUG oslo_db.sqlalchemy.engines [req-36cdd0e2-6780-49f9-a1d6-becd7beb8ab4 req-1d2166f0-0cb8-4f36-b589-d8d6860dfb8a 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=60954) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-10 14:54:10.372 | Apr 10 14:54:01 devstack devstack@c-api.service[60954]: INFO cinder.api.openstack.wsgi [req-36cdd0e2-6780-49f9-a1d6-becd7beb8ab4 req-1d2166f0-0cb8-4f36-b589-d8d6860dfb8a admin admin] http://10.180.1.21/volume/v3/c89109061376457ab5ab750f8f509d25/types/aaf31982-1363-4230-b281-d0b8a510f4cd/extra_specs returned with HTTP 200 2025-04-10 14:54:10.372 | Apr 10 14:54:01 devstack devstack@c-api.service[60954]: [pid: 60954|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Thu Apr 10 14:54:01 2025] POST /volume/v3/c89109061376457ab5ab750f8f509d25/types/aaf31982-1363-4230-b281-d0b8a510f4cd/extra_specs => generated 51 bytes in 441 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-04-10 14:54:10.374 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.376 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2025-04-10 14:54:10.385 | enabled 2025-04-10 14:54:10.388 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2025-04-10 14:54:10.400 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-04-10 14:54:10.400 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.400 | Active: active (running) since Thu 2025-04-10 14:53:59 UTC; 10s ago 2025-04-10 14:54:10.400 | Main PID: 62036 (cinder-volume) 2025-04-10 14:54:10.400 | Tasks: 3 (limit: 19125) 2025-04-10 14:54:10.400 | Memory: 242.8M 2025-04-10 14:54:10.400 | CPU: 4.189s 2025-04-10 14:54:10.400 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-04-10 14:54:10.400 | ├─62036 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-10 14:54:10.400 | └─62152 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-10 14:54:10.400 | 2025-04-10 14:54:10.400 | Apr 10 14:54:03 devstack cinder-volume[62152]: DEBUG cinder.image.image_utils [None req-ef4db771-db44-4997-be9a-968bf7b0d7d9 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=62152) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1242}} 2025-04-10 14:54:10.400 | Apr 10 14:54:03 devstack cinder-volume[62152]: INFO cinder.keymgr.migration [None req-1ce6b5ec-554b-4ad6-ac0a-cea8dce01f15 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-04-10 14:54:10.400 | Apr 10 14:54:03 devstack cinder-volume[62152]: DEBUG cinder.manager [None req-ef4db771-db44-4997-be9a-968bf7b0d7d9 None None] Notifying Schedulers of capabilities ... {{(pid=62152) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-04-10 14:54:10.400 | Apr 10 14:54:03 devstack cinder-volume[62152]: INFO cinder.volume.manager [None req-ef4db771-db44-4997-be9a-968bf7b0d7d9 None None] Driver initialization completed successfully. 2025-04-10 14:54:10.400 | Apr 10 14:54:03 devstack cinder-volume[62152]: INFO cinder.manager [None req-ef4db771-db44-4997-be9a-968bf7b0d7d9 None None] Initiating service 2 cleanup 2025-04-10 14:54:10.400 | Apr 10 14:54:03 devstack cinder-volume[62152]: INFO cinder.manager [None req-ef4db771-db44-4997-be9a-968bf7b0d7d9 None None] Service 2 cleanup completed. 2025-04-10 14:54:10.400 | Apr 10 14:54:03 devstack cinder-volume[62152]: DEBUG cinder.service [None req-ef4db771-db44-4997-be9a-968bf7b0d7d9 None None] Creating RPC server for service cinder-volume {{(pid=62152) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-10 14:54:10.400 | Apr 10 14:54:03 devstack cinder-volume[62152]: DEBUG cinder.service [None req-ef4db771-db44-4997-be9a-968bf7b0d7d9 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=62152) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-10 14:54:10.400 | Apr 10 14:54:03 devstack cinder-volume[62152]: INFO cinder.volume.manager [None req-ef4db771-db44-4997-be9a-968bf7b0d7d9 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-04-10 14:54:10.400 | Apr 10 14:54:03 devstack cinder-volume[62152]: INFO cinder.volume.manager [None req-ef4db771-db44-4997-be9a-968bf7b0d7d9 None None] Driver post RPC initialization completed successfully. 2025-04-10 14:54:10.403 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.405 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-04-10 14:54:10.413 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-04-10 14:54:10.416 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.418 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-04-10 14:54:10.427 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-04-10 14:54:10.430 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.432 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2025-04-10 14:54:10.442 | enabled 2025-04-10 14:54:10.445 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2025-04-10 14:54:10.458 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-04-10 14:54:10.458 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.458 | Active: active (running) since Thu 2025-04-10 14:53:19 UTC; 51s ago 2025-04-10 14:54:10.458 | Main PID: 54108 (/opt/stack/data) 2025-04-10 14:54:10.458 | Tasks: 5 (limit: 19125) 2025-04-10 14:54:10.458 | Memory: 382.6M 2025-04-10 14:54:10.458 | CPU: 10.281s 2025-04-10 14:54:10.458 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-04-10 14:54:10.458 | ├─54108 "/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-10 14:54:10.458 | ├─54211 "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-10 14:54:10.458 | ├─54212 "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-10 14:54:10.458 | ├─54213 "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-10 14:54:10.458 | └─54214 "neutron-server: periodic worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-10 14:54:10.458 | 2025-04-10 14:54:10.458 | Apr 10 14:53:54 devstack neutron-server[54214]: DEBUG dbcounter [-] [54214] Writing DB stats neutron:SELECT=229,neutron:UPDATE=4,neutron:INSERT=1 {{(pid=54214) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.458 | Apr 10 14:53:54 devstack neutron-server[54214]: DEBUG dbcounter [-] [54214] Writing DB stats neutron:SELECT=229,neutron:UPDATE=3 {{(pid=54214) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.458 | Apr 10 14:53:56 devstack neutron-server[54211]: DEBUG dbcounter [-] [54211] Writing DB stats neutron:SELECT=383,neutron:INSERT=22,neutron:UPDATE=7,neutron:DELETE=4 {{(pid=54211) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.458 | Apr 10 14:53:56 devstack neutron-server[54211]: DEBUG dbcounter [-] [54211] Writing DB stats neutron:SELECT=342,neutron:INSERT=26,neutron:UPDATE=8,neutron:DELETE=2 {{(pid=54211) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.458 | Apr 10 14:53:57 devstack neutron-server[54212]: DEBUG dbcounter [-] [54212] Writing DB stats neutron:INSERT=19,neutron:SELECT=257,neutron:DELETE=2,neutron:UPDATE=7 {{(pid=54212) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.458 | Apr 10 14:53:57 devstack neutron-server[54212]: DEBUG dbcounter [-] [54212] Writing DB stats neutron:SELECT=256,neutron:INSERT=21,neutron:DELETE=4,neutron:UPDATE=3 {{(pid=54212) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-10 14:54:10.458 | Apr 10 14:53:58 devstack neutron-server[54213]: DEBUG neutron_lib.callbacks.manager [None req-5bb798d1-d780-44ff-81d8-819185327b44 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8439639270271', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-798079'] for agent (b9984a2f-491e-424f-96c2-a87f43ea5823), after_update {{(pid=54213) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-10 14:54:10.458 | Apr 10 14:53:59 devstack neutron-server[54213]: DEBUG neutron_lib.callbacks.manager [None req-5a383e72-beab-4bbc-b6a4-190d652a3cda None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8439639270271', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-798079'] for agent (7b258ec8-ce13-4c6c-b29b-e3d36e3eea6e), after_update {{(pid=54213) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-10 14:54:10.458 | Apr 10 14:53:59 devstack neutron-server[54213]: DEBUG neutron_lib.callbacks.manager [None req-33c2e527-2ef6-470a-b2fa-131511049129 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8439639270271', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-798079'] for agent (512e7d7f-b701-4bfe-95ae-28987a093472), after_update {{(pid=54213) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-10 14:54:10.458 | Apr 10 14:54:00 devstack neutron-server[54213]: DEBUG neutron_lib.callbacks.manager [None req-140ff633-ff37-44f5-8e07-da99f43858f8 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8439639270271', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-798079'] for agent (3f3d0d11-5b20-4e80-bd25-4d433a642b86), after_update {{(pid=54213) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-10 14:54:10.461 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.463 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2025-04-10 14:54:10.471 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-04-10 14:54:10.474 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.476 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2025-04-10 14:54:10.484 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-04-10 14:54:10.487 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.489 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2025-04-10 14:54:10.498 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-04-10 14:54:10.515 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.518 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2025-04-10 14:54:10.527 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-04-10 14:54:10.530 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.533 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2025-04-10 14:54:10.543 | enabled 2025-04-10 14:54:10.546 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2025-04-10 14:54:10.558 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-04-10 14:54:10.558 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.558 | Active: active (running) since Thu 2025-04-10 14:53:25 UTC; 44s ago 2025-04-10 14:54:10.558 | Main PID: 55320 (neutron-openvsw) 2025-04-10 14:54:10.558 | Tasks: 4 (limit: 19125) 2025-04-10 14:54:10.558 | Memory: 153.2M 2025-04-10 14:54:10.558 | CPU: 3.757s 2025-04-10 14:54:10.558 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-04-10 14:54:10.558 | ├─55320 "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-10 14:54:10.558 | ├─57194 /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/tmpt8zc1__9/privsep.sock 2025-04-10 14:54:10.558 | └─57197 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-04-10 14:54:10.558 | 2025-04-10 14:54:10.558 | Apr 10 14:54:08 devstack neutron-openvswitch-agent[55320]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ca65c4c3-184b-4b96-ad2a-e307302d773b None None] Agent rpc_loop - iteration:18 started 2025-04-10 14:54:10.558 | Apr 10 14:54:08 devstack neutron-openvswitch-agent[55320]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-ca65c4c3-184b-4b96-ad2a-e307302d773b None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x72da803d,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=5887586881448791068,duration_nsec=261000000,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=55320) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-10 14:54:10.558 | Apr 10 14:54:08 devstack neutron-openvswitch-agent[55320]: DEBUG neutron.agent.linux.utils [None req-ca65c4c3-184b-4b96-ad2a-e307302d773b None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57197. {{(pid=55320) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-10 14:54:10.558 | Apr 10 14:54:08 devstack neutron-openvswitch-agent[55320]: DEBUG neutron.agent.common.ovsdb_monitor [None req-ca65c4c3-184b-4b96-ad2a-e307302d773b None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55320) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-10 14:54:10.558 | Apr 10 14:54:08 devstack neutron-openvswitch-agent[55320]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ca65c4c3-184b-4b96-ad2a-e307302d773b None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-10 14:54:10.558 | Apr 10 14:54:10 devstack neutron-openvswitch-agent[55320]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ca65c4c3-184b-4b96-ad2a-e307302d773b None None] Agent rpc_loop - iteration:19 started 2025-04-10 14:54:10.558 | Apr 10 14:54:10 devstack neutron-openvswitch-agent[55320]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-ca65c4c3-184b-4b96-ad2a-e307302d773b None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x72da803f,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=5887586881448791068,duration_nsec=262000000,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=55320) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-10 14:54:10.558 | Apr 10 14:54:10 devstack neutron-openvswitch-agent[55320]: DEBUG neutron.agent.linux.utils [None req-ca65c4c3-184b-4b96-ad2a-e307302d773b None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57197. {{(pid=55320) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-10 14:54:10.558 | Apr 10 14:54:10 devstack neutron-openvswitch-agent[55320]: DEBUG neutron.agent.common.ovsdb_monitor [None req-ca65c4c3-184b-4b96-ad2a-e307302d773b None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55320) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-10 14:54:10.558 | Apr 10 14:54:10 devstack neutron-openvswitch-agent[55320]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ca65c4c3-184b-4b96-ad2a-e307302d773b None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-04-10 14:54:10.562 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.564 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-04-10 14:54:10.573 | enabled 2025-04-10 14:54:10.576 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-04-10 14:54:10.587 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-04-10 14:54:10.587 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.587 | Active: active (running) since Thu 2025-04-10 14:53:26 UTC; 44s ago 2025-04-10 14:54:10.587 | Main PID: 55765 (neutron-dhcp-ag) 2025-04-10 14:54:10.587 | Tasks: 13 (limit: 19125) 2025-04-10 14:54:10.587 | Memory: 400.2M 2025-04-10 14:54:10.587 | CPU: 8.875s 2025-04-10 14:54:10.587 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-04-10 14:54:10.587 | ├─55765 "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-10 14:54:10.587 | ├─57439 /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/tmp8j3wry39/privsep.sock 2025-04-10 14:54:10.587 | ├─57480 /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/tmpojvr1lpw/privsep.sock 2025-04-10 14:54:10.587 | ├─57541 /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/tmpdtx124fh/privsep.sock 2025-04-10 14:54:10.587 | ├─57660 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-10 14:54:10.587 | ├─57661 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-10 14:54:10.587 | └─57673 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/ad2c4b52-eedc-49df-a57f-3dade5d25a0a/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/ad2c4b52-eedc-49df-a57f-3dade5d25a0a/host --addn-hosts=/opt/stack/data/neutron/dhcp/ad2c4b52-eedc-49df-a57f-3dade5d25a0a/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/ad2c4b52-eedc-49df-a57f-3dade5d25a0a/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/ad2c4b52-eedc-49df-a57f-3dade5d25a0a/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-d3cf9377-e2b5-43e6-b39f-5fb3b5c8a4f1,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-10 14:54:10.587 | 2025-04-10 14:54:10.587 | Apr 10 14:53:43 devstack neutron-dhcp-agent[55765]: INFO neutron.agent.dhcp.agent [None req-31a8bf90-aae2-458c-ad38-e979a39b9541 None None] DHCP configuration for ports {'b4c72505-7d45-47c6-8a2c-e3fe1362a1e0'} is completed 2025-04-10 14:54:10.587 | Apr 10 14:53:44 devstack neutron-dhcp-agent[55765]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '55ef708e-f560-4b33-be04-537bb0ee9f61'}, 'priority': 0},) {} {{(pid=55765) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-10 14:54:10.587 | Apr 10 14:53:44 devstack neutron-dhcp-agent[55765]: DEBUG oslo_concurrency.lockutils [None req-c11c7bc3-38ae-4f08-9f8b-dd1268d58ffe None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55765) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-10 14:54:10.587 | Apr 10 14:53:44 devstack neutron-dhcp-agent[55765]: DEBUG oslo_concurrency.lockutils [None req-c11c7bc3-38ae-4f08-9f8b-dd1268d58ffe None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55765) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-10 14:54:10.587 | Apr 10 14:53:44 devstack neutron-dhcp-agent[55765]: DEBUG oslo_concurrency.lockutils [None req-c11c7bc3-38ae-4f08-9f8b-dd1268d58ffe None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55765) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-10 14:54:10.588 | Apr 10 14:53:44 devstack neutron-dhcp-agent[55765]: DEBUG neutron.agent.dhcp.agent [None req-c11c7bc3-38ae-4f08-9f8b-dd1268d58ffe None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '239ffbf4-8ad7-40d0-b148-b3763c955cad', 'name': 'public-subnet', 'tenant_id': 'c89109061376457ab5ab750f8f509d25', 'network_id': '55ef708e-f560-4b33-be04-537bb0ee9f61', '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-10T14:53:44Z', 'updated_at': '2025-04-10T14:53:44Z', 'revision_number': 0, 'project_id': 'c89109061376457ab5ab750f8f509d25', 'network': {'id': '55ef708e-f560-4b33-be04-537bb0ee9f61', 'name': 'public', 'tenant_id': 'c89109061376457ab5ab750f8f509d25', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['239ffbf4-8ad7-40d0-b148-b3763c955cad'], '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-10T14:53:40Z', 'updated_at': '2025-04-10T14:53:44Z', 'revision_number': 2, 'project_id': 'c89109061376457ab5ab750f8f509d25', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=55765) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-10 14:54:10.588 | Apr 10 14:53:44 devstack neutron-dhcp-agent[55765]: DEBUG oslo_concurrency.lockutils [None req-96b11d56-5213-47e5-9255-97eee051598b None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55765) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-10 14:54:10.588 | Apr 10 14:53:44 devstack neutron-dhcp-agent[55765]: DEBUG oslo_concurrency.lockutils [None req-96b11d56-5213-47e5-9255-97eee051598b None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55765) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-10 14:54:10.588 | Apr 10 14:53:44 devstack neutron-dhcp-agent[55765]: DEBUG oslo_concurrency.lockutils [None req-96b11d56-5213-47e5-9255-97eee051598b None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55765) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-10 14:54:10.588 | Apr 10 14:53:46 devstack neutron-dhcp-agent[55765]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=55765) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-10 14:54:10.590 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.593 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2025-04-10 14:54:10.602 | enabled 2025-04-10 14:54:10.605 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2025-04-10 14:54:10.617 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-04-10 14:54:10.617 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.617 | Active: active (running) since Thu 2025-04-10 14:53:27 UTC; 42s ago 2025-04-10 14:54:10.617 | Main PID: 56228 (neutron-l3-agen) 2025-04-10 14:54:10.617 | Tasks: 22 (limit: 19125) 2025-04-10 14:54:10.617 | Memory: 405.2M 2025-04-10 14:54:10.617 | CPU: 8.698s 2025-04-10 14:54:10.617 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-04-10 14:54:10.617 | ├─56228 "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-10 14:54:10.617 | ├─57400 /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/tmp7nlwuigq/privsep.sock 2025-04-10 14:54:10.617 | ├─57851 /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/tmpk1ys285a/privsep.sock 2025-04-10 14:54:10.617 | ├─57863 /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/tmpp1i9lv_v/privsep.sock 2025-04-10 14:54:10.617 | ├─58142 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-10 14:54:10.617 | ├─58148 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-10 14:54:10.617 | └─58403 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/e551db7e-ece9-4604-a2a7-a3acbd753432.conf 2025-04-10 14:54:10.617 | 2025-04-10 14:54:10.617 | Apr 10 14:53:50 devstack neutron-l3-agent[56228]: DEBUG oslo.privsep.daemon [-] privsep: reply[186994e8-4272-4b4f-ad7c-6662f3635dc0]: (4, ('ARPING 10.180.180.174 from 10.180.180.174 qg-74749ceb-31\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57851) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-10 14:54:10.617 | Apr 10 14:53:51 devstack neutron-l3-agent[56228]: DEBUG oslo.privsep.daemon [-] privsep: reply[2227a38e-daf3-44cd-8138-a582ae011b87]: (4, ('ARPING 10.180.180.174 from 10.180.180.174 qg-74749ceb-31\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57851) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-10 14:54:10.617 | Apr 10 14:53:53 devstack neutron-l3-agent[56228]: DEBUG oslo.privsep.daemon [-] privsep: reply[d2908b2b-ccae-4db4-a876-74de194cbb32]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-b4c72505-7d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57851) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-10 14:54:10.617 | Apr 10 14:53:54 devstack neutron-l3-agent[56228]: DEBUG oslo.privsep.daemon [-] privsep: reply[31c995e9-a10b-4d4f-9431-e4bb6c91b1e4]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-b4c72505-7d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57851) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-10 14:54:10.617 | Apr 10 14:53:54 devstack neutron-l3-agent[56228]: DEBUG oslo.privsep.daemon [-] privsep: reply[2b934d00-82b8-444d-855a-66cc9ba2213a]: (4, ('ARPING 10.180.180.174 from 10.180.180.174 qg-74749ceb-31\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57851) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-10 14:54:10.617 | Apr 10 14:53:55 devstack neutron-l3-agent[56228]: DEBUG oslo.privsep.daemon [-] privsep: reply[58b8c2af-a302-49e8-9b64-5e4552440bd8]: (4, ('ARPING 10.180.180.174 from 10.180.180.174 qg-74749ceb-31\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57851) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-10 14:54:10.617 | Apr 10 14:53:57 devstack neutron-l3-agent[56228]: DEBUG oslo.privsep.daemon [-] privsep: reply[ca707072-775d-4ec1-bbe6-d62e5c8db5ad]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-b4c72505-7d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57851) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-10 14:54:10.617 | Apr 10 14:53:58 devstack neutron-l3-agent[56228]: DEBUG oslo.privsep.daemon [-] privsep: reply[bb5ef7c8-ed37-41f2-9e8b-421a6b2accf2]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-b4c72505-7d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57851) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-10 14:54:10.617 | Apr 10 14:53:58 devstack neutron-l3-agent[56228]: DEBUG oslo.privsep.daemon [-] privsep: reply[7c83b41e-512d-4234-836c-ea5ecb5e5491]: (4, ('ARPING 10.180.180.174 from 10.180.180.174 qg-74749ceb-31\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57851) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-10 14:54:10.617 | Apr 10 14:53:59 devstack neutron-l3-agent[56228]: DEBUG oslo.privsep.daemon [-] privsep: reply[f178e1be-54d2-4a10-afee-787e305cda42]: (4, ('ARPING 10.180.180.174 from 10.180.180.174 qg-74749ceb-31\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57851) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-10 14:54:10.620 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-10 14:54:10.622 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2025-04-10 14:54:10.631 | enabled 2025-04-10 14:54:10.634 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2025-04-10 14:54:10.645 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-04-10 14:54:10.645 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-04-10 14:54:10.645 | Active: active (running) since Thu 2025-04-10 14:53:28 UTC; 41s ago 2025-04-10 14:54:10.645 | Main PID: 56896 (neutron-metadat) 2025-04-10 14:54:10.645 | Tasks: 3 (limit: 19125) 2025-04-10 14:54:10.645 | Memory: 117.1M 2025-04-10 14:54:10.645 | CPU: 1.935s 2025-04-10 14:54:10.645 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-04-10 14:54:10.645 | ├─56896 "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-10 14:54:10.645 | ├─57189 "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-10 14:54:10.645 | └─57190 "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-10 14:54:10.645 | 2025-04-10 14:54:10.645 | Apr 10 14:53:30 devstack neutron-metadata-agent[56896]: DEBUG oslo_service.service [None req-140ff633-ff37-44f5-8e07-da99f43858f8 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=56896) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.645 | Apr 10 14:53:30 devstack neutron-metadata-agent[56896]: DEBUG oslo_service.service [None req-140ff633-ff37-44f5-8e07-da99f43858f8 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=56896) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.645 | Apr 10 14:53:30 devstack neutron-metadata-agent[56896]: DEBUG oslo_service.service [None req-140ff633-ff37-44f5-8e07-da99f43858f8 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=56896) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.645 | Apr 10 14:53:30 devstack neutron-metadata-agent[56896]: DEBUG oslo_service.service [None req-140ff633-ff37-44f5-8e07-da99f43858f8 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=56896) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.645 | Apr 10 14:53:30 devstack neutron-metadata-agent[56896]: DEBUG oslo_service.service [None req-140ff633-ff37-44f5-8e07-da99f43858f8 None None] oslo_messaging_rabbit.ssl_version = {{(pid=56896) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.645 | Apr 10 14:53:30 devstack neutron-metadata-agent[56896]: DEBUG oslo_service.service [None req-140ff633-ff37-44f5-8e07-da99f43858f8 None None] oslo_messaging_notifications.driver = [] {{(pid=56896) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.645 | Apr 10 14:53:30 devstack neutron-metadata-agent[56896]: DEBUG oslo_service.service [None req-140ff633-ff37-44f5-8e07-da99f43858f8 None None] oslo_messaging_notifications.retry = -1 {{(pid=56896) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.645 | Apr 10 14:53:30 devstack neutron-metadata-agent[56896]: DEBUG oslo_service.service [None req-140ff633-ff37-44f5-8e07-da99f43858f8 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=56896) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.646 | Apr 10 14:53:30 devstack neutron-metadata-agent[56896]: DEBUG oslo_service.service [None req-140ff633-ff37-44f5-8e07-da99f43858f8 None None] oslo_messaging_notifications.transport_url = **** {{(pid=56896) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-10 14:54:10.646 | Apr 10 14:53:30 devstack neutron-metadata-agent[56896]: DEBUG oslo_service.service [None req-140ff633-ff37-44f5-8e07-da99f43858f8 None None] ******************************************************************************** {{(pid=56896) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-10 14:54:10.648 | + stack.sh:main:1460 : is_service_enabled n-api 2025-04-10 14:54:10.663 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:10.665 | + stack.sh:main:1461 : is_service_enabled n-cpu 2025-04-10 14:54:10.678 | + functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:54:10.680 | + 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-10 14:54:10.682 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:54:10.684 | + 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-10 14:54:10.686 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-04-10 14:54:11.141 | 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-10 14:54:12.496 | +--------------------------------------------------------------------+ 2025-04-10 14:54:12.496 | | Upgrade Check Results | 2025-04-10 14:54:12.496 | +--------------------------------------------------------------------+ 2025-04-10 14:54:12.496 | | Check: Cells v2 | 2025-04-10 14:54:12.496 | | Result: Success | 2025-04-10 14:54:12.496 | | Details: No host mappings or compute nodes were found. Remember to | 2025-04-10 14:54:12.496 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-04-10 14:54:12.496 | | compute hosts are deployed. | 2025-04-10 14:54:12.496 | +--------------------------------------------------------------------+ 2025-04-10 14:54:12.496 | | Check: Placement API | 2025-04-10 14:54:12.496 | | Result: Success | 2025-04-10 14:54:12.496 | | Details: None | 2025-04-10 14:54:12.496 | +--------------------------------------------------------------------+ 2025-04-10 14:54:12.496 | | Check: Cinder API | 2025-04-10 14:54:12.496 | | Result: Success | 2025-04-10 14:54:12.496 | | Details: None | 2025-04-10 14:54:12.496 | +--------------------------------------------------------------------+ 2025-04-10 14:54:12.496 | | Check: Policy File JSON to YAML Migration | 2025-04-10 14:54:12.496 | | Result: Success | 2025-04-10 14:54:12.496 | | Details: None | 2025-04-10 14:54:12.496 | +--------------------------------------------------------------------+ 2025-04-10 14:54:12.496 | | Check: Older than N-1 computes | 2025-04-10 14:54:12.496 | | Result: Success | 2025-04-10 14:54:12.496 | | Details: None | 2025-04-10 14:54:12.496 | +--------------------------------------------------------------------+ 2025-04-10 14:54:12.496 | | Check: hw_machine_type unset | 2025-04-10 14:54:12.496 | | Result: Success | 2025-04-10 14:54:12.497 | | Details: None | 2025-04-10 14:54:12.497 | +--------------------------------------------------------------------+ 2025-04-10 14:54:12.497 | | Check: Service User Token Configuration | 2025-04-10 14:54:12.497 | | Result: Success | 2025-04-10 14:54:12.497 | | Details: None | 2025-04-10 14:54:12.497 | +--------------------------------------------------------------------+ 2025-04-10 14:54:12.798 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2025-04-10 14:54:12.800 | + stack.sh:main:1493 : command openstack complete 2025-04-10 14:54:12.801 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-04-10 14:54:14.119 | + stack.sh:main:1497 : is_service_enabled cinder 2025-04-10 14:54:14.134 | + functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:14.136 | + stack.sh:main:1498 : is_ubuntu 2025-04-10 14:54:14.138 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-10 14:54:14.140 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-10 14:54:14.142 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2025-04-10 14:54:14.144 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:54:14.146 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2025-04-10 14:54:14.148 | + stack.sh:main:1500 : set_lvm_filter 2025-04-10 14:54:14.150 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-04-10 14:54:14.152 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2025-04-10 14:54:14.154 | + lib/lvm:set_lvm_filter:191 : local pv 2025-04-10 14:54:14.156 | + lib/lvm:set_lvm_filter:192 : local vg 2025-04-10 14:54:14.158 | + lib/lvm:set_lvm_filter:193 : local line 2025-04-10 14:54:14.161 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2025-04-10 14:54:14.201 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-04-10 14:54:14.204 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2025-04-10 14:54:14.205 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-04-10 14:54:14.217 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-04-10 14:54:14.227 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-04-10 14:54:14.229 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:54:14.231 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-04-10 14:54:14.234 | + stack.sh:main:1510 : run_phase stack test-config 2025-04-10 14:54:14.235 | + functions-common:run_phase:1828 : local mode=stack 2025-04-10 14:54:14.238 | + functions-common:run_phase:1829 : local phase=test-config 2025-04-10 14:54:14.239 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-10 14:54:14.242 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-10 14:54:14.244 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-10 14:54:14.246 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-10 14:54:14.248 | + functions-common:run_phase:1838 : local extra 2025-04-10 14:54:14.251 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-10 14:54:14.254 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-10 14:54:14.256 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-10 14:54:14.258 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-10 14:54:14.260 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-04-10 14:54:14.262 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-10 14:54:14.275 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:14.277 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:54:14.279 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:54:14.281 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-10 14:54:14.283 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:54:14.285 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-10 14:54:14.287 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:54:14.289 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-04-10 14:54:14.291 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:54:14.293 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-10 14:54:14.295 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:54:14.297 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-10 14:54:14.299 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-04-10 14:54:14.332 | [3486 Async install_tempest:34077]: Waiting for completion of install_tempest running on PID 34077 (1 other jobs running) 2025-04-10 14:54:14.349 | [3486 Async install_tempest:34077]: Signaling child to exit 2025-04-10 14:54:14.349 | WAKEUP 2025-04-10 14:54:14.365 | [3486 Async install_tempest:34077]: Signaled 2025-04-10 14:54:14.366 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:574 : local git_ref=master 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:575 : local orig_dir 2025-04-10 14:54:14.366 | +++ functions-common:git_clone:576 : pwd 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:577 : local git_clone_flags= 2025-04-10 14:54:14.366 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:579 : RECLONE=False 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:593 : echo master 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:680 : local count=0 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:684 : timeout=0 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:54:14.366 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:54:14.366 | ++ functions-common:time_start:2387 : local start_time= 2025-04-10 14:54:14.366 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:54:14.366 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:54:14.366 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744296650645 2025-04-10 14:54:14.366 | ++ 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-10 14:54:14.366 | Cloning into '/opt/stack//tempest'... 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2400 : local name 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2401 : local end_time 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2403 : local total 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2404 : local start_time 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2407 : start_time=1744296650645 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2409 : [[ -z 1744296650645 ]] 2025-04-10 14:54:14.366 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2412 : end_time=1744296652767 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2413 : elapsed_time=2122 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2414 : total=48659 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=50781 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:680 : local count=0 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:684 : timeout=0 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:54:14.366 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:54:14.366 | ++ functions-common:time_start:2387 : local start_time= 2025-04-10 14:54:14.366 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:54:14.366 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:54:14.366 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744296652798 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2025-04-10 14:54:14.366 | From https://opendev.org/openstack/tempest 2025-04-10 14:54:14.366 | * branch master -> FETCH_HEAD 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2400 : local name 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2401 : local end_time 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2403 : local total 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2404 : local start_time 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2407 : start_time=1744296652798 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2409 : [[ -z 1744296652798 ]] 2025-04-10 14:54:14.366 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2412 : end_time=1744296653676 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2413 : elapsed_time=878 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2414 : total=50781 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:54:14.366 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=51659 2025-04-10 14:54:14.366 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:680 : local count=0 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:684 : timeout=0 2025-04-10 14:54:14.366 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-10 14:54:14.366 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-10 14:54:14.366 | ++ functions-common:time_start:2387 : local start_time= 2025-04-10 14:54:14.366 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-10 14:54:14.366 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-10 14:54:14.367 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744296653705 2025-04-10 14:54:14.367 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-10 14:54:14.367 | Note: switching to 'FETCH_HEAD'. 2025-04-10 14:54:14.367 | 2025-04-10 14:54:14.367 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-10 14:54:14.367 | changes and commit them, and you can discard any commits you make in this 2025-04-10 14:54:14.367 | state without impacting any branches by switching back to a branch. 2025-04-10 14:54:14.367 | 2025-04-10 14:54:14.367 | If you want to create a new branch to retain commits you create, you may 2025-04-10 14:54:14.367 | do so (now or later) by using -c with the switch command. Example: 2025-04-10 14:54:14.367 | 2025-04-10 14:54:14.367 | git switch -c 2025-04-10 14:54:14.367 | 2025-04-10 14:54:14.367 | Or undo this operation with: 2025-04-10 14:54:14.367 | 2025-04-10 14:54:14.367 | git switch - 2025-04-10 14:54:14.367 | 2025-04-10 14:54:14.367 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-10 14:54:14.367 | 2025-04-10 14:54:14.367 | HEAD is now at 60364b3 Revert "Adds tests for resize server for swap" 2025-04-10 14:54:14.367 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2400 : local name 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2401 : local end_time 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2403 : local total 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2404 : local start_time 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2407 : start_time=1744296653705 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2409 : [[ -z 1744296653705 ]] 2025-04-10 14:54:14.367 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2412 : end_time=1744296653801 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2413 : elapsed_time=96 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2414 : total=51659 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=51755 2025-04-10 14:54:14.367 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-04-10 14:54:14.367 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2025-04-10 14:54:14.367 | ++ functions-common:git_clone:656 : git show --oneline 2025-04-10 14:54:14.367 | ++ functions-common:git_clone:656 : head -1 2025-04-10 14:54:14.367 | 60364b3 Revert "Adds tests for resize server for swap" 2025-04-10 14:54:14.367 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-10 14:54:14.367 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2025-04-10 14:54:14.367 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-04-10 14:54:14.367 | ++ 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-10 14:54:14.367 | Collecting tox!=2.8.0,<4.0.0 2025-04-10 14:54:14.367 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2025-04-10 14:54:14.367 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-10 14:54:14.367 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-10 14:54:14.367 | 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-10 14:54:14.367 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2025-04-10 14:54:14.367 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-10 14:54:14.367 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2025-04-10 14:54:14.367 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2025-04-10 14:54:14.367 | 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-10 14:54:14.367 | 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-10 14:54:14.367 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2025-04-10 14:54:14.367 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2025-04-10 14:54:14.367 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-10 14:54:14.367 | 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-10 14:54:14.367 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2025-04-10 14:54:14.367 | 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-10 14:54:14.367 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2025-04-10 14:54:14.367 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-04-10 14:54:14.367 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2025-04-10 14:54:14.367 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-04-10 14:54:14.367 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-04-10 14:54:14.367 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-04-10 14:54:14.367 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2025-04-10 14:54:14.367 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-04-10 14:54:14.367 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2025-04-10 14:54:14.367 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-04-10 14:54:14.367 | 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-10 14:54:14.367 | ++ inc/python:pip_install:222 : result=0 2025-04-10 14:54:14.367 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2400 : local name 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2401 : local end_time 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2403 : local total 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2404 : local start_time 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2407 : start_time=1744296653844 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2409 : [[ -z 1744296653844 ]] 2025-04-10 14:54:14.367 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2412 : end_time=1744296656971 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2413 : elapsed_time=3127 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2414 : total=84021 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:54:14.367 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=87148 2025-04-10 14:54:14.367 | ++ inc/python:pip_install:225 : return 0 2025-04-10 14:54:14.367 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2025-04-10 14:54:14.367 | ~/tempest ~/devstack 2025-04-10 14:54:14.367 | ++ lib/tempest:install_tempest:869 : git checkout master 2025-04-10 14:54:14.367 | Switched to branch 'master' 2025-04-10 14:54:14.367 | Your branch is up to date with 'origin/master'. 2025-04-10 14:54:14.367 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2025-04-10 14:54:14.367 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-10 14:54:14.367 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.CBeb36KlB7 2025-04-10 14:54:14.367 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.CBeb36KlB7 2025-04-10 14:54:14.367 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-10 14:54:14.367 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.CBeb36KlB7 2025-04-10 14:54:14.367 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-10 14:54:14.367 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-10 14:54:14.367 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-10 14:54:14.367 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-10 14:54:14.367 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-10 14:54:14.367 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-10 14:54:14.367 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-10 14:54:14.367 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2025-04-10 14:54:14.367 | full create: /opt/stack/tempest/.tox/tempest 2025-04-10 14:54:14.367 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-10 14:54:14.367 | full develop-inst: /opt/stack/tempest 2025-04-10 14:54:14.367 | 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-10 14:54:14.367 | ___________________________________ summary ____________________________________ 2025-04-10 14:54:14.367 | full: skipped tests 2025-04-10 14:54:14.367 | congratulations :) 2025-04-10 14:54:14.367 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.CBeb36KlB7 -r requirements.txt 2025-04-10 14:54:14.367 | 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-10 14:54:14.367 | 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-10 14:54:14.367 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | 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-10 14:54:14.368 | WARNING: There was an error checking the latest version of pip. 2025-04-10 14:54:14.368 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-04-10 14:54:14.368 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.CBeb36KlB7 2025-04-10 14:54:14.368 | ++ lib/tempest:install_tempest:882 : popd 2025-04-10 14:54:14.368 | ~/devstack 2025-04-10 14:54:14.396 | [3486 Async install_tempest:34077]: finished install_tempest with result 0 in 22 seconds 2025-04-10 14:54:14.399 | ++ inc/async:async_wait:197 : return 0 2025-04-10 14:54:14.401 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-04-10 14:54:14.403 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:54:14.405 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2025-04-10 14:54:14.407 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-04-10 14:54:14.409 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2025-04-10 14:54:14.411 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2025-04-10 14:54:14.413 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2025-04-10 14:54:14.414 | ++ inc/python:pip_install_gr:95 : local clean_name 2025-04-10 14:54:14.417 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2025-04-10 14:54:14.418 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2025-04-10 14:54:14.420 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-10 14:54:14.423 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-04-10 14:54:14.423 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-10 14:54:14.426 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2025-04-10 14:54:14.428 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2025-04-10 14:54:14.430 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2025-04-10 14:54:14.432 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2025-04-10 14:54:14.433 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2025-04-10 14:54:14.448 | Using python 3.10 to install testrepository 2025-04-10 14:54:14.450 | ++ 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-10 14:54:15.470 | Collecting testrepository 2025-04-10 14:54:15.470 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-04-10 14:54:15.501 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2025-04-10 14:54:15.502 | 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-10 14:54:15.503 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2025-04-10 14:54:15.508 | 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-10 14:54:15.512 | 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-10 14:54:16.546 | Installing collected packages: testrepository 2025-04-10 14:54:16.653 | Successfully installed testrepository-0.0.20 2025-04-10 14:54:16.757 | ++ inc/python:pip_install:222 : result=0 2025-04-10 14:54:16.759 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-10 14:54:16.761 | ++ functions-common:time_stop:2400 : local name 2025-04-10 14:54:16.763 | ++ functions-common:time_stop:2401 : local end_time 2025-04-10 14:54:16.764 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-10 14:54:16.766 | ++ functions-common:time_stop:2403 : local total 2025-04-10 14:54:16.768 | ++ functions-common:time_stop:2404 : local start_time 2025-04-10 14:54:16.771 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-10 14:54:16.773 | ++ functions-common:time_stop:2407 : start_time=1744296854445 2025-04-10 14:54:16.774 | ++ functions-common:time_stop:2409 : [[ -z 1744296854445 ]] 2025-04-10 14:54:16.777 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-10 14:54:16.780 | ++ functions-common:time_stop:2412 : end_time=1744296856778 2025-04-10 14:54:16.781 | ++ functions-common:time_stop:2413 : elapsed_time=2333 2025-04-10 14:54:16.783 | ++ functions-common:time_stop:2414 : total=100484 2025-04-10 14:54:16.785 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-10 14:54:16.787 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=102817 2025-04-10 14:54:16.788 | ++ inc/python:pip_install:225 : return 0 2025-04-10 14:54:16.790 | ++ lib/tempest:configure_tempest:196 : local image_lines 2025-04-10 14:54:16.792 | ++ lib/tempest:configure_tempest:197 : local images 2025-04-10 14:54:16.794 | ++ lib/tempest:configure_tempest:198 : local num_images 2025-04-10 14:54:16.796 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2025-04-10 14:54:16.797 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2025-04-10 14:54:16.799 | ++ lib/tempest:configure_tempest:201 : local password 2025-04-10 14:54:16.801 | ++ lib/tempest:configure_tempest:202 : local line 2025-04-10 14:54:16.803 | ++ lib/tempest:configure_tempest:203 : local flavors 2025-04-10 14:54:16.805 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2025-04-10 14:54:16.806 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2025-04-10 14:54:16.808 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2025-04-10 14:54:16.810 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2025-04-10 14:54:16.811 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2025-04-10 14:54:16.813 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2025-04-10 14:54:16.815 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2025-04-10 14:54:16.817 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2025-04-10 14:54:16.818 | ++ lib/tempest:configure_tempest:212 : local disk 2025-04-10 14:54:16.820 | ++ lib/tempest:configure_tempest:215 : ifs=' 2025-04-10 14:54:16.820 | ' 2025-04-10 14:54:16.822 | ++ lib/tempest:configure_tempest:225 : declare -a images 2025-04-10 14:54:16.824 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2025-04-10 14:54:16.836 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:16.837 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2025-04-10 14:54:16.839 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-04-10 14:54:16.841 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-04-10 14:54:16.843 | ++ lib/tempest:get_active_images:158 : img_array=() 2025-04-10 14:54:16.845 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-10 14:54:16.846 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-04-10 14:54:16.846 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-04-10 14:54:18.018 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:54:18.020 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-04-10 14:54:18.022 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2025-04-10 14:54:18.024 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-10 14:54:18.026 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2025-04-10 14:54:18.027 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2025-04-10 14:54:18.029 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2025-04-10 14:54:18.031 | ++ lib/tempest:configure_tempest:251 : image_uuid=595bda25-3485-4d7e-9f66-50f61186cadc 2025-04-10 14:54:18.032 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=595bda25-3485-4d7e-9f66-50f61186cadc 2025-04-10 14:54:18.034 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2025-04-10 14:54:18.045 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-04-10 14:54:18.047 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2025-04-10 14:54:18.049 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2025-04-10 14:54:18.051 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2025-04-10 14:54:18.053 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2025-04-10 14:54:18.055 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2025-04-10 14:54:18.056 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2025-04-10 14:54:18.058 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2025-04-10 14:54:18.061 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2025-04-10 14:54:18.062 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2025-04-10 14:54:19.138 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:54:19.141 | ++ lib/tempest:configure_tempest:287 : admin_project_id=c89109061376457ab5ab750f8f509d25 2025-04-10 14:54:19.143 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2025-04-10 14:54:19.155 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:19.158 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2025-04-10 14:54:20.270 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:54:20.273 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-04-10 14:54:20.273 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-10 14:54:20.273 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-10 14:54:20.273 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-10 14:54:20.273 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-10 14:54:20.273 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-10 14:54:20.273 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-10 14:54:20.273 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-10 14:54:20.273 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-10 14:54:20.273 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-10 14:54:20.273 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-10 14:54:20.273 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-10 14:54:20.273 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-10 14:54:20.273 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-04-10 14:54:20.274 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2025-04-10 14:54:20.276 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-10 14:54:20.276 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-10 14:54:20.276 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-10 14:54:20.276 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-10 14:54:20.276 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-10 14:54:20.276 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-10 14:54:20.276 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-10 14:54:20.276 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-10 14:54:20.276 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-10 14:54:20.276 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-10 14:54:20.276 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-10 14:54:20.276 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-10 14:54:20.276 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-10 14:54:20.276 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-04-10 14:54:20.278 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 595bda25-3485-4d7e-9f66-50f61186cadc 2025-04-10 14:54:20.280 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-10 14:54:20.283 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 595bda25-3485-4d7e-9f66-50f61186cadc -c size -f value 2025-04-10 14:54:21.402 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:54:21.404 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-10 14:54:21.407 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-10 14:54:21.407 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-10 14:54:21.433 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-04-10 14:54:21.435 | ++ 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-10 14:54:22.407 | +----------------------------+-----------------------+ 2025-04-10 14:54:22.407 | | Field | Value | 2025-04-10 14:54:22.407 | +----------------------------+-----------------------+ 2025-04-10 14:54:22.407 | | OS-FLV-DISABLED:disabled | False | 2025-04-10 14:54:22.407 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-10 14:54:22.407 | | description | None | 2025-04-10 14:54:22.407 | | disk | 1 | 2025-04-10 14:54:22.407 | | id | 42 | 2025-04-10 14:54:22.407 | | name | m1.nano | 2025-04-10 14:54:22.407 | | os-flavor-access:is_public | True | 2025-04-10 14:54:22.407 | | properties | hw_rng:allowed='True' | 2025-04-10 14:54:22.407 | | ram | 128 | 2025-04-10 14:54:22.407 | | rxtx_factor | 1.0 | 2025-04-10 14:54:22.407 | | swap | 0 | 2025-04-10 14:54:22.407 | | vcpus | 1 | 2025-04-10 14:54:22.407 | +----------------------------+-----------------------+ 2025-04-10 14:54:22.529 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2025-04-10 14:54:22.531 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-10 14:54:22.531 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-10 14:54:22.531 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-10 14:54:22.531 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-10 14:54:22.531 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-10 14:54:22.531 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-10 14:54:22.531 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-10 14:54:22.531 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-10 14:54:22.531 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-10 14:54:22.531 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-10 14:54:22.531 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-10 14:54:22.531 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-10 14:54:22.531 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-10 14:54:22.531 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-04-10 14:54:22.534 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib 595bda25-3485-4d7e-9f66-50f61186cadc 2025-04-10 14:54:22.536 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-10 14:54:22.538 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 595bda25-3485-4d7e-9f66-50f61186cadc -c size -f value 2025-04-10 14:54:23.642 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:54:23.644 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-10 14:54:23.646 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-10 14:54:23.646 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-10 14:54:23.674 | ++ lib/tempest:configure_tempest:302 : disk=1 2025-04-10 14:54:23.676 | ++ 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-10 14:54:24.668 | +----------------------------+-----------------------+ 2025-04-10 14:54:24.668 | | Field | Value | 2025-04-10 14:54:24.668 | +----------------------------+-----------------------+ 2025-04-10 14:54:24.668 | | OS-FLV-DISABLED:disabled | False | 2025-04-10 14:54:24.668 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-10 14:54:24.668 | | description | None | 2025-04-10 14:54:24.668 | | disk | 1 | 2025-04-10 14:54:24.668 | | id | 84 | 2025-04-10 14:54:24.668 | | name | m1.micro | 2025-04-10 14:54:24.668 | | os-flavor-access:is_public | True | 2025-04-10 14:54:24.668 | | properties | hw_rng:allowed='True' | 2025-04-10 14:54:24.668 | | ram | 192 | 2025-04-10 14:54:24.668 | | rxtx_factor | 1.0 | 2025-04-10 14:54:24.668 | | swap | 0 | 2025-04-10 14:54:24.668 | | vcpus | 1 | 2025-04-10 14:54:24.668 | +----------------------------+-----------------------+ 2025-04-10 14:54:24.796 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2025-04-10 14:54:24.798 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-04-10 14:54:24.824 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2025-04-10 14:54:24.825 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2025-04-10 14:54:24.827 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2025-04-10 14:54:24.829 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-10 14:54:24.831 | +++ 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-10 14:54:25.987 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:54:25.989 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-10 14:54:25.989 | address-scope 2025-04-10 14:54:25.989 | router-admin-state-down-before-update 2025-04-10 14:54:25.989 | agent 2025-04-10 14:54:25.989 | agent-resources-synced 2025-04-10 14:54:25.989 | allowed-address-pairs 2025-04-10 14:54:25.989 | auto-allocated-topology 2025-04-10 14:54:25.989 | availability_zone 2025-04-10 14:54:25.989 | availability_zone_filter 2025-04-10 14:54:25.989 | default-subnetpools 2025-04-10 14:54:25.989 | dhcp_agent_scheduler 2025-04-10 14:54:25.989 | dvr 2025-04-10 14:54:25.989 | empty-string-filtering 2025-04-10 14:54:25.989 | external-net 2025-04-10 14:54:25.989 | extra_dhcp_opt 2025-04-10 14:54:25.989 | extraroute 2025-04-10 14:54:25.989 | extraroute-atomic 2025-04-10 14:54:25.989 | filter-validation 2025-04-10 14:54:25.989 | floating-ip-port-forwarding-detail 2025-04-10 14:54:25.989 | fip-port-details 2025-04-10 14:54:25.989 | flavors 2025-04-10 14:54:25.989 | floatingip-pools 2025-04-10 14:54:25.989 | ip-substring-filtering 2025-04-10 14:54:25.989 | router 2025-04-10 14:54:25.989 | ext-gw-mode 2025-04-10 14:54:25.989 | l3-ha 2025-04-10 14:54:25.989 | l3-flavors 2025-04-10 14:54:25.989 | l3-port-ip-change-not-allowed 2025-04-10 14:54:25.989 | l3_agent_scheduler 2025-04-10 14:54:25.989 | multi-provider 2025-04-10 14:54:25.990 | net-mtu 2025-04-10 14:54:25.990 | net-mtu-writable 2025-04-10 14:54:25.990 | network_availability_zone 2025-04-10 14:54:25.990 | network_ha 2025-04-10 14:54:25.990 | network-ip-availability 2025-04-10 14:54:25.990 | pagination 2025-04-10 14:54:25.990 | port-device-profile 2025-04-10 14:54:25.990 | port-mac-override 2025-04-10 14:54:25.990 | port-mac-address-regenerate 2025-04-10 14:54:25.990 | port-numa-affinity-policy 2025-04-10 14:54:25.990 | binding 2025-04-10 14:54:25.990 | binding-extended 2025-04-10 14:54:25.990 | port-security 2025-04-10 14:54:25.990 | project-id 2025-04-10 14:54:25.990 | provider 2025-04-10 14:54:25.990 | quota-check-limit 2025-04-10 14:54:25.990 | quotas 2025-04-10 14:54:25.990 | quota_details 2025-04-10 14:54:25.990 | rbac-policies 2025-04-10 14:54:25.990 | rbac-address-group 2025-04-10 14:54:25.990 | rbac-address-scope 2025-04-10 14:54:25.990 | rbac-security-groups 2025-04-10 14:54:25.990 | rbac-subnetpool 2025-04-10 14:54:25.990 | revision-if-match 2025-04-10 14:54:25.990 | standard-attr-revisions 2025-04-10 14:54:25.990 | router_availability_zone 2025-04-10 14:54:25.990 | security-groups-default-rules 2025-04-10 14:54:25.990 | security-groups-normalized-cidr 2025-04-10 14:54:25.990 | port-security-groups-filtering 2025-04-10 14:54:25.990 | security-groups-remote-address-group 2025-04-10 14:54:25.990 | security-groups-shared-filtering 2025-04-10 14:54:25.990 | security-group 2025-04-10 14:54:25.990 | service-type 2025-04-10 14:54:25.990 | sorting 2025-04-10 14:54:25.990 | standard-attr-description 2025-04-10 14:54:25.990 | stateful-security-group 2025-04-10 14:54:25.990 | subnet_onboard 2025-04-10 14:54:25.990 | subnet-service-types 2025-04-10 14:54:25.990 | subnet_allocation 2025-04-10 14:54:25.990 | subnetpool-prefix-ops 2025-04-10 14:54:25.990 | standard-attr-tag 2025-04-10 14:54:25.990 | standard-attr-timestamp 2025-04-10 14:54:25.990 | nsxt-ops' 2025-04-10 14:54:25.991 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-10 14:54:25.991 | address-scope 2025-04-10 14:54:25.991 | router-admin-state-down-before-update 2025-04-10 14:54:25.991 | agent 2025-04-10 14:54:25.991 | agent-resources-synced 2025-04-10 14:54:25.991 | allowed-address-pairs 2025-04-10 14:54:25.991 | auto-allocated-topology 2025-04-10 14:54:25.991 | availability_zone 2025-04-10 14:54:25.991 | availability_zone_filter 2025-04-10 14:54:25.991 | default-subnetpools 2025-04-10 14:54:25.991 | dhcp_agent_scheduler 2025-04-10 14:54:25.991 | dvr 2025-04-10 14:54:25.991 | empty-string-filtering 2025-04-10 14:54:25.991 | external-net 2025-04-10 14:54:25.991 | extra_dhcp_opt 2025-04-10 14:54:25.991 | extraroute 2025-04-10 14:54:25.991 | extraroute-atomic 2025-04-10 14:54:25.991 | filter-validation 2025-04-10 14:54:25.991 | floating-ip-port-forwarding-detail 2025-04-10 14:54:25.991 | fip-port-details 2025-04-10 14:54:25.991 | flavors 2025-04-10 14:54:25.991 | floatingip-pools 2025-04-10 14:54:25.991 | ip-substring-filtering 2025-04-10 14:54:25.991 | router 2025-04-10 14:54:25.991 | ext-gw-mode 2025-04-10 14:54:25.991 | l3-ha 2025-04-10 14:54:25.991 | l3-flavors 2025-04-10 14:54:25.991 | l3-port-ip-change-not-allowed 2025-04-10 14:54:25.991 | l3_agent_scheduler 2025-04-10 14:54:25.991 | multi-provider 2025-04-10 14:54:25.991 | net-mtu 2025-04-10 14:54:25.991 | net-mtu-writable 2025-04-10 14:54:25.991 | network_availability_zone 2025-04-10 14:54:25.991 | network_ha 2025-04-10 14:54:25.991 | network-ip-availability 2025-04-10 14:54:25.991 | pagination 2025-04-10 14:54:25.991 | port-device-profile 2025-04-10 14:54:25.991 | port-mac-override 2025-04-10 14:54:25.991 | port-mac-address-regenerate 2025-04-10 14:54:25.991 | port-numa-affinity-policy 2025-04-10 14:54:25.991 | binding 2025-04-10 14:54:25.991 | binding-extended 2025-04-10 14:54:25.991 | port-security 2025-04-10 14:54:25.991 | project-id 2025-04-10 14:54:25.991 | provider 2025-04-10 14:54:25.991 | quota-check-limit 2025-04-10 14:54:25.991 | quotas 2025-04-10 14:54:25.991 | quota_details 2025-04-10 14:54:25.991 | rbac-policies 2025-04-10 14:54:25.991 | rbac-address-group 2025-04-10 14:54:25.991 | rbac-address-scope 2025-04-10 14:54:25.991 | rbac-security-groups 2025-04-10 14:54:25.991 | rbac-subnetpool 2025-04-10 14:54:25.992 | revision-if-match 2025-04-10 14:54:25.992 | standard-attr-revisions 2025-04-10 14:54:25.992 | router_availability_zone 2025-04-10 14:54:25.992 | security-groups-default-rules 2025-04-10 14:54:25.992 | security-groups-normalized-cidr 2025-04-10 14:54:25.992 | port-security-groups-filtering 2025-04-10 14:54:25.992 | security-groups-remote-address-group 2025-04-10 14:54:25.992 | security-groups-shared-filtering 2025-04-10 14:54:25.992 | security-group 2025-04-10 14:54:25.992 | service-type 2025-04-10 14:54:25.992 | sorting 2025-04-10 14:54:25.992 | standard-attr-description 2025-04-10 14:54:25.992 | stateful-security-group 2025-04-10 14:54:25.992 | subnet_onboard 2025-04-10 14:54:25.992 | subnet-service-types 2025-04-10 14:54:25.992 | subnet_allocation 2025-04-10 14:54:25.992 | subnetpool-prefix-ops 2025-04-10 14:54:25.992 | standard-attr-tag 2025-04-10 14:54:25.992 | standard-attr-timestamp 2025-04-10 14:54:25.992 | nsxt-ops =~ external-net ]] 2025-04-10 14:54:25.993 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-10 14:54:25.995 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-04-10 14:54:27.172 | +++ functions-common:oscwrap:2440 : return 0 2025-04-10 14:54:27.174 | ++ lib/tempest:configure_tempest:363 : public_network_id=55ef708e-f560-4b33-be04-537bb0ee9f61 2025-04-10 14:54:27.176 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-04-10 14:54:28.241 | +---------------------------+--------------------------------------+ 2025-04-10 14:54:28.241 | | Field | Value | 2025-04-10 14:54:28.241 | +---------------------------+--------------------------------------+ 2025-04-10 14:54:28.241 | | admin_state_up | UP | 2025-04-10 14:54:28.241 | | availability_zone_hints | | 2025-04-10 14:54:28.241 | | availability_zones | | 2025-04-10 14:54:28.241 | | created_at | 2025-04-10T14:54:28Z | 2025-04-10 14:54:28.241 | | description | | 2025-04-10 14:54:28.241 | | dns_domain | None | 2025-04-10 14:54:28.241 | | id | b8fccf7d-ced8-43f3-aeb8-0c266de33587 | 2025-04-10 14:54:28.241 | | ipv4_address_scope | None | 2025-04-10 14:54:28.241 | | ipv6_address_scope | None | 2025-04-10 14:54:28.241 | | is_default | False | 2025-04-10 14:54:28.241 | | is_vlan_transparent | None | 2025-04-10 14:54:28.241 | | mtu | 8950 | 2025-04-10 14:54:28.241 | | name | shared | 2025-04-10 14:54:28.242 | | port_security_enabled | True | 2025-04-10 14:54:28.242 | | project_id | c89109061376457ab5ab750f8f509d25 | 2025-04-10 14:54:28.242 | | provider:network_type | vlan | 2025-04-10 14:54:28.242 | | provider:physical_network | default | 2025-04-10 14:54:28.242 | | provider:segmentation_id | 736 | 2025-04-10 14:54:28.242 | | qos_policy_id | None | 2025-04-10 14:54:28.242 | | revision_number | 1 | 2025-04-10 14:54:28.242 | | router:external | Internal | 2025-04-10 14:54:28.242 | | segments | None | 2025-04-10 14:54:28.242 | | shared | True | 2025-04-10 14:54:28.242 | | status | ACTIVE | 2025-04-10 14:54:28.242 | | subnets | | 2025-04-10 14:54:28.242 | | tags | | 2025-04-10 14:54:28.242 | | tenant_id | c89109061376457ab5ab750f8f509d25 | 2025-04-10 14:54:28.242 | | updated_at | 2025-04-10T14:54:28Z | 2025-04-10 14:54:28.242 | +---------------------------+--------------------------------------+ 2025-04-10 14:54:28.374 | ++ 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-10 14:54:29.564 | +----------------------+--------------------------------------+ 2025-04-10 14:54:29.564 | | Field | Value | 2025-04-10 14:54:29.564 | +----------------------+--------------------------------------+ 2025-04-10 14:54:29.564 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-04-10 14:54:29.564 | | cidr | 192.168.233.0/24 | 2025-04-10 14:54:29.564 | | created_at | 2025-04-10T14:54:29Z | 2025-04-10 14:54:29.564 | | description | shared-subnet | 2025-04-10 14:54:29.564 | | dns_nameservers | | 2025-04-10 14:54:29.564 | | dns_publish_fixed_ip | None | 2025-04-10 14:54:29.564 | | enable_dhcp | True | 2025-04-10 14:54:29.564 | | gateway_ip | 192.168.233.1 | 2025-04-10 14:54:29.564 | | host_routes | | 2025-04-10 14:54:29.564 | | id | 060e6877-c86a-4302-84cc-c7174c7ffd18 | 2025-04-10 14:54:29.564 | | ip_version | 4 | 2025-04-10 14:54:29.564 | | ipv6_address_mode | None | 2025-04-10 14:54:29.564 | | ipv6_ra_mode | None | 2025-04-10 14:54:29.564 | | name | shared-subnet | 2025-04-10 14:54:29.564 | | network_id | b8fccf7d-ced8-43f3-aeb8-0c266de33587 | 2025-04-10 14:54:29.564 | | project_id | c89109061376457ab5ab750f8f509d25 | 2025-04-10 14:54:29.564 | | revision_number | 0 | 2025-04-10 14:54:29.564 | | segment_id | None | 2025-04-10 14:54:29.564 | | service_types | | 2025-04-10 14:54:29.564 | | subnetpool_id | None | 2025-04-10 14:54:29.564 | | tags | | 2025-04-10 14:54:29.564 | | updated_at | 2025-04-10T14:54:29Z | 2025-04-10 14:54:29.564 | +----------------------+--------------------------------------+ 2025-04-10 14:54:29.704 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-04-10 14:54:29.740 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-04-10 14:54:29.764 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2025-04-10 14:54:29.768 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-04-10 14:54:29.792 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-04-10 14:54:29.815 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-04-10 14:54:29.837 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-04-10 14:54:29.862 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-04-10 14:54:29.886 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-04-10 14:54:29.910 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-04-10 14:54:29.933 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-04-10 14:54:29.954 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-04-10 14:54:29.977 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-04-10 14:54:29.999 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2025-04-10 14:54:30.000 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-04-10 14:54:30.024 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-04-10 14:54:30.046 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-04-10 14:54:30.069 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-04-10 14:54:30.091 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2025-04-10 14:54:30.092 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-04-10 14:54:30.117 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-04-10 14:54:30.141 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2025-04-10 14:54:30.143 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-04-10 14:54:30.167 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2025-04-10 14:54:30.178 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:54:30.180 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2025-04-10 14:54:30.182 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-04-10 14:54:30.207 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2025-04-10 14:54:30.219 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:54:30.220 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-04-10 14:54:30.244 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-04-10 14:54:30.267 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-04-10 14:54:30.290 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2025-04-10 14:54:30.291 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-04-10 14:54:30.318 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-04-10 14:54:30.345 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2025-04-10 14:54:30.360 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:54:30.362 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 595bda25-3485-4d7e-9f66-50f61186cadc 2025-04-10 14:54:30.392 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 595bda25-3485-4d7e-9f66-50f61186cadc 2025-04-10 14:54:30.417 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-04-10 14:54:30.442 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-04-10 14:54:30.468 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-04-10 14:54:30.497 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2025-04-10 14:54:30.512 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:30.514 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2025-04-10 14:54:30.516 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2025-04-10 14:54:30.519 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2025-04-10 14:54:30.521 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-04-10 14:54:30.523 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2025-04-10 14:54:30.525 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-04-10 14:54:30.540 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2025-04-10 14:54:30.542 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-04-10 14:54:30.566 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-04-10 14:54:30.593 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-04-10 14:54:30.617 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-04-10 14:54:30.641 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-04-10 14:54:30.665 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-04-10 14:54:30.689 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-04-10 14:54:30.713 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-04-10 14:54:30.737 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-04-10 14:54:30.761 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-04-10 14:54:30.763 | ++ 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-10 14:54:30.786 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2025-04-10 14:54:30.788 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2025-04-10 14:54:30.801 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:54:30.803 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-04-10 14:54:30.826 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 55ef708e-f560-4b33-be04-537bb0ee9f61 2025-04-10 14:54:30.850 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-04-10 14:54:30.872 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-04-10 14:54:30.894 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-04-10 14:54:30.919 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-04-10 14:54:30.941 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-04-10 14:54:30.963 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-04-10 14:54:30.989 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-04-10 14:54:30.990 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2025-04-10 14:54:30.992 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2025-04-10 14:54:30.994 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-04-10 14:54:31.018 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2025-04-10 14:54:31.021 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2025-04-10 14:54:31.022 | +++ lib/tempest:configure_tempest:534 : tr -d . 2025-04-10 14:54:31.025 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2025-04-10 14:54:31.027 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2025-04-10 14:54:31.049 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2025-04-10 14:54:31.051 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2025-04-10 14:54:31.053 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-10 14:54:31.055 | ++ functions-common:is_provider_network:2252 : return 1 2025-04-10 14:54:31.056 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-04-10 14:54:31.079 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-04-10 14:54:31.102 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-04-10 14:54:31.125 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-04-10 14:54:31.147 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-04-10 14:54:31.170 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-04-10 14:54:31.193 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-10 14:54:31.195 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-04-10 14:54:31.208 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-04-10 14:54:31.232 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-10 14:54:31.235 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-04-10 14:54:31.247 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-04-10 14:54:31.270 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-10 14:54:31.272 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-04-10 14:54:31.285 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-04-10 14:54:31.308 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-10 14:54:31.311 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-04-10 14:54:31.323 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-04-10 14:54:31.346 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2025-04-10 14:54:31.348 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2025-04-10 14:54:31.350 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2025-04-10 14:54:31.351 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-04-10 14:54:31.365 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2025-04-10 14:54:31.367 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-04-10 14:54:31.390 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2025-04-10 14:54:31.403 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:54:31.405 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-04-10 14:54:31.428 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2025-04-10 14:54:31.430 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2025-04-10 14:54:31.431 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-04-10 14:54:31.433 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-04-10 14:54:31.435 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2025-04-10 14:54:31.437 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2025-04-10 14:54:31.439 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2025-04-10 14:54:31.440 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2025-04-10 14:54:31.442 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-04-10 14:54:31.456 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2025-04-10 14:54:31.457 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-04-10 14:54:31.482 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2025-04-10 14:54:31.483 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2025-04-10 14:54:31.485 | ++ lib/tempest:configure_tempest:685 : local service 2025-04-10 14:54:31.487 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-04-10 14:54:31.489 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-10 14:54:31.491 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2025-04-10 14:54:31.503 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:31.505 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-04-10 14:54:31.529 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-10 14:54:31.531 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2025-04-10 14:54:31.543 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:31.545 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-04-10 14:54:31.568 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-10 14:54:31.570 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2025-04-10 14:54:31.582 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:31.584 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-04-10 14:54:31.606 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-10 14:54:31.608 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2025-04-10 14:54:31.621 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:31.623 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-04-10 14:54:31.645 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-10 14:54:31.647 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2025-04-10 14:54:31.659 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:54:31.661 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-04-10 14:54:31.684 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-10 14:54:31.686 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2025-04-10 14:54:31.698 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:54:31.701 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-04-10 14:54:31.724 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-10 14:54:31.726 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2025-04-10 14:54:31.738 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:54:31.740 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-04-10 14:54:31.762 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-10 14:54:31.764 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-10 14:54:31.766 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2025-04-10 14:54:31.768 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2025-04-10 14:54:31.791 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-10 14:54:31.794 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-10 14:54:31.796 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2025-04-10 14:54:31.798 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2025-04-10 14:54:31.823 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-10 14:54:31.825 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-10 14:54:31.827 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2025-04-10 14:54:31.829 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2025-04-10 14:54:31.831 | +++ lib/tempest:configure_tempest:732 : mktemp 2025-04-10 14:54:31.835 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.udfsF5mgnf 2025-04-10 14:54:31.837 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2025-04-10 14:54:31.838 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2025-04-10 14:54:31.841 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-10 14:54:31.844 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.akGT96fIVI 2025-04-10 14:54:31.846 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.akGT96fIVI 2025-04-10 14:54:31.848 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-10 14:54:31.850 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.akGT96fIVI 2025-04-10 14:54:31.852 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-10 14:54:31.854 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-10 14:54:31.856 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-10 14:54:31.861 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-10 14:54:31.862 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-10 14:54:31.864 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-10 14:54:31.866 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-10 14:54:31.869 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2025-04-10 14:54:31.870 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2025-04-10 14:54:32.094 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-04-10 14:54:32.485 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-10 14:54:41.896 | venv-tempest develop-inst: /opt/stack/tempest 2025-04-10 14:54:44.804 | 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-10 14:54:44.804 | ___________________________________ summary ____________________________________ 2025-04-10 14:54:44.804 | venv-tempest: skipped tests 2025-04-10 14:54:44.804 | congratulations :) 2025-04-10 14:54:44.824 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.akGT96fIVI -r requirements.txt 2025-04-10 14:54:45.272 | /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-10 14:54:45.272 | dist.fetch_build_eggs(dist.setup_requires) 2025-04-10 14:54:45.345 | /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-10 14:54:45.346 | warnings.warn( 2025-04-10 14:54:45.346 | /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-10 14:54:45.346 | warnings.warn( 2025-04-10 14:54:45.407 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2025-04-10 14:54:47.523 | 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-10 14:54:47.523 | venv-tempest run-test-pre: PYTHONHASHSEED='1463246270' 2025-04-10 14:54:47.523 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.akGT96fIVI -r requirements.txt 2025-04-10 14:54:48.357 | 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-10 14:54:48.357 | 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-10 14:54:48.359 | 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-10 14:54:48.359 | 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-10 14:54:48.360 | 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-10 14:54:48.360 | 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-10 14:54:48.361 | 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-10 14:54:48.363 | 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-10 14:54:48.363 | 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-10 14:54:48.363 | 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-10 14:54:48.364 | 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-10 14:54:48.365 | 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-10 14:54:48.366 | 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-10 14:54:48.366 | 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-10 14:54:48.367 | 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-10 14:54:48.368 | 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-10 14:54:48.368 | 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-10 14:54:48.369 | 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-10 14:54:48.370 | 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-10 14:54:48.371 | 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-10 14:54:48.372 | 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-10 14:54:48.372 | 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-10 14:54:48.373 | 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-10 14:54:48.375 | 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-10 14:54:48.380 | 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-10 14:54:48.383 | 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-10 14:54:48.398 | 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-10 14:54:48.399 | 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-10 14:54:48.400 | 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-10 14:54:48.400 | 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-10 14:54:48.416 | 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-10 14:54:48.417 | 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-10 14:54:48.436 | 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-10 14:54:48.448 | 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-10 14:54:48.463 | 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-10 14:54:48.464 | 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-10 14:54:48.477 | 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-10 14:54:48.478 | 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-10 14:54:48.494 | 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-10 14:54:48.494 | 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-10 14:54:48.495 | 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-10 14:54:48.500 | 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-10 14:54:48.501 | 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-10 14:54:48.509 | 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-10 14:54:48.510 | 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-10 14:54:48.511 | 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-10 14:54:48.512 | 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-10 14:54:48.538 | 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-10 14:54:48.562 | 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-10 14:54:48.637 | 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-10 14:54:48.645 | 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-10 14:54:48.727 | 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-10 14:54:48.737 | 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-10 14:54:48.748 | 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-10 14:54:48.749 | 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-10 14:54:48.750 | 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-10 14:54:48.914 | WARNING: There was an error checking the latest version of pip. 2025-04-10 14:54:48.988 | ___________________________________ summary ____________________________________ 2025-04-10 14:54:48.988 | venv-tempest: commands succeeded 2025-04-10 14:54:48.988 | congratulations :) 2025-04-10 14:54:49.009 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.akGT96fIVI 2025-04-10 14:54:49.013 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2025-04-10 14:54:49.015 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2025-04-10 14:54:49.017 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-04-10 14:54:49.042 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.udfsF5mgnf 2025-04-10 14:54:49.269 | venv create: /opt/stack/tempest/.tox/venv 2025-04-10 14:54:49.546 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-04-10 14:55:03.365 | venv develop-inst: /opt/stack/tempest 2025-04-10 14:55:06.848 | 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-10 14:55:06.848 | venv run-test-pre: PYTHONHASHSEED='3933940675' 2025-04-10 14:55:06.848 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.udfsF5mgnf 2025-04-10 14:55:06.978 | /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-10 14:55:06.978 | debtcollector.deprecate( 2025-04-10 14:55:07.147 | /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-10 14:55:07.147 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-04-10 14:55:07.147 | /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-10 14:55:07.148 | @jsonschema.FormatChecker.cls_checks('base64') 2025-04-10 14:55:07.407 | /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-10 14:55:07.407 | warnings.warn( 2025-04-10 14:55:07.597 | /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-10 14:55:07.597 | for key, value in info.getheaders().items(): 2025-04-10 14:55:07.623 | /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-10 14:55:07.623 | for key, value in info.getheaders().items(): 2025-04-10 14:55:07.839 | /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-10 14:55:07.839 | for key, value in info.getheaders().items(): 2025-04-10 14:55:07.840 | /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-10 14:55:07.840 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-04-10 14:55:08.442 | ___________________________________ summary ____________________________________ 2025-04-10 14:55:08.442 | venv: commands succeeded 2025-04-10 14:55:08.442 | congratulations :) 2025-04-10 14:55:08.462 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2025-04-10 14:55:08.476 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-10 14:55:08.478 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-04-10 14:55:08.480 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2025-04-10 14:55:08.494 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-10 14:55:08.496 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-04-10 14:55:08.497 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-04-10 14:55:08.499 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-04-10 14:55:08.501 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-04-10 14:55:08.503 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-04-10 14:55:08.505 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-04-10 14:55:08.507 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-04-10 14:55:08.509 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-04-10 14:55:08.511 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-04-10 14:55:08.513 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-04-10 14:55:08.515 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-04-10 14:55:08.517 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-04-10 14:55:08.519 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-04-10 14:55:08.521 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-04-10 14:55:08.523 | ++ 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-10 14:55:08.525 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-04-10 14:55:08.527 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-04-10 14:55:08.529 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-04-10 14:55:08.531 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-04-10 14:55:08.533 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-04-10 14:55:08.535 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-04-10 14:55:08.537 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-04-10 14:55:08.539 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2025-04-10 14:55:08.541 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2025-04-10 14:55:08.543 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2025-04-10 14:55:08.545 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2025-04-10 14:55:08.547 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2025-04-10 14:55:08.549 | ++ 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-10 14:55:08.551 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2025-04-10 14:55:08.554 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.udfsF5mgnf network-feature-enabled api_extensions 2025-04-10 14:55:08.554 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2025-04-10 14:55:08.570 | ++ 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-10 14:55:08.573 | +++ 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-10 14:55:08.575 | +++ 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-10 14:55:08.577 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-04-10 14:55:08.579 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-04-10 14:55:08.581 | +++ 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-10 14:55:08.596 | +++ 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-10 14:55:08.611 | ++ 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-10 14:55:08.613 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2025-04-10 14:55:08.615 | ++ 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-10 14:55:08.639 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-04-10 14:55:08.641 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-04-10 14:55:08.643 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-04-10 14:55:08.645 | ++ 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-10 14:55:08.647 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2025-04-10 14:55:08.649 | ++ 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-10 14:55:08.675 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-04-10 14:55:08.677 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-04-10 14:55:08.679 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-04-10 14:55:08.681 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-04-10 14:55:08.684 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-04-10 14:55:08.686 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-04-10 14:55:08.688 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-04-10 14:55:08.690 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-04-10 14:55:08.692 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-04-10 14:55:08.694 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-04-10 14:55:08.696 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-10 14:55:08.698 | ++ 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-10 14:55:08.700 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2025-04-10 14:55:08.702 | ++ 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-10 14:55:08.726 | ++ lib/tempest:configure_tempest:853 : IFS=' 2025-04-10 14:55:08.727 | ' 2025-04-10 14:55:08.729 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-04-10 14:55:08.731 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-10 14:55:08.733 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2025-04-10 14:55:08.735 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-04-10 14:55:08.737 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2025-04-10 14:55:08.737 | ~/tempest ~/tempest 2025-04-10 14:55:08.739 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2025-04-10 14:55:08.741 | ++ lib/tempest:install_tempest_plugins:897 : popd 2025-04-10 14:55:08.741 | ~/tempest 2025-04-10 14:55:08.743 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-10 14:55:08.745 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-10 14:55:08.747 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:55:08.749 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-10 14:55:08.752 | + functions-common:run_phase:1855 : run_plugins stack test-config 2025-04-10 14:55:08.754 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-10 14:55:08.756 | + functions-common:run_plugins:1815 : local phase=test-config 2025-04-10 14:55:08.758 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-10 14:55:08.760 | + functions-common:run_plugins:1818 : local plugin 2025-04-10 14:55:08.762 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-10 14:55:08.765 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-10 14:55:08.767 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-10 14:55:08.769 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-04-10 14:55:08.771 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-10 14:55:08.773 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:55:08.775 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-10 14:55:08.777 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:55:08.779 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-10 14:55:08.782 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-10 14:55:08.784 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-04-10 14:55:08.786 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-04-10 14:55:08.788 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-10 14:55:08.790 | + inc/meta-config:merge_config_group:171 : shift 2025-04-10 14:55:08.792 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-04-10 14:55:08.794 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:55:08.797 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-10 14:55:08.799 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-10 14:55:08.802 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-04-10 14:55:08.804 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-10 14:55:08.806 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-04-10 14:55:08.808 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-10 14:55:08.811 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-04-10 14:55:08.811 | /^\[\[.+\|.*\]\]/ { 2025-04-10 14:55:08.811 | gsub("[][]", "", $1); 2025-04-10 14:55:08.811 | split($1, a, "|"); 2025-04-10 14:55:08.811 | if (a[1] == matchgroup) 2025-04-10 14:55:08.811 | print a[2] 2025-04-10 14:55:08.811 | } 2025-04-10 14:55:08.811 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 9 async_wait 42 osc 148 apt-get 41 test_with_retry 3 dbsync 2 pip_install 102 apt-get-update 9 run_process 16 git_timed 48 ------------------------- Unaccounted time 53 ========================= Total runtime 473 ================= Async summary ================= Time spent in the background minus waits: 179 sec Elapsed time: 473 sec Time if we did everything serially: 652 sec Speedup: 1.37844 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36776 | | keystone | INSERT | 93 | | keystone | UPDATE | 7 | | neutron | SELECT | 3452 | | neutron | INSERT | 131 | | placement | SELECT | 12 | | placement | INSERT | 3 | | placement | SET | 1 | | neutron | UPDATE | 71 | | nova_cell1 | SELECT | 68 | | nova_cell0 | SELECT | 12 | | nova_api | SELECT | 110 | | nova_cell1 | INSERT | 6 | | neutron | DELETE | 16 | | nova_cell1 | UPDATE | 2 | | cinder | SELECT | 121 | | cinder | INSERT | 5 | | cinder | UPDATE | 3 | | glance | SELECT | 47 | | glance | INSERT | 8 | | glance | UPDATE | 2 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | 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