2025-02-03 11:58:36.951 | + stack.sh:main:502 : exec 2025-02-03 11:58:36.951 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-02-03-115836' 2025-02-03 11:58:36.951 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-02-03-115836.summary.2025-02-03-115836 2025-02-03 11:58:36.951 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 11:58:36.951 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-02-03-115836 2025-02-03 11:58:36.951 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2025-02-03-115836 /opt/stack//logs/stack.sh.log 2025-02-03 11:58:36.951 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2025-02-03-115836.summary.2025-02-03-115836 /opt/stack//logs/stack.sh.log.summary 2025-02-03 11:58:36.951 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2025-02-03 11:58:36.951 | + functions:check_path_perm_sanity:607 : local real_path 2025-02-03 11:58:36.951 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-02-03 11:58:36.951 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-02-03 11:58:36.951 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-02-03 11:58:36.951 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-02-03 11:58:36.951 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-02-03 11:58:36.951 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-02-03 11:58:36.951 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-02-03 11:58:36.951 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-02-03 11:58:36.953 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-02-03 11:58:36.954 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-02-03 11:58:36.956 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-02-03 11:58:36.957 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-02-03 11:58:36.960 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-02-03 11:58:36.961 | + stack.sh:main:534 : trap exit_trap EXIT 2025-02-03 11:58:36.963 | + stack.sh:main:575 : trap err_trap ERR 2025-02-03 11:58:36.964 | + stack.sh:main:588 : set -o errexit 2025-02-03 11:58:36.965 | + stack.sh:main:591 : uname -a 2025-02-03 11:58:36.966 | 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-02-03 11:58:36.968 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-02-03 11:58:36.969 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2025-02-03 11:58:36.972 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2025-02-03 11:58:36.996 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2025-02-03 11:58:37.007 | + stack.sh:main:605 : fetch_plugins 2025-02-03 11:58:37.009 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2025-02-03 11:58:37.010 | + functions-common:fetch_plugins:1747 : local plugin 2025-02-03 11:58:37.011 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2025-02-03 11:58:37.013 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2025-02-03 11:58:37.013 | Fetching DevStack plugins 2025-02-03 11:58:37.014 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2025-02-03 11:58:37.015 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2025-02-03 11:58:37.017 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2025-02-03 11:58:37.018 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2025-02-03 11:58:37.019 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2025-02-03 11:58:37.021 | + functions-common:git_clone_by_name:667 : local branch=devstack 2025-02-03 11:58:37.022 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-02-03 11:58:37.024 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-02-03 11:58:37.025 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2025-02-03 11:58:37.026 | + functions-common:git_clone:574 : local git_ref=devstack 2025-02-03 11:58:37.028 | + functions-common:git_clone:575 : local orig_dir 2025-02-03 11:58:37.029 | ++ functions-common:git_clone:576 : pwd 2025-02-03 11:58:37.031 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-02-03 11:58:37.032 | + functions-common:git_clone:577 : local git_clone_flags= 2025-02-03 11:58:37.034 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-02-03 11:58:37.043 | + functions-common:git_clone:579 : RECLONE=False 2025-02-03 11:58:37.044 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-02-03 11:58:37.046 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-02-03 11:58:37.047 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-02-03 11:58:37.049 | + functions-common:git_clone:593 : echo devstack 2025-02-03 11:58:37.049 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-02-03 11:58:37.052 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-02-03 11:58:37.054 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-02-03 11:58:37.055 | + 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-02-03 11:58:37.056 | + functions-common:git_timed:680 : local count=0 2025-02-03 11:58:37.058 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 11:58:37.059 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 11:58:37.061 | + functions-common:git_timed:684 : timeout=0 2025-02-03 11:58:37.062 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 11:58:37.063 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 11:58:37.065 | + functions-common:time_start:2387 : local start_time= 2025-02-03 11:58:37.066 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 11:58:37.068 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 11:58:37.070 | + functions-common:time_start:2391 : _TIME_START[$name]=1738583917069 2025-02-03 11:58:37.071 | + 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-02-03 11:58:37.075 | Cloning into '/opt/stack/networking-nsx-t'... 2025-02-03 11:58:37.570 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 11:58:37.572 | + functions-common:time_stop:2400 : local name 2025-02-03 11:58:37.573 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:58:37.575 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:58:37.576 | + functions-common:time_stop:2403 : local total 2025-02-03 11:58:37.578 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:58:37.579 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 11:58:37.581 | + functions-common:time_stop:2407 : start_time=1738583917069 2025-02-03 11:58:37.582 | + functions-common:time_stop:2409 : [[ -z 1738583917069 ]] 2025-02-03 11:58:37.584 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:58:37.586 | + functions-common:time_stop:2412 : end_time=1738583917585 2025-02-03 11:58:37.588 | + functions-common:time_stop:2413 : elapsed_time=516 2025-02-03 11:58:37.589 | + functions-common:time_stop:2414 : total=0 2025-02-03 11:58:37.590 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:58:37.592 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=516 2025-02-03 11:58:37.593 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2025-02-03 11:58:37.595 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2025-02-03 11:58:37.596 | + functions-common:git_timed:680 : local count=0 2025-02-03 11:58:37.598 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 11:58:37.599 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 11:58:37.600 | + functions-common:git_timed:684 : timeout=0 2025-02-03 11:58:37.602 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 11:58:37.603 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 11:58:37.604 | + functions-common:time_start:2387 : local start_time= 2025-02-03 11:58:37.606 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 11:58:37.608 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 11:58:37.610 | + functions-common:time_start:2391 : _TIME_START[$name]=1738583917608 2025-02-03 11:58:37.611 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-02-03 11:58:38.080 | From https://github.com/sapcc/networking-nsx-t 2025-02-03 11:58:38.080 | * branch devstack -> FETCH_HEAD 2025-02-03 11:58:38.084 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 11:58:38.085 | + functions-common:time_stop:2400 : local name 2025-02-03 11:58:38.086 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:58:38.088 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:58:38.089 | + functions-common:time_stop:2403 : local total 2025-02-03 11:58:38.091 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:58:38.092 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 11:58:38.094 | + functions-common:time_stop:2407 : start_time=1738583917608 2025-02-03 11:58:38.095 | + functions-common:time_stop:2409 : [[ -z 1738583917608 ]] 2025-02-03 11:58:38.097 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:58:38.099 | + functions-common:time_stop:2412 : end_time=1738583918097 2025-02-03 11:58:38.101 | + functions-common:time_stop:2413 : elapsed_time=489 2025-02-03 11:58:38.102 | + functions-common:time_stop:2414 : total=516 2025-02-03 11:58:38.103 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:58:38.105 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1005 2025-02-03 11:58:38.107 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-02-03 11:58:38.108 | + functions-common:git_timed:680 : local count=0 2025-02-03 11:58:38.110 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 11:58:38.111 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 11:58:38.112 | + functions-common:git_timed:684 : timeout=0 2025-02-03 11:58:38.114 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 11:58:38.115 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 11:58:38.116 | + functions-common:time_start:2387 : local start_time= 2025-02-03 11:58:38.118 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 11:58:38.120 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 11:58:38.122 | + functions-common:time_start:2391 : _TIME_START[$name]=1738583918120 2025-02-03 11:58:38.124 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-03 11:58:38.134 | Note: switching to 'FETCH_HEAD'. 2025-02-03 11:58:38.134 | 2025-02-03 11:58:38.134 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-03 11:58:38.134 | changes and commit them, and you can discard any commits you make in this 2025-02-03 11:58:38.134 | state without impacting any branches by switching back to a branch. 2025-02-03 11:58:38.134 | 2025-02-03 11:58:38.134 | If you want to create a new branch to retain commits you create, you may 2025-02-03 11:58:38.134 | do so (now or later) by using -c with the switch command. Example: 2025-02-03 11:58:38.134 | 2025-02-03 11:58:38.134 | git switch -c 2025-02-03 11:58:38.134 | 2025-02-03 11:58:38.134 | Or undo this operation with: 2025-02-03 11:58:38.134 | 2025-02-03 11:58:38.134 | git switch - 2025-02-03 11:58:38.134 | 2025-02-03 11:58:38.134 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-03 11:58:38.134 | 2025-02-03 11:58:38.134 | HEAD is now at 29bc664 Delay agent initialization 2025-02-03 11:58:38.136 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 11:58:38.137 | + functions-common:time_stop:2400 : local name 2025-02-03 11:58:38.139 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:58:38.140 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:58:38.142 | + functions-common:time_stop:2403 : local total 2025-02-03 11:58:38.143 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:58:38.144 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 11:58:38.146 | + functions-common:time_stop:2407 : start_time=1738583918120 2025-02-03 11:58:38.147 | + functions-common:time_stop:2409 : [[ -z 1738583918120 ]] 2025-02-03 11:58:38.149 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:58:38.151 | + functions-common:time_stop:2412 : end_time=1738583918149 2025-02-03 11:58:38.152 | + functions-common:time_stop:2413 : elapsed_time=29 2025-02-03 11:58:38.154 | + functions-common:time_stop:2414 : total=1005 2025-02-03 11:58:38.155 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:58:38.157 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1034 2025-02-03 11:58:38.158 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-02-03 11:58:38.167 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2025-02-03 11:58:38.169 | + functions-common:git_clone:656 : git show --oneline 2025-02-03 11:58:38.169 | + functions-common:git_clone:656 : head -1 2025-02-03 11:58:38.171 | 29bc664 Delay agent initialization 2025-02-03 11:58:38.173 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-02-03 11:58:38.174 | + stack.sh:main:609 : run_phase override_defaults 2025-02-03 11:58:38.176 | + functions-common:run_phase:1828 : local mode=override_defaults 2025-02-03 11:58:38.177 | + functions-common:run_phase:1829 : local phase= 2025-02-03 11:58:38.179 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-03 11:58:38.180 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-02-03 11:58:38.182 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-03 11:58:38.183 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-02-03 11:58:38.185 | + functions-common:run_phase:1838 : local extra 2025-02-03 11:58:38.187 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-03 11:58:38.189 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-02-03 11:58:38.190 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-03 11:58:38.192 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-03 11:58:38.193 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-02-03 11:58:38.195 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-03 11:58:38.204 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:58:38.206 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-02-03 11:58:38.207 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-02-03 11:58:38.209 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-02-03 11:58:38.210 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-02-03 11:58:38.211 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-02-03 11:58:38.213 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-02-03 11:58:38.214 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-02-03 11:58:38.216 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-02-03 11:58:38.217 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-02-03 11:58:38.219 | + functions-common:run_phase:1852 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-02-03 11:58:38.220 | + functions-common:run_phase:1853 : plugin_override_defaults 2025-02-03 11:58:38.221 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2025-02-03 11:58:38.223 | + functions-common:plugin_override_defaults:1788 : local plugin 2025-02-03 11:58:38.224 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2025-02-03 11:58:38.226 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2025-02-03 11:58:38.226 | Overriding Configuration Defaults 2025-02-03 11:58:38.227 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2025-02-03 11:58:38.229 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2025-02-03 11:58:38.230 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-02-03 11:58:38.232 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2025-02-03 11:58:38.243 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2025-02-03 11:58:38.244 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-02-03 11:58:38.254 | ++ functions-common:is_service_enabled:2056 : return 1 2025-02-03 11:58:38.256 | +++ lib/tls:source:43 : hostname -f 2025-02-03 11:58:38.258 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-02-03 11:58:38.259 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-02-03 11:58:38.261 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-02-03 11:58:38.262 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-02-03 11:58:38.264 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-02-03 11:58:38.265 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-02-03 11:58:38.267 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-02-03 11:58:38.268 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-02-03 11:58:38.270 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-02-03 11:58:38.272 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-02-03 11:58:38.274 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2025-02-03 11:58:38.282 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2025-02-03 11:58:38.295 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2025-02-03 11:58:38.303 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2025-02-03 11:58:38.313 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2025-02-03 11:58:38.336 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2025-02-03 11:58:38.376 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2025-02-03 11:58:38.421 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2025-02-03 11:58:38.439 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2025-02-03 11:58:38.473 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2025-02-03 11:58:38.505 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2025-02-03 11:58:38.507 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-02-03 11:58:38.517 | ++ functions-common:is_service_enabled:2056 : return 1 2025-02-03 11:58:38.519 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-02-03 11:58:38.520 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-02-03 11:58:38.522 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-02-03 11:58:38.523 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-02-03 11:58:38.525 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-02-03 11:58:38.537 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-02-03 11:58:38.539 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-02-03 11:58:38.541 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2025-02-03 11:58:38.543 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-02-03 11:58:38.545 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-02-03 11:58:38.546 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-02-03 11:58:38.548 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-02-03 11:58:38.551 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-02-03 11:58:38.562 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-02-03 11:58:38.564 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-02-03 11:58:38.566 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-02-03 11:58:38.577 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-02-03 11:58:38.579 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2025-02-03 11:58:38.581 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2025-02-03 11:58:38.583 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2025-02-03 11:58:38.585 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-02-03 11:58:38.587 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-02-03 11:58:38.588 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-02-03 11:58:38.590 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-02-03 11:58:38.592 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-02-03 11:58:38.594 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-02-03 11:58:38.595 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-02-03 11:58:38.597 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-02-03 11:58:38.599 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-02-03 11:58:38.600 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-02-03 11:58:38.602 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-02-03 11:58:38.605 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-02-03 11:58:38.607 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-02-03 11:58:38.607 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-02-03 11:58:38.610 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-02-03 11:58:38.612 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-02-03 11:58:38.613 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-02-03 11:58:38.615 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-02-03 11:58:38.616 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-02-03 11:58:38.619 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-02-03 11:58:38.630 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-02-03 11:58:38.632 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-02-03 11:58:38.634 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2025-02-03 11:58:38.634 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-02-03 11:58:38.637 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-02-03 11:58:38.638 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-02-03 11:58:38.640 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-02-03 11:58:38.642 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-02-03 11:58:38.644 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-02-03 11:58:38.645 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-02-03 11:58:38.647 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-02-03 11:58:38.648 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-02-03 11:58:38.650 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-02-03 11:58:38.652 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-02-03 11:58:38.653 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-02-03 11:58:38.655 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-02-03 11:58:38.657 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-02-03 11:58:38.658 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-02-03 11:58:38.660 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-02-03 11:58:38.662 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-02-03 11:58:38.664 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-02-03 11:58:38.674 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-02-03 11:58:38.675 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-02-03 11:58:38.677 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2025-02-03 11:58:38.679 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2025-02-03 11:58:38.681 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-02-03 11:58:38.682 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-02-03 11:58:38.684 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-02-03 11:58:38.685 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-02-03 11:58:38.687 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-02-03 11:58:38.689 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-02-03 11:58:38.690 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-02-03 11:58:38.692 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-02-03 11:58:38.693 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-02-03 11:58:38.695 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-02-03 11:58:38.697 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-02-03 11:58:38.698 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-02-03 11:58:38.700 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-02-03 11:58:38.701 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-02-03 11:58:38.703 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-02-03 11:58:38.705 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-02-03 11:58:38.706 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-02-03 11:58:38.727 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-02-03 11:58:38.736 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-02-03 11:58:38.738 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-02-03 11:58:38.740 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-02-03 11:58:38.741 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-02-03 11:58:38.743 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-02-03 11:58:38.744 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-02-03 11:58:38.746 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-02-03 11:58:38.748 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-02-03 11:58:38.749 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-02-03 11:58:38.751 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-02-03 11:58:38.752 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-02-03 11:58:38.754 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-02-03 11:58:38.755 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-02-03 11:58:38.757 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-02-03 11:58:38.759 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-02-03 11:58:38.760 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-02-03 11:58:38.762 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-02-03 11:58:38.763 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2025-02-03 11:58:38.766 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2025-02-03 11:58:38.767 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2025-02-03 11:58:38.767 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-02-03 11:58:38.767 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2025-02-03 11:58:38.771 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=51:e78d:0980 2025-02-03 11:58:38.772 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2025-02-03 11:58:38.774 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2025-02-03 11:58:38.776 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-02-03 11:58:38.777 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-02-03 11:58:38.779 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd51:e78d:0980::/56 2025-02-03 11:58:38.781 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-02-03 11:58:38.781 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd51:e78d:0980::/56 2025-02-03 11:58:38.785 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd51:e78d:0980::/64 2025-02-03 11:58:38.787 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-02-03 11:58:38.789 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-02-03 11:58:38.791 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-02-03 11:58:38.793 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-02-03 11:58:38.794 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2025-02-03 11:58:38.796 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-02-03 11:58:38.797 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2025-02-03 11:58:38.799 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2025-02-03 11:58:38.801 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2025-02-03 11:58:38.802 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-02-03 11:58:38.804 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-02-03 11:58:38.806 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-02-03 11:58:38.807 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd51:e78d:0980::/56 2025-02-03 11:58:38.809 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2025-02-03 11:58:38.810 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2025-02-03 11:58:38.813 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2025-02-03 11:58:38.813 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2025-02-03 11:58:38.813 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2025-02-03 11:58:38.817 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2025-02-03 11:58:38.820 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2025-02-03 11:58:38.820 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2025-02-03 11:58:38.820 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2025-02-03 11:58:38.825 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2025-02-03 11:58:38.827 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-02-03 11:58:38.829 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-02-03 11:58:38.831 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-02-03 11:58:38.833 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2025-02-03 11:58:38.834 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2025-02-03 11:58:38.836 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-02-03 11:58:38.838 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2025-02-03 11:58:38.839 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2025-02-03 11:58:38.851 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2025-02-03 11:58:38.861 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2025-02-03 11:58:38.871 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2025-02-03 11:58:38.880 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2025-02-03 11:58:38.928 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2025-02-03 11:58:38.930 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-02-03 11:58:38.932 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-02-03 11:58:38.934 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-02-03 11:58:38.935 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-02-03 11:58:38.937 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-02-03 11:58:38.938 | False' 2025-02-03 11:58:38.940 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-02-03 11:58:38.951 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-02-03 11:58:38.953 | + stack.sh:main:639 : run_phase source 2025-02-03 11:58:38.954 | + functions-common:run_phase:1828 : local mode=source 2025-02-03 11:58:38.956 | + functions-common:run_phase:1829 : local phase= 2025-02-03 11:58:38.958 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-03 11:58:38.959 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-02-03 11:58:38.961 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-03 11:58:38.962 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-02-03 11:58:38.964 | + functions-common:run_phase:1838 : local extra 2025-02-03 11:58:38.966 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-03 11:58:38.969 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-02-03 11:58:38.970 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-03 11:58:38.972 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-03 11:58:38.973 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-02-03 11:58:38.975 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-03 11:58:38.986 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:58:38.987 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-02-03 11:58:38.989 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-02-03 11:58:39.017 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-02-03 11:58:39.019 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-02-03 11:58:39.020 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2025-02-03 11:58:39.022 | + functions-common:run_phase:1850 : load_plugin_settings 2025-02-03 11:58:39.024 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2025-02-03 11:58:39.025 | + functions-common:load_plugin_settings:1765 : local plugin 2025-02-03 11:58:39.027 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2025-02-03 11:58:39.029 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2025-02-03 11:58:39.029 | Loading plugin settings 2025-02-03 11:58:39.030 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2025-02-03 11:58:39.032 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2025-02-03 11:58:39.034 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-02-03 11:58:39.035 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2025-02-03 11:58:39.037 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-02-03 11:58:39.039 | ++ functions-common:define_plugin:1872 : : 2025-02-03 11:58:39.041 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-02-03 11:58:39.042 | + functions-common:run_phase:1851 : verify_disabled_services 2025-02-03 11:58:39.044 | + functions-common:verify_disabled_services:2111 : local service 2025-02-03 11:58:39.046 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.047 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-02-03 11:58:39.049 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.051 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-02-03 11:58:39.053 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.054 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-02-03 11:58:39.056 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.058 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-02-03 11:58:39.060 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.061 | + 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-02-03 11:58:39.063 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.065 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-02-03 11:58:39.067 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.069 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-02-03 11:58:39.070 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.072 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-02-03 11:58:39.074 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.075 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-02-03 11:58:39.077 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.079 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-02-03 11:58:39.081 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.082 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-02-03 11:58:39.084 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.086 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-02-03 11:58:39.088 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.089 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-02-03 11:58:39.091 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.093 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-02-03 11:58:39.094 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.096 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-02-03 11:58:39.098 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.100 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-02-03 11:58:39.101 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.103 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-02-03 11:58:39.105 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.107 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-02-03 11:58:39.108 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.110 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-02-03 11:58:39.112 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.114 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-02-03 11:58:39.115 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.117 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-02-03 11:58:39.119 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 11:58:39.121 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-02-03 11:58:39.122 | + stack.sh:main:710 : initialize_database_backends 2025-02-03 11:58:39.124 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-02-03 11:58:39.126 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-02-03 11:58:39.138 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:58:39.140 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-02-03 11:58:39.141 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-02-03 11:58:39.143 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-02-03 11:58:39.155 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 11:58:39.156 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-02-03 11:58:39.158 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-02-03 11:58:39.160 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-02-03 11:58:39.162 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-02-03 11:58:39.163 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-02-03 11:58:39.165 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-02-03 11:58:39.167 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-02-03 11:58:39.169 | + lib/database:initialize_database_backends:92 : return 0 2025-02-03 11:58:39.170 | + stack.sh:main:711 : echo 'Using mysql database backend' 2025-02-03 11:58:39.170 | Using mysql database backend 2025-02-03 11:58:39.172 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-02-03 11:58:39.184 | + stack.sh:main:716 : define_database_baseurl 2025-02-03 11:58:39.187 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-02-03 11:58:39.188 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-02-03 11:58:39.190 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2025-02-03 11:58:39.192 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-02-03 11:58:39.194 | + stack.sh:main:728 : is_service_enabled rabbit 2025-02-03 11:58:39.206 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:58:39.208 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-02-03 11:58:39.220 | + stack.sh:main:736 : is_service_enabled keystone 2025-02-03 11:58:39.233 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:58:39.235 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-02-03 11:58:39.247 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-02-03 11:58:39.260 | + stack.sh:main:751 : is_service_enabled ldap 2025-02-03 11:58:39.272 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 11:58:39.274 | + stack.sh:main:760 : is_service_enabled s-proxy 2025-02-03 11:58:39.286 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 11:58:39.288 | + stack.sh:main:772 : save_stackenv 772 2025-02-03 11:58:39.290 | + functions-common:save_stackenv:60 : local tag=772 2025-02-03 11:58:39.293 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-02-03 11:58:39.296 | + functions-common:save_stackenv:62 : time_stamp=2025-02-03-115839 2025-02-03 11:58:39.298 | + functions-common:save_stackenv:63 : echo '# 2025-02-03-115839 772' 2025-02-03 11:58:39.300 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.302 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-02-03 11:58:39.303 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.305 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-02-03 11:58:39.307 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.309 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-02-03 11:58:39.311 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.313 | + 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-02-03 11:58:39.315 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.317 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-02-03 11:58:39.319 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.320 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-02-03 11:58:39.322 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.324 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-02-03-115836 2025-02-03 11:58:39.326 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.328 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-02-03 11:58:39.330 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.331 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-02-03 11:58:39.333 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.335 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-02-03 11:58:39.337 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.339 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-02-03 11:58:39.341 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.342 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-02-03 11:58:39.344 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.346 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-02-03 11:58:39.348 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.350 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-02-03 11:58:39.352 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 11:58:39.354 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-02-03 11:58:39.356 | + stack.sh:main:785 : GIT_DEPTH=0 2025-02-03 11:58:39.357 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2025-02-03 11:58:39.359 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2025-02-03 11:58:39.361 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2025-02-03 11:58:39.362 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-02-03 11:58:39.364 | + functions-common:git_clone:575 : local orig_dir 2025-02-03 11:58:39.366 | ++ functions-common:git_clone:576 : pwd 2025-02-03 11:58:39.368 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-02-03 11:58:39.370 | + functions-common:git_clone:577 : local git_clone_flags= 2025-02-03 11:58:39.372 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-02-03 11:58:39.384 | + functions-common:git_clone:579 : RECLONE=False 2025-02-03 11:58:39.385 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2025-02-03 11:58:39.387 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-02-03 11:58:39.389 | + functions-common:git_clone:593 : echo stable/2023.2 2025-02-03 11:58:39.389 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-02-03 11:58:39.393 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2025-02-03 11:58:39.395 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-02-03 11:58:39.396 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-02-03 11:58:39.398 | + functions-common:git_timed:680 : local count=0 2025-02-03 11:58:39.400 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 11:58:39.401 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 11:58:39.403 | + functions-common:git_timed:684 : timeout=0 2025-02-03 11:58:39.404 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 11:58:39.406 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 11:58:39.408 | + functions-common:time_start:2387 : local start_time= 2025-02-03 11:58:39.409 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 11:58:39.411 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 11:58:39.414 | + functions-common:time_start:2391 : _TIME_START[$name]=1738583919412 2025-02-03 11:58:39.416 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-02-03 11:58:39.418 | Cloning into '/opt/stack//requirements'... 2025-02-03 11:58:43.367 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 11:58:43.369 | + functions-common:time_stop:2400 : local name 2025-02-03 11:58:43.371 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:58:43.373 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:58:43.374 | + functions-common:time_stop:2403 : local total 2025-02-03 11:58:43.376 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:58:43.378 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 11:58:43.379 | + functions-common:time_stop:2407 : start_time=1738583919412 2025-02-03 11:58:43.381 | + functions-common:time_stop:2409 : [[ -z 1738583919412 ]] 2025-02-03 11:58:43.383 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:58:43.386 | + functions-common:time_stop:2412 : end_time=1738583923384 2025-02-03 11:58:43.387 | + functions-common:time_stop:2413 : elapsed_time=3972 2025-02-03 11:58:43.389 | + functions-common:time_stop:2414 : total=1034 2025-02-03 11:58:43.391 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:58:43.392 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5006 2025-02-03 11:58:43.394 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2025-02-03 11:58:43.395 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2025-02-03 11:58:43.397 | + functions-common:git_timed:680 : local count=0 2025-02-03 11:58:43.399 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 11:58:43.400 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 11:58:43.402 | + functions-common:git_timed:684 : timeout=0 2025-02-03 11:58:43.404 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 11:58:43.405 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 11:58:43.407 | + functions-common:time_start:2387 : local start_time= 2025-02-03 11:58:43.409 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 11:58:43.411 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 11:58:43.414 | + functions-common:time_start:2391 : _TIME_START[$name]=1738583923412 2025-02-03 11:58:43.415 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2025-02-03 11:58:44.088 | From https://opendev.org/openstack/requirements 2025-02-03 11:58:44.088 | * branch stable/2023.2 -> FETCH_HEAD 2025-02-03 11:58:44.096 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 11:58:44.098 | + functions-common:time_stop:2400 : local name 2025-02-03 11:58:44.100 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:58:44.101 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:58:44.103 | + functions-common:time_stop:2403 : local total 2025-02-03 11:58:44.105 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:58:44.106 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 11:58:44.108 | + functions-common:time_stop:2407 : start_time=1738583923412 2025-02-03 11:58:44.109 | + functions-common:time_stop:2409 : [[ -z 1738583923412 ]] 2025-02-03 11:58:44.112 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:58:44.115 | + functions-common:time_stop:2412 : end_time=1738583924113 2025-02-03 11:58:44.116 | + functions-common:time_stop:2413 : elapsed_time=701 2025-02-03 11:58:44.118 | + functions-common:time_stop:2414 : total=5006 2025-02-03 11:58:44.120 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:58:44.121 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5707 2025-02-03 11:58:44.123 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-02-03 11:58:44.125 | + functions-common:git_timed:680 : local count=0 2025-02-03 11:58:44.126 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 11:58:44.128 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 11:58:44.129 | + functions-common:git_timed:684 : timeout=0 2025-02-03 11:58:44.131 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 11:58:44.133 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 11:58:44.134 | + functions-common:time_start:2387 : local start_time= 2025-02-03 11:58:44.136 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 11:58:44.138 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 11:58:44.141 | + functions-common:time_start:2391 : _TIME_START[$name]=1738583924139 2025-02-03 11:58:44.143 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-03 11:58:44.152 | Note: switching to 'FETCH_HEAD'. 2025-02-03 11:58:44.152 | 2025-02-03 11:58:44.152 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-03 11:58:44.152 | changes and commit them, and you can discard any commits you make in this 2025-02-03 11:58:44.152 | state without impacting any branches by switching back to a branch. 2025-02-03 11:58:44.152 | 2025-02-03 11:58:44.152 | If you want to create a new branch to retain commits you create, you may 2025-02-03 11:58:44.152 | do so (now or later) by using -c with the switch command. Example: 2025-02-03 11:58:44.152 | 2025-02-03 11:58:44.152 | git switch -c 2025-02-03 11:58:44.152 | 2025-02-03 11:58:44.152 | Or undo this operation with: 2025-02-03 11:58:44.152 | 2025-02-03 11:58:44.152 | git switch - 2025-02-03 11:58:44.152 | 2025-02-03 11:58:44.152 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-03 11:58:44.152 | 2025-02-03 11:58:44.152 | HEAD is now at cd5f3007 update constraint for os-brick to new release 6.4.2 2025-02-03 11:58:44.154 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 11:58:44.156 | + functions-common:time_stop:2400 : local name 2025-02-03 11:58:44.157 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:58:44.159 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:58:44.160 | + functions-common:time_stop:2403 : local total 2025-02-03 11:58:44.162 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:58:44.164 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 11:58:44.165 | + functions-common:time_stop:2407 : start_time=1738583924139 2025-02-03 11:58:44.167 | + functions-common:time_stop:2409 : [[ -z 1738583924139 ]] 2025-02-03 11:58:44.169 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:58:44.172 | + functions-common:time_stop:2412 : end_time=1738583924170 2025-02-03 11:58:44.174 | + functions-common:time_stop:2413 : elapsed_time=31 2025-02-03 11:58:44.175 | + functions-common:time_stop:2414 : total=5707 2025-02-03 11:58:44.177 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:58:44.178 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5738 2025-02-03 11:58:44.180 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-02-03 11:58:44.190 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2025-02-03 11:58:44.192 | + functions-common:git_clone:656 : git show --oneline 2025-02-03 11:58:44.192 | + functions-common:git_clone:656 : head -1 2025-02-03 11:58:44.194 | cd5f3007 update constraint for os-brick to new release 6.4.2 2025-02-03 11:58:44.196 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-02-03 11:58:44.199 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2025-02-03 11:58:44.201 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 11:58:44.202 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2025-02-03 11:58:44.205 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-02-03 11:58:44.207 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-02-03 11:58:44.208 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-02-03 11:58:44.210 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-02-03 11:58:44.212 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-02-03 11:58:44.214 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-02-03 11:58:44.216 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-02-03 11:58:44.218 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-02-03 11:58:44.221 | ++ tools/install_prereqs.sh:source:47 : NOW=1738583924 2025-02-03 11:58:44.224 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-02-03 11:58:44.227 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-02-03 11:58:44.229 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-02-03 11:58:44.231 | ++ tools/install_prereqs.sh:source:49 : DELTA=1738583924 2025-02-03 11:58:44.233 | ++ tools/install_prereqs.sh:source:50 : [[ 1738583924 -lt 7200 ]] 2025-02-03 11:58:44.235 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-02-03 11:58:44.236 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2025-02-03 11:58:44.238 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-02-03 11:58:44.240 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2025-02-03 11:58:44.242 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-02-03 11:58:44.244 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2025-02-03 11:58:44.246 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-02-03 11:58:44.248 | +++ 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-02-03 11:58:44.275 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-02-03 11:58:44.275 | apache2-dev 2025-02-03 11:58:44.275 | bc 2025-02-03 11:58:44.275 | bsdmainutils 2025-02-03 11:58:44.275 | curl 2025-02-03 11:58:44.275 | g++ 2025-02-03 11:58:44.275 | gawk 2025-02-03 11:58:44.275 | gcc 2025-02-03 11:58:44.275 | gettext 2025-02-03 11:58:44.275 | git 2025-02-03 11:58:44.275 | graphviz 2025-02-03 11:58:44.275 | iputils-ping 2025-02-03 11:58:44.275 | libapache2-mod-proxy-uwsgi 2025-02-03 11:58:44.275 | libffi-dev 2025-02-03 11:58:44.275 | libjpeg-dev 2025-02-03 11:58:44.275 | libpcre3-dev 2025-02-03 11:58:44.275 | libpq-dev 2025-02-03 11:58:44.275 | libssl-dev 2025-02-03 11:58:44.275 | libsystemd-dev 2025-02-03 11:58:44.275 | libxml2-dev 2025-02-03 11:58:44.275 | libxslt1-dev 2025-02-03 11:58:44.275 | libyaml-dev 2025-02-03 11:58:44.275 | lsof 2025-02-03 11:58:44.275 | openssh-server 2025-02-03 11:58:44.275 | openssl 2025-02-03 11:58:44.275 | pkg-config 2025-02-03 11:58:44.275 | psmisc 2025-02-03 11:58:44.275 | python3-dev 2025-02-03 11:58:44.275 | python3-pip 2025-02-03 11:58:44.275 | python3-systemd 2025-02-03 11:58:44.275 | python3-venv 2025-02-03 11:58:44.275 | tar 2025-02-03 11:58:44.275 | tcpdump 2025-02-03 11:58:44.275 | unzip 2025-02-03 11:58:44.275 | uuid-runtime 2025-02-03 11:58:44.275 | wget 2025-02-03 11:58:44.276 | wget 2025-02-03 11:58:44.276 | zlib1g-dev 2025-02-03 11:58:44.276 | libkrb5-dev 2025-02-03 11:58:44.276 | libldap2-dev 2025-02-03 11:58:44.276 | libsasl2-dev 2025-02-03 11:58:44.276 | memcached 2025-02-03 11:58:44.276 | python3-mysqldb 2025-02-03 11:58:44.276 | sqlite3 2025-02-03 11:58:44.276 | conntrack 2025-02-03 11:58:44.276 | curl 2025-02-03 11:58:44.276 | ebtables 2025-02-03 11:58:44.276 | genisoimage 2025-02-03 11:58:44.276 | iptables 2025-02-03 11:58:44.276 | iputils-arping 2025-02-03 11:58:44.276 | kpartx 2025-02-03 11:58:44.276 | libjs-jquery-tablesorter 2025-02-03 11:58:44.276 | parted 2025-02-03 11:58:44.276 | pm-utils 2025-02-03 11:58:44.276 | python3-mysqldb 2025-02-03 11:58:44.276 | socat 2025-02-03 11:58:44.276 | sqlite3 2025-02-03 11:58:44.276 | sudo 2025-02-03 11:58:44.276 | vlan 2025-02-03 11:58:44.276 | lsscsi 2025-02-03 11:58:44.276 | open-iscsi 2025-02-03 11:58:44.276 | lvm2 2025-02-03 11:58:44.276 | qemu-utils 2025-02-03 11:58:44.276 | thin-provisioning-tools 2025-02-03 11:58:44.276 | acl 2025-02-03 11:58:44.276 | dnsmasq-base 2025-02-03 11:58:44.276 | dnsmasq-utils 2025-02-03 11:58:44.276 | ebtables 2025-02-03 11:58:44.276 | haproxy 2025-02-03 11:58:44.276 | iptables 2025-02-03 11:58:44.276 | iputils-arping 2025-02-03 11:58:44.276 | iputils-ping 2025-02-03 11:58:44.276 | postgresql-server-dev-all 2025-02-03 11:58:44.276 | python3-mysqldb 2025-02-03 11:58:44.276 | sqlite3 2025-02-03 11:58:44.276 | sudo 2025-02-03 11:58:44.276 | vlan 2025-02-03 11:58:44.276 | ipset 2025-02-03 11:58:44.276 | conntrack 2025-02-03 11:58:44.276 | conntrackd 2025-02-03 11:58:44.276 | keepalived' 2025-02-03 11:58:44.278 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-02-03 11:58:44.292 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-02-03 11:58:44.292 | apache2-dev 2025-02-03 11:58:44.292 | bc 2025-02-03 11:58:44.292 | bsdmainutils 2025-02-03 11:58:44.292 | curl 2025-02-03 11:58:44.292 | g++ 2025-02-03 11:58:44.292 | gawk 2025-02-03 11:58:44.292 | gcc 2025-02-03 11:58:44.292 | gettext 2025-02-03 11:58:44.292 | git 2025-02-03 11:58:44.292 | graphviz 2025-02-03 11:58:44.292 | iputils-ping 2025-02-03 11:58:44.292 | libapache2-mod-proxy-uwsgi 2025-02-03 11:58:44.292 | libffi-dev 2025-02-03 11:58:44.292 | libjpeg-dev 2025-02-03 11:58:44.292 | libpcre3-dev 2025-02-03 11:58:44.292 | libpq-dev 2025-02-03 11:58:44.292 | libssl-dev 2025-02-03 11:58:44.292 | libsystemd-dev 2025-02-03 11:58:44.292 | libxml2-dev 2025-02-03 11:58:44.292 | libxslt1-dev 2025-02-03 11:58:44.292 | libyaml-dev 2025-02-03 11:58:44.292 | lsof 2025-02-03 11:58:44.292 | openssh-server 2025-02-03 11:58:44.292 | openssl 2025-02-03 11:58:44.292 | pkg-config 2025-02-03 11:58:44.292 | psmisc 2025-02-03 11:58:44.292 | python3-dev 2025-02-03 11:58:44.292 | python3-pip 2025-02-03 11:58:44.292 | python3-systemd 2025-02-03 11:58:44.292 | python3-venv 2025-02-03 11:58:44.292 | tar 2025-02-03 11:58:44.292 | tcpdump 2025-02-03 11:58:44.292 | unzip 2025-02-03 11:58:44.292 | uuid-runtime 2025-02-03 11:58:44.293 | wget 2025-02-03 11:58:44.293 | wget 2025-02-03 11:58:44.293 | zlib1g-dev 2025-02-03 11:58:44.293 | libkrb5-dev 2025-02-03 11:58:44.293 | libldap2-dev 2025-02-03 11:58:44.293 | libsasl2-dev 2025-02-03 11:58:44.293 | memcached 2025-02-03 11:58:44.293 | python3-mysqldb 2025-02-03 11:58:44.293 | sqlite3 2025-02-03 11:58:44.293 | conntrack 2025-02-03 11:58:44.293 | curl 2025-02-03 11:58:44.293 | ebtables 2025-02-03 11:58:44.293 | genisoimage 2025-02-03 11:58:44.293 | iptables 2025-02-03 11:58:44.293 | iputils-arping 2025-02-03 11:58:44.293 | kpartx 2025-02-03 11:58:44.293 | libjs-jquery-tablesorter 2025-02-03 11:58:44.293 | parted 2025-02-03 11:58:44.293 | pm-utils 2025-02-03 11:58:44.293 | python3-mysqldb 2025-02-03 11:58:44.293 | socat 2025-02-03 11:58:44.293 | sqlite3 2025-02-03 11:58:44.293 | sudo 2025-02-03 11:58:44.293 | vlan 2025-02-03 11:58:44.293 | lsscsi 2025-02-03 11:58:44.293 | open-iscsi 2025-02-03 11:58:44.293 | lvm2 2025-02-03 11:58:44.293 | qemu-utils 2025-02-03 11:58:44.293 | thin-provisioning-tools 2025-02-03 11:58:44.293 | acl 2025-02-03 11:58:44.293 | dnsmasq-base 2025-02-03 11:58:44.293 | dnsmasq-utils 2025-02-03 11:58:44.293 | ebtables 2025-02-03 11:58:44.293 | haproxy 2025-02-03 11:58:44.293 | iptables 2025-02-03 11:58:44.293 | iputils-arping 2025-02-03 11:58:44.293 | iputils-ping 2025-02-03 11:58:44.293 | postgresql-server-dev-all 2025-02-03 11:58:44.293 | python3-mysqldb 2025-02-03 11:58:44.293 | sqlite3 2025-02-03 11:58:44.293 | sudo 2025-02-03 11:58:44.293 | vlan 2025-02-03 11:58:44.293 | ipset 2025-02-03 11:58:44.293 | conntrack 2025-02-03 11:58:44.293 | conntrackd 2025-02-03 11:58:44.293 | keepalived ' 2025-02-03 11:58:44.294 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-02-03 11:58:44.296 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:58:44.298 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:58:44.300 | ++ 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-02-03 11:58:44.300 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-02-03 11:58:44.304 | ++ 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-02-03 11:58:44.306 | ++ functions-common:install_package:1421 : update_package_repo 2025-02-03 11:58:44.307 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-02-03 11:58:44.309 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2025-02-03 11:58:44.311 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-02-03 11:58:44.312 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-02-03 11:58:44.314 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2025-02-03 11:58:44.316 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:58:44.317 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:58:44.319 | ++ functions-common:update_package_repo:1404 : apt_get_update 2025-02-03 11:58:44.321 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2025-02-03 11:58:44.322 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2025-02-03 11:58:44.324 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2025-02-03 11:58:44.326 | +++ functions-common:apt_get_update:1157 : id -u 2025-02-03 11:58:44.329 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2025-02-03 11:58:44.331 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2025-02-03 11:58:44.332 | ++ functions-common:time_start:2386 : local name=apt-get-update 2025-02-03 11:58:44.334 | ++ functions-common:time_start:2387 : local start_time= 2025-02-03 11:58:44.336 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 11:58:44.339 | +++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 11:58:44.341 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1738583924339 2025-02-03 11:58:44.343 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-02-03 11:58:44.345 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-02-03 11:58:44.346 | ++ 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-02-03 11:58:44.517 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-02-03 11:58:44.521 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-02-03 11:58:44.540 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-02-03 11:58:44.688 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,311 kB] 2025-02-03 11:58:44.730 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,184 kB] 2025-02-03 11:58:44.998 | Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-02-03 11:58:45.463 | Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,075 kB] 2025-02-03 11:58:46.033 | Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [961 kB] 2025-02-03 11:58:48.894 | Fetched 6,915 kB in 2s (3,586 kB/s) 2025-02-03 11:58:49.945 | Reading package lists... 2025-02-03 11:58:49.969 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2025-02-03 11:58:49.971 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2025-02-03 11:58:49.972 | ++ functions-common:time_stop:2400 : local name 2025-02-03 11:58:49.974 | ++ functions-common:time_stop:2401 : local end_time 2025-02-03 11:58:49.976 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:58:49.977 | ++ functions-common:time_stop:2403 : local total 2025-02-03 11:58:49.979 | ++ functions-common:time_stop:2404 : local start_time 2025-02-03 11:58:49.981 | ++ functions-common:time_stop:2406 : name=apt-get-update 2025-02-03 11:58:49.983 | ++ functions-common:time_stop:2407 : start_time=1738583924339 2025-02-03 11:58:49.984 | ++ functions-common:time_stop:2409 : [[ -z 1738583924339 ]] 2025-02-03 11:58:49.987 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:58:49.990 | ++ functions-common:time_stop:2412 : end_time=1738583929987 2025-02-03 11:58:49.991 | ++ functions-common:time_stop:2413 : elapsed_time=5648 2025-02-03 11:58:49.993 | ++ functions-common:time_stop:2414 : total=0 2025-02-03 11:58:49.995 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:58:49.996 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5648 2025-02-03 11:58:49.998 | ++ 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-02-03 11:58:50.000 | ++ functions-common:real_install_package:1409 : is_ubuntu 2025-02-03 11:58:50.002 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:58:50.004 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:58:50.006 | ++ 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-02-03 11:58:50.021 | ++ 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-02-03 11:58:50.081 | Reading package lists... 2025-02-03 11:58:50.291 | Building dependency tree... 2025-02-03 11:58:50.295 | Reading state information... 2025-02-03 11:58:50.309 | acl is already the newest version (2.3.1-1). 2025-02-03 11:58:50.309 | bc is already the newest version (1.07.1-3build1). 2025-02-03 11:58:50.309 | bc set to manually installed. 2025-02-03 11:58:50.309 | conntrack is already the newest version (1:1.4.6-2build2). 2025-02-03 11:58:50.309 | ebtables is already the newest version (2.0.11-4build2). 2025-02-03 11:58:50.309 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-02-03 11:58:50.309 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-02-03 11:58:50.309 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-02-03 11:58:50.309 | gettext is already the newest version (0.21-4ubuntu4). 2025-02-03 11:58:50.309 | ipset is already the newest version (7.15-1build1). 2025-02-03 11:58:50.309 | iputils-arping is already the newest version (3:20211215-1). 2025-02-03 11:58:50.309 | iputils-ping is already the newest version (3:20211215-1). 2025-02-03 11:58:50.309 | iputils-ping set to manually installed. 2025-02-03 11:58:50.309 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-02-03 11:58:50.309 | libffi-dev is already the newest version (3.4.2-4). 2025-02-03 11:58:50.309 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-02-03 11:58:50.309 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-02-03 11:58:50.309 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-02-03 11:58:50.309 | lsof set to manually installed. 2025-02-03 11:58:50.309 | lsscsi is already the newest version (0.31-1build2). 2025-02-03 11:58:50.309 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2025-02-03 11:58:50.309 | lvm2 set to manually installed. 2025-02-03 11:58:50.309 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2025-02-03 11:58:50.309 | open-iscsi set to manually installed. 2025-02-03 11:58:50.309 | parted is already the newest version (3.4-2build1). 2025-02-03 11:58:50.309 | parted set to manually installed. 2025-02-03 11:58:50.309 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-02-03 11:58:50.309 | psmisc is already the newest version (23.4-2build3). 2025-02-03 11:58:50.309 | psmisc set to manually installed. 2025-02-03 11:58:50.309 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-02-03 11:58:50.309 | python3-systemd is already the newest version (234-3ubuntu2). 2025-02-03 11:58:50.309 | python3-systemd set to manually installed. 2025-02-03 11:58:50.309 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-02-03 11:58:50.309 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-02-03 11:58:50.310 | thin-provisioning-tools set to manually installed. 2025-02-03 11:58:50.310 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-02-03 11:58:50.310 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-02-03 11:58:50.310 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-02-03 11:58:50.310 | pm-utils is already the newest version (1.4.1-19). 2025-02-03 11:58:50.310 | postgresql-server-dev-all is already the newest version (238). 2025-02-03 11:58:50.310 | vlan is already the newest version (2.0.5ubuntu5). 2025-02-03 11:58:50.310 | apache2 is already the newest version (2.4.52-1ubuntu4.13). 2025-02-03 11:58:50.310 | apache2-dev is already the newest version (2.4.52-1ubuntu4.13). 2025-02-03 11:58:50.310 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-02-03 11:58:50.310 | curl set to manually installed. 2025-02-03 11:58:50.310 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-02-03 11:58:50.310 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-02-03 11:58:50.310 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-02-03 11:58:50.310 | gawk set to manually installed. 2025-02-03 11:58:50.310 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-02-03 11:58:50.310 | git set to manually installed. 2025-02-03 11:58:50.310 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2025-02-03 11:58:50.310 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-02-03 11:58:50.310 | iptables set to manually installed. 2025-02-03 11:58:50.310 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-02-03 11:58:50.310 | kpartx set to manually installed. 2025-02-03 11:58:50.310 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.4). 2025-02-03 11:58:50.310 | libldap2-dev is already the newest version (2.5.18+dfsg-0ubuntu0.22.04.2). 2025-02-03 11:58:50.310 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-02-03 11:58:50.310 | libpq-dev is already the newest version (14.15-0ubuntu0.22.04.1). 2025-02-03 11:58:50.310 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-02-03 11:58:50.310 | libssl-dev is already the newest version (3.0.2-0ubuntu1.18). 2025-02-03 11:58:50.310 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2025-02-03 11:58:50.310 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.5). 2025-02-03 11:58:50.310 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2025-02-03 11:58:50.310 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-02-03 11:58:50.310 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2025-02-03 11:58:50.310 | openssl is already the newest version (3.0.2-0ubuntu1.18). 2025-02-03 11:58:50.310 | openssl set to manually installed. 2025-02-03 11:58:50.310 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-02-03 11:58:50.310 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.24). 2025-02-03 11:58:50.310 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-02-03 11:58:50.310 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-02-03 11:58:50.310 | sudo set to manually installed. 2025-02-03 11:58:50.520 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-02-03 11:58:50.520 | tar set to manually installed. 2025-02-03 11:58:50.520 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-02-03 11:58:50.520 | tcpdump set to manually installed. 2025-02-03 11:58:50.520 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-02-03 11:58:50.520 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-02-03 11:58:50.520 | uuid-runtime set to manually installed. 2025-02-03 11:58:50.520 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-02-03 11:58:50.520 | wget set to manually installed. 2025-02-03 11:58:50.520 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-02-03 11:58:50.520 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-02-03 11:58:50.520 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.13). 2025-02-03 11:58:50.520 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-02-03 11:58:50.520 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-02-03 11:58:50.520 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2025-02-03 11:58:50.525 | ++ functions-common:apt_get:1194 : result=0 2025-02-03 11:58:50.526 | ++ functions-common:apt_get:1197 : time_stop apt-get 2025-02-03 11:58:50.529 | ++ functions-common:time_stop:2400 : local name 2025-02-03 11:58:50.530 | ++ functions-common:time_stop:2401 : local end_time 2025-02-03 11:58:50.532 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:58:50.534 | ++ functions-common:time_stop:2403 : local total 2025-02-03 11:58:50.536 | ++ functions-common:time_stop:2404 : local start_time 2025-02-03 11:58:50.538 | ++ functions-common:time_stop:2406 : name=apt-get 2025-02-03 11:58:50.539 | ++ functions-common:time_stop:2407 : start_time=1738583930019 2025-02-03 11:58:50.541 | ++ functions-common:time_stop:2409 : [[ -z 1738583930019 ]] 2025-02-03 11:58:50.544 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:58:50.547 | ++ functions-common:time_stop:2412 : end_time=1738583930545 2025-02-03 11:58:50.548 | ++ functions-common:time_stop:2413 : elapsed_time=526 2025-02-03 11:58:50.550 | ++ functions-common:time_stop:2414 : total=516 2025-02-03 11:58:50.552 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:58:50.554 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1042 2025-02-03 11:58:50.555 | ++ functions-common:apt_get:1198 : return 0 2025-02-03 11:58:50.557 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-02-03 11:58:50.559 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-02-03 11:58:50.562 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2025-02-03 11:58:50.566 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2025-02-03 11:58:50.568 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2025-02-03 11:58:50.569 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-02-03 11:58:50.573 | ++ tools/install_prereqs.sh:source:89 : date 2025-02-03 11:58:50.576 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2025-02-03 11:58:50.577 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2025-02-03 11:58:50.580 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2025-02-03 11:58:50.894 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-02-03 11:58:50.895 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-02-03 11:58:50.896 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-02-03 11:58:50.898 | + tools/install_pip.sh:main:43 : GetDistro 2025-02-03 11:58:50.899 | + functions-common:GetDistro:449 : GetOSVersion 2025-02-03 11:58:50.900 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-02-03 11:58:50.902 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-02-03 11:58:50.903 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-02-03 11:58:50.904 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-02-03 11:58:50.905 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-02-03 11:58:50.907 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-02-03 11:58:50.908 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-02-03 11:58:50.909 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-02-03 11:58:50.910 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-02-03 11:58:50.912 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-02-03 11:58:50.913 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-02-03 11:58:50.914 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-02-03 11:58:50.916 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-02-03 11:58:50.917 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-02-03 11:58:50.918 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2025-02-03 11:58:50.920 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-02-03 11:58:50.921 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-02-03 11:58:50.922 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-02-03 11:58:50.924 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-02-03 11:58:50.925 | + functions-common:_ensure_lsb_release:394 : return 2025-02-03 11:58:50.927 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-02-03 11:58:50.961 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-02-03 11:58:50.963 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-02-03 11:58:50.996 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-02-03 11:58:50.998 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-02-03 11:58:51.031 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-02-03 11:58:51.032 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-02-03 11:58:51.034 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-02-03 11:58:51.035 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-02-03 11:58:51.037 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-02-03 11:58:51.038 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-02-03 11:58:51.039 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-02-03 11:58:51.041 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-02-03 11:58:51.042 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-02-03 11:58:51.044 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2025-02-03 11:58:51.045 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-02-03 11:58:51.045 | Distro: jammy 2025-02-03 11:58:51.046 | + tools/install_pip.sh:main:124 : get_versions 2025-02-03 11:58:51.048 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-02-03 11:58:51.051 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-02-03 11:58:51.052 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-02-03 11:58:51.054 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-02-03 11:58:51.054 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-02-03 11:58:51.114 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-02-03 11:58:51.115 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-02-03 11:58:51.115 | pip: 0.1.15 2025-02-03 11:58:51.117 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-02-03 11:58:51.118 | + tools/install_pip.sh:main:130 : is_fedora 2025-02-03 11:58:51.119 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-02-03 11:58:51.121 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-02-03 11:58:51.122 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-02-03 11:58:51.124 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-02-03 11:58:51.125 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-03 11:58:51.126 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-03 11:58:51.127 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-02-03 11:58:51.129 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-02-03 11:58:51.130 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-02-03 11:58:51.131 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-02-03 11:58:51.133 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-02-03 11:58:51.134 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-02-03 11:58:51.135 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-02-03 11:58:51.137 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-02-03 11:58:51.138 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:58:51.139 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:58:51.141 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-02-03 11:58:51.144 | + tools/install_pip.sh:main:153 : set -x 2025-02-03 11:58:51.145 | + tools/install_pip.sh:main:156 : get_versions 2025-02-03 11:58:51.147 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-02-03 11:58:51.149 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-02-03 11:58:51.151 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-02-03 11:58:51.153 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-02-03 11:58:51.153 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-02-03 11:58:51.161 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-02-03 11:58:51.162 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-02-03 11:58:51.162 | pip: 0.1.15 2025-02-03 11:58:51.165 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-02-03 11:58:51.167 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-02-03 11:58:51.169 | + stack.sh:main:811 : fixup_all 2025-02-03 11:58:51.171 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2025-02-03 11:58:51.172 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2025-02-03 11:58:51.174 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:58:51.176 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:58:51.178 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-02-03 11:58:51.187 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-02-03 11:58:51.195 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-02-03 11:58:51.204 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2025-02-03 11:58:51.205 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-02-03 11:58:51.207 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-02-03 11:58:51.209 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-02-03 11:58:51.211 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-02-03 11:58:51.213 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-02-03 11:58:51.214 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-03 11:58:51.216 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-03 11:58:51.218 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-02-03 11:58:51.219 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-02-03 11:58:51.221 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-02-03 11:58:51.223 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-02-03 11:58:51.225 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-02-03 11:58:51.226 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-02-03 11:58:51.228 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-02-03 11:58:51.230 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-02-03 11:58:51.232 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2025-02-03 11:58:51.233 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2025-02-03 11:58:51.242 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2025-02-03 11:58:51.251 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2025-02-03 11:58:51.259 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2025-02-03 11:58:51.268 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2025-02-03 11:58:51.276 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2025-02-03 11:58:51.284 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2025-02-03 11:58:51.292 | + stack.sh:main:823 : setup_devstack_virtualenv 2025-02-03 11:58:51.294 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2025-02-03 11:58:51.296 | + 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-02-03 11:58:51.298 | + 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-02-03 11:58:51.300 | + 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-02-03 11:58:51.302 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2025-02-03 11:58:51.304 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2025-02-03 11:58:51.306 | + stack.sh:main:827 : pip_install -U os-testr 2025-02-03 11:58:51.322 | Using python 3.10 to install os-testr 2025-02-03 11:58:51.324 | + 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-02-03 11:58:53.063 | Collecting os-testr 2025-02-03 11:58:53.066 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2025-02-03 11:58:53.102 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2025-02-03 11:58:53.103 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2025-02-03 11:58:53.125 | Collecting python-subunit>=1.0.0 (from os-testr) 2025-02-03 11:58:53.126 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2025-02-03 11:58:53.152 | Collecting testtools>=2.2.0 (from os-testr) 2025-02-03 11:58:53.153 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2025-02-03 11:58:53.178 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2025-02-03 11:58:53.179 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-02-03 11:58:53.212 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2025-02-03 11:58:53.212 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-02-03 11:58:53.231 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-02-03 11:58:53.233 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-02-03 11:58:53.236 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-02-03 11:58:53.239 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2025-02-03 11:58:53.242 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2025-02-03 11:58:53.311 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2025-02-03 11:58:53.660 | 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-02-03 11:58:53.736 | + inc/python:pip_install:222 : result=0 2025-02-03 11:58:53.738 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 11:58:53.740 | + functions-common:time_stop:2400 : local name 2025-02-03 11:58:53.742 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:58:53.744 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:58:53.745 | + functions-common:time_stop:2403 : local total 2025-02-03 11:58:53.747 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:58:53.749 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 11:58:53.751 | + functions-common:time_stop:2407 : start_time=1738583931318 2025-02-03 11:58:53.752 | + functions-common:time_stop:2409 : [[ -z 1738583931318 ]] 2025-02-03 11:58:53.755 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:58:53.757 | + functions-common:time_stop:2412 : end_time=1738583933755 2025-02-03 11:58:53.759 | + functions-common:time_stop:2413 : elapsed_time=2437 2025-02-03 11:58:53.761 | + functions-common:time_stop:2414 : total=0 2025-02-03 11:58:53.763 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:58:53.764 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2437 2025-02-03 11:58:53.766 | + inc/python:pip_install:225 : return 0 2025-02-03 11:58:53.768 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-02-03 11:58:53.814 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2025-02-03 11:58:53.872 | + stack.sh:main:838 : install_infra 2025-02-03 11:58:53.877 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-02-03 11:58:53.880 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-02-03 11:58:53.882 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-02-03 11:58:57.032 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-02-03 11:58:57.034 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-02-03 11:58:57.052 | + 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-02-03 11:58:57.997 | Collecting pbr 2025-02-03 11:58:58.001 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-02-03 11:58:58.025 | Installing collected packages: pbr 2025-02-03 11:58:58.089 | Successfully installed pbr-5.11.1 2025-02-03 11:58:58.160 | + inc/python:pip_install:222 : result=0 2025-02-03 11:58:58.162 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 11:58:58.164 | + functions-common:time_stop:2400 : local name 2025-02-03 11:58:58.165 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:58:58.167 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:58:58.169 | + functions-common:time_stop:2403 : local total 2025-02-03 11:58:58.170 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:58:58.172 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 11:58:58.173 | + functions-common:time_stop:2407 : start_time=1738583937046 2025-02-03 11:58:58.175 | + functions-common:time_stop:2409 : [[ -z 1738583937046 ]] 2025-02-03 11:58:58.177 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:58:58.180 | + functions-common:time_stop:2412 : end_time=1738583938178 2025-02-03 11:58:58.182 | + functions-common:time_stop:2413 : elapsed_time=1132 2025-02-03 11:58:58.183 | + functions-common:time_stop:2414 : total=2437 2025-02-03 11:58:58.185 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:58:58.187 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3569 2025-02-03 11:58:58.188 | + inc/python:pip_install:225 : return 0 2025-02-03 11:58:58.190 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-02-03 11:58:58.192 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-02-03 11:58:58.209 | + 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-02-03 11:58:59.043 | Processing /opt/stack/requirements 2025-02-03 11:58:59.043 | Preparing metadata (setup.py): started 2025-02-03 11:58:59.734 | Preparing metadata (setup.py): finished with status 'done' 2025-02-03 11:58:59.826 | Collecting Parsley>=1.2 2025-02-03 11:58:59.830 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-02-03 11:58:59.940 | Collecting PyYAML>=3.12 2025-02-03 11:58:59.946 | 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-02-03 11:59:00.060 | Collecting beagle>=0.2.1 2025-02-03 11:59:00.063 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-02-03 11:59:00.089 | Collecting fixtures>=3.0.0 2025-02-03 11:59:00.089 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-02-03 11:59:00.131 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-02-03 11:59:00.134 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-02-03 11:59:00.187 | Collecting requests>=2.14.2 2025-02-03 11:59:00.190 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-02-03 11:59:00.216 | Collecting six>=1.10.0 2025-02-03 11:59:00.217 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-02-03 11:59:00.270 | Collecting cliff>=2.11.0 2025-02-03 11:59:00.272 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-02-03 11:59:00.274 | 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.dev6384) (5.11.1) 2025-02-03 11:59:00.326 | Collecting certifi>=2017.4.17 2025-02-03 11:59:00.330 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-02-03 11:59:00.354 | Collecting idna<4,>=2.5 2025-02-03 11:59:00.356 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-02-03 11:59:00.422 | Collecting urllib3<1.27,>=1.21.1 2025-02-03 11:59:00.425 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-02-03 11:59:00.637 | Collecting charset-normalizer<4,>=2 2025-02-03 11:59:00.642 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-02-03 11:59:00.677 | Collecting autopage>=0.4.0 2025-02-03 11:59:00.680 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-02-03 11:59:00.749 | Collecting stevedore>=2.0.1 2025-02-03 11:59:00.752 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-02-03 11:59:00.831 | Collecting importlib-metadata>=4.4 2025-02-03 11:59:00.834 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-02-03 11:59:00.903 | Collecting cmd2>=1.0.0 2025-02-03 11:59:00.908 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-02-03 11:59:00.938 | Collecting PrettyTable>=0.7.2 2025-02-03 11:59:00.940 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-02-03 11:59:01.008 | Collecting pyperclip>=1.6 2025-02-03 11:59:01.009 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-02-03 11:59:01.033 | Collecting wcwidth>=0.1.7 2025-02-03 11:59:01.035 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-02-03 11:59:01.066 | Collecting attrs>=16.3.0 2025-02-03 11:59:01.069 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-02-03 11:59:01.130 | Collecting zipp>=0.5 2025-02-03 11:59:01.132 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-02-03 11:59:01.188 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-02-03 11:59:01.333 | 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-02-03 11:59:02.133 | Running setup.py install for openstack-requirements: started 2025-02-03 11:59:03.543 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-02-03 11:59:03.551 | 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.dev6384 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-02-03 11:59:03.650 | + inc/python:pip_install:222 : result=0 2025-02-03 11:59:03.652 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 11:59:03.654 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:03.656 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:03.658 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:03.660 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:03.661 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:03.663 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 11:59:03.665 | + functions-common:time_stop:2407 : start_time=1738583938203 2025-02-03 11:59:03.666 | + functions-common:time_stop:2409 : [[ -z 1738583938203 ]] 2025-02-03 11:59:03.669 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:03.672 | + functions-common:time_stop:2412 : end_time=1738583943669 2025-02-03 11:59:03.673 | + functions-common:time_stop:2413 : elapsed_time=5466 2025-02-03 11:59:03.675 | + functions-common:time_stop:2414 : total=3569 2025-02-03 11:59:03.677 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:03.678 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9035 2025-02-03 11:59:03.680 | + inc/python:pip_install:225 : return 0 2025-02-03 11:59:03.682 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-02-03 11:59:03.684 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-02-03 11:59:03.686 | + inc/python:use_library_from_git:272 : local name=pbr 2025-02-03 11:59:03.688 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:03.690 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:03.692 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2025-02-03 11:59:03.694 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:03.696 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-02-03 11:59:03.712 | Using python 3.10 to install pbr 2025-02-03 11:59:03.713 | + 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-02-03 11:59:04.513 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2025-02-03 11:59:04.750 | + inc/python:pip_install:222 : result=0 2025-02-03 11:59:04.752 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 11:59:04.754 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:04.756 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:04.757 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:04.759 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:04.761 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:04.762 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 11:59:04.764 | + functions-common:time_stop:2407 : start_time=1738583943708 2025-02-03 11:59:04.766 | + functions-common:time_stop:2409 : [[ -z 1738583943708 ]] 2025-02-03 11:59:04.768 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:04.771 | + functions-common:time_stop:2412 : end_time=1738583944769 2025-02-03 11:59:04.773 | + functions-common:time_stop:2413 : elapsed_time=1061 2025-02-03 11:59:04.775 | + functions-common:time_stop:2414 : total=9035 2025-02-03 11:59:04.777 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:04.778 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10096 2025-02-03 11:59:04.780 | + inc/python:pip_install:225 : return 0 2025-02-03 11:59:04.782 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2025-02-03 11:59:07.913 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2025-02-03 11:59:08.416 | Collecting bindep 2025-02-03 11:59:08.419 | Using cached bindep-2.12.0-py3-none-any.whl (33 kB) 2025-02-03 11:59:08.444 | Collecting Parsley 2025-02-03 11:59:08.447 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-02-03 11:59:08.491 | Collecting pbr>=2.0.0 2025-02-03 11:59:08.494 | Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) 2025-02-03 11:59:08.515 | Collecting distro>=1.7.0 2025-02-03 11:59:08.517 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-02-03 11:59:08.555 | Collecting packaging 2025-02-03 11:59:08.557 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-02-03 11:59:08.594 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-02-03 11:59:08.835 | Successfully installed Parsley-1.3 bindep-2.12.0 distro-1.9.0 packaging-24.2 pbr-6.1.0 2025-02-03 11:59:08.904 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-02-03 11:59:08.906 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-02-03 11:59:08.909 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2025-02-03 11:59:08.923 | + stack.sh:main:847 : pkgs= 2025-02-03 11:59:08.925 | + stack.sh:main:848 : [[ -n '' ]] 2025-02-03 11:59:08.927 | + stack.sh:main:855 : run_phase stack pre-install 2025-02-03 11:59:08.929 | + functions-common:run_phase:1828 : local mode=stack 2025-02-03 11:59:08.931 | + functions-common:run_phase:1829 : local phase=pre-install 2025-02-03 11:59:08.933 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-03 11:59:08.935 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-02-03 11:59:08.937 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-03 11:59:08.939 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-02-03 11:59:08.940 | + functions-common:run_phase:1838 : local extra 2025-02-03 11:59:08.943 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-03 11:59:08.946 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-02-03 11:59:08.948 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-03 11:59:08.950 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-03 11:59:08.952 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-02-03 11:59:08.953 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-03 11:59:08.965 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:08.967 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 11:59:08.968 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-03 11:59:08.970 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-02-03 11:59:08.971 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-02-03 11:59:08.973 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-03 11:59:08.975 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-02-03 11:59:08.976 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-02-03 11:59:08.978 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-02-03 11:59:08.979 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-02-03 11:59:08.981 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-02-03 11:59:08.983 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-02-03 11:59:08.984 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-02-03 11:59:08.986 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-02-03 11:59:08.988 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 11:59:08.989 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-02-03 11:59:08.991 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2025-02-03 11:59:08.993 | + functions-common:run_plugins:1814 : local mode=stack 2025-02-03 11:59:08.995 | + functions-common:run_plugins:1815 : local phase=pre-install 2025-02-03 11:59:08.996 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-02-03 11:59:08.998 | + functions-common:run_plugins:1818 : local plugin 2025-02-03 11:59:09.000 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-02-03 11:59:09.001 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-02-03 11:59:09.003 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-02-03 11:59:09.005 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-02-03 11:59:09.007 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 11:59:09.008 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-03 11:59:09.010 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-02-03 11:59:09.012 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-02-03 11:59:09.013 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-03 11:59:09.015 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-02-03 11:59:09.017 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-02-03 11:59:09.019 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2025-02-03 11:59:09.021 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-02-03 11:59:09.022 | + functions:set_systemd_override:832 : local value=2048 2025-02-03 11:59:09.024 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-02-03 11:59:09.026 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-02-03 11:59:09.067 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-02-03 11:59:09.067 | Set systemd system override for DefaultLimitNOFILE=2048 2025-02-03 11:59:09.069 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-02-03 11:59:09.311 | + stack.sh:main:860 : install_rpc_backend 2025-02-03 11:59:09.313 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-02-03 11:59:09.326 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:09.328 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-02-03 11:59:09.330 | + functions-common:install_package:1421 : update_package_repo 2025-02-03 11:59:09.332 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-02-03 11:59:09.334 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-02-03 11:59:09.336 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-02-03 11:59:09.337 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-02-03 11:59:09.339 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-02-03 11:59:09.341 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:09.343 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:09.345 | + functions-common:update_package_repo:1404 : apt_get_update 2025-02-03 11:59:09.347 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-02-03 11:59:09.349 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-02-03 11:59:09.350 | + functions-common:apt_get_update:1150 : return 2025-02-03 11:59:09.352 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2025-02-03 11:59:09.354 | + functions-common:real_install_package:1409 : is_ubuntu 2025-02-03 11:59:09.356 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:09.358 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:09.360 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2025-02-03 11:59:09.376 | + 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-02-03 11:59:09.436 | Reading package lists... 2025-02-03 11:59:09.648 | Building dependency tree... 2025-02-03 11:59:09.650 | Reading state information... 2025-02-03 11:59:09.862 | rabbitmq-server is already the newest version (3.9.27-0ubuntu0.1). 2025-02-03 11:59:09.862 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2025-02-03 11:59:09.867 | + functions-common:apt_get:1194 : result=0 2025-02-03 11:59:09.869 | + functions-common:apt_get:1197 : time_stop apt-get 2025-02-03 11:59:09.871 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:09.873 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:09.875 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:09.877 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:09.879 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:09.881 | + functions-common:time_stop:2406 : name=apt-get 2025-02-03 11:59:09.882 | + functions-common:time_stop:2407 : start_time=1738583949374 2025-02-03 11:59:09.884 | + functions-common:time_stop:2409 : [[ -z 1738583949374 ]] 2025-02-03 11:59:09.888 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:09.891 | + functions-common:time_stop:2412 : end_time=1738583949889 2025-02-03 11:59:09.893 | + functions-common:time_stop:2413 : elapsed_time=515 2025-02-03 11:59:09.895 | + functions-common:time_stop:2414 : total=1042 2025-02-03 11:59:09.897 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:09.899 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1557 2025-02-03 11:59:09.901 | + functions-common:apt_get:1198 : return 0 2025-02-03 11:59:09.903 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2025-02-03 11:59:09.905 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-02-03 11:59:09.907 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-02-03 11:59:09.908 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-02-03 11:59:09.910 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-02-03 11:59:09.912 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-03 11:59:09.914 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-03 11:59:09.916 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-02-03 11:59:09.918 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-02-03 11:59:09.920 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-02-03 11:59:09.921 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-02-03 11:59:09.923 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-02-03 11:59:09.925 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-02-03 11:59:09.927 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-02-03 11:59:09.929 | + stack.sh:main:861 : restart_rpc_backend 2025-02-03 11:59:09.930 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2025-02-03 11:59:09.942 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:09.944 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2025-02-03 11:59:09.946 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 11:59:09.947 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2025-02-03 11:59:09.949 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2025-02-03 11:59:09.952 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2025-02-03 11:59:09.954 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2025-02-03 11:59:09.957 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2025-02-03 11:59:09.958 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2025-02-03 11:59:09.960 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2025-02-03 11:59:09.962 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2025-02-03 11:59:09.964 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2025-02-03 11:59:09.967 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2025-02-03 11:59:10.439 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2025-02-03 11:59:10.439 | user tags 2025-02-03 11:59:10.439 | guest [administrator]' 2025-02-03 11:59:10.442 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2025-02-03 11:59:10.442 | user tags 2025-02-03 11:59:10.442 | guest [administrator]' 2025-02-03 11:59:10.442 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2025-02-03 11:59:10.447 | + lib/rpc_backend:rabbit_setuser:163 : found= 2025-02-03 11:59:10.449 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2025-02-03 11:59:10.451 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-02-03 11:59:10.884 | Adding user "stackrabbit" ... 2025-02-03 11:59:10.894 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-02-03 11:59:10.908 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-02-03 11:59:11.333 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-02-03 11:59:11.351 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2025-02-03 11:59:11.353 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-02-03 11:59:11.781 | Changing password for user "stackrabbit" ... 2025-02-03 11:59:11.799 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2025-02-03 11:59:11.801 | + lib/rpc_backend:restart_rpc_backend:103 : break 2025-02-03 11:59:11.803 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2025-02-03 11:59:12.228 | Deleting user "guest" ... 2025-02-03 11:59:12.246 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2025-02-03 11:59:12.259 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:12.261 | + stack.sh:main:864 : install_database 2025-02-03 11:59:12.263 | + lib/database:install_database:118 : install_database_mysql 2025-02-03 11:59:12.265 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2025-02-03 11:59:12.267 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:12.268 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:12.270 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2025-02-03 11:59:12.456 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2025-02-03 11:59:12.458 | + lib/databases/mysql:install_database_mysql:211 : cat 2025-02-03 11:59:12.462 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2025-02-03 11:59:12.464 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:12.466 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:12.468 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2025-02-03 11:59:12.470 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2025-02-03 11:59:12.473 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2025-02-03 11:59:12.475 | + stack.sh:main:866 : '[' -n mysql ']' 2025-02-03 11:59:12.477 | + stack.sh:main:867 : install_database_python 2025-02-03 11:59:12.478 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-02-03 11:59:12.480 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2025-02-03 11:59:12.482 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2025-02-03 11:59:12.484 | + inc/python:pip_install_gr:95 : local clean_name 2025-02-03 11:59:12.487 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2025-02-03 11:59:12.489 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2025-02-03 11:59:12.490 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-02-03 11:59:12.493 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-02-03 11:59:12.494 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-02-03 11:59:12.498 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2025-02-03 11:59:12.499 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2025-02-03 11:59:12.501 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2025-02-03 11:59:12.504 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2025-02-03 11:59:12.505 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2025-02-03 11:59:12.521 | Using python 3.10 to install PyMySQL 2025-02-03 11:59:12.523 | + 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-02-03 11:59:13.418 | Collecting PyMySQL 2025-02-03 11:59:13.420 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2025-02-03 11:59:13.425 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2025-02-03 11:59:13.488 | Installing collected packages: PyMySQL 2025-02-03 11:59:13.525 | Successfully installed PyMySQL-1.0.3 2025-02-03 11:59:13.595 | + inc/python:pip_install:222 : result=0 2025-02-03 11:59:13.597 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 11:59:13.599 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:13.601 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:13.603 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:13.604 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:13.606 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:13.608 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 11:59:13.609 | + functions-common:time_stop:2407 : start_time=1738583952517 2025-02-03 11:59:13.611 | + functions-common:time_stop:2409 : [[ -z 1738583952517 ]] 2025-02-03 11:59:13.613 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:13.616 | + functions-common:time_stop:2412 : end_time=1738583953614 2025-02-03 11:59:13.618 | + functions-common:time_stop:2413 : elapsed_time=1097 2025-02-03 11:59:13.620 | + functions-common:time_stop:2414 : total=10096 2025-02-03 11:59:13.622 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:13.624 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11193 2025-02-03 11:59:13.625 | + inc/python:pip_install:225 : return 0 2025-02-03 11:59:13.627 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-02-03 11:59:13.629 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-02-03 11:59:13.631 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-02-03 11:59:13.633 | + stack.sh:main:870 : is_service_enabled neutron 2025-02-03 11:59:13.646 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:13.648 | + stack.sh:main:871 : install_neutron_agent_packages 2025-02-03 11:59:13.650 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2025-02-03 11:59:13.663 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:13.665 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2025-02-03 11:59:13.667 | + functions-common:install_package:1421 : update_package_repo 2025-02-03 11:59:13.669 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-02-03 11:59:13.671 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-02-03 11:59:13.673 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-02-03 11:59:13.675 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-02-03 11:59:13.677 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-02-03 11:59:13.678 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:13.680 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:13.682 | + functions-common:update_package_repo:1404 : apt_get_update 2025-02-03 11:59:13.684 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-02-03 11:59:13.686 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-02-03 11:59:13.688 | + functions-common:apt_get_update:1150 : return 2025-02-03 11:59:13.690 | + functions-common:install_package:1422 : real_install_package radvd 2025-02-03 11:59:13.692 | + functions-common:real_install_package:1409 : is_ubuntu 2025-02-03 11:59:13.694 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:13.696 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:13.698 | + functions-common:real_install_package:1410 : apt_get install radvd 2025-02-03 11:59:13.715 | + 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-02-03 11:59:13.774 | Reading package lists... 2025-02-03 11:59:13.986 | Building dependency tree... 2025-02-03 11:59:13.987 | Reading state information... 2025-02-03 11:59:14.191 | radvd is already the newest version (1:2.18-3build2). 2025-02-03 11:59:14.191 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2025-02-03 11:59:14.196 | + functions-common:apt_get:1194 : result=0 2025-02-03 11:59:14.198 | + functions-common:apt_get:1197 : time_stop apt-get 2025-02-03 11:59:14.200 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:14.202 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:14.204 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:14.205 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:14.207 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:14.209 | + functions-common:time_stop:2406 : name=apt-get 2025-02-03 11:59:14.211 | + functions-common:time_stop:2407 : start_time=1738583953713 2025-02-03 11:59:14.213 | + functions-common:time_stop:2409 : [[ -z 1738583953713 ]] 2025-02-03 11:59:14.215 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:14.218 | + functions-common:time_stop:2412 : end_time=1738583954216 2025-02-03 11:59:14.220 | + functions-common:time_stop:2413 : elapsed_time=503 2025-02-03 11:59:14.222 | + functions-common:time_stop:2414 : total=1557 2025-02-03 11:59:14.224 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:14.226 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2060 2025-02-03 11:59:14.228 | + functions-common:apt_get:1198 : return 0 2025-02-03 11:59:14.229 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-02-03 11:59:14.243 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:14.244 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2025-02-03 11:59:14.246 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-02-03 11:59:14.248 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-02-03 11:59:14.251 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-02-03 11:59:14.266 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-02-03 11:59:14.268 | + functions-common:install_package:1421 : update_package_repo 2025-02-03 11:59:14.270 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-02-03 11:59:14.272 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-02-03 11:59:14.274 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-02-03 11:59:14.275 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-02-03 11:59:14.277 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-02-03 11:59:14.279 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:14.281 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:14.283 | + functions-common:update_package_repo:1404 : apt_get_update 2025-02-03 11:59:14.285 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-02-03 11:59:14.287 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-02-03 11:59:14.288 | + functions-common:apt_get_update:1150 : return 2025-02-03 11:59:14.290 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2025-02-03 11:59:14.292 | + functions-common:real_install_package:1409 : is_ubuntu 2025-02-03 11:59:14.294 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:14.296 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:14.298 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2025-02-03 11:59:14.313 | + 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-02-03 11:59:14.371 | Reading package lists... 2025-02-03 11:59:14.574 | Building dependency tree... 2025-02-03 11:59:14.575 | Reading state information... 2025-02-03 11:59:14.792 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-02-03 11:59:14.792 | fakeroot set to manually installed. 2025-02-03 11:59:14.792 | make is already the newest version (4.3-4.1build1). 2025-02-03 11:59:14.792 | make set to manually installed. 2025-02-03 11:59:14.792 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-02-03 11:59:14.792 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2025-02-03 11:59:14.796 | + functions-common:apt_get:1194 : result=0 2025-02-03 11:59:14.798 | + functions-common:apt_get:1197 : time_stop apt-get 2025-02-03 11:59:14.800 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:14.802 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:14.803 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:14.805 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:14.807 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:14.808 | + functions-common:time_stop:2406 : name=apt-get 2025-02-03 11:59:14.810 | + functions-common:time_stop:2407 : start_time=1738583954311 2025-02-03 11:59:14.812 | + functions-common:time_stop:2409 : [[ -z 1738583954311 ]] 2025-02-03 11:59:14.814 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:14.817 | + functions-common:time_stop:2412 : end_time=1738583954815 2025-02-03 11:59:14.819 | + functions-common:time_stop:2413 : elapsed_time=504 2025-02-03 11:59:14.821 | + functions-common:time_stop:2414 : total=2060 2025-02-03 11:59:14.822 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:14.824 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2564 2025-02-03 11:59:14.826 | + functions-common:apt_get:1198 : return 0 2025-02-03 11:59:14.828 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-02-03 11:59:14.830 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:14.832 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:14.834 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-02-03 11:59:14.835 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-02-03 11:59:14.838 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-02-03 11:59:14.841 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-02-03 11:59:14.843 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-02-03 11:59:14.846 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-02-03 11:59:14.846 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-02-03 11:59:14.849 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-02-03 11:59:14.851 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-02-03 11:59:14.853 | + functions:vercmp:639 : local v1=6.8 2025-02-03 11:59:14.855 | + functions:vercmp:640 : local 'op=<' 2025-02-03 11:59:14.857 | + functions:vercmp:641 : local v2=3.13 2025-02-03 11:59:14.858 | + functions:vercmp:642 : local result 2025-02-03 11:59:14.861 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-02-03 11:59:14.861 | ++ functions:vercmp:646 : sort -V 2025-02-03 11:59:14.861 | ++ functions:vercmp:646 : head -1 2025-02-03 11:59:14.865 | + functions:vercmp:646 : result=3.13 2025-02-03 11:59:14.867 | + functions:vercmp:648 : case $op in 2025-02-03 11:59:14.869 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-02-03 11:59:14.870 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-02-03 11:59:14.872 | + functions:vercmp:659 : return 2025-02-03 11:59:14.874 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-02-03 11:59:14.876 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-02-03 11:59:14.878 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2025-02-03 11:59:15.351 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-02-03 11:59:15.353 | + inc/python:use_library_from_git:272 : local name=os-ken 2025-02-03 11:59:15.355 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:15.357 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:15.360 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2025-02-03 11:59:15.362 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:15.364 | + stack.sh:main:874 : is_service_enabled etcd3 2025-02-03 11:59:15.377 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:15.379 | + stack.sh:main:875 : install_etcd3 2025-02-03 11:59:15.381 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-02-03 11:59:15.381 | Installing etcd 2025-02-03 11:59:15.382 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-02-03 11:59:15.392 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-02-03 11:59:15.401 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-02-03 11:59:15.403 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-02-03 11:59:15.412 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-02-03 11:59:15.415 | ++ 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-02-03 11:59:15.417 | ++ 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-02-03 11:59:15.419 | +++ 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-02-03 11:59:15.422 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2025-02-03 11:59:15.424 | ++ 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-02-03 11:59:15.426 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2025-02-03 11:59:15.428 | ++ 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-02-03 11:59:15.435 | --2025-02-03 11:59:15-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-02-03 11:59:15.439 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-02-03 11:59:15.440 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-02-03 11:59:15.478 | HTTP request sent, awaiting response... 200 OK 2025-02-03 11:59:15.478 | Length: 16171146 (15M) [application/gzip] 2025-02-03 11:59:15.478 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2025-02-03 11:59:15.486 | 2025-02-03 11:59:15.553 | 0K ........ ....... 100% 209M=0.07s 2025-02-03 11:59:15.553 | 2025-02-03 11:59:15.553 | 2025-02-03 11:59:15 (209 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2025-02-03 11:59:15.553 | 2025-02-03 11:59:15.556 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-02-03 11:59:15.558 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-02-03 11:59:15.560 | ++ functions:get_extra_file:74 : return 2025-02-03 11:59:15.563 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-02-03 11:59:15.565 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2025-02-03 11:59:15.567 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2025-02-03 11:59:15.569 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-02-03 11:59:15.660 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2025-02-03 11:59:15.662 | + 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-02-03 11:59:15.670 | etcd-v3.4.27-linux-amd64/ 2025-02-03 11:59:15.670 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2025-02-03 11:59:15.670 | etcd-v3.4.27-linux-amd64/etcdctl 2025-02-03 11:59:15.800 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2025-02-03 11:59:15.800 | etcd-v3.4.27-linux-amd64/Documentation/ 2025-02-03 11:59:15.800 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2025-02-03 11:59:15.801 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2025-02-03 11:59:15.801 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-02-03 11:59:15.801 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-02-03 11:59:15.801 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-02-03 11:59:15.801 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2025-02-03 11:59:15.801 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-02-03 11:59:15.801 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-02-03 11:59:15.801 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-02-03 11:59:15.801 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-02-03 11:59:15.801 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-02-03 11:59:15.801 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-02-03 11:59:15.802 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-02-03 11:59:15.803 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2025-02-03 11:59:15.803 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2025-02-03 11:59:15.803 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2025-02-03 11:59:15.803 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2025-02-03 11:59:15.803 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2025-02-03 11:59:15.803 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-02-03 11:59:15.803 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2025-02-03 11:59:15.803 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-02-03 11:59:15.804 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2025-02-03 11:59:15.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2025-02-03 11:59:15.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2025-02-03 11:59:15.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2025-02-03 11:59:15.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2025-02-03 11:59:15.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2025-02-03 11:59:15.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2025-02-03 11:59:15.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2025-02-03 11:59:15.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2025-02-03 11:59:15.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2025-02-03 11:59:15.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2025-02-03 11:59:15.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2025-02-03 11:59:15.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2025-02-03 11:59:15.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2025-02-03 11:59:15.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2025-02-03 11:59:15.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2025-02-03 11:59:15.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2025-02-03 11:59:15.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2025-02-03 11:59:15.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2025-02-03 11:59:15.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2025-02-03 11:59:15.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2025-02-03 11:59:15.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2025-02-03 11:59:15.808 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2025-02-03 11:59:15.808 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2025-02-03 11:59:15.808 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2025-02-03 11:59:15.808 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2025-02-03 11:59:15.808 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2025-02-03 11:59:15.808 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2025-02-03 11:59:15.808 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2025-02-03 11:59:15.808 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2025-02-03 11:59:15.808 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2025-02-03 11:59:15.809 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2025-02-03 11:59:15.809 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2025-02-03 11:59:15.809 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2025-02-03 11:59:15.809 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2025-02-03 11:59:15.809 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2025-02-03 11:59:15.809 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2025-02-03 11:59:15.809 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2025-02-03 11:59:15.809 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2025-02-03 11:59:15.810 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2025-02-03 11:59:15.810 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2025-02-03 11:59:15.810 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2025-02-03 11:59:15.810 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2025-02-03 11:59:15.810 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2025-02-03 11:59:15.810 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2025-02-03 11:59:15.811 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2025-02-03 11:59:15.811 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2025-02-03 11:59:15.811 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2025-02-03 11:59:15.811 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2025-02-03 11:59:15.811 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2025-02-03 11:59:15.811 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2025-02-03 11:59:15.811 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2025-02-03 11:59:15.811 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2025-02-03 11:59:15.811 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2025-02-03 11:59:15.811 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2025-02-03 11:59:15.812 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2025-02-03 11:59:15.812 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2025-02-03 11:59:15.812 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2025-02-03 11:59:15.812 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-02-03 11:59:15.812 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2025-02-03 11:59:15.812 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2025-02-03 11:59:15.812 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2025-02-03 11:59:15.812 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2025-02-03 11:59:15.812 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2025-02-03 11:59:15.812 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2025-02-03 11:59:15.813 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2025-02-03 11:59:15.813 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2025-02-03 11:59:15.814 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2025-02-03 11:59:15.815 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2025-02-03 11:59:15.816 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2025-02-03 11:59:15.816 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2025-02-03 11:59:15.817 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2025-02-03 11:59:15.818 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2025-02-03 11:59:15.819 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2025-02-03 11:59:15.820 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2025-02-03 11:59:15.821 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2025-02-03 11:59:15.821 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2025-02-03 11:59:15.822 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2025-02-03 11:59:15.823 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2025-02-03 11:59:15.823 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2025-02-03 11:59:15.824 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2025-02-03 11:59:15.825 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2025-02-03 11:59:15.825 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2025-02-03 11:59:15.828 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2025-02-03 11:59:15.829 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2025-02-03 11:59:15.829 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2025-02-03 11:59:15.829 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2025-02-03 11:59:15.831 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2025-02-03 11:59:15.832 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2025-02-03 11:59:15.833 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2025-02-03 11:59:15.833 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2025-02-03 11:59:15.833 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2025-02-03 11:59:15.833 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-02-03 11:59:15.833 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2025-02-03 11:59:15.834 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-02-03 11:59:15.834 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2025-02-03 11:59:15.834 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2025-02-03 11:59:15.834 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2025-02-03 11:59:15.834 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2025-02-03 11:59:15.834 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2025-02-03 11:59:15.834 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2025-02-03 11:59:15.834 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-02-03 11:59:15.834 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2025-02-03 11:59:15.834 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2025-02-03 11:59:15.834 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-02-03 11:59:15.835 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-02-03 11:59:15.835 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2025-02-03 11:59:15.835 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2025-02-03 11:59:15.835 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2025-02-03 11:59:15.835 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2025-02-03 11:59:15.835 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-02-03 11:59:15.835 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2025-02-03 11:59:15.835 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2025-02-03 11:59:15.835 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2025-02-03 11:59:15.835 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2025-02-03 11:59:15.835 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/README.md 2025-02-03 11:59:15.836 | etcd-v3.4.27-linux-amd64/etcd 2025-02-03 11:59:16.009 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2025-02-03 11:59:16.033 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-02-03 11:59:16.053 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-02-03 11:59:16.055 | + stack.sh:main:884 : is_service_enabled tls-proxy 2025-02-03 11:59:16.069 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 11:59:16.070 | + stack.sh:main:894 : install_dstat 2025-02-03 11:59:16.072 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-02-03 11:59:16.085 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 11:59:16.087 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2025-02-03 11:59:16.089 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 11:59:16.090 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2025-02-03 11:59:16.092 | + stack.sh:main:903 : install_libs 2025-02-03 11:59:16.094 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-02-03 11:59:16.096 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-02-03 11:59:16.098 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-02-03 11:59:16.100 | + inc/python:use_library_from_git:272 : local name=automaton 2025-02-03 11:59:16.101 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.103 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.105 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2025-02-03 11:59:16.107 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.108 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-02-03 11:59:16.110 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-02-03 11:59:16.112 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-02-03 11:59:16.114 | + inc/python:use_library_from_git:272 : local name=castellan 2025-02-03 11:59:16.115 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.117 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.119 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2025-02-03 11:59:16.121 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.122 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-02-03 11:59:16.124 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-02-03 11:59:16.126 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-02-03 11:59:16.128 | + inc/python:use_library_from_git:272 : local name=cliff 2025-02-03 11:59:16.129 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.131 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.133 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2025-02-03 11:59:16.135 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.137 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-02-03 11:59:16.139 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-02-03 11:59:16.141 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-02-03 11:59:16.142 | + inc/python:use_library_from_git:272 : local name=cursive 2025-02-03 11:59:16.144 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.146 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.148 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2025-02-03 11:59:16.150 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.151 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-02-03 11:59:16.153 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-02-03 11:59:16.155 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-02-03 11:59:16.157 | + inc/python:use_library_from_git:272 : local name=debtcollector 2025-02-03 11:59:16.159 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.160 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.162 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2025-02-03 11:59:16.164 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.166 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-02-03 11:59:16.168 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-02-03 11:59:16.170 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-02-03 11:59:16.171 | + inc/python:use_library_from_git:272 : local name=futurist 2025-02-03 11:59:16.173 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.175 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.177 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2025-02-03 11:59:16.178 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.180 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-02-03 11:59:16.182 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-02-03 11:59:16.184 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-02-03 11:59:16.185 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2025-02-03 11:59:16.187 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.189 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.191 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2025-02-03 11:59:16.193 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.194 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-02-03 11:59:16.196 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-02-03 11:59:16.198 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-02-03 11:59:16.200 | + inc/python:use_library_from_git:272 : local name=osc-lib 2025-02-03 11:59:16.201 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.204 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.206 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2025-02-03 11:59:16.208 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.210 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-02-03 11:59:16.211 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-02-03 11:59:16.213 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-02-03 11:59:16.215 | + inc/python:use_library_from_git:272 : local name=osc-placement 2025-02-03 11:59:16.217 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.219 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.220 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2025-02-03 11:59:16.222 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.224 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-02-03 11:59:16.226 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-02-03 11:59:16.228 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-02-03 11:59:16.230 | + inc/python:use_library_from_git:272 : local name=os-client-config 2025-02-03 11:59:16.231 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.233 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.235 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2025-02-03 11:59:16.237 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.238 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-02-03 11:59:16.240 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-02-03 11:59:16.242 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-02-03 11:59:16.244 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2025-02-03 11:59:16.246 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.247 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.249 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2025-02-03 11:59:16.251 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.253 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-02-03 11:59:16.255 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-02-03 11:59:16.257 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-02-03 11:59:16.258 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2025-02-03 11:59:16.260 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.262 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.264 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2025-02-03 11:59:16.266 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.268 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-02-03 11:59:16.269 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-02-03 11:59:16.271 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-02-03 11:59:16.273 | + inc/python:use_library_from_git:272 : local name=oslo.config 2025-02-03 11:59:16.275 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.277 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.278 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2025-02-03 11:59:16.280 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.282 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-02-03 11:59:16.284 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-02-03 11:59:16.286 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-02-03 11:59:16.287 | + inc/python:use_library_from_git:272 : local name=oslo.context 2025-02-03 11:59:16.289 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.291 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.293 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2025-02-03 11:59:16.295 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.297 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-02-03 11:59:16.298 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-02-03 11:59:16.300 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-02-03 11:59:16.302 | + inc/python:use_library_from_git:272 : local name=oslo.db 2025-02-03 11:59:16.304 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.306 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.308 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2025-02-03 11:59:16.309 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.311 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-02-03 11:59:16.313 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-02-03 11:59:16.315 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-02-03 11:59:16.317 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2025-02-03 11:59:16.319 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.320 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.322 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2025-02-03 11:59:16.324 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.326 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-02-03 11:59:16.328 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-02-03 11:59:16.329 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-02-03 11:59:16.331 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2025-02-03 11:59:16.333 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.335 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.337 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2025-02-03 11:59:16.338 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.340 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-02-03 11:59:16.342 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-02-03 11:59:16.344 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-02-03 11:59:16.346 | + inc/python:use_library_from_git:272 : local name=oslo.log 2025-02-03 11:59:16.348 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.349 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.351 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2025-02-03 11:59:16.353 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.355 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-02-03 11:59:16.357 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-02-03 11:59:16.358 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-02-03 11:59:16.360 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2025-02-03 11:59:16.362 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.364 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.366 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2025-02-03 11:59:16.368 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.369 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-02-03 11:59:16.371 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-02-03 11:59:16.373 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-02-03 11:59:16.375 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2025-02-03 11:59:16.377 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.378 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.380 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2025-02-03 11:59:16.382 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.384 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-02-03 11:59:16.386 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-02-03 11:59:16.388 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-02-03 11:59:16.389 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2025-02-03 11:59:16.391 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.393 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.395 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2025-02-03 11:59:16.397 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.398 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-02-03 11:59:16.400 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-02-03 11:59:16.402 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-02-03 11:59:16.404 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2025-02-03 11:59:16.406 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.407 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.409 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2025-02-03 11:59:16.411 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.413 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-02-03 11:59:16.415 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-02-03 11:59:16.417 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-02-03 11:59:16.418 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2025-02-03 11:59:16.420 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.422 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.424 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2025-02-03 11:59:16.426 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.428 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-02-03 11:59:16.429 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-02-03 11:59:16.431 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-02-03 11:59:16.433 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2025-02-03 11:59:16.435 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.437 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.438 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-02-03 11:59:16.440 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.442 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-02-03 11:59:16.444 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-02-03 11:59:16.446 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-02-03 11:59:16.448 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2025-02-03 11:59:16.449 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.451 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.453 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2025-02-03 11:59:16.455 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.457 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-02-03 11:59:16.459 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-02-03 11:59:16.460 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-02-03 11:59:16.462 | + inc/python:use_library_from_git:272 : local name=oslo.service 2025-02-03 11:59:16.464 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.466 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.468 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2025-02-03 11:59:16.470 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.471 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-02-03 11:59:16.473 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-02-03 11:59:16.475 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-02-03 11:59:16.477 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2025-02-03 11:59:16.479 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.481 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.482 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2025-02-03 11:59:16.484 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.486 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-02-03 11:59:16.488 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-02-03 11:59:16.490 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-02-03 11:59:16.492 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2025-02-03 11:59:16.493 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.495 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.497 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-02-03 11:59:16.499 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.501 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-02-03 11:59:16.503 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-02-03 11:59:16.505 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-02-03 11:59:16.506 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2025-02-03 11:59:16.508 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.510 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.512 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2025-02-03 11:59:16.514 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.515 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-02-03 11:59:16.517 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-02-03 11:59:16.519 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-02-03 11:59:16.521 | + inc/python:use_library_from_git:272 : local name=osprofiler 2025-02-03 11:59:16.523 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.524 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.526 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2025-02-03 11:59:16.528 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.530 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-02-03 11:59:16.532 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-02-03 11:59:16.534 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-02-03 11:59:16.536 | + inc/python:use_library_from_git:272 : local name=pycadf 2025-02-03 11:59:16.537 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.539 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.541 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2025-02-03 11:59:16.543 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.545 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-02-03 11:59:16.547 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-02-03 11:59:16.548 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-02-03 11:59:16.550 | + inc/python:use_library_from_git:272 : local name=stevedore 2025-02-03 11:59:16.552 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.554 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.556 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2025-02-03 11:59:16.558 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.559 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-02-03 11:59:16.561 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-02-03 11:59:16.563 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-02-03 11:59:16.565 | + inc/python:use_library_from_git:272 : local name=taskflow 2025-02-03 11:59:16.566 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.568 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.570 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2025-02-03 11:59:16.572 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.574 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-02-03 11:59:16.576 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-02-03 11:59:16.578 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-02-03 11:59:16.579 | + inc/python:use_library_from_git:272 : local name=tooz 2025-02-03 11:59:16.581 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.583 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.585 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2025-02-03 11:59:16.587 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.589 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-02-03 11:59:16.591 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-02-03 11:59:16.592 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-02-03 11:59:16.594 | + inc/python:use_library_from_git:272 : local name=os-brick 2025-02-03 11:59:16.596 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.598 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.600 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2025-02-03 11:59:16.602 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.603 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-02-03 11:59:16.605 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-02-03 11:59:16.607 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-02-03 11:59:16.609 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2025-02-03 11:59:16.611 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.612 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.614 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2025-02-03 11:59:16.616 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.618 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-02-03 11:59:16.620 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-02-03 11:59:16.622 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-02-03 11:59:16.624 | + inc/python:use_library_from_git:272 : local name=os-traits 2025-02-03 11:59:16.626 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.627 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.629 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2025-02-03 11:59:16.631 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.633 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-02-03 11:59:16.635 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-02-03 11:59:16.637 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-02-03 11:59:16.639 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2025-02-03 11:59:16.641 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:16.642 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:16.644 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2025-02-03 11:59:16.646 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:16.648 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-02-03 11:59:16.663 | Using python 3.10 to install etcd3 2025-02-03 11:59:16.665 | + 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-02-03 11:59:17.601 | Collecting etcd3 2025-02-03 11:59:17.601 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-02-03 11:59:18.249 | Collecting grpcio>=1.27.1 (from etcd3) 2025-02-03 11:59:18.251 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-02-03 11:59:18.467 | Collecting protobuf>=3.6.1 (from etcd3) 2025-02-03 11:59:18.469 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2025-02-03 11:59:18.494 | Collecting six>=1.12.0 (from etcd3) 2025-02-03 11:59:18.495 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2025-02-03 11:59:18.523 | Collecting tenacity>=6.1.0 (from etcd3) 2025-02-03 11:59:18.526 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2025-02-03 11:59:18.542 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2025-02-03 11:59:18.577 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2025-02-03 11:59:18.581 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-02-03 11:59:18.582 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-02-03 11:59:18.672 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2025-02-03 11:59:19.016 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2025-02-03 11:59:19.188 | + inc/python:pip_install:222 : result=0 2025-02-03 11:59:19.190 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 11:59:19.192 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:19.193 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:19.195 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:19.197 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:19.199 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:19.200 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 11:59:19.202 | + functions-common:time_stop:2407 : start_time=1738583956659 2025-02-03 11:59:19.204 | + functions-common:time_stop:2409 : [[ -z 1738583956659 ]] 2025-02-03 11:59:19.206 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:19.209 | + functions-common:time_stop:2412 : end_time=1738583959207 2025-02-03 11:59:19.211 | + functions-common:time_stop:2413 : elapsed_time=2548 2025-02-03 11:59:19.213 | + functions-common:time_stop:2414 : total=11193 2025-02-03 11:59:19.214 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:19.216 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13741 2025-02-03 11:59:19.218 | + inc/python:pip_install:225 : return 0 2025-02-03 11:59:19.220 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-02-03 11:59:19.235 | Using python 3.10 to install etcd3gw 2025-02-03 11:59:19.237 | + 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-02-03 11:59:20.205 | Collecting etcd3gw 2025-02-03 11:59:20.207 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2025-02-03 11:59:20.236 | Collecting futurist>=0.16.0 (from etcd3gw) 2025-02-03 11:59:20.238 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2025-02-03 11:59:20.240 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2025-02-03 11:59:20.284 | Collecting requests>=2.20.0 (from etcd3gw) 2025-02-03 11:59:20.285 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2025-02-03 11:59:20.391 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2025-02-03 11:59:20.392 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-02-03 11:59:20.426 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2025-02-03 11:59:20.427 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2025-02-03 11:59:20.494 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2025-02-03 11:59:20.496 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2025-02-03 11:59:20.529 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2025-02-03 11:59:20.530 | Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-02-03 11:59:20.555 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-02-03 11:59:20.558 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-02-03 11:59:20.560 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-02-03 11:59:20.562 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-02-03 11:59:20.565 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-02-03 11:59:20.569 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-02-03 11:59:20.572 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-02-03 11:59:20.675 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2025-02-03 11:59:20.970 | 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-02-03 11:59:21.056 | + inc/python:pip_install:222 : result=0 2025-02-03 11:59:21.058 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 11:59:21.060 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:21.062 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:21.064 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:21.065 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:21.067 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:21.069 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 11:59:21.071 | + functions-common:time_stop:2407 : start_time=1738583959231 2025-02-03 11:59:21.072 | + functions-common:time_stop:2409 : [[ -z 1738583959231 ]] 2025-02-03 11:59:21.075 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:21.078 | + functions-common:time_stop:2412 : end_time=1738583961075 2025-02-03 11:59:21.079 | + functions-common:time_stop:2413 : elapsed_time=1844 2025-02-03 11:59:21.081 | + functions-common:time_stop:2414 : total=13741 2025-02-03 11:59:21.083 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:21.084 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15585 2025-02-03 11:59:21.086 | + inc/python:pip_install:225 : return 0 2025-02-03 11:59:21.088 | + stack.sh:main:906 : install_apache_uwsgi 2025-02-03 11:59:21.090 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2025-02-03 11:59:21.092 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2025-02-03 11:59:21.094 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-02-03 11:59:21.095 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-02-03 11:59:21.097 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-02-03 11:59:21.099 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-02-03 11:59:21.101 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-03 11:59:21.103 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-03 11:59:21.105 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-02-03 11:59:21.106 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-02-03 11:59:21.108 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-02-03 11:59:21.110 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-02-03 11:59:21.112 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-02-03 11:59:21.114 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-02-03 11:59:21.116 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-02-03 11:59:21.117 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2025-02-03 11:59:21.119 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:21.121 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:21.123 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-02-03 11:59:21.125 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-02-03 11:59:21.127 | + functions-common:install_package:1421 : update_package_repo 2025-02-03 11:59:21.129 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-02-03 11:59:21.130 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-02-03 11:59:21.132 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-02-03 11:59:21.134 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-02-03 11:59:21.136 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-02-03 11:59:21.138 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:21.139 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:21.141 | + functions-common:update_package_repo:1404 : apt_get_update 2025-02-03 11:59:21.143 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-02-03 11:59:21.145 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-02-03 11:59:21.147 | + functions-common:apt_get_update:1150 : return 2025-02-03 11:59:21.148 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-02-03 11:59:21.150 | + functions-common:real_install_package:1409 : is_ubuntu 2025-02-03 11:59:21.152 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:21.154 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:21.156 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-02-03 11:59:21.171 | + 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-02-03 11:59:21.230 | Reading package lists... 2025-02-03 11:59:21.452 | Building dependency tree... 2025-02-03 11:59:21.454 | Reading state information... 2025-02-03 11:59:21.665 | uwsgi is already the newest version (2.0.20-4). 2025-02-03 11:59:21.665 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-02-03 11:59:21.665 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.13). 2025-02-03 11:59:21.665 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2025-02-03 11:59:21.669 | + functions-common:apt_get:1194 : result=0 2025-02-03 11:59:21.671 | + functions-common:apt_get:1197 : time_stop apt-get 2025-02-03 11:59:21.673 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:21.675 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:21.677 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:21.679 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:21.681 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:21.683 | + functions-common:time_stop:2406 : name=apt-get 2025-02-03 11:59:21.685 | + functions-common:time_stop:2407 : start_time=1738583961169 2025-02-03 11:59:21.687 | + functions-common:time_stop:2409 : [[ -z 1738583961169 ]] 2025-02-03 11:59:21.689 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:21.693 | + functions-common:time_stop:2412 : end_time=1738583961691 2025-02-03 11:59:21.694 | + functions-common:time_stop:2413 : elapsed_time=522 2025-02-03 11:59:21.696 | + functions-common:time_stop:2414 : total=2564 2025-02-03 11:59:21.698 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:21.700 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3086 2025-02-03 11:59:21.702 | + functions-common:apt_get:1198 : return 0 2025-02-03 11:59:21.704 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2025-02-03 11:59:21.706 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:21.708 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:21.710 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2025-02-03 11:59:21.753 | Enabling module proxy. 2025-02-03 11:59:21.757 | To activate the new configuration, you need to run: 2025-02-03 11:59:21.757 | systemctl restart apache2 2025-02-03 11:59:21.761 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2025-02-03 11:59:21.793 | Considering dependency proxy for proxy_uwsgi: 2025-02-03 11:59:21.793 | Module proxy already enabled 2025-02-03 11:59:21.793 | Enabling module proxy_uwsgi. 2025-02-03 11:59:21.797 | To activate the new configuration, you need to run: 2025-02-03 11:59:21.797 | systemctl restart apache2 2025-02-03 11:59:21.801 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2025-02-03 11:59:21.803 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-02-03 11:59:21.805 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-02-03 11:59:21.807 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-02-03 11:59:21.902 | + stack.sh:main:909 : install_keystoneauth 2025-02-03 11:59:21.904 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-02-03 11:59:21.906 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2025-02-03 11:59:21.908 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:21.910 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:21.912 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2025-02-03 11:59:21.914 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:21.916 | + stack.sh:main:910 : install_keystoneclient 2025-02-03 11:59:21.917 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-02-03 11:59:21.919 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2025-02-03 11:59:21.921 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:21.923 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:21.924 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2025-02-03 11:59:21.926 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:21.928 | + stack.sh:main:911 : install_glanceclient 2025-02-03 11:59:21.930 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2025-02-03 11:59:21.932 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2025-02-03 11:59:21.934 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:21.935 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:21.937 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2025-02-03 11:59:21.939 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:21.941 | + stack.sh:main:912 : install_cinderclient 2025-02-03 11:59:21.943 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2025-02-03 11:59:21.945 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2025-02-03 11:59:21.947 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:21.948 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:21.950 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-02-03 11:59:21.952 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:21.954 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2025-02-03 11:59:21.956 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2025-02-03 11:59:21.959 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:21.961 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:21.963 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2025-02-03 11:59:21.964 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:21.966 | + stack.sh:main:913 : install_novaclient 2025-02-03 11:59:21.968 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2025-02-03 11:59:21.970 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2025-02-03 11:59:21.972 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:21.975 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:21.977 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2025-02-03 11:59:21.979 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:21.981 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2025-02-03 11:59:21.994 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:21.996 | + stack.sh:main:915 : install_swiftclient 2025-02-03 11:59:21.999 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2025-02-03 11:59:22.000 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2025-02-03 11:59:22.002 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:22.005 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:22.007 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2025-02-03 11:59:22.009 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:22.011 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2025-02-03 11:59:22.025 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:22.027 | + stack.sh:main:918 : install_neutronclient 2025-02-03 11:59:22.029 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2025-02-03 11:59:22.031 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2025-02-03 11:59:22.033 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:22.035 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:22.037 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2025-02-03 11:59:22.039 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:22.041 | + stack.sh:main:922 : install_keystonemiddleware 2025-02-03 11:59:22.043 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-02-03 11:59:22.045 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2025-02-03 11:59:22.047 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:22.049 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:22.052 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2025-02-03 11:59:22.054 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:22.056 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-02-03 11:59:22.058 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2025-02-03 11:59:22.060 | + inc/python:pip_install_gr:95 : local clean_name 2025-02-03 11:59:22.063 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2025-02-03 11:59:22.065 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2025-02-03 11:59:22.067 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-02-03 11:59:22.070 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-02-03 11:59:22.070 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-02-03 11:59:22.074 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2025-02-03 11:59:22.076 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2025-02-03 11:59:22.078 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2025-02-03 11:59:22.081 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2025-02-03 11:59:22.083 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2025-02-03 11:59:22.100 | Using python 3.10 to install keystonemiddleware 2025-02-03 11:59:22.102 | + 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-02-03 11:59:23.013 | Collecting keystonemiddleware 2025-02-03 11:59:23.018 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-02-03 11:59:23.089 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2025-02-03 11:59:23.091 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2025-02-03 11:59:23.129 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2025-02-03 11:59:23.131 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-02-03 11:59:23.169 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2025-02-03 11:59:23.171 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-02-03 11:59:23.244 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2025-02-03 11:59:23.246 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2025-02-03 11:59:23.285 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2025-02-03 11:59:23.286 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-02-03 11:59:23.318 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2025-02-03 11:59:23.320 | Using cached oslo.i18n-6.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-02-03 11:59:23.366 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2025-02-03 11:59:23.367 | Using cached oslo.log-5.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-02-03 11:59:23.406 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2025-02-03 11:59:23.408 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-02-03 11:59:23.458 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2025-02-03 11:59:23.460 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-02-03 11:59:23.462 | 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-02-03 11:59:23.486 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2025-02-03 11:59:23.487 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2025-02-03 11:59:23.522 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2025-02-03 11:59:23.524 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2025-02-03 11:59:23.525 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2025-02-03 11:59:23.574 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-02-03 11:59:23.576 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2025-02-03 11:59:23.594 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-02-03 11:59:23.595 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-02-03 11:59:23.630 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-02-03 11:59:23.632 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-02-03 11:59:23.674 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2025-02-03 11:59:23.676 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2025-02-03 11:59:23.781 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2025-02-03 11:59:23.783 | 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-02-03 11:59:23.811 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-02-03 11:59:23.812 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2025-02-03 11:59:23.836 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2025-02-03 11:59:23.838 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2025-02-03 11:59:23.858 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-02-03 11:59:23.859 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-02-03 11:59:23.973 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2025-02-03 11:59:23.975 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-02-03 11:59:23.993 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2025-02-03 11:59:23.994 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-02-03 11:59:24.081 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-02-03 11:59:24.084 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2025-02-03 11:59:24.148 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-02-03 11:59:24.149 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2025-02-03 11:59:24.175 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-02-03 11:59:24.176 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2025-02-03 11:59:24.209 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-02-03 11:59:24.210 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2025-02-03 11:59:24.242 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-02-03 11:59:24.244 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-02-03 11:59:24.288 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-02-03 11:59:24.290 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2025-02-03 11:59:24.300 | 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-02-03 11:59:24.323 | 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-02-03 11:59:24.326 | 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-02-03 11:59:24.326 | 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-02-03 11:59:24.326 | 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-02-03 11:59:24.469 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2025-02-03 11:59:24.471 | 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-02-03 11:59:24.502 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2025-02-03 11:59:24.504 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2025-02-03 11:59:24.641 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2025-02-03 11:59:24.644 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2025-02-03 11:59:24.648 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2025-02-03 11:59:24.651 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2025-02-03 11:59:24.653 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2025-02-03 11:59:24.656 | Using cached oslo.i18n-6.1.0-py3-none-any.whl (46 kB) 2025-02-03 11:59:24.659 | Using cached oslo.log-5.3.1-py3-none-any.whl (76 kB) 2025-02-03 11:59:24.662 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2025-02-03 11:59:24.664 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2025-02-03 11:59:24.667 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-02-03 11:59:24.669 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2025-02-03 11:59:24.673 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-02-03 11:59:24.676 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-02-03 11:59:24.679 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-02-03 11:59:24.682 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-02-03 11:59:24.684 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-02-03 11:59:24.688 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-02-03 11:59:24.698 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-02-03 11:59:24.700 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-02-03 11:59:24.703 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-02-03 11:59:24.705 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-02-03 11:59:24.709 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2025-02-03 11:59:24.714 | 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-02-03 11:59:24.719 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2025-02-03 11:59:24.721 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-02-03 11:59:24.724 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2025-02-03 11:59:24.728 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-02-03 11:59:24.730 | 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-02-03 11:59:25.030 | 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-02-03 11:59:26.661 | 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.0 oslo.log-5.3.1 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-02-03 11:59:26.800 | + inc/python:pip_install:222 : result=0 2025-02-03 11:59:26.802 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 11:59:26.804 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:26.806 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:26.808 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:26.810 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:26.813 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:26.814 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 11:59:26.816 | + functions-common:time_stop:2407 : start_time=1738583962096 2025-02-03 11:59:26.818 | + functions-common:time_stop:2409 : [[ -z 1738583962096 ]] 2025-02-03 11:59:26.821 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:26.823 | + functions-common:time_stop:2412 : end_time=1738583966821 2025-02-03 11:59:26.825 | + functions-common:time_stop:2413 : elapsed_time=4725 2025-02-03 11:59:26.827 | + functions-common:time_stop:2414 : total=15585 2025-02-03 11:59:26.829 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:26.831 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20310 2025-02-03 11:59:26.833 | + inc/python:pip_install:225 : return 0 2025-02-03 11:59:26.834 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-02-03 11:59:26.836 | + inc/python:pip_install_gr:94 : local name=python-memcached 2025-02-03 11:59:26.838 | + inc/python:pip_install_gr:95 : local clean_name 2025-02-03 11:59:26.841 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2025-02-03 11:59:26.843 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2025-02-03 11:59:26.844 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-02-03 11:59:26.847 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-02-03 11:59:26.847 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-02-03 11:59:26.851 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2025-02-03 11:59:26.853 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2025-02-03 11:59:26.855 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2025-02-03 11:59:26.857 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2025-02-03 11:59:26.859 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2025-02-03 11:59:26.875 | Using python 3.10 to install python-memcached 2025-02-03 11:59:26.877 | + 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-02-03 11:59:27.765 | Collecting python-memcached 2025-02-03 11:59:27.766 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2025-02-03 11:59:27.770 | Requirement already satisfied: six>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-memcached) (1.16.0) 2025-02-03 11:59:27.771 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-02-03 11:59:27.977 | Installing collected packages: python-memcached 2025-02-03 11:59:28.001 | Successfully installed python-memcached-1.59 2025-02-03 11:59:28.076 | + inc/python:pip_install:222 : result=0 2025-02-03 11:59:28.079 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 11:59:28.081 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:28.083 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:28.085 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:28.087 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:28.089 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:28.091 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 11:59:28.092 | + functions-common:time_stop:2407 : start_time=1738583966871 2025-02-03 11:59:28.094 | + functions-common:time_stop:2409 : [[ -z 1738583966871 ]] 2025-02-03 11:59:28.097 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:28.100 | + functions-common:time_stop:2412 : end_time=1738583968098 2025-02-03 11:59:28.102 | + functions-common:time_stop:2413 : elapsed_time=1227 2025-02-03 11:59:28.103 | + functions-common:time_stop:2414 : total=20310 2025-02-03 11:59:28.105 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:28.107 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21537 2025-02-03 11:59:28.108 | + inc/python:pip_install:225 : return 0 2025-02-03 11:59:28.110 | + stack.sh:main:924 : is_service_enabled keystone 2025-02-03 11:59:28.126 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:28.128 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-02-03 11:59:28.130 | + stack.sh:main:926 : stack_install_service keystone 2025-02-03 11:59:28.132 | + lib/stack:stack_install_service:20 : local service=keystone 2025-02-03 11:59:28.134 | + lib/stack:stack_install_service:21 : type install_keystone 2025-02-03 11:59:28.138 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-02-03 11:59:28.141 | + lib/stack:stack_install_service:32 : install_keystone 2025-02-03 11:59:28.143 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-02-03 11:59:28.155 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 11:59:28.157 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2025-02-03 11:59:28.159 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2025-02-03 11:59:28.162 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2025-02-03 11:59:28.164 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-02-03 11:59:28.165 | + functions-common:git_clone:575 : local orig_dir 2025-02-03 11:59:28.170 | ++ functions-common:git_clone:576 : pwd 2025-02-03 11:59:28.172 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-02-03 11:59:28.173 | + functions-common:git_clone:577 : local git_clone_flags= 2025-02-03 11:59:28.175 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-02-03 11:59:28.187 | + functions-common:git_clone:579 : RECLONE=False 2025-02-03 11:59:28.189 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-02-03 11:59:28.191 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-02-03 11:59:28.193 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-02-03 11:59:28.195 | + functions-common:git_clone:593 : echo stable/2023.2 2025-02-03 11:59:28.195 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-02-03 11:59:28.199 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2025-02-03 11:59:28.201 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-02-03 11:59:28.202 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-02-03 11:59:28.204 | + functions-common:git_timed:680 : local count=0 2025-02-03 11:59:28.205 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 11:59:28.208 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 11:59:28.209 | + functions-common:git_timed:684 : timeout=0 2025-02-03 11:59:28.211 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 11:59:28.213 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 11:59:28.214 | + functions-common:time_start:2387 : local start_time= 2025-02-03 11:59:28.216 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 11:59:28.218 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 11:59:28.221 | + functions-common:time_start:2391 : _TIME_START[$name]=1738583968219 2025-02-03 11:59:28.223 | + 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-02-03 11:59:28.225 | Cloning into '/opt/stack//keystone'... 2025-02-03 11:59:30.777 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 11:59:30.779 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:30.781 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:30.783 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:30.784 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:30.786 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:30.788 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 11:59:30.789 | + functions-common:time_stop:2407 : start_time=1738583968219 2025-02-03 11:59:30.791 | + functions-common:time_stop:2409 : [[ -z 1738583968219 ]] 2025-02-03 11:59:30.793 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:30.796 | + functions-common:time_stop:2412 : end_time=1738583970794 2025-02-03 11:59:30.798 | + functions-common:time_stop:2413 : elapsed_time=2575 2025-02-03 11:59:30.800 | + functions-common:time_stop:2414 : total=5738 2025-02-03 11:59:30.802 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:30.804 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8313 2025-02-03 11:59:30.805 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2025-02-03 11:59:30.807 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-02-03 11:59:30.809 | + functions-common:git_timed:680 : local count=0 2025-02-03 11:59:30.810 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 11:59:30.812 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 11:59:30.814 | + functions-common:git_timed:684 : timeout=0 2025-02-03 11:59:30.816 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 11:59:30.817 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 11:59:30.819 | + functions-common:time_start:2387 : local start_time= 2025-02-03 11:59:30.821 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 11:59:30.823 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 11:59:30.826 | + functions-common:time_start:2391 : _TIME_START[$name]=1738583970824 2025-02-03 11:59:30.828 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-02-03 11:59:33.118 | From https://opendev.org/openstack/keystone 2025-02-03 11:59:33.119 | * branch stable/2023.2 -> FETCH_HEAD 2025-02-03 11:59:33.122 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 11:59:33.124 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:33.126 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:33.128 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:33.130 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:33.131 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:33.133 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 11:59:33.135 | + functions-common:time_stop:2407 : start_time=1738583970824 2025-02-03 11:59:33.137 | + functions-common:time_stop:2409 : [[ -z 1738583970824 ]] 2025-02-03 11:59:33.139 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:33.142 | + functions-common:time_stop:2412 : end_time=1738583973140 2025-02-03 11:59:33.144 | + functions-common:time_stop:2413 : elapsed_time=2316 2025-02-03 11:59:33.145 | + functions-common:time_stop:2414 : total=8313 2025-02-03 11:59:33.147 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:33.149 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10629 2025-02-03 11:59:33.150 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-02-03 11:59:33.152 | + functions-common:git_timed:680 : local count=0 2025-02-03 11:59:33.154 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 11:59:33.156 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 11:59:33.157 | + functions-common:git_timed:684 : timeout=0 2025-02-03 11:59:33.159 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 11:59:33.161 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 11:59:33.163 | + functions-common:time_start:2387 : local start_time= 2025-02-03 11:59:33.164 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 11:59:33.167 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 11:59:33.170 | + functions-common:time_start:2391 : _TIME_START[$name]=1738583973168 2025-02-03 11:59:33.171 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-03 11:59:33.260 | Note: switching to 'FETCH_HEAD'. 2025-02-03 11:59:33.260 | 2025-02-03 11:59:33.260 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-03 11:59:33.260 | changes and commit them, and you can discard any commits you make in this 2025-02-03 11:59:33.260 | state without impacting any branches by switching back to a branch. 2025-02-03 11:59:33.260 | 2025-02-03 11:59:33.260 | If you want to create a new branch to retain commits you create, you may 2025-02-03 11:59:33.260 | do so (now or later) by using -c with the switch command. Example: 2025-02-03 11:59:33.260 | 2025-02-03 11:59:33.260 | git switch -c 2025-02-03 11:59:33.260 | 2025-02-03 11:59:33.260 | Or undo this operation with: 2025-02-03 11:59:33.260 | 2025-02-03 11:59:33.260 | git switch - 2025-02-03 11:59:33.260 | 2025-02-03 11:59:33.260 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-03 11:59:33.260 | 2025-02-03 11:59:33.260 | HEAD is now at 1829ce0 Add keystone-manage reset_last_active command 2025-02-03 11:59:33.263 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 11:59:33.265 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:33.267 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:33.269 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:33.271 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:33.272 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:33.274 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 11:59:33.276 | + functions-common:time_stop:2407 : start_time=1738583973168 2025-02-03 11:59:33.277 | + functions-common:time_stop:2409 : [[ -z 1738583973168 ]] 2025-02-03 11:59:33.280 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:33.283 | + functions-common:time_stop:2412 : end_time=1738583973281 2025-02-03 11:59:33.284 | + functions-common:time_stop:2413 : elapsed_time=113 2025-02-03 11:59:33.286 | + functions-common:time_stop:2414 : total=10629 2025-02-03 11:59:33.288 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:33.289 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10742 2025-02-03 11:59:33.291 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-02-03 11:59:33.301 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2025-02-03 11:59:33.303 | + functions-common:git_clone:656 : git show --oneline 2025-02-03 11:59:33.303 | + functions-common:git_clone:656 : head -1 2025-02-03 11:59:33.307 | 1829ce0 Add keystone-manage reset_last_active command 2025-02-03 11:59:33.309 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-02-03 11:59:33.311 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-02-03 11:59:33.313 | + inc/python:setup_develop:360 : local bindep 2025-02-03 11:59:33.315 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-02-03 11:59:33.317 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2025-02-03 11:59:33.318 | + inc/python:setup_develop:366 : local extras= 2025-02-03 11:59:33.320 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-02-03 11:59:33.322 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-02-03 11:59:33.324 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2025-02-03 11:59:33.326 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2025-02-03 11:59:33.328 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-02-03 11:59:33.330 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-02-03 11:59:33.332 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2025-02-03 11:59:33.334 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-02-03 11:59:33.336 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2025-02-03 11:59:33.338 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-02-03 11:59:33.340 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-02-03 11:59:33.342 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-02-03 11:59:33.346 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2025-02-03 11:59:33.348 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-02-03 11:59:33.672 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2025-02-03 11:59:33.674 | + inc/python:setup_package:440 : local bindep=0 2025-02-03 11:59:33.676 | + inc/python:setup_package:441 : local bindep_flag= 2025-02-03 11:59:33.678 | + inc/python:setup_package:442 : local bindep_profiles= 2025-02-03 11:59:33.680 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2025-02-03 11:59:33.682 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2025-02-03 11:59:33.683 | + inc/python:setup_package:449 : local flags=-e 2025-02-03 11:59:33.685 | + inc/python:setup_package:450 : local extras= 2025-02-03 11:59:33.687 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-02-03 11:59:33.689 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-02-03 11:59:33.691 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-02-03 11:59:33.693 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-02-03 11:59:33.695 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-02-03 11:59:33.697 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2025-02-03 11:59:33.712 | Using python 3.10 to install /opt/stack/keystone 2025-02-03 11:59:33.714 | + 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-02-03 11:59:34.489 | Obtaining file:///opt/stack/keystone 2025-02-03 11:59:34.492 | Preparing metadata (setup.py): started 2025-02-03 11:59:35.127 | Preparing metadata (setup.py): finished with status 'done' 2025-02-03 11:59:35.182 | 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-02-03 11:59:35.183 | 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-02-03 11:59:35.279 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2025-02-03 11:59:35.281 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2025-02-03 11:59:35.304 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2025-02-03 11:59:35.306 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2025-02-03 11:59:35.526 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2025-02-03 11:59:35.528 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-02-03 11:59:35.930 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2025-02-03 11:59:35.932 | 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-02-03 11:59:35.935 | 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-02-03 11:59:35.955 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2025-02-03 11:59:35.957 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2025-02-03 11:59:35.959 | 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-02-03 11:59:35.959 | 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-02-03 11:59:36.013 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2025-02-03 11:59:36.015 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-02-03 11:59:36.072 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2025-02-03 11:59:36.074 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2025-02-03 11:59:36.076 | 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-02-03 11:59:36.077 | 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-02-03 11:59:36.077 | 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-02-03 11:59:36.135 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2025-02-03 11:59:36.137 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2025-02-03 11:59:36.186 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2025-02-03 11:59:36.189 | Using cached oslo.db-14.1.0-py3-none-any.whl.metadata (3.2 kB) 2025-02-03 11:59:36.190 | 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.0) 2025-02-03 11:59:36.191 | 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.1) 2025-02-03 11:59:36.229 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2025-02-03 11:59:36.231 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2025-02-03 11:59:36.273 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2025-02-03 11:59:36.275 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2025-02-03 11:59:36.276 | 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-02-03 11:59:36.299 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2025-02-03 11:59:36.301 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2025-02-03 11:59:36.303 | 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-02-03 11:59:36.325 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2025-02-03 11:59:36.327 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-02-03 11:59:36.358 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2025-02-03 11:59:36.359 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2025-02-03 11:59:36.388 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2025-02-03 11:59:36.390 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2025-02-03 11:59:36.391 | 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-02-03 11:59:36.430 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2025-02-03 11:59:36.432 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2025-02-03 11:59:36.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-02-03 11:59:36.435 | 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-02-03 11:59:36.461 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2025-02-03 11:59:36.463 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2025-02-03 11:59:36.464 | 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-02-03 11:59:36.656 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2025-02-03 11:59:36.658 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2025-02-03 11:59:36.663 | 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-02-03 11:59:36.709 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-02-03 11:59:36.710 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2025-02-03 11:59:36.738 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-02-03 11:59:36.739 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2025-02-03 11:59:36.761 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-02-03 11:59:36.762 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-02-03 11:59:36.791 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-02-03 11:59:36.792 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2025-02-03 11:59:36.820 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2025-02-03 11:59:36.821 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2025-02-03 11:59:36.828 | 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-02-03 11:59:36.869 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-02-03 11:59:36.871 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2025-02-03 11:59:36.907 | 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-02-03 11:59:36.909 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2025-02-03 11:59:36.932 | 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-02-03 11:59:36.934 | 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-02-03 11:59:36.979 | 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-02-03 11:59:36.980 | 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-02-03 11:59:36.981 | 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-02-03 11:59:36.982 | 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-02-03 11:59:37.049 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.051 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2025-02-03 11:59:37.071 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.072 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2025-02-03 11:59:37.089 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.091 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2025-02-03 11:59:37.116 | 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-02-03 11:59:37.118 | 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-02-03 11:59:37.175 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.177 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2025-02-03 11:59:37.205 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.206 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-02-03 11:59:37.208 | 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-02-03 11:59:37.257 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.259 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2025-02-03 11:59:37.280 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.282 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2025-02-03 11:59:37.330 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.332 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2025-02-03 11:59:37.366 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.367 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-02-03 11:59:37.384 | 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-02-03 11:59:37.414 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.416 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2025-02-03 11:59:37.437 | 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-02-03 11:59:37.441 | 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-02-03 11:59:37.441 | 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-02-03 11:59:37.441 | 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-02-03 11:59:37.502 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.504 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-02-03 11:59:37.589 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.591 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2025-02-03 11:59:37.617 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.619 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2025-02-03 11:59:37.660 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.662 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2025-02-03 11:59:37.971 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2025-02-03 11:59:37.973 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-02-03 11:59:38.050 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-02-03 11:59:38.052 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2025-02-03 11:59:38.082 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-02-03 11:59:38.084 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2025-02-03 11:59:38.159 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2025-02-03 11:59:38.171 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2025-02-03 11:59:38.194 | 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-02-03 11:59:38.324 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-02-03 11:59:38.326 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-02-03 11:59:38.361 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.7.0) 2025-02-03 11:59:38.451 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-02-03 11:59:38.453 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2025-02-03 11:59:38.497 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-02-03 11:59:38.500 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2025-02-03 11:59:38.551 | 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-02-03 11:59:38.553 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2025-02-03 11:59:38.574 | 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-02-03 11:59:38.576 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2025-02-03 11:59:38.598 | 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-02-03 11:59:38.599 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2025-02-03 11:59:38.638 | Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-02-03 11:59:38.640 | 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-02-03 11:59:38.669 | 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-02-03 11:59:38.671 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-02-03 11:59:38.672 | 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-02-03 11:59:38.729 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-02-03 11:59:38.731 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2025-02-03 11:59:38.811 | 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-02-03 11:59:38.812 | 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-02-03 11:59:38.813 | 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-02-03 11:59:38.814 | 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-02-03 11:59:38.880 | 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-02-03 11:59:38.972 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-02-03 11:59:38.974 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2025-02-03 11:59:39.117 | 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-02-03 11:59:39.119 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-02-03 11:59:39.215 | 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-02-03 11:59:39.288 | 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-02-03 11:59:39.289 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2025-02-03 11:59:39.548 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2025-02-03 11:59:39.553 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2025-02-03 11:59:39.574 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2025-02-03 11:59:39.576 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-02-03 11:59:39.579 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2025-02-03 11:59:39.582 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-02-03 11:59:39.584 | Using cached oslo.db-14.1.0-py3-none-any.whl (161 kB) 2025-02-03 11:59:39.588 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2025-02-03 11:59:39.592 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2025-02-03 11:59:39.594 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2025-02-03 11:59:39.597 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2025-02-03 11:59:39.599 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2025-02-03 11:59:39.602 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-02-03 11:59:39.607 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2025-02-03 11:59:39.609 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2025-02-03 11:59:39.614 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-02-03 11:59:39.620 | 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-02-03 11:59:39.629 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2025-02-03 11:59:39.633 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-02-03 11:59:39.636 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-02-03 11:59:39.639 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-02-03 11:59:39.641 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2025-02-03 11:59:39.643 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-02-03 11:59:39.648 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-02-03 11:59:39.651 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2025-02-03 11:59:39.655 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-02-03 11:59:39.657 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-02-03 11:59:39.660 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-02-03 11:59:39.663 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2025-02-03 11:59:39.665 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2025-02-03 11:59:39.667 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2025-02-03 11:59:39.671 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-02-03 11:59:39.673 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2025-02-03 11:59:39.676 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2025-02-03 11:59:39.677 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-02-03 11:59:39.680 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-02-03 11:59:39.682 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2025-02-03 11:59:39.685 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2025-02-03 11:59:39.689 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-02-03 11:59:39.692 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2025-02-03 11:59:39.694 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2025-02-03 11:59:39.699 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2025-02-03 11:59:39.704 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-02-03 11:59:39.707 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-02-03 11:59:39.710 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-02-03 11:59:39.716 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2025-02-03 11:59:39.718 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2025-02-03 11:59:39.721 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-02-03 11:59:39.723 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-02-03 11:59:39.725 | 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-02-03 11:59:39.728 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2025-02-03 11:59:39.730 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-02-03 11:59:39.733 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-02-03 11:59:39.735 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2025-02-03 11:59:39.738 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-02-03 11:59:40.331 | 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-02-03 11:59:44.692 | Running setup.py develop for keystone 2025-02-03 11:59:45.747 | 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.0 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-02-03 11:59:46.166 | + inc/python:pip_install:222 : result=0 2025-02-03 11:59:46.168 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 11:59:46.169 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:46.171 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:46.173 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:46.175 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:46.177 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:46.178 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 11:59:46.180 | + functions-common:time_stop:2407 : start_time=1738583973708 2025-02-03 11:59:46.182 | + functions-common:time_stop:2409 : [[ -z 1738583973708 ]] 2025-02-03 11:59:46.184 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:46.187 | + functions-common:time_stop:2412 : end_time=1738583986185 2025-02-03 11:59:46.189 | + functions-common:time_stop:2413 : elapsed_time=12477 2025-02-03 11:59:46.190 | + functions-common:time_stop:2414 : total=21537 2025-02-03 11:59:46.192 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:46.194 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34014 2025-02-03 11:59:46.196 | + inc/python:pip_install:225 : return 0 2025-02-03 11:59:46.197 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-02-03 11:59:46.199 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-02-03 11:59:46.201 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2025-02-03 11:59:46.203 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2025-02-03 11:59:46.205 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:46.207 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:46.209 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-02-03 11:59:46.210 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:46.213 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-02-03 11:59:46.226 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 11:59:46.227 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-02-03 11:59:46.229 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-02-03 11:59:46.231 | + stack.sh:main:927 : configure_keystone 2025-02-03 11:59:46.233 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-02-03 11:59:46.243 | + 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-02-03 11:59:46.245 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-02-03 11:59:46.248 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-02-03 11:59:46.260 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 11:59:46.262 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-02-03 11:59:46.287 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-02-03 11:59:46.309 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-02-03 11:59:46.335 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-02-03 11:59:46.359 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-02-03 11:59:46.384 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-02-03 11:59:46.409 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-02-03 11:59:46.434 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-02-03 11:59:46.458 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-02-03 11:59:46.460 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2025-02-03 11:59:46.463 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2025-02-03 11:59:46.464 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2025-02-03 11:59:46.466 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-02-03 11:59:46.468 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-02-03 11:59:46.481 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:46.484 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-02-03 11:59:46.486 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-02-03 11:59:46.488 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-02-03 11:59:46.501 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:46.503 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-03 11:59:46.506 | + 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-02-03 11:59:46.531 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-02-03 11:59:46.533 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-02-03 11:59:46.535 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-02-03 11:59:46.537 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-02-03 11:59:46.550 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 11:59:46.552 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-02-03 11:59:46.579 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-02-03 11:59:46.581 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-02-03 11:59:46.606 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-02-03 11:59:46.608 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-02-03 11:59:46.610 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-02-03 11:59:46.612 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2025-02-03 11:59:46.614 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-02-03 11:59:46.616 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-02-03 11:59:46.617 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-02-03 11:59:46.630 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:46.632 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-02-03 11:59:46.633 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-02-03 11:59:46.636 | + 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-02-03 11:59:46.664 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-02-03 11:59:46.666 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-02-03 11:59:46.667 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-02-03 11:59:46.669 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-02-03 11:59:46.672 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-03 11:59:46.686 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-03 11:59:46.688 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-03 11:59:46.690 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-03 11:59:46.692 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-03 11:59:46.694 | + 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-02-03 11:59:46.718 | + 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-02-03 11:59:46.743 | + 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-02-03 11:59:46.768 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-03 11:59:46.793 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-02-03 11:59:46.817 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-02-03 11:59:46.820 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /opt/stack/data/venv/bin/keystone-wsgi-public /identity 2025-02-03 11:59:46.822 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-02-03 11:59:46.824 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2025-02-03 11:59:46.826 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2025-02-03 11:59:46.828 | + lib/apache:write_uwsgi_config:244 : local http= 2025-02-03 11:59:46.830 | + lib/apache:write_uwsgi_config:245 : local name= 2025-02-03 11:59:46.833 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2025-02-03 11:59:46.836 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2025-02-03 11:59:46.838 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-02-03 11:59:46.840 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-02-03 11:59:46.850 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-02-03 11:59:46.851 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-02-03 11:59:46.857 | d /var/run/uwsgi 0755 stack root 2025-02-03 11:59:46.860 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-02-03 11:59:46.869 | /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-02-03 11:59:46.872 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-02-03 11:59:46.874 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-02-03 11:59:46.877 | + 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-02-03 11:59:46.903 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-02-03 11:59:46.926 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-02-03 11:59:46.948 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-02-03 11:59:46.970 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-02-03 11:59:46.992 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-02-03 11:59:47.015 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-02-03 11:59:47.039 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-02-03 11:59:47.062 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-02-03 11:59:47.084 | + 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-02-03 11:59:47.107 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-02-03 11:59:47.129 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-02-03 11:59:47.151 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-02-03 11:59:47.173 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-02-03 11:59:47.174 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-02-03 11:59:47.177 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2025-02-03 11:59:47.178 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2025-02-03 11:59:47.180 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-02-03 11:59:47.182 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:47.184 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:47.185 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-02-03 11:59:47.188 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-02-03 11:59:47.189 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-02-03 11:59:47.212 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-02-03 11:59:47.234 | + 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-02-03 11:59:47.234 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-02-03 11:59:47.240 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2025-02-03 11:59:47.243 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2025-02-03 11:59:47.245 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2025-02-03 11:59:47.246 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-02-03 11:59:47.248 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-02-03 11:59:47.250 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-02-03 11:59:47.252 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:47.254 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:47.255 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-02-03 11:59:47.257 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-02-03 11:59:47.259 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 11:59:47.261 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 11:59:47.262 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2025-02-03 11:59:47.295 | Enabling site keystone-wsgi-public. 2025-02-03 11:59:47.299 | To activate the new configuration, you need to run: 2025-02-03 11:59:47.299 | systemctl reload apache2 2025-02-03 11:59:47.302 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-02-03 11:59:47.304 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-02-03 11:59:47.306 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-02-03 11:59:47.308 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-02-03 11:59:47.407 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-02-03 11:59:47.431 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-02-03 11:59:47.456 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-02-03 11:59:47.480 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-02-03 11:59:47.482 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-02-03 11:59:47.508 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-02-03 11:59:47.530 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-02-03 11:59:47.553 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-02-03 11:59:47.578 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-02-03 11:59:47.580 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-02-03 11:59:47.582 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-02-03 11:59:47.605 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-02-03 11:59:47.628 | + stack.sh:main:931 : is_service_enabled swift 2025-02-03 11:59:47.641 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 11:59:47.643 | + stack.sh:main:945 : is_service_enabled g-api n-api 2025-02-03 11:59:47.656 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:47.658 | + stack.sh:main:947 : stack_install_service glance 2025-02-03 11:59:47.660 | + lib/stack:stack_install_service:20 : local service=glance 2025-02-03 11:59:47.662 | + lib/stack:stack_install_service:21 : type install_glance 2025-02-03 11:59:47.664 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-02-03 11:59:47.666 | + lib/stack:stack_install_service:32 : install_glance 2025-02-03 11:59:47.668 | + lib/glance:install_glance:510 : glance_store_extras=() 2025-02-03 11:59:47.670 | + lib/glance:install_glance:510 : local glance_store_extras 2025-02-03 11:59:47.672 | + lib/glance:install_glance:512 : is_service_enabled cinder 2025-02-03 11:59:47.684 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 11:59:47.686 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-02-03 11:59:47.688 | + lib/glance:install_glance:516 : is_service_enabled swift 2025-02-03 11:59:47.700 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 11:59:47.703 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2025-02-03 11:59:47.704 | + inc/python:use_library_from_git:272 : local name=glance_store 2025-02-03 11:59:47.706 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 11:59:47.708 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 11:59:47.710 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2025-02-03 11:59:47.712 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 11:59:47.715 | ++ lib/glance:install_glance:528 : join_extras cinder 2025-02-03 11:59:47.717 | ++ inc/python:join_extras:28 : local IFS=, 2025-02-03 11:59:47.719 | ++ inc/python:join_extras:29 : echo cinder 2025-02-03 11:59:47.721 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2025-02-03 11:59:47.723 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2025-02-03 11:59:47.725 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2025-02-03 11:59:47.727 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2025-02-03 11:59:47.730 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2025-02-03 11:59:47.732 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2025-02-03 11:59:47.734 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2025-02-03 11:59:47.737 | +++ inc/python:get_version_constraints_from_global_requirements:262 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-02-03 11:59:47.737 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2025-02-03 11:59:47.741 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2025-02-03 11:59:47.743 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2025-02-03 11:59:47.745 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2025-02-03 11:59:47.747 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2025-02-03 11:59:47.749 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2025-02-03 11:59:47.765 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-02-03 11:59:47.767 | + 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-02-03 11:59:48.700 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2025-02-03 11:59:48.703 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2025-02-03 11:59:48.736 | 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-02-03 11:59:48.737 | 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-02-03 11:59:48.738 | 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-02-03 11:59:48.738 | 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-02-03 11:59:48.739 | 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-02-03 11:59:48.740 | 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.0) 2025-02-03 11:59:48.741 | 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-02-03 11:59:48.741 | 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-02-03 11:59:48.742 | 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-02-03 11:59:48.743 | 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-02-03 11:59:48.743 | 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-02-03 11:59:48.797 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2025-02-03 11:59:48.799 | Using cached os_brick-6.4.2-py3-none-any.whl.metadata (1.5 kB) 2025-02-03 11:59:48.835 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2025-02-03 11:59:48.837 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2025-02-03 11:59:48.871 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2025-02-03 11:59:48.873 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-02-03 11:59:48.910 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2025-02-03 11:59:48.912 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2025-02-03 11:59:48.918 | 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-02-03 11:59:48.919 | 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-02-03 11:59:48.919 | 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-02-03 11:59:48.938 | 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-02-03 11:59:48.939 | 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-02-03 11:59:48.964 | 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-02-03 11:59:48.965 | 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-02-03 11:59:48.965 | 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-02-03 11:59:49.007 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2025-02-03 11:59:49.009 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2025-02-03 11:59:49.011 | 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-02-03 11:59:49.012 | 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.1) 2025-02-03 11:59:49.018 | 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-02-03 11:59:49.020 | 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-02-03 11:59:49.024 | 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-02-03 11:59:49.043 | 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-02-03 11:59:49.044 | 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-02-03 11:59:49.045 | 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-02-03 11:59:49.046 | 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-02-03 11:59:49.056 | 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-02-03 11:59:49.057 | 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-02-03 11:59:49.066 | 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-02-03 11:59:49.067 | 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-02-03 11:59:49.074 | 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-02-03 11:59:49.075 | 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-02-03 11:59:49.076 | 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-02-03 11:59:49.085 | 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-02-03 11:59:49.104 | 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-02-03 11:59:49.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-02-03 11:59:49.105 | 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-02-03 11:59:49.106 | 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-02-03 11:59:49.140 | 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-02-03 11:59:49.151 | 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-02-03 11:59:49.273 | 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-02-03 11:59:49.275 | 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-02-03 11:59:49.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-02-03 11:59:49.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-02-03 11:59:49.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-02-03 11:59:49.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-02-03 11:59:49.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-02-03 11:59:49.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-02-03 11:59:49.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-02-03 11:59:49.424 | 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-02-03 11:59:49.465 | 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-02-03 11:59:49.578 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2025-02-03 11:59:49.582 | Using cached os_brick-6.4.2-py3-none-any.whl (299 kB) 2025-02-03 11:59:49.587 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2025-02-03 11:59:49.590 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2025-02-03 11:59:49.594 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2025-02-03 11:59:49.597 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-02-03 11:59:49.974 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-02-03 11:59:50.733 | 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-02-03 11:59:50.834 | + inc/python:pip_install:222 : result=0 2025-02-03 11:59:50.836 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 11:59:50.838 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:50.840 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:50.842 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:50.844 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:50.846 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:50.848 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 11:59:50.849 | + functions-common:time_stop:2407 : start_time=1738583987761 2025-02-03 11:59:50.851 | + functions-common:time_stop:2409 : [[ -z 1738583987761 ]] 2025-02-03 11:59:50.854 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:50.857 | + functions-common:time_stop:2412 : end_time=1738583990855 2025-02-03 11:59:50.858 | + functions-common:time_stop:2413 : elapsed_time=3094 2025-02-03 11:59:50.860 | + functions-common:time_stop:2414 : total=34014 2025-02-03 11:59:50.862 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:50.864 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37108 2025-02-03 11:59:50.866 | + inc/python:pip_install:225 : return 0 2025-02-03 11:59:50.868 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2025-02-03 11:59:50.870 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2025-02-03 11:59:50.872 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2025-02-03 11:59:50.882 | + 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-02-03 11:59:50.886 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2025-02-03 11:59:50.888 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2025-02-03 11:59:50.890 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2025-02-03 11:59:50.891 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-02-03 11:59:50.893 | + functions-common:git_clone:575 : local orig_dir 2025-02-03 11:59:50.895 | ++ functions-common:git_clone:576 : pwd 2025-02-03 11:59:50.898 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-02-03 11:59:50.899 | + functions-common:git_clone:577 : local git_clone_flags= 2025-02-03 11:59:50.902 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-02-03 11:59:50.914 | + functions-common:git_clone:579 : RECLONE=False 2025-02-03 11:59:50.916 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-02-03 11:59:50.918 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-02-03 11:59:50.920 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-02-03 11:59:50.922 | + functions-common:git_clone:593 : echo stable/2023.2 2025-02-03 11:59:50.922 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-02-03 11:59:50.926 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2025-02-03 11:59:50.928 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-02-03 11:59:50.930 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-02-03 11:59:50.931 | + functions-common:git_timed:680 : local count=0 2025-02-03 11:59:50.933 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 11:59:50.935 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 11:59:50.936 | + functions-common:git_timed:684 : timeout=0 2025-02-03 11:59:50.938 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 11:59:50.940 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 11:59:50.941 | + functions-common:time_start:2387 : local start_time= 2025-02-03 11:59:50.943 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 11:59:50.945 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 11:59:50.948 | + functions-common:time_start:2391 : _TIME_START[$name]=1738583990946 2025-02-03 11:59:50.950 | + 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-02-03 11:59:50.953 | Cloning into '/opt/stack//glance'... 2025-02-03 11:59:53.086 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 11:59:53.088 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:53.090 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:53.092 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:53.093 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:53.095 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:53.097 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 11:59:53.099 | + functions-common:time_stop:2407 : start_time=1738583990946 2025-02-03 11:59:53.100 | + functions-common:time_stop:2409 : [[ -z 1738583990946 ]] 2025-02-03 11:59:53.103 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:53.106 | + functions-common:time_stop:2412 : end_time=1738583993103 2025-02-03 11:59:53.107 | + functions-common:time_stop:2413 : elapsed_time=2157 2025-02-03 11:59:53.109 | + functions-common:time_stop:2414 : total=10742 2025-02-03 11:59:53.111 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:53.112 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12899 2025-02-03 11:59:53.114 | + functions-common:git_clone:614 : cd /opt/stack//glance 2025-02-03 11:59:53.116 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-02-03 11:59:53.118 | + functions-common:git_timed:680 : local count=0 2025-02-03 11:59:53.120 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 11:59:53.121 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 11:59:53.123 | + functions-common:git_timed:684 : timeout=0 2025-02-03 11:59:53.125 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 11:59:53.127 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 11:59:53.128 | + functions-common:time_start:2387 : local start_time= 2025-02-03 11:59:53.130 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 11:59:53.133 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 11:59:53.135 | + functions-common:time_start:2391 : _TIME_START[$name]=1738583993133 2025-02-03 11:59:53.137 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-02-03 11:59:54.770 | From https://opendev.org/openstack/glance 2025-02-03 11:59:54.770 | * branch stable/2023.2 -> FETCH_HEAD 2025-02-03 11:59:54.774 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 11:59:54.776 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:54.778 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:54.779 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:54.781 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:54.783 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:54.785 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 11:59:54.787 | + functions-common:time_stop:2407 : start_time=1738583993133 2025-02-03 11:59:54.788 | + functions-common:time_stop:2409 : [[ -z 1738583993133 ]] 2025-02-03 11:59:54.791 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:54.794 | + functions-common:time_stop:2412 : end_time=1738583994792 2025-02-03 11:59:54.795 | + functions-common:time_stop:2413 : elapsed_time=1659 2025-02-03 11:59:54.797 | + functions-common:time_stop:2414 : total=12899 2025-02-03 11:59:54.799 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:54.801 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14558 2025-02-03 11:59:54.803 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-02-03 11:59:54.805 | + functions-common:git_timed:680 : local count=0 2025-02-03 11:59:54.806 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 11:59:54.808 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 11:59:54.810 | + functions-common:git_timed:684 : timeout=0 2025-02-03 11:59:54.812 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 11:59:54.814 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 11:59:54.816 | + functions-common:time_start:2387 : local start_time= 2025-02-03 11:59:54.818 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 11:59:54.820 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 11:59:54.823 | + functions-common:time_start:2391 : _TIME_START[$name]=1738583994821 2025-02-03 11:59:54.825 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-03 11:59:54.891 | Note: switching to 'FETCH_HEAD'. 2025-02-03 11:59:54.891 | 2025-02-03 11:59:54.891 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-03 11:59:54.891 | changes and commit them, and you can discard any commits you make in this 2025-02-03 11:59:54.891 | state without impacting any branches by switching back to a branch. 2025-02-03 11:59:54.891 | 2025-02-03 11:59:54.891 | If you want to create a new branch to retain commits you create, you may 2025-02-03 11:59:54.891 | do so (now or later) by using -c with the switch command. Example: 2025-02-03 11:59:54.891 | 2025-02-03 11:59:54.891 | git switch -c 2025-02-03 11:59:54.891 | 2025-02-03 11:59:54.891 | Or undo this operation with: 2025-02-03 11:59:54.891 | 2025-02-03 11:59:54.891 | git switch - 2025-02-03 11:59:54.891 | 2025-02-03 11:59:54.891 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-03 11:59:54.891 | 2025-02-03 11:59:54.891 | HEAD is now at 18453f8 Fixed typo in discovery.py 2025-02-03 11:59:54.895 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 11:59:54.897 | + functions-common:time_stop:2400 : local name 2025-02-03 11:59:54.899 | + functions-common:time_stop:2401 : local end_time 2025-02-03 11:59:54.900 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 11:59:54.902 | + functions-common:time_stop:2403 : local total 2025-02-03 11:59:54.904 | + functions-common:time_stop:2404 : local start_time 2025-02-03 11:59:54.906 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 11:59:54.908 | + functions-common:time_stop:2407 : start_time=1738583994821 2025-02-03 11:59:54.910 | + functions-common:time_stop:2409 : [[ -z 1738583994821 ]] 2025-02-03 11:59:54.912 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 11:59:54.915 | + functions-common:time_stop:2412 : end_time=1738583994913 2025-02-03 11:59:54.917 | + functions-common:time_stop:2413 : elapsed_time=92 2025-02-03 11:59:54.919 | + functions-common:time_stop:2414 : total=14558 2025-02-03 11:59:54.921 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 11:59:54.922 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14650 2025-02-03 11:59:54.924 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2025-02-03 11:59:54.934 | + functions-common:git_clone:655 : cd /opt/stack//glance 2025-02-03 11:59:54.937 | + functions-common:git_clone:656 : git show --oneline 2025-02-03 11:59:54.937 | + functions-common:git_clone:656 : head -1 2025-02-03 11:59:54.939 | 18453f8 Fixed typo in discovery.py 2025-02-03 11:59:54.941 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-02-03 11:59:54.943 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2025-02-03 11:59:54.945 | + inc/python:setup_develop:360 : local bindep 2025-02-03 11:59:54.947 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2025-02-03 11:59:54.949 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2025-02-03 11:59:54.951 | + inc/python:setup_develop:366 : local extras= 2025-02-03 11:59:54.953 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-02-03 11:59:54.955 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-02-03 11:59:54.957 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2025-02-03 11:59:54.959 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2025-02-03 11:59:54.960 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-02-03 11:59:54.962 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-02-03 11:59:54.965 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2025-02-03 11:59:54.967 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-02-03 11:59:54.969 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2025-02-03 11:59:54.971 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-02-03 11:59:54.973 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-02-03 11:59:54.975 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-02-03 11:59:54.979 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2025-02-03 11:59:54.981 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-02-03 11:59:55.305 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2025-02-03 11:59:55.307 | + inc/python:setup_package:440 : local bindep=0 2025-02-03 11:59:55.309 | + inc/python:setup_package:441 : local bindep_flag= 2025-02-03 11:59:55.311 | + inc/python:setup_package:442 : local bindep_profiles= 2025-02-03 11:59:55.313 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2025-02-03 11:59:55.315 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2025-02-03 11:59:55.317 | + inc/python:setup_package:449 : local flags=-e 2025-02-03 11:59:55.319 | + inc/python:setup_package:450 : local extras= 2025-02-03 11:59:55.321 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-02-03 11:59:55.322 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-02-03 11:59:55.324 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-02-03 11:59:55.326 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-02-03 11:59:55.328 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-02-03 11:59:55.330 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2025-02-03 11:59:55.346 | Using python 3.10 to install /opt/stack/glance 2025-02-03 11:59:55.348 | + 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-02-03 11:59:56.154 | Obtaining file:///opt/stack/glance 2025-02-03 11:59:56.155 | Preparing metadata (setup.py): started 2025-02-03 11:59:56.522 | Preparing metadata (setup.py): finished with status 'done' 2025-02-03 11:59:56.584 | 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-02-03 11:59:56.585 | 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-02-03 11:59:56.585 | 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-02-03 11:59:56.586 | 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-02-03 11:59:56.587 | 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-02-03 11:59:56.588 | 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-02-03 11:59:56.588 | 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-02-03 11:59:56.681 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2025-02-03 11:59:56.683 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2025-02-03 11:59:56.685 | 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-02-03 11:59:56.709 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2025-02-03 11:59:56.711 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2025-02-03 11:59:56.713 | 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-02-03 11:59:56.714 | 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-02-03 11:59:56.714 | 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-02-03 11:59:56.715 | 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-02-03 11:59:56.716 | 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-02-03 11:59:56.717 | 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-02-03 11:59:56.717 | 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-02-03 11:59:56.757 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2025-02-03 11:59:56.758 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2025-02-03 11:59:56.760 | 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-02-03 11:59:56.761 | 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-02-03 11:59:56.782 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2025-02-03 11:59:56.783 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2025-02-03 11:59:56.785 | 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-02-03 11:59:56.786 | 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-02-03 11:59:56.786 | 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-02-03 11:59:56.787 | 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-02-03 11:59:56.788 | 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-02-03 11:59:56.789 | 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.0) 2025-02-03 11:59:56.789 | 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.0) 2025-02-03 11:59:56.813 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2025-02-03 11:59:56.815 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-02-03 11:59:56.817 | 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.1) 2025-02-03 11:59:56.817 | 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-02-03 11:59:56.818 | 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-02-03 11:59:56.846 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2025-02-03 11:59:56.848 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-02-03 11:59:56.849 | 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-02-03 11:59:56.866 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2025-02-03 11:59:56.868 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2025-02-03 11:59:56.869 | 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-02-03 11:59:56.870 | 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-02-03 11:59:56.871 | 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-02-03 11:59:56.871 | 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-02-03 11:59:56.889 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2025-02-03 11:59:56.890 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2025-02-03 11:59:56.892 | 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-02-03 11:59:56.893 | 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-02-03 11:59:56.925 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2025-02-03 11:59:56.927 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-02-03 11:59:56.933 | 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-02-03 11:59:56.969 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2025-02-03 11:59:56.971 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2025-02-03 11:59:56.973 | 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-02-03 11:59:56.992 | 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-02-03 11:59:57.002 | 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-02-03 11:59:57.006 | 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-02-03 11:59:57.012 | 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-02-03 11:59:57.013 | 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-02-03 11:59:57.014 | 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-02-03 11:59:57.053 | 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-02-03 11:59:57.076 | 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-02-03 11:59:57.077 | 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-02-03 11:59:57.102 | 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-02-03 11:59:57.124 | 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-02-03 11:59:57.126 | 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-02-03 11:59:57.141 | 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-02-03 11:59:57.160 | 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-02-03 11:59:57.161 | 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-02-03 11:59:57.163 | 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-02-03 11:59:57.213 | 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-02-03 11:59:57.217 | 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-02-03 11:59:57.277 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-02-03 11:59:57.280 | Using cached openstacksdk-1.5.0-py3-none-any.whl.metadata (9.4 kB) 2025-02-03 11:59:57.304 | 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-02-03 11:59:57.306 | 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-02-03 11:59:57.332 | 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-02-03 11:59:57.333 | 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-02-03 11:59:57.334 | 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-02-03 11:59:57.335 | 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-02-03 11:59:57.336 | 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-02-03 11:59:57.347 | 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-02-03 11:59:57.348 | 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-02-03 11:59:57.350 | 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-02-03 11:59:57.479 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2025-02-03 11:59:57.481 | 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-02-03 11:59:57.504 | 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-02-03 11:59:57.505 | 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-02-03 11:59:57.506 | 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-02-03 11:59:57.507 | 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-02-03 11:59:57.540 | 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-02-03 11:59:57.570 | 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-02-03 11:59:57.619 | 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-02-03 11:59:57.881 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-02-03 11:59:57.883 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2025-02-03 11:59:57.926 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-02-03 11:59:57.928 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2025-02-03 11:59:57.953 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-02-03 11:59:57.955 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2025-02-03 11:59:57.957 | 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-02-03 11:59:58.002 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-02-03 11:59:58.002 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-02-03 11:59:58.085 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-02-03 11:59:58.087 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-02-03 11:59:58.101 | 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-02-03 11:59:58.172 | 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-02-03 11:59:58.281 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2025-02-03 11:59:58.283 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2025-02-03 11:59:58.298 | 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-02-03 11:59:58.414 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-02-03 11:59:58.417 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2025-02-03 11:59:58.419 | 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-02-03 11:59:58.420 | 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-02-03 11:59:58.440 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-02-03 11:59:58.441 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-02-03 11:59:58.468 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-02-03 11:59:58.469 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2025-02-03 11:59:58.487 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-02-03 11:59:58.489 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-02-03 11:59:58.549 | 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-02-03 11:59:58.564 | 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-02-03 11:59:58.586 | 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-02-03 11:59:58.589 | 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-02-03 11:59:58.752 | Collecting cliff!=2.9.0,>=2.8.0 (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-02-03 11:59:58.754 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-02-03 11:59:58.842 | 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-02-03 11:59:58.843 | 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-02-03 11:59:58.844 | 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-02-03 11:59:58.844 | 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-02-03 11:59:58.953 | 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-02-03 11:59:59.186 | 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-02-03 11:59:59.189 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2025-02-03 11:59:59.237 | 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-02-03 11:59:59.239 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2025-02-03 11:59:59.433 | 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-02-03 11:59:59.436 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2025-02-03 11:59:59.736 | 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-02-03 11:59:59.736 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-02-03 11:59:59.804 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2025-02-03 11:59:59.813 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-02-03 11:59:59.816 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2025-02-03 11:59:59.818 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2025-02-03 11:59:59.821 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2025-02-03 11:59:59.823 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2025-02-03 11:59:59.825 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2025-02-03 11:59:59.828 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2025-02-03 11:59:59.833 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2025-02-03 11:59:59.835 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2025-02-03 11:59:59.837 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-02-03 11:59:59.840 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2025-02-03 11:59:59.852 | Using cached openstacksdk-1.5.0-py3-none-any.whl (1.7 MB) 2025-02-03 11:59:59.864 | 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-02-03 11:59:59.868 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-02-03 11:59:59.871 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2025-02-03 11:59:59.874 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-02-03 11:59:59.877 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-02-03 11:59:59.879 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-02-03 11:59:59.881 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2025-02-03 11:59:59.883 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-02-03 11:59:59.885 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-02-03 11:59:59.887 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-02-03 11:59:59.891 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-02-03 11:59:59.894 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2025-02-03 12:00:00.232 | 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-02-03 12:00:03.450 | Running setup.py develop for glance 2025-02-03 12:00:04.661 | 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.0 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-02-03 12:00:04.812 | + inc/python:pip_install:222 : result=0 2025-02-03 12:00:04.814 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 12:00:04.816 | + functions-common:time_stop:2400 : local name 2025-02-03 12:00:04.818 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:00:04.820 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:00:04.822 | + functions-common:time_stop:2403 : local total 2025-02-03 12:00:04.824 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:00:04.826 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 12:00:04.827 | + functions-common:time_stop:2407 : start_time=1738583995342 2025-02-03 12:00:04.829 | + functions-common:time_stop:2409 : [[ -z 1738583995342 ]] 2025-02-03 12:00:04.831 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:00:04.834 | + functions-common:time_stop:2412 : end_time=1738584004832 2025-02-03 12:00:04.836 | + functions-common:time_stop:2413 : elapsed_time=9490 2025-02-03 12:00:04.838 | + functions-common:time_stop:2414 : total=37108 2025-02-03 12:00:04.840 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:00:04.841 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=46598 2025-02-03 12:00:04.843 | + inc/python:pip_install:225 : return 0 2025-02-03 12:00:04.845 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-02-03 12:00:04.847 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-02-03 12:00:04.849 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2025-02-03 12:00:04.851 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2025-02-03 12:00:04.853 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 12:00:04.854 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 12:00:04.856 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-02-03 12:00:04.858 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 12:00:04.860 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-02-03 12:00:04.862 | + stack.sh:main:948 : configure_glance 2025-02-03 12:00:04.864 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-02-03 12:00:04.874 | + lib/glance:configure_glance:325 : local dburl 2025-02-03 12:00:04.876 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2025-02-03 12:00:04.878 | ++ lib/database:database_connection_url:134 : local db=glance 2025-02-03 12:00:04.880 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-02-03 12:00:04.882 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2025-02-03 12:00:04.883 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-02-03 12:00:04.885 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-02-03 12:00:04.887 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-02-03 12:00:04.899 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:00:04.900 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-02-03 12:00:04.902 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-02-03 12:00:04.904 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-02-03 12:00:04.906 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-02-03 12:00:04.929 | + 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-02-03 12:00:04.953 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-02-03 12:00:04.975 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-02-03 12:00:04.997 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-02-03 12:00:05.023 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-02-03 12:00:05.051 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-02-03 12:00:05.052 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-02-03 12:00:05.054 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-02-03 12:00:05.056 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-02-03 12:00:05.058 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-02-03 12:00:05.082 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-02-03 12:00:05.104 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-02-03 12:00:05.125 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-02-03 12:00:05.147 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-02-03 12:00:05.168 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-02-03 12:00:05.190 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-02-03 12:00:05.212 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-02-03 12:00:05.236 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-02-03 12:00:05.259 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-02-03 12:00:05.282 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-02-03 12:00:05.307 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-02-03 12:00:05.308 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2025-02-03 12:00:05.310 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2025-02-03 12:00:05.312 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-02-03 12:00:05.314 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-02-03 12:00:05.316 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-02-03 12:00:05.328 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:00:05.330 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-02-03 12:00:05.332 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-02-03 12:00:05.334 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-02-03 12:00:05.346 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:00:05.347 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-03 12:00:05.350 | + 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-02-03 12:00:05.372 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-02-03 12:00:05.374 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-02-03 12:00:05.376 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2025-02-03 12:00:05.378 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-02-03 12:00:05.400 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-02-03 12:00:05.422 | + lib/glance:configure_glance:345 : configure_glance_store False False 2025-02-03 12:00:05.424 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2025-02-03 12:00:05.426 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2025-02-03 12:00:05.428 | + lib/glance:configure_glance_store:253 : local be 2025-02-03 12:00:05.430 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2025-02-03 12:00:05.432 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2025-02-03 12:00:05.434 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-02-03 12:00:05.457 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2025-02-03 12:00:05.459 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-02-03 12:00:05.488 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2025-02-03 12:00:05.490 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2025-02-03 12:00:05.504 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:00:05.506 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-02-03 12:00:05.528 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2025-02-03 12:00:05.541 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:00:05.543 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2025-02-03 12:00:05.545 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-02-03 12:00:05.546 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-02-03 12:00:05.549 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-03 12:00:05.561 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-03 12:00:05.563 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-03 12:00:05.565 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-03 12:00:05.567 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-03 12:00:05.568 | + 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-02-03 12:00:05.590 | + 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-02-03 12:00:05.613 | + 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-02-03 12:00:05.635 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-03 12:00:05.658 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-02-03 12:00:05.661 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-02-03 12:00:05.686 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-02-03 12:00:05.708 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-02-03 12:00:05.731 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-02-03 12:00:05.754 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-02-03 12:00:05.776 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-02-03 12:00:05.798 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-02-03 12:00:05.821 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-02-03 12:00:05.846 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-02-03 12:00:05.870 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-02-03 12:00:05.896 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-02-03 12:00:05.919 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-02-03 12:00:05.923 | + 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-02-03 12:00:05.927 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2025-02-03 12:00:05.939 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:00:05.941 | + lib/glance:configure_glance:420 : [[ False == False ]] 2025-02-03 12:00:05.942 | + 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-02-03 12:00:05.944 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2025-02-03 12:00:05.946 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2025-02-03 12:00:05.948 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2025-02-03 12:00:05.950 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2025-02-03 12:00:05.953 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2025-02-03 12:00:05.954 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2025-02-03 12:00:05.957 | + 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-02-03 12:00:05.981 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2025-02-03 12:00:05.983 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-02-03 12:00:05.984 | ++ functions:get_random_port:848 : true 2025-02-03 12:00:05.986 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-02-03 12:00:05.988 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-02-03 12:00:05.989 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-02-03 12:00:06.042 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-02-03 12:00:06.043 | ++ functions:get_random_port:852 : break 2 2025-02-03 12:00:06.045 | ++ functions:get_random_port:856 : echo 60999 2025-02-03 12:00:06.047 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2025-02-03 12:00:06.049 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-02-03 12:00:06.071 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-02-03 12:00:06.093 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-02-03 12:00:06.114 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-02-03 12:00:06.136 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-02-03 12:00:06.158 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-02-03 12:00:06.180 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-02-03 12:00:06.202 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-02-03 12:00:06.224 | + 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-02-03 12:00:06.246 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-02-03 12:00:06.268 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-02-03 12:00:06.290 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-02-03 12:00:06.312 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-02-03 12:00:06.333 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-02-03 12:00:06.355 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-02-03 12:00:06.377 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-02-03 12:00:06.400 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-02-03 12:00:06.424 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-02-03 12:00:06.447 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-02-03 12:00:06.470 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2025-02-03 12:00:06.471 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2025-02-03 12:00:06.473 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-02-03 12:00:06.475 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:00:06.477 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:00:06.479 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-02-03 12:00:06.481 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2025-02-03 12:00:06.511 | proxy (enabled by site administrator) 2025-02-03 12:00:06.513 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2025-02-03 12:00:06.515 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2025-02-03 12:00:06.517 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-02-03 12:00:06.519 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:00:06.521 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:00:06.523 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-02-03 12:00:06.525 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2025-02-03 12:00:06.553 | No module matches proxy_http 2025-02-03 12:00:06.556 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2025-02-03 12:00:06.590 | Considering dependency proxy for proxy_http: 2025-02-03 12:00:06.590 | Module proxy already enabled 2025-02-03 12:00:06.590 | Enabling module proxy_http. 2025-02-03 12:00:06.594 | To activate the new configuration, you need to run: 2025-02-03 12:00:06.594 | systemctl restart apache2 2025-02-03 12:00:06.598 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2025-02-03 12:00:06.599 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-02-03 12:00:06.601 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-02-03 12:00:06.603 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-02-03 12:00:06.709 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2025-02-03 12:00:06.712 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2025-02-03 12:00:06.714 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2025-02-03 12:00:06.716 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-02-03 12:00:06.718 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:00:06.720 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:00:06.721 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-02-03 12:00:06.724 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-02-03 12:00:06.726 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-02-03 12:00:06.726 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2025-02-03 12:00:06.733 | KeepAlive Off 2025-02-03 12:00:06.737 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-02-03 12:00:06.737 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2025-02-03 12:00:06.743 | SetEnv proxy-sendchunked 1 2025-02-03 12:00:06.747 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2025-02-03 12:00:06.747 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-02-03 12:00:06.753 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2025-02-03 12:00:06.756 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2025-02-03 12:00:06.757 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2025-02-03 12:00:06.759 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-02-03 12:00:06.761 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-02-03 12:00:06.763 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-02-03 12:00:06.764 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:00:06.766 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:00:06.768 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-02-03 12:00:06.770 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-02-03 12:00:06.771 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:00:06.773 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:00:06.775 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2025-02-03 12:00:06.807 | Enabling site glance-wsgi-api. 2025-02-03 12:00:06.811 | To activate the new configuration, you need to run: 2025-02-03 12:00:06.811 | systemctl reload apache2 2025-02-03 12:00:06.815 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2025-02-03 12:00:06.816 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-02-03 12:00:06.818 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-02-03 12:00:06.820 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-02-03 12:00:06.917 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-02-03 12:00:06.921 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-02-03 12:00:06.944 | + lib/glance:configure_glance:434 : [[ True == True ]] 2025-02-03 12:00:06.946 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2025-02-03 12:00:06.972 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2025-02-03 12:00:06.995 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2025-02-03 12:00:07.018 | + stack.sh:main:951 : is_service_enabled cinder 2025-02-03 12:00:07.031 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:00:07.033 | + stack.sh:main:953 : stack_install_service cinder 2025-02-03 12:00:07.035 | + lib/stack:stack_install_service:20 : local service=cinder 2025-02-03 12:00:07.037 | + lib/stack:stack_install_service:21 : type install_cinder 2025-02-03 12:00:07.039 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-02-03 12:00:07.041 | + lib/stack:stack_install_service:32 : install_cinder 2025-02-03 12:00:07.043 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2025-02-03 12:00:07.045 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2025-02-03 12:00:07.047 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2025-02-03 12:00:07.049 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-02-03 12:00:07.050 | + functions-common:git_clone:575 : local orig_dir 2025-02-03 12:00:07.053 | ++ functions-common:git_clone:576 : pwd 2025-02-03 12:00:07.055 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-02-03 12:00:07.057 | + functions-common:git_clone:577 : local git_clone_flags= 2025-02-03 12:00:07.059 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-02-03 12:00:07.071 | + functions-common:git_clone:579 : RECLONE=False 2025-02-03 12:00:07.073 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-02-03 12:00:07.075 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-02-03 12:00:07.077 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-02-03 12:00:07.079 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-02-03 12:00:07.079 | + functions-common:git_clone:593 : echo stable/2023.2 2025-02-03 12:00:07.083 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2025-02-03 12:00:07.084 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-02-03 12:00:07.086 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-02-03 12:00:07.088 | + functions-common:git_timed:680 : local count=0 2025-02-03 12:00:07.090 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 12:00:07.091 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:00:07.093 | + functions-common:git_timed:684 : timeout=0 2025-02-03 12:00:07.095 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:00:07.097 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:00:07.098 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:00:07.100 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:00:07.102 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:00:07.105 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584007103 2025-02-03 12:00:07.107 | + 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-02-03 12:00:07.110 | Cloning into '/opt/stack//cinder'... 2025-02-03 12:00:10.527 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:00:10.529 | + functions-common:time_stop:2400 : local name 2025-02-03 12:00:10.531 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:00:10.533 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:00:10.534 | + functions-common:time_stop:2403 : local total 2025-02-03 12:00:10.536 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:00:10.538 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:00:10.539 | + functions-common:time_stop:2407 : start_time=1738584007103 2025-02-03 12:00:10.541 | + functions-common:time_stop:2409 : [[ -z 1738584007103 ]] 2025-02-03 12:00:10.544 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:00:10.546 | + functions-common:time_stop:2412 : end_time=1738584010544 2025-02-03 12:00:10.548 | + functions-common:time_stop:2413 : elapsed_time=3441 2025-02-03 12:00:10.550 | + functions-common:time_stop:2414 : total=14650 2025-02-03 12:00:10.552 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:00:10.553 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=18091 2025-02-03 12:00:10.555 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2025-02-03 12:00:10.557 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-02-03 12:00:10.559 | + functions-common:git_timed:680 : local count=0 2025-02-03 12:00:10.561 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 12:00:10.562 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:00:10.564 | + functions-common:git_timed:684 : timeout=0 2025-02-03 12:00:10.566 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:00:10.567 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:00:10.570 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:00:10.571 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:00:10.575 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:00:10.577 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584010574 2025-02-03 12:00:10.578 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-02-03 12:00:13.557 | From https://opendev.org/openstack/cinder 2025-02-03 12:00:13.557 | * branch stable/2023.2 -> FETCH_HEAD 2025-02-03 12:00:13.561 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:00:13.563 | + functions-common:time_stop:2400 : local name 2025-02-03 12:00:13.565 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:00:13.567 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:00:13.569 | + functions-common:time_stop:2403 : local total 2025-02-03 12:00:13.570 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:00:13.572 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:00:13.574 | + functions-common:time_stop:2407 : start_time=1738584010574 2025-02-03 12:00:13.576 | + functions-common:time_stop:2409 : [[ -z 1738584010574 ]] 2025-02-03 12:00:13.578 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:00:13.581 | + functions-common:time_stop:2412 : end_time=1738584013579 2025-02-03 12:00:13.583 | + functions-common:time_stop:2413 : elapsed_time=3005 2025-02-03 12:00:13.585 | + functions-common:time_stop:2414 : total=18091 2025-02-03 12:00:13.586 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:00:13.588 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21096 2025-02-03 12:00:13.590 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-02-03 12:00:13.592 | + functions-common:git_timed:680 : local count=0 2025-02-03 12:00:13.594 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 12:00:13.595 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:00:13.597 | + functions-common:git_timed:684 : timeout=0 2025-02-03 12:00:13.599 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:00:13.601 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:00:13.603 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:00:13.604 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:00:13.607 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:00:13.610 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584013608 2025-02-03 12:00:13.612 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-03 12:00:13.854 | Note: switching to 'FETCH_HEAD'. 2025-02-03 12:00:13.854 | 2025-02-03 12:00:13.854 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-03 12:00:13.854 | changes and commit them, and you can discard any commits you make in this 2025-02-03 12:00:13.854 | state without impacting any branches by switching back to a branch. 2025-02-03 12:00:13.854 | 2025-02-03 12:00:13.854 | If you want to create a new branch to retain commits you create, you may 2025-02-03 12:00:13.854 | do so (now or later) by using -c with the switch command. Example: 2025-02-03 12:00:13.854 | 2025-02-03 12:00:13.854 | git switch -c 2025-02-03 12:00:13.854 | 2025-02-03 12:00:13.854 | Or undo this operation with: 2025-02-03 12:00:13.854 | 2025-02-03 12:00:13.854 | git switch - 2025-02-03 12:00:13.854 | 2025-02-03 12:00:13.854 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-03 12:00:13.854 | 2025-02-03 12:00:13.854 | HEAD is now at 0480073 NFS update volume attachment format during volume snapshot 2025-02-03 12:00:13.858 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:00:13.860 | + functions-common:time_stop:2400 : local name 2025-02-03 12:00:13.861 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:00:13.863 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:00:13.865 | + functions-common:time_stop:2403 : local total 2025-02-03 12:00:13.867 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:00:13.869 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:00:13.870 | + functions-common:time_stop:2407 : start_time=1738584013608 2025-02-03 12:00:13.872 | + functions-common:time_stop:2409 : [[ -z 1738584013608 ]] 2025-02-03 12:00:13.875 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:00:13.878 | + functions-common:time_stop:2412 : end_time=1738584013876 2025-02-03 12:00:13.880 | + functions-common:time_stop:2413 : elapsed_time=268 2025-02-03 12:00:13.882 | + functions-common:time_stop:2414 : total=21096 2025-02-03 12:00:13.883 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:00:13.885 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21364 2025-02-03 12:00:13.887 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-02-03 12:00:13.897 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2025-02-03 12:00:13.900 | + functions-common:git_clone:656 : git show --oneline 2025-02-03 12:00:13.900 | + functions-common:git_clone:656 : head -1 2025-02-03 12:00:13.905 | 0480073 NFS update volume attachment format during volume snapshot 2025-02-03 12:00:13.908 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-02-03 12:00:13.910 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2025-02-03 12:00:13.912 | + inc/python:setup_develop:360 : local bindep 2025-02-03 12:00:13.914 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-02-03 12:00:13.916 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2025-02-03 12:00:13.918 | + inc/python:setup_develop:366 : local extras= 2025-02-03 12:00:13.920 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-02-03 12:00:13.922 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-02-03 12:00:13.924 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2025-02-03 12:00:13.926 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2025-02-03 12:00:13.928 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-02-03 12:00:13.930 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-02-03 12:00:13.932 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2025-02-03 12:00:13.934 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-02-03 12:00:13.936 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2025-02-03 12:00:13.938 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-02-03 12:00:13.940 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-02-03 12:00:13.943 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-02-03 12:00:13.947 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2025-02-03 12:00:13.949 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-02-03 12:00:14.274 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2025-02-03 12:00:14.277 | + inc/python:setup_package:440 : local bindep=0 2025-02-03 12:00:14.278 | + inc/python:setup_package:441 : local bindep_flag= 2025-02-03 12:00:14.280 | + inc/python:setup_package:442 : local bindep_profiles= 2025-02-03 12:00:14.282 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2025-02-03 12:00:14.284 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2025-02-03 12:00:14.286 | + inc/python:setup_package:449 : local flags=-e 2025-02-03 12:00:14.288 | + inc/python:setup_package:450 : local extras= 2025-02-03 12:00:14.290 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-02-03 12:00:14.292 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-02-03 12:00:14.294 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-02-03 12:00:14.296 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-02-03 12:00:14.298 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-02-03 12:00:14.300 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2025-02-03 12:00:14.315 | Using python 3.10 to install /opt/stack/cinder 2025-02-03 12:00:14.317 | + 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-02-03 12:00:15.137 | Obtaining file:///opt/stack/cinder 2025-02-03 12:00:15.138 | Preparing metadata (setup.py): started 2025-02-03 12:00:15.685 | Preparing metadata (setup.py): finished with status 'done' 2025-02-03 12:00:15.773 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.11.1) 2025-02-03 12:00:15.773 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.1.1) 2025-02-03 12:00:15.774 | 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.dev31) (0.33.3) 2025-02-03 12:00:15.775 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (2.0.2) 2025-02-03 12:00:15.776 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (0.22.0) 2025-02-03 12:00:15.776 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (6.0.1) 2025-02-03 12:00:15.777 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (1.1.0) 2025-02-03 12:00:15.778 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (4.17.3) 2025-02-03 12:00:15.778 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.3.0) 2025-02-03 12:00:15.779 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (10.4.1) 2025-02-03 12:00:16.071 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev31) 2025-02-03 12:00:16.073 | 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-02-03 12:00:16.101 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev31) 2025-02-03 12:00:16.103 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2025-02-03 12:00:16.105 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (9.2.0) 2025-02-03 12:00:16.105 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.2.0) 2025-02-03 12:00:16.106 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.2.0) 2025-02-03 12:00:16.107 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (14.1.0) 2025-02-03 12:00:16.108 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.3.1) 2025-02-03 12:00:16.109 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (14.4.2) 2025-02-03 12:00:16.110 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.2.0) 2025-02-03 12:00:16.110 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (4.2.1) 2025-02-03 12:00:16.111 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (3.2.0) 2025-02-03 12:00:16.112 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (3.1.0) 2025-02-03 12:00:16.113 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (7.1.0) 2025-02-03 12:00:16.113 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.2.1) 2025-02-03 12:00:16.114 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (3.2.1) 2025-02-03 12:00:16.115 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (2.2.0) 2025-02-03 12:00:16.115 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (6.2.1) 2025-02-03 12:00:16.149 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev31) 2025-02-03 12:00:16.151 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2025-02-03 12:00:16.153 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (4.1.0) 2025-02-03 12:00:16.153 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (23.1) 2025-02-03 12:00:16.192 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev31) 2025-02-03 12:00:16.194 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2025-02-03 12:00:16.196 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (3.5.2) 2025-02-03 12:00:16.198 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (3.0.1) 2025-02-03 12:00:16.198 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.9.5) 2025-02-03 12:00:16.198 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (3.0.9) 2025-02-03 12:00:16.198 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.6.1) 2025-02-03 12:00:16.233 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev31) 2025-02-03 12:00:16.235 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-02-03 12:00:16.236 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.2.0) 2025-02-03 12:00:16.273 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev31) 2025-02-03 12:00:16.275 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2025-02-03 12:00:16.309 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev31) 2025-02-03 12:00:16.311 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-02-03 12:00:16.313 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (2023.3) 2025-02-03 12:00:16.313 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (2.28.2) 2025-02-03 12:00:16.314 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (2.5.1) 2025-02-03 12:00:16.315 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.4.0) 2025-02-03 12:00:16.338 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev31) 2025-02-03 12:00:16.338 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-02-03 12:00:16.344 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (1.16.0) 2025-02-03 12:00:16.344 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (1.4.41) 2025-02-03 12:00:16.345 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.1.0) 2025-02-03 12:00:16.366 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev31) 2025-02-03 12:00:16.368 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-02-03 12:00:16.371 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (6.3.1) 2025-02-03 12:00:16.371 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (1.8.7) 2025-02-03 12:00:16.372 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (6.1.0) 2025-02-03 12:00:16.408 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev31) 2025-02-03 12:00:16.410 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-02-03 12:00:16.412 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (6.4.2) 2025-02-03 12:00:16.413 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.9.0) 2025-02-03 12:00:16.456 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev31) 2025-02-03 12:00:16.457 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2025-02-03 12:00:16.606 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev31) 2025-02-03 12:00:16.608 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-02-03 12:00:16.611 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (4.3.0) 2025-02-03 12:00:16.611 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (40.0.2) 2025-02-03 12:00:16.611 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (0.2.3) 2025-02-03 12:00:16.676 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev31) 2025-02-03 12:00:16.677 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2025-02-03 12:00:17.191 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev31) 2025-02-03 12:00:17.193 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2025-02-03 12:00:17.849 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev31) 2025-02-03 12:00:17.851 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2025-02-03 12:00:17.853 | 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.dev31) (1.0.1) 2025-02-03 12:00:17.881 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev31) 2025-02-03 12:00:17.883 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2025-02-03 12:00:17.912 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev31) (1.15.1) 2025-02-03 12:00:17.924 | 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.dev31) (2.3.0) 2025-02-03 12:00:18.020 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev31) 2025-02-03 12:00:18.023 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-02-03 12:00:18.044 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev31) 2025-02-03 12:00:18.045 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2025-02-03 12:00:18.141 | 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.dev31) 2025-02-03 12:00:18.143 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2025-02-03 12:00:18.166 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev31) 2025-02-03 12:00:18.168 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-02-03 12:00:18.254 | 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.dev31) (3.15.0) 2025-02-03 12:00:18.275 | 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.dev31) (23.1.0) 2025-02-03 12:00:18.276 | 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.dev31) (0.19.3) 2025-02-03 12:00:18.302 | 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.dev31) (1.7.0) 2025-02-03 12:00:18.325 | 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.dev31) (3.5.0) 2025-02-03 12:00:18.327 | 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.dev31) (3.1.1) 2025-02-03 12:00:18.375 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev31) 2025-02-03 12:00:18.378 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2025-02-03 12:00:18.410 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev31) 2025-02-03 12:00:18.412 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2025-02-03 12:00:18.438 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev31) 2025-02-03 12:00:18.439 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-02-03 12:00:18.467 | 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.dev31) (0.18) 2025-02-03 12:00:18.488 | 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.dev31) (6.0) 2025-02-03 12:00:18.488 | 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.dev31) (2.5.0) 2025-02-03 12:00:18.491 | 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.dev31) (0.8.0) 2025-02-03 12:00:18.491 | 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.dev31) (2.0.0) 2025-02-03 12:00:18.515 | 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.dev31) (1.9.4) 2025-02-03 12:00:18.517 | 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.dev31) (2.0.1) 2025-02-03 12:00:18.518 | 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.dev31) (0.5.0) 2025-02-03 12:00:18.545 | 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.dev31) (2.8.2) 2025-02-03 12:00:18.547 | 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.dev31) (0.9.6) 2025-02-03 12:00:18.573 | 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.dev31) (5.1.1) 2025-02-03 12:00:18.574 | 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.dev31) (5.3.0) 2025-02-03 12:00:18.575 | 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.dev31) (2.4.1) 2025-02-03 12:00:18.576 | 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.dev31) (5.2.4) 2025-02-03 12:00:18.577 | 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.dev31) (0.7.0) 2025-02-03 12:00:18.589 | 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.dev31) (3.1.2) 2025-02-03 12:00:18.590 | 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.dev31) (4.0.1) 2025-02-03 12:00:18.592 | 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.dev31) (4.0.1) 2025-02-03 12:00:18.612 | 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.dev31) (1.0.5) 2025-02-03 12:00:18.637 | 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.dev31) (2023.3) 2025-02-03 12:00:18.652 | 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.dev31) (1.4.0) 2025-02-03 12:00:18.653 | 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.dev31) (4.0.1) 2025-02-03 12:00:18.664 | 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.dev31) (3.7.0) 2025-02-03 12:00:18.676 | 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.dev31) (0.11.0) 2025-02-03 12:00:18.707 | 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.dev31) (0.7.1) 2025-02-03 12:00:18.736 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev31) 2025-02-03 12:00:18.738 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2025-02-03 12:00:18.739 | 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.dev31) (1.26.15) 2025-02-03 12:00:18.825 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev31) 2025-02-03 12:00:18.827 | 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-02-03 12:00:18.841 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev31) (69.1.1) 2025-02-03 12:00:18.907 | 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.dev31) (4.3.0) 2025-02-03 12:00:18.926 | 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.dev31) (23.1.1) 2025-02-03 12:00:18.948 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev31) 2025-02-03 12:00:18.950 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2025-02-03 12:00:18.951 | 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.dev31) (1.15.0) 2025-02-03 12:00:19.036 | 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.dev31) (3.1.0) 2025-02-03 12:00:19.037 | 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.dev31) (3.4) 2025-02-03 12:00:19.038 | 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.dev31) (2025.1.31) 2025-02-03 12:00:19.056 | 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.dev31) (0.7) 2025-02-03 12:00:19.091 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev31) 2025-02-03 12:00:19.093 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2025-02-03 12:00:19.244 | 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.dev31) (3.2.0) 2025-02-03 12:00:19.246 | 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.dev31) (3.1) 2025-02-03 12:00:19.247 | 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.dev31) (1.4.2) 2025-02-03 12:00:19.334 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev31) 2025-02-03 12:00:19.336 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2025-02-03 12:00:19.395 | 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.dev31) (1.2.4) 2025-02-03 12:00:19.412 | 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.dev31) (5.0.0) 2025-02-03 12:00:19.547 | 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.dev31) (2.21) 2025-02-03 12:00:19.583 | 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.dev31) (0.5.1) 2025-02-03 12:00:19.584 | 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.dev31) (2.4.3) 2025-02-03 12:00:19.761 | 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.dev31) 2025-02-03 12:00:19.763 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2025-02-03 12:00:19.765 | 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.dev31) (4.22.3) 2025-02-03 12:00:19.877 | 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.dev31) (2.1.2) 2025-02-03 12:00:20.077 | 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.dev31) (1.1.8) 2025-02-03 12:00:20.102 | 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.dev31) (0.16.0) 2025-02-03 12:00:20.126 | 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.dev31) (0.2.6) 2025-02-03 12:00:20.748 | 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.dev31) (2.6.0) 2025-02-03 12:00:20.879 | 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.dev31) (1.32) 2025-02-03 12:00:21.092 | 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.dev31) (1.8.2) 2025-02-03 12:00:21.168 | 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.dev31) (2.3) 2025-02-03 12:00:21.438 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2025-02-03 12:00:21.441 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2025-02-03 12:00:21.492 | 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-02-03 12:00:21.525 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-02-03 12:00:21.528 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2025-02-03 12:00:21.530 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2025-02-03 12:00:21.535 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2025-02-03 12:00:21.538 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2025-02-03 12:00:21.541 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2025-02-03 12:00:21.544 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2025-02-03 12:00:21.547 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-02-03 12:00:21.549 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2025-02-03 12:00:21.552 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2025-02-03 12:00:21.562 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2025-02-03 12:00:21.608 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2025-02-03 12:00:21.611 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2025-02-03 12:00:21.614 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-02-03 12:00:21.615 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2025-02-03 12:00:21.618 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2025-02-03 12:00:21.621 | 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-02-03 12:00:21.626 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2025-02-03 12:00:21.628 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-02-03 12:00:21.630 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-02-03 12:00:21.633 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-02-03 12:00:21.636 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-02-03 12:00:21.638 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-02-03 12:00:21.640 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-02-03 12:00:21.642 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2025-02-03 12:00:22.109 | 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-02-03 12:00:25.139 | Running setup.py develop for cinder 2025-02-03 12:00:26.598 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev31 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-02-03 12:00:26.911 | + inc/python:pip_install:222 : result=0 2025-02-03 12:00:26.914 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 12:00:26.916 | + functions-common:time_stop:2400 : local name 2025-02-03 12:00:26.918 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:00:26.920 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:00:26.922 | + functions-common:time_stop:2403 : local total 2025-02-03 12:00:26.924 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:00:26.926 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 12:00:26.928 | + functions-common:time_stop:2407 : start_time=1738584014311 2025-02-03 12:00:26.930 | + functions-common:time_stop:2409 : [[ -z 1738584014311 ]] 2025-02-03 12:00:26.932 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:00:26.935 | + functions-common:time_stop:2412 : end_time=1738584026933 2025-02-03 12:00:26.937 | + functions-common:time_stop:2413 : elapsed_time=12622 2025-02-03 12:00:26.938 | + functions-common:time_stop:2414 : total=46598 2025-02-03 12:00:26.940 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:00:26.942 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59220 2025-02-03 12:00:26.944 | + inc/python:pip_install:225 : return 0 2025-02-03 12:00:26.946 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-02-03 12:00:26.948 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-02-03 12:00:26.949 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2025-02-03 12:00:26.951 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2025-02-03 12:00:26.953 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 12:00:26.955 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 12:00:26.957 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-02-03 12:00:26.959 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 12:00:26.961 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2025-02-03 12:00:26.963 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2025-02-03 12:00:26.964 | + lib/cinder:install_cinder:521 : is_ubuntu 2025-02-03 12:00:26.966 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:00:26.968 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:00:26.970 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2025-02-03 12:00:26.980 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2025-02-03 12:00:26.982 | + functions-common:install_package:1421 : update_package_repo 2025-02-03 12:00:26.984 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-02-03 12:00:26.985 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-02-03 12:00:26.987 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-02-03 12:00:26.989 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-02-03 12:00:26.991 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-02-03 12:00:26.993 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:00:26.995 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:00:26.997 | + functions-common:update_package_repo:1404 : apt_get_update 2025-02-03 12:00:26.998 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-02-03 12:00:27.000 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-02-03 12:00:27.002 | + functions-common:apt_get_update:1150 : return 2025-02-03 12:00:27.004 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2025-02-03 12:00:27.006 | + functions-common:real_install_package:1409 : is_ubuntu 2025-02-03 12:00:27.008 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:00:27.009 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:00:27.011 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2025-02-03 12:00:27.027 | + 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-02-03 12:00:27.086 | Reading package lists... 2025-02-03 12:00:27.303 | Building dependency tree... 2025-02-03 12:00:27.304 | Reading state information... 2025-02-03 12:00:27.519 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-02-03 12:00:27.519 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2025-02-03 12:00:27.523 | + functions-common:apt_get:1194 : result=0 2025-02-03 12:00:27.525 | + functions-common:apt_get:1197 : time_stop apt-get 2025-02-03 12:00:27.527 | + functions-common:time_stop:2400 : local name 2025-02-03 12:00:27.529 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:00:27.531 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:00:27.533 | + functions-common:time_stop:2403 : local total 2025-02-03 12:00:27.535 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:00:27.537 | + functions-common:time_stop:2406 : name=apt-get 2025-02-03 12:00:27.538 | + functions-common:time_stop:2407 : start_time=1738584027025 2025-02-03 12:00:27.540 | + functions-common:time_stop:2409 : [[ -z 1738584027025 ]] 2025-02-03 12:00:27.543 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:00:27.546 | + functions-common:time_stop:2412 : end_time=1738584027544 2025-02-03 12:00:27.548 | + functions-common:time_stop:2413 : elapsed_time=519 2025-02-03 12:00:27.550 | + functions-common:time_stop:2414 : total=3086 2025-02-03 12:00:27.552 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:00:27.554 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3605 2025-02-03 12:00:27.556 | + functions-common:apt_get:1198 : return 0 2025-02-03 12:00:27.558 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-02-03 12:00:27.560 | + stack.sh:main:954 : configure_cinder 2025-02-03 12:00:27.562 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2025-02-03 12:00:27.571 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2025-02-03 12:00:27.574 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2025-02-03 12:00:27.576 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-02-03 12:00:27.577 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-02-03 12:00:27.580 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-02-03 12:00:27.580 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-02-03 12:00:27.583 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-02-03 12:00:27.585 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-02-03 12:00:27.587 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-02-03 12:00:27.588 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-02-03 12:00:27.590 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-02-03 12:00:27.592 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-02-03 12:00:27.593 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2025-02-03 12:00:27.595 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-02-03 12:00:27.603 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-02-03 12:00:27.613 | + 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-02-03 12:00:27.621 | + 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-02-03 12:00:27.630 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-02-03 12:00:27.639 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2025-02-03 12:00:27.647 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-02-03 12:00:27.650 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-02-03 12:00:27.653 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.GS9FlhufdW 2025-02-03 12:00:27.654 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-02-03 12:00:27.656 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-02-03 12:00:27.658 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2025-02-03 12:00:27.660 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.GS9FlhufdW 2025-02-03 12:00:27.662 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.GS9FlhufdW 2025-02-03 12:00:27.671 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.GS9FlhufdW /etc/sudoers.d/cinder-rootwrap 2025-02-03 12:00:27.680 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2025-02-03 12:00:27.683 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-02-03 12:00:27.684 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-02-03 12:00:27.686 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-02-03 12:00:27.687 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-02-03 12:00:27.689 | + 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-02-03 12:00:27.691 | + 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-02-03 12:00:27.693 | + 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-02-03 12:00:27.693 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-02-03 12:00:27.699 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-02-03 12:00:27.702 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-02-03 12:00:27.710 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-02-03 12:00:27.719 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-02-03 12:00:27.721 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-02-03 12:00:27.724 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-02-03 12:00:27.727 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-02-03 12:00:27.742 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-02-03 12:00:27.756 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-02-03 12:00:27.770 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-02-03 12:00:27.783 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-02-03 12:00:27.797 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-02-03 12:00:27.812 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-02-03 12:00:27.826 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-02-03 12:00:27.840 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-02-03 12:00:27.842 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-02-03 12:00:27.843 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-02-03 12:00:27.845 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-02-03 12:00:27.847 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-02-03 12:00:27.871 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-02-03 12:00:27.893 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-02-03 12:00:27.916 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-02-03 12:00:27.938 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-02-03 12:00:27.960 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-02-03 12:00:27.982 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-02-03 12:00:28.004 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-02-03 12:00:28.026 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-02-03 12:00:28.048 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-02-03 12:00:28.070 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-02-03 12:00:28.095 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-02-03 12:00:28.118 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2025-02-03 12:00:28.120 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-02-03 12:00:28.122 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-02-03 12:00:28.124 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2025-02-03 12:00:28.126 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-02-03 12:00:28.128 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-02-03 12:00:28.130 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-02-03 12:00:28.142 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:00:28.144 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-02-03 12:00:28.146 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-02-03 12:00:28.148 | + 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-02-03 12:00:28.172 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-02-03 12:00:28.195 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-02-03 12:00:28.218 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-02-03 12:00:28.240 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-02-03 12:00:28.263 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-02-03 12:00:28.285 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-02-03 12:00:28.309 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-02-03 12:00:28.332 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-02-03 12:00:28.357 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2025-02-03 12:00:28.369 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key 517db19b4ef6577482ed63bb072e1cd4 2025-02-03 12:00:28.392 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2025-02-03 12:00:28.394 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-02-03 12:00:28.416 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-02-03 12:00:28.439 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-02-03 12:00:28.461 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-02-03 12:00:28.483 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2025-02-03 12:00:28.506 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2025-02-03 12:00:28.528 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2025-02-03 12:00:28.541 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:00:28.543 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2025-02-03 12:00:28.545 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2025-02-03 12:00:28.546 | + lib/cinder:configure_cinder:338 : local default_name= 2025-02-03 12:00:28.548 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2025-02-03 12:00:28.550 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-02-03 12:00:28.552 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2025-02-03 12:00:28.554 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2025-02-03 12:00:28.556 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2025-02-03 12:00:28.557 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2025-02-03 12:00:28.559 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-02-03 12:00:28.561 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-02-03 12:00:28.586 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-02-03 12:00:28.609 | + 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-02-03 12:00:28.632 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-02-03 12:00:28.654 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-02-03 12:00:28.677 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2025-02-03 12:00:28.679 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2025-02-03 12:00:28.681 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2025-02-03 12:00:28.683 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-02-03 12:00:28.707 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2025-02-03 12:00:28.709 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-02-03 12:00:28.734 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2025-02-03 12:00:28.735 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-02-03 12:00:28.737 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2025-02-03 12:00:28.739 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-02-03 12:00:28.762 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2025-02-03 12:00:28.764 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2025-02-03 12:00:28.766 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2025-02-03 12:00:28.779 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:00:28.781 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2025-02-03 12:00:28.793 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:00:28.795 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2025-02-03 12:00:28.808 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:00:28.810 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2025-02-03 12:00:28.812 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-02-03 12:00:28.814 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2025-02-03 12:00:28.816 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2025-02-03 12:00:28.818 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-02-03 12:00:28.820 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-02-03 12:00:28.821 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-02-03 12:00:28.834 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:00:28.837 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-02-03 12:00:28.838 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-02-03 12:00:28.840 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-02-03 12:00:28.853 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:00:28.855 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-03 12:00:28.857 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-03 12:00:28.880 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-02-03 12:00:28.882 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-02-03 12:00:28.884 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2025-02-03 12:00:28.886 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-02-03 12:00:28.888 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-02-03 12:00:28.891 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-03 12:00:28.904 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-03 12:00:28.906 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-03 12:00:28.908 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-03 12:00:28.910 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-03 12:00:28.912 | + 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-02-03 12:00:28.937 | + 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-02-03 12:00:28.960 | + 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-02-03 12:00:28.984 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-03 12:00:29.006 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2025-02-03 12:00:29.018 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:00:29.020 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2025-02-03 12:00:29.022 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-02-03 12:00:29.024 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2025-02-03 12:00:29.026 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2025-02-03 12:00:29.027 | + lib/apache:write_uwsgi_config:244 : local http= 2025-02-03 12:00:29.029 | + lib/apache:write_uwsgi_config:245 : local name= 2025-02-03 12:00:29.032 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2025-02-03 12:00:29.035 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2025-02-03 12:00:29.036 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-02-03 12:00:29.038 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-02-03 12:00:29.048 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-02-03 12:00:29.048 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-02-03 12:00:29.054 | d /var/run/uwsgi 0755 stack root 2025-02-03 12:00:29.057 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-02-03 12:00:29.065 | /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-02-03 12:00:29.068 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-02-03 12:00:29.070 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-02-03 12:00:29.073 | + lib/apache:write_uwsgi_config:262 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/cinder-wsgi 2025-02-03 12:00:29.096 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-02-03 12:00:29.118 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-02-03 12:00:29.140 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-02-03 12:00:29.161 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-02-03 12:00:29.184 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-02-03 12:00:29.205 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-02-03 12:00:29.227 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-02-03 12:00:29.249 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-02-03 12:00:29.271 | + 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-02-03 12:00:29.293 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-02-03 12:00:29.315 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-02-03 12:00:29.337 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-02-03 12:00:29.359 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-02-03 12:00:29.361 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-02-03 12:00:29.363 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2025-02-03 12:00:29.365 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2025-02-03 12:00:29.367 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-02-03 12:00:29.369 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:00:29.371 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:00:29.373 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-02-03 12:00:29.375 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-02-03 12:00:29.377 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-02-03 12:00:29.402 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-02-03 12:00:29.427 | + 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-02-03 12:00:29.427 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-02-03 12:00:29.433 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2025-02-03 12:00:29.436 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2025-02-03 12:00:29.438 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2025-02-03 12:00:29.440 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-02-03 12:00:29.441 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-02-03 12:00:29.443 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-02-03 12:00:29.445 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:00:29.447 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:00:29.449 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-02-03 12:00:29.451 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-02-03 12:00:29.453 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:00:29.455 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:00:29.457 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2025-02-03 12:00:29.489 | Enabling site cinder-wsgi. 2025-02-03 12:00:29.493 | To activate the new configuration, you need to run: 2025-02-03 12:00:29.493 | systemctl reload apache2 2025-02-03 12:00:29.497 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-02-03 12:00:29.499 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-02-03 12:00:29.501 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-02-03 12:00:29.503 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-02-03 12:00:29.593 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-02-03 12:00:29.595 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2025-02-03 12:00:29.597 | + 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-02-03 12:00:29.621 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-02-03 12:00:29.644 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-02-03 12:00:29.668 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-02-03 12:00:29.692 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-02-03 12:00:29.715 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-02-03 12:00:29.738 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2025-02-03 12:00:29.750 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:00:29.752 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-02-03 12:00:29.754 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-02-03 12:00:29.756 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-02-03 12:00:29.758 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-02-03 12:00:29.760 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-02-03 12:00:29.784 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-02-03 12:00:29.807 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-02-03 12:00:29.830 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-02-03 12:00:29.853 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-02-03 12:00:29.875 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-02-03 12:00:29.897 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-02-03 12:00:29.920 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-02-03 12:00:29.943 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-02-03 12:00:29.965 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-02-03 12:00:29.988 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-02-03 12:00:30.010 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-02-03 12:00:30.033 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2025-02-03 12:00:30.035 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2025-02-03 12:00:30.047 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:00:30.049 | + lib/cinder:configure_cinder:419 : iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.180.1.21:2379?api_version=v3' 2025-02-03 12:00:30.073 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-02-03 12:00:30.075 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-02-03 12:00:30.077 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-02-03 12:00:30.101 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-02-03 12:00:30.123 | + stack.sh:main:957 : is_service_enabled neutron 2025-02-03 12:00:30.136 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:00:30.138 | + stack.sh:main:959 : stack_install_service neutron 2025-02-03 12:00:30.140 | + lib/stack:stack_install_service:20 : local service=neutron 2025-02-03 12:00:30.142 | + lib/stack:stack_install_service:21 : type install_neutron 2025-02-03 12:00:30.144 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-02-03 12:00:30.146 | + lib/stack:stack_install_service:32 : install_neutron 2025-02-03 12:00:30.148 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2025-02-03 12:00:30.150 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2025-02-03 12:00:30.151 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 12:00:30.153 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 12:00:30.155 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2025-02-03 12:00:30.157 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 12:00:30.159 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2025-02-03 12:00:30.161 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2025-02-03 12:00:30.163 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2025-02-03 12:00:30.165 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-02-03 12:00:30.167 | + functions-common:git_clone:575 : local orig_dir 2025-02-03 12:00:30.169 | ++ functions-common:git_clone:576 : pwd 2025-02-03 12:00:30.172 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-02-03 12:00:30.174 | + functions-common:git_clone:577 : local git_clone_flags= 2025-02-03 12:00:30.176 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-02-03 12:00:30.189 | + functions-common:git_clone:579 : RECLONE=False 2025-02-03 12:00:30.190 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-02-03 12:00:30.192 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-02-03 12:00:30.194 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-02-03 12:00:30.197 | + functions-common:git_clone:593 : echo stable/2023.2 2025-02-03 12:00:30.197 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-02-03 12:00:30.201 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2025-02-03 12:00:30.203 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-02-03 12:00:30.205 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-02-03 12:00:30.206 | + functions-common:git_timed:680 : local count=0 2025-02-03 12:00:30.208 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 12:00:30.210 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:00:30.212 | + functions-common:git_timed:684 : timeout=0 2025-02-03 12:00:30.214 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:00:30.216 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:00:30.217 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:00:30.219 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:00:30.221 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:00:30.225 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584030223 2025-02-03 12:00:30.226 | + 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-02-03 12:00:30.229 | Cloning into '/opt/stack//neutron'... 2025-02-03 12:00:33.495 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:00:33.497 | + functions-common:time_stop:2400 : local name 2025-02-03 12:00:33.499 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:00:33.501 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:00:33.503 | + functions-common:time_stop:2403 : local total 2025-02-03 12:00:33.504 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:00:33.506 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:00:33.508 | + functions-common:time_stop:2407 : start_time=1738584030223 2025-02-03 12:00:33.510 | + functions-common:time_stop:2409 : [[ -z 1738584030223 ]] 2025-02-03 12:00:33.513 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:00:33.516 | + functions-common:time_stop:2412 : end_time=1738584033514 2025-02-03 12:00:33.517 | + functions-common:time_stop:2413 : elapsed_time=3291 2025-02-03 12:00:33.519 | + functions-common:time_stop:2414 : total=21364 2025-02-03 12:00:33.521 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:00:33.523 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=24655 2025-02-03 12:00:33.525 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2025-02-03 12:00:33.527 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-02-03 12:00:33.529 | + functions-common:git_timed:680 : local count=0 2025-02-03 12:00:33.530 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 12:00:33.532 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:00:33.534 | + functions-common:git_timed:684 : timeout=0 2025-02-03 12:00:33.536 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:00:33.538 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:00:33.540 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:00:33.541 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:00:33.544 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:00:33.547 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584033545 2025-02-03 12:00:33.549 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-02-03 12:00:36.590 | From https://opendev.org/openstack/neutron 2025-02-03 12:00:36.590 | * branch stable/2023.2 -> FETCH_HEAD 2025-02-03 12:00:36.594 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:00:36.596 | + functions-common:time_stop:2400 : local name 2025-02-03 12:00:36.598 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:00:36.600 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:00:36.602 | + functions-common:time_stop:2403 : local total 2025-02-03 12:00:36.604 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:00:36.606 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:00:36.608 | + functions-common:time_stop:2407 : start_time=1738584033545 2025-02-03 12:00:36.609 | + functions-common:time_stop:2409 : [[ -z 1738584033545 ]] 2025-02-03 12:00:36.612 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:00:36.615 | + functions-common:time_stop:2412 : end_time=1738584036613 2025-02-03 12:00:36.617 | + functions-common:time_stop:2413 : elapsed_time=3068 2025-02-03 12:00:36.618 | + functions-common:time_stop:2414 : total=24655 2025-02-03 12:00:36.620 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:00:36.622 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=27723 2025-02-03 12:00:36.624 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-02-03 12:00:36.626 | + functions-common:git_timed:680 : local count=0 2025-02-03 12:00:36.628 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 12:00:36.630 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:00:36.631 | + functions-common:git_timed:684 : timeout=0 2025-02-03 12:00:36.633 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:00:36.635 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:00:36.637 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:00:36.639 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:00:36.642 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:00:36.644 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584036642 2025-02-03 12:00:36.646 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-03 12:00:36.904 | Note: switching to 'FETCH_HEAD'. 2025-02-03 12:00:36.904 | 2025-02-03 12:00:36.904 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-03 12:00:36.904 | changes and commit them, and you can discard any commits you make in this 2025-02-03 12:00:36.904 | state without impacting any branches by switching back to a branch. 2025-02-03 12:00:36.904 | 2025-02-03 12:00:36.904 | If you want to create a new branch to retain commits you create, you may 2025-02-03 12:00:36.904 | do so (now or later) by using -c with the switch command. Example: 2025-02-03 12:00:36.904 | 2025-02-03 12:00:36.904 | git switch -c 2025-02-03 12:00:36.904 | 2025-02-03 12:00:36.904 | Or undo this operation with: 2025-02-03 12:00:36.904 | 2025-02-03 12:00:36.904 | git switch - 2025-02-03 12:00:36.904 | 2025-02-03 12:00:36.904 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-03 12:00:36.904 | 2025-02-03 12:00:36.904 | HEAD is now at ae63d14 Merge "[OVN] Add the network type to the ``Logical_Switch`` register" into stable/2023.2 2025-02-03 12:00:36.908 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:00:36.911 | + functions-common:time_stop:2400 : local name 2025-02-03 12:00:36.913 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:00:36.914 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:00:36.916 | + functions-common:time_stop:2403 : local total 2025-02-03 12:00:36.918 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:00:36.920 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:00:36.922 | + functions-common:time_stop:2407 : start_time=1738584036642 2025-02-03 12:00:36.924 | + functions-common:time_stop:2409 : [[ -z 1738584036642 ]] 2025-02-03 12:00:36.926 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:00:36.929 | + functions-common:time_stop:2412 : end_time=1738584036928 2025-02-03 12:00:36.931 | + functions-common:time_stop:2413 : elapsed_time=286 2025-02-03 12:00:36.933 | + functions-common:time_stop:2414 : total=27723 2025-02-03 12:00:36.935 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:00:36.937 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=28009 2025-02-03 12:00:36.939 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-02-03 12:00:36.950 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2025-02-03 12:00:36.953 | + functions-common:git_clone:656 : git show --oneline 2025-02-03 12:00:36.953 | + functions-common:git_clone:656 : head -1 2025-02-03 12:00:36.955 | ae63d14 Merge "[OVN] Add the network type to the ``Logical_Switch`` register" into stable/2023.2 2025-02-03 12:00:36.957 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-02-03 12:00:36.959 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2025-02-03 12:00:36.961 | + inc/python:setup_develop:360 : local bindep 2025-02-03 12:00:36.963 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-02-03 12:00:36.965 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2025-02-03 12:00:36.967 | + inc/python:setup_develop:366 : local extras= 2025-02-03 12:00:36.969 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-02-03 12:00:36.971 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-02-03 12:00:36.973 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2025-02-03 12:00:36.975 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2025-02-03 12:00:36.977 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-02-03 12:00:36.979 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-02-03 12:00:36.981 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2025-02-03 12:00:36.983 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-02-03 12:00:36.985 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2025-02-03 12:00:36.987 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-02-03 12:00:36.989 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-02-03 12:00:36.992 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-02-03 12:00:36.996 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2025-02-03 12:00:36.998 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-02-03 12:00:37.317 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2025-02-03 12:00:37.319 | + inc/python:setup_package:440 : local bindep=0 2025-02-03 12:00:37.321 | + inc/python:setup_package:441 : local bindep_flag= 2025-02-03 12:00:37.324 | + inc/python:setup_package:442 : local bindep_profiles= 2025-02-03 12:00:37.326 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2025-02-03 12:00:37.328 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2025-02-03 12:00:37.330 | + inc/python:setup_package:449 : local flags=-e 2025-02-03 12:00:37.332 | + inc/python:setup_package:450 : local extras= 2025-02-03 12:00:37.334 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-02-03 12:00:37.336 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-02-03 12:00:37.338 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-02-03 12:00:37.340 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-02-03 12:00:37.342 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-02-03 12:00:37.344 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2025-02-03 12:00:37.360 | Using python 3.10 to install /opt/stack/neutron 2025-02-03 12:00:37.362 | + 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-02-03 12:00:38.177 | Obtaining file:///opt/stack/neutron 2025-02-03 12:00:38.178 | Preparing metadata (setup.py): started 2025-02-03 12:00:38.777 | Preparing metadata (setup.py): finished with status 'done' 2025-02-03 12:00:38.851 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (5.11.1) 2025-02-03 12:00:38.852 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (3.5.2) 2025-02-03 12:00:38.853 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (3.0.1) 2025-02-03 12:00:38.853 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (2.5.1) 2025-02-03 12:00:38.854 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (2.5.0) 2025-02-03 12:00:38.855 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (5.1.1) 2025-02-03 12:00:38.856 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (0.33.3) 2025-02-03 12:00:39.044 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev18) 2025-02-03 12:00:39.044 | Using cached pecan-1.4.2-py3-none-any.whl 2025-02-03 12:00:39.052 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (0.22.0) 2025-02-03 12:00:39.052 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (2.28.2) 2025-02-03 12:00:39.053 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (3.1.2) 2025-02-03 12:00:39.054 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (10.4.1) 2025-02-03 12:00:39.055 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (0.8.0) 2025-02-03 12:00:39.055 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (0.11.0) 2025-02-03 12:00:39.099 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev18) 2025-02-03 12:00:39.102 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2025-02-03 12:00:39.136 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev18) 2025-02-03 12:00:39.138 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2025-02-03 12:00:39.139 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (6.3.1) 2025-02-03 12:00:39.140 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (1.4.41) 2025-02-03 12:00:39.141 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (1.8.7) 2025-02-03 12:00:39.142 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (5.3.0) 2025-02-03 12:00:39.142 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (1.9.4) 2025-02-03 12:00:39.143 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (5.1.0) 2025-02-03 12:00:39.144 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (3.5.0) 2025-02-03 12:00:39.144 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (5.2.0) 2025-02-03 12:00:39.145 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (9.2.0) 2025-02-03 12:00:39.146 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (5.2.0) 2025-02-03 12:00:39.147 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (14.1.0) 2025-02-03 12:00:39.148 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (6.1.0) 2025-02-03 12:00:39.148 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (5.3.1) 2025-02-03 12:00:39.149 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (14.4.2) 2025-02-03 12:00:39.150 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (5.2.0) 2025-02-03 12:00:39.151 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (4.2.1) 2025-02-03 12:00:39.152 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (3.2.0) 2025-02-03 12:00:39.152 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (3.1.0) 2025-02-03 12:00:39.153 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (7.1.0) 2025-02-03 12:00:39.154 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (5.2.1) 2025-02-03 12:00:39.154 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (3.2.1) 2025-02-03 12:00:39.155 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (2.2.0) 2025-02-03 12:00:39.156 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (6.2.1) 2025-02-03 12:00:39.157 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (3.2.0) 2025-02-03 12:00:39.157 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (4.1.0) 2025-02-03 12:00:39.184 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev18) 2025-02-03 12:00:39.186 | Using cached os_ken-2.7.0-py3-none-any.whl.metadata (1.6 kB) 2025-02-03 12:00:39.207 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev18) 2025-02-03 12:00:39.208 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2025-02-03 12:00:39.233 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev18) 2025-02-03 12:00:39.233 | Using cached ovs-2.17.7-py3-none-any.whl 2025-02-03 12:00:39.275 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev18) 2025-02-03 12:00:39.277 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2025-02-03 12:00:39.279 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (23.1) 2025-02-03 12:00:39.280 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (5.9.5) 2025-02-03 12:00:39.305 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev18) 2025-02-03 12:00:39.307 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2025-02-03 12:00:39.311 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (23.1.1) 2025-02-03 12:00:39.311 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (18.4.0) 2025-02-03 12:00:39.312 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (1.5.0) 2025-02-03 12:00:39.341 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev18) 2025-02-03 12:00:39.343 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2025-02-03 12:00:39.373 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev18) 2025-02-03 12:00:39.375 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2025-02-03 12:00:39.377 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (2.4.1) 2025-02-03 12:00:39.377 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev18) (4.2.0) 2025-02-03 12:00:39.383 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev18) (1.2.4) 2025-02-03 12:00:39.387 | 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.dev18) (1.15.0) 2025-02-03 12:00:39.393 | 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.dev18) (2.3.0) 2025-02-03 12:00:39.393 | 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.dev18) (2.0.2) 2025-02-03 12:00:39.394 | 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.dev18) (1.16.0) 2025-02-03 12:00:39.401 | 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.dev18) (3.0.9) 2025-02-03 12:00:39.405 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev18) (2.1.2) 2025-02-03 12:00:39.430 | 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.dev18) (1.1.0) 2025-02-03 12:00:39.432 | 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.dev18) (1.7.0) 2025-02-03 12:00:39.456 | 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.dev18) (3.1.1) 2025-02-03 12:00:39.456 | 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.dev18) (5.2.0) 2025-02-03 12:00:39.507 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev18) 2025-02-03 12:00:39.509 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2025-02-03 12:00:39.569 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev18) 2025-02-03 12:00:39.570 | 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-02-03 12:00:39.585 | 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.dev18) (6.0) 2025-02-03 12:00:39.585 | 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.dev18) (1.4.4) 2025-02-03 12:00:39.585 | 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.dev18) (40.0.2) 2025-02-03 12:00:39.585 | 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.dev18) (1.1.8) 2025-02-03 12:00:39.586 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.0.1) 2025-02-03 12:00:39.587 | 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.dev18) (1.32) 2025-02-03 12:00:39.589 | 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.dev18) (1.4.0) 2025-02-03 12:00:39.597 | 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.dev18) (1.0.5) 2025-02-03 12:00:39.623 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev18) 2025-02-03 12:00:39.623 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-02-03 12:00:39.703 | 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.dev18) (0.18) 2025-02-03 12:00:39.725 | 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.dev18) (2.0.0) 2025-02-03 12:00:39.754 | 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.dev18) (2.0.1) 2025-02-03 12:00:39.755 | 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.dev18) (0.5.0) 2025-02-03 12:00:39.783 | 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.dev18) (2.8.2) 2025-02-03 12:00:39.785 | 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.dev18) (0.9.6) 2025-02-03 12:00:39.811 | 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.dev18) (5.1.1) 2025-02-03 12:00:39.812 | 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.dev18) (5.3.0) 2025-02-03 12:00:39.814 | 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.dev18) (5.2.4) 2025-02-03 12:00:39.815 | 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.dev18) (0.7.0) 2025-02-03 12:00:39.827 | 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.dev18) (4.0.1) 2025-02-03 12:00:39.829 | 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.dev18) (4.0.1) 2025-02-03 12:00:39.850 | 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.dev18) (1.15.1) 2025-02-03 12:00:39.877 | 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.dev18) (2023.3) 2025-02-03 12:00:39.877 | 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.dev18) (2023.3) 2025-02-03 12:00:39.892 | 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.dev18) (1.4.0) 2025-02-03 12:00:39.893 | 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.dev18) (4.0.1) 2025-02-03 12:00:39.904 | 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.dev18) (3.7.0) 2025-02-03 12:00:39.993 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev18) 2025-02-03 12:00:39.994 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-02-03 12:00:40.031 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev18) (69.1.1) 2025-02-03 12:00:40.092 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev18) 2025-02-03 12:00:40.092 | Using cached logutils-0.3.5-py3-none-any.whl 2025-02-03 12:00:40.160 | 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.dev18) (4.3.0) 2025-02-03 12:00:40.162 | 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.dev18) (4.17.3) 2025-02-03 12:00:40.208 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev18) 2025-02-03 12:00:40.211 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2025-02-03 12:00:40.291 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev18) 2025-02-03 12:00:40.293 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-02-03 12:00:40.409 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev18) 2025-02-03 12:00:40.411 | 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-02-03 12:00:40.486 | 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.dev18) (3.1.0) 2025-02-03 12:00:40.488 | 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.dev18) (3.4) 2025-02-03 12:00:40.488 | 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.dev18) (1.26.15) 2025-02-03 12:00:40.488 | 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.dev18) (2025.1.31) 2025-02-03 12:00:40.505 | 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.dev18) (0.7) 2025-02-03 12:00:40.653 | 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.dev18) (0.13.1) 2025-02-03 12:00:40.688 | 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.dev18) (5.0.0) 2025-02-03 12:00:40.762 | 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.dev18) (2.21) 2025-02-03 12:00:40.796 | 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.dev18) (0.5.1) 2025-02-03 12:00:40.797 | 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.dev18) (2.4.3) 2025-02-03 12:00:40.798 | 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.dev18) (6.0.1) 2025-02-03 12:00:40.992 | 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.dev18) (2.3) 2025-02-03 12:00:41.026 | 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.dev18) (23.1.0) 2025-02-03 12:00:41.027 | 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.dev18) (0.19.3) 2025-02-03 12:00:41.152 | 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.dev18) (3.1.0) 2025-02-03 12:00:41.153 | 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.dev18) (4.9.2) 2025-02-03 12:00:41.258 | 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.dev18) (0.16.0) 2025-02-03 12:00:41.280 | 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.dev18) (0.2.6) 2025-02-03 12:00:41.665 | 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.dev18) (2.6.0) 2025-02-03 12:00:41.901 | 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.dev18) (1.8.2) 2025-02-03 12:00:41.941 | 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.dev18) (3.15.0) 2025-02-03 12:00:42.016 | 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.dev18) (1.5.0) 2025-02-03 12:00:42.252 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2025-02-03 12:00:42.258 | Using cached os_ken-2.7.0-py3-none-any.whl (2.0 MB) 2025-02-03 12:00:42.268 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-02-03 12:00:42.271 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2025-02-03 12:00:42.273 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2025-02-03 12:00:42.276 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2025-02-03 12:00:42.281 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2025-02-03 12:00:42.283 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2025-02-03 12:00:42.287 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-02-03 12:00:42.289 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2025-02-03 12:00:42.292 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2025-02-03 12:00:42.294 | 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-02-03 12:00:42.297 | 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-02-03 12:00:42.299 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-02-03 12:00:42.724 | 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-02-03 12:00:45.457 | Running setup.py develop for neutron 2025-02-03 12:00:46.931 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev18 neutron-lib-3.8.2 os-client-config-2.1.0 os-ken-2.7.0 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-02-03 12:00:47.087 | + inc/python:pip_install:222 : result=0 2025-02-03 12:00:47.089 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 12:00:47.091 | + functions-common:time_stop:2400 : local name 2025-02-03 12:00:47.093 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:00:47.095 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:00:47.097 | + functions-common:time_stop:2403 : local total 2025-02-03 12:00:47.099 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:00:47.100 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 12:00:47.102 | + functions-common:time_stop:2407 : start_time=1738584037356 2025-02-03 12:00:47.104 | + functions-common:time_stop:2409 : [[ -z 1738584037356 ]] 2025-02-03 12:00:47.106 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:00:47.109 | + functions-common:time_stop:2412 : end_time=1738584047107 2025-02-03 12:00:47.111 | + functions-common:time_stop:2413 : elapsed_time=9751 2025-02-03 12:00:47.113 | + functions-common:time_stop:2414 : total=59220 2025-02-03 12:00:47.115 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:00:47.116 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=68971 2025-02-03 12:00:47.118 | + inc/python:pip_install:225 : return 0 2025-02-03 12:00:47.120 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-02-03 12:00:47.122 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-02-03 12:00:47.124 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2025-02-03 12:00:47.126 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2025-02-03 12:00:47.128 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 12:00:47.130 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 12:00:47.132 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-02-03 12:00:47.134 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 12:00:47.136 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2025-02-03 12:00:47.138 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-02-03 12:00:47.140 | + stack.sh:main:962 : is_service_enabled nova 2025-02-03 12:00:47.153 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:00:47.155 | + stack.sh:main:964 : stack_install_service nova 2025-02-03 12:00:47.157 | + lib/stack:stack_install_service:20 : local service=nova 2025-02-03 12:00:47.159 | + lib/stack:stack_install_service:21 : type install_nova 2025-02-03 12:00:47.161 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-02-03 12:00:47.163 | + lib/stack:stack_install_service:32 : install_nova 2025-02-03 12:00:47.165 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2025-02-03 12:00:47.167 | + inc/python:use_library_from_git:272 : local name=os-vif 2025-02-03 12:00:47.169 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 12:00:47.171 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 12:00:47.173 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2025-02-03 12:00:47.174 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 12:00:47.177 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2025-02-03 12:00:47.189 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:00:47.191 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2025-02-03 12:00:47.203 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:00:47.204 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2025-02-03 12:00:47.216 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:00:47.218 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova af9ed944f2abb58d4bb5b41ac5b22b3566cb7a38 2025-02-03 12:00:47.220 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2025-02-03 12:00:47.222 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2025-02-03 12:00:47.224 | + functions-common:git_clone:574 : local git_ref=af9ed944f2abb58d4bb5b41ac5b22b3566cb7a38 2025-02-03 12:00:47.226 | + functions-common:git_clone:575 : local orig_dir 2025-02-03 12:00:47.228 | ++ functions-common:git_clone:576 : pwd 2025-02-03 12:00:47.230 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-02-03 12:00:47.232 | + functions-common:git_clone:577 : local git_clone_flags= 2025-02-03 12:00:47.235 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-02-03 12:00:47.246 | + functions-common:git_clone:579 : RECLONE=False 2025-02-03 12:00:47.248 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-02-03 12:00:47.250 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-02-03 12:00:47.252 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-02-03 12:00:47.254 | + functions-common:git_clone:593 : echo af9ed944f2abb58d4bb5b41ac5b22b3566cb7a38 2025-02-03 12:00:47.254 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-02-03 12:00:47.258 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//nova ]] 2025-02-03 12:00:47.259 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-02-03 12:00:47.261 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-02-03 12:00:47.263 | + functions-common:git_timed:680 : local count=0 2025-02-03 12:00:47.264 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 12:00:47.266 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:00:47.268 | + functions-common:git_timed:684 : timeout=0 2025-02-03 12:00:47.270 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:00:47.271 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:00:47.273 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:00:47.275 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:00:47.277 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:00:47.280 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584047278 2025-02-03 12:00:47.281 | + 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-02-03 12:00:47.284 | Cloning into '/opt/stack//nova'... 2025-02-03 12:00:50.677 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:00:50.679 | + functions-common:time_stop:2400 : local name 2025-02-03 12:00:50.680 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:00:50.682 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:00:50.684 | + functions-common:time_stop:2403 : local total 2025-02-03 12:00:50.686 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:00:50.687 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:00:50.689 | + functions-common:time_stop:2407 : start_time=1738584047278 2025-02-03 12:00:50.691 | + functions-common:time_stop:2409 : [[ -z 1738584047278 ]] 2025-02-03 12:00:50.693 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:00:50.696 | + functions-common:time_stop:2412 : end_time=1738584050694 2025-02-03 12:00:50.698 | + functions-common:time_stop:2413 : elapsed_time=3416 2025-02-03 12:00:50.700 | + functions-common:time_stop:2414 : total=28009 2025-02-03 12:00:50.701 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:00:50.703 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=31425 2025-02-03 12:00:50.705 | + functions-common:git_clone:614 : cd /opt/stack//nova 2025-02-03 12:00:50.707 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin af9ed944f2abb58d4bb5b41ac5b22b3566cb7a38 2025-02-03 12:00:50.709 | + functions-common:git_timed:680 : local count=0 2025-02-03 12:00:50.710 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 12:00:50.712 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:00:50.714 | + functions-common:git_timed:684 : timeout=0 2025-02-03 12:00:50.716 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:00:50.717 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:00:50.719 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:00:50.721 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:00:50.724 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:00:50.726 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584050724 2025-02-03 12:00:50.728 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin af9ed944f2abb58d4bb5b41ac5b22b3566cb7a38 2025-02-03 12:00:55.680 | From https://opendev.org/openstack/nova 2025-02-03 12:00:55.680 | * branch af9ed944f2abb58d4bb5b41ac5b22b3566cb7a38 -> FETCH_HEAD 2025-02-03 12:00:55.713 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:00:55.715 | + functions-common:time_stop:2400 : local name 2025-02-03 12:00:55.717 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:00:55.719 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:00:55.721 | + functions-common:time_stop:2403 : local total 2025-02-03 12:00:55.723 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:00:55.725 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:00:55.727 | + functions-common:time_stop:2407 : start_time=1738584050724 2025-02-03 12:00:55.728 | + functions-common:time_stop:2409 : [[ -z 1738584050724 ]] 2025-02-03 12:00:55.731 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:00:55.734 | + functions-common:time_stop:2412 : end_time=1738584055732 2025-02-03 12:00:55.736 | + functions-common:time_stop:2413 : elapsed_time=5008 2025-02-03 12:00:55.738 | + functions-common:time_stop:2414 : total=31425 2025-02-03 12:00:55.740 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:00:55.742 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=36433 2025-02-03 12:00:55.744 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-02-03 12:00:55.746 | + functions-common:git_timed:680 : local count=0 2025-02-03 12:00:55.748 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 12:00:55.750 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:00:55.752 | + functions-common:git_timed:684 : timeout=0 2025-02-03 12:00:55.754 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:00:55.755 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:00:55.757 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:00:55.759 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:00:55.761 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:00:55.764 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584055762 2025-02-03 12:00:55.766 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-03 12:00:56.066 | Note: switching to 'FETCH_HEAD'. 2025-02-03 12:00:56.066 | 2025-02-03 12:00:56.066 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-03 12:00:56.066 | changes and commit them, and you can discard any commits you make in this 2025-02-03 12:00:56.066 | state without impacting any branches by switching back to a branch. 2025-02-03 12:00:56.066 | 2025-02-03 12:00:56.066 | If you want to create a new branch to retain commits you create, you may 2025-02-03 12:00:56.066 | do so (now or later) by using -c with the switch command. Example: 2025-02-03 12:00:56.066 | 2025-02-03 12:00:56.066 | git switch -c 2025-02-03 12:00:56.066 | 2025-02-03 12:00:56.066 | Or undo this operation with: 2025-02-03 12:00:56.066 | 2025-02-03 12:00:56.066 | git switch - 2025-02-03 12:00:56.066 | 2025-02-03 12:00:56.066 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-03 12:00:56.066 | 2025-02-03 12:00:56.066 | HEAD is now at af9ed94 Route shared storage RPC to evac dest at startup 2025-02-03 12:00:56.070 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:00:56.072 | + functions-common:time_stop:2400 : local name 2025-02-03 12:00:56.074 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:00:56.075 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:00:56.077 | + functions-common:time_stop:2403 : local total 2025-02-03 12:00:56.079 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:00:56.081 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:00:56.083 | + functions-common:time_stop:2407 : start_time=1738584055762 2025-02-03 12:00:56.084 | + functions-common:time_stop:2409 : [[ -z 1738584055762 ]] 2025-02-03 12:00:56.087 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:00:56.090 | + functions-common:time_stop:2412 : end_time=1738584056088 2025-02-03 12:00:56.092 | + functions-common:time_stop:2413 : elapsed_time=326 2025-02-03 12:00:56.093 | + functions-common:time_stop:2414 : total=36433 2025-02-03 12:00:56.095 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:00:56.097 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=36759 2025-02-03 12:00:56.099 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2025-02-03 12:00:56.109 | + functions-common:git_clone:655 : cd /opt/stack//nova 2025-02-03 12:00:56.111 | + functions-common:git_clone:656 : git show --oneline 2025-02-03 12:00:56.111 | + functions-common:git_clone:656 : head -1 2025-02-03 12:00:56.128 | af9ed94 Route shared storage RPC to evac dest at startup 2025-02-03 12:00:56.138 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-02-03 12:00:56.140 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2025-02-03 12:00:56.142 | + inc/python:setup_develop:360 : local bindep 2025-02-03 12:00:56.144 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2025-02-03 12:00:56.146 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2025-02-03 12:00:56.148 | + inc/python:setup_develop:366 : local extras= 2025-02-03 12:00:56.151 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-02-03 12:00:56.153 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-02-03 12:00:56.155 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2025-02-03 12:00:56.156 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2025-02-03 12:00:56.158 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-02-03 12:00:56.161 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-02-03 12:00:56.164 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2025-02-03 12:00:56.165 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-02-03 12:00:56.168 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2025-02-03 12:00:56.170 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-02-03 12:00:56.175 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-02-03 12:00:56.177 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-02-03 12:00:56.182 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2025-02-03 12:00:56.184 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-02-03 12:00:56.509 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2025-02-03 12:00:56.511 | + inc/python:setup_package:440 : local bindep=0 2025-02-03 12:00:56.514 | + inc/python:setup_package:441 : local bindep_flag= 2025-02-03 12:00:56.516 | + inc/python:setup_package:442 : local bindep_profiles= 2025-02-03 12:00:56.518 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2025-02-03 12:00:56.520 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2025-02-03 12:00:56.522 | + inc/python:setup_package:449 : local flags=-e 2025-02-03 12:00:56.524 | + inc/python:setup_package:450 : local extras= 2025-02-03 12:00:56.526 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-02-03 12:00:56.529 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-02-03 12:00:56.531 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-02-03 12:00:56.533 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-02-03 12:00:56.535 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-02-03 12:00:56.538 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2025-02-03 12:00:56.555 | Using python 3.10 to install /opt/stack/nova 2025-02-03 12:00:56.557 | + 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-02-03 12:00:57.396 | Obtaining file:///opt/stack/nova 2025-02-03 12:00:57.396 | Preparing metadata (setup.py): started 2025-02-03 12:00:58.009 | Preparing metadata (setup.py): finished with status 'done' 2025-02-03 12:00:58.098 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (5.11.1) 2025-02-03 12:00:58.099 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (1.4.41) 2025-02-03 12:00:58.099 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (5.1.1) 2025-02-03 12:00:58.100 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (0.33.3) 2025-02-03 12:00:58.101 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (3.1.2) 2025-02-03 12:00:58.101 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (10.4.1) 2025-02-03 12:00:58.102 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (4.9.2) 2025-02-03 12:00:58.103 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (2.5.1) 2025-02-03 12:00:58.104 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (40.0.2) 2025-02-03 12:00:58.104 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (1.8.7) 2025-02-03 12:00:58.105 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (2.0.2) 2025-02-03 12:00:58.105 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (3.0.1) 2025-02-03 12:00:58.106 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (3.5.2) 2025-02-03 12:00:58.107 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (3.7.0) 2025-02-03 12:00:58.108 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (1.9.4) 2025-02-03 12:00:58.108 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (0.8.0) 2025-02-03 12:00:58.109 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (0.11.0) 2025-02-03 12:00:58.110 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (3.1.0) 2025-02-03 12:00:58.110 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (1.1.0) 2025-02-03 12:00:58.111 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (4.17.3) 2025-02-03 12:00:58.112 | 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.dev15) (9.4.0) 2025-02-03 12:00:58.112 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (5.3.0) 2025-02-03 12:00:58.113 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (11.0.0) 2025-02-03 12:00:58.114 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (4.4.1) 2025-02-03 12:00:58.115 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (2.28.2) 2025-02-03 12:00:58.115 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (5.1.0) 2025-02-03 12:00:58.205 | Collecting websockify>=0.9.0 (from nova==0.0.1.dev15) 2025-02-03 12:00:58.206 | Using cached websockify-0.10.0-py3-none-any.whl 2025-02-03 12:00:58.213 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (3.5.0) 2025-02-03 12:00:58.213 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (5.2.0) 2025-02-03 12:00:58.214 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (9.2.0) 2025-02-03 12:00:58.215 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (5.2.0) 2025-02-03 12:00:58.216 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (5.3.1) 2025-02-03 12:00:58.216 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (2.2.0) 2025-02-03 12:00:58.217 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (3.1.0) 2025-02-03 12:00:58.218 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (5.2.1) 2025-02-03 12:00:58.219 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (2.2.0) 2025-02-03 12:00:58.219 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (6.2.1) 2025-02-03 12:00:58.220 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (14.1.0) 2025-02-03 12:00:58.221 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (7.1.0) 2025-02-03 12:00:58.221 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (14.4.2) 2025-02-03 12:00:58.222 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (4.2.1) 2025-02-03 12:00:58.223 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (3.2.0) 2025-02-03 12:00:58.224 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (6.1.0) 2025-02-03 12:00:58.224 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (3.2.1) 2025-02-03 12:00:58.225 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (2.0.0) 2025-02-03 12:00:58.226 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (5.2.0) 2025-02-03 12:00:58.226 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (5.9.5) 2025-02-03 12:00:58.227 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (3.2.0) 2025-02-03 12:00:58.228 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (6.4.2) 2025-02-03 12:00:58.229 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (1.1.0) 2025-02-03 12:00:58.229 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (3.0.0) 2025-02-03 12:00:58.230 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (3.2.0) 2025-02-03 12:00:58.231 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (4.3.0) 2025-02-03 12:00:58.252 | Collecting microversion-parse>=0.2.1 (from nova==0.0.1.dev15) 2025-02-03 12:00:58.254 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-02-03 12:00:58.256 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (4.2.0) 2025-02-03 12:00:58.257 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (0.2.3) 2025-02-03 12:00:58.257 | 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.dev15) (1.3.4) 2025-02-03 12:00:58.258 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (1.7.0) 2025-02-03 12:00:58.259 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (2.8.2) 2025-02-03 12:00:58.260 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (2.4.1) 2025-02-03 12:00:58.260 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (1.5.0) 2025-02-03 12:00:58.261 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (6.0) 2025-02-03 12:00:58.262 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev15) (23.1) 2025-02-03 12:00:58.268 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.0.1.dev15) (1.2.4) 2025-02-03 12:00:58.277 | 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.dev15) (5.6.1) 2025-02-03 12:00:58.297 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.0.1.dev15) (1.15.1) 2025-02-03 12:00:58.309 | 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.dev15) (2.3.0) 2025-02-03 12:00:58.310 | 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.dev15) (1.16.0) 2025-02-03 12:00:58.322 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.0.1.dev15) (2.1.2) 2025-02-03 12:00:58.341 | 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.dev15) (23.1.0) 2025-02-03 12:00:58.342 | 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.dev15) (0.19.3) 2025-02-03 12:00:58.390 | 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.dev15) (3.1.1) 2025-02-03 12:00:58.391 | 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.dev15) (5.2.0) 2025-02-03 12:00:58.416 | 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.dev15) (1.4.4) 2025-02-03 12:00:58.418 | 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.dev15) (1.1.8) 2025-02-03 12:00:58.418 | 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.dev15) (1.0.1) 2025-02-03 12:00:58.419 | 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.dev15) (1.32) 2025-02-03 12:00:58.421 | 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.dev15) (1.4.0) 2025-02-03 12:00:58.431 | 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.dev15) (5.9.0) 2025-02-03 12:00:58.434 | 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.dev15) (6.3.1) 2025-02-03 12:00:58.456 | 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.dev15) (2.5.0) 2025-02-03 12:00:58.459 | 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.dev15) (2.4.2) 2025-02-03 12:00:58.459 | 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.dev15) (0.7.7) 2025-02-03 12:00:58.484 | 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.dev15) (0.18) 2025-02-03 12:00:58.555 | 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.dev15) (2.0.1) 2025-02-03 12:00:58.556 | 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.dev15) (0.5.0) 2025-02-03 12:00:58.592 | 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.dev15) (0.9.6) 2025-02-03 12:00:58.620 | 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.dev15) (5.1.1) 2025-02-03 12:00:58.620 | 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.dev15) (5.3.0) 2025-02-03 12:00:58.621 | 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.dev15) (5.2.4) 2025-02-03 12:00:58.623 | 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.dev15) (0.7.0) 2025-02-03 12:00:58.635 | 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.dev15) (4.0.1) 2025-02-03 12:00:58.637 | 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.dev15) (4.0.1) 2025-02-03 12:00:58.659 | 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.dev15) (1.0.5) 2025-02-03 12:00:58.685 | 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.dev15) (2023.3) 2025-02-03 12:00:58.686 | 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.dev15) (2023.3) 2025-02-03 12:00:58.701 | 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.dev15) (1.4.0) 2025-02-03 12:00:58.702 | 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.dev15) (4.0.1) 2025-02-03 12:00:58.726 | 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.dev15) (3.0.9) 2025-02-03 12:00:58.771 | 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.dev15) (1.5.0) 2025-02-03 12:00:58.783 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.0.1.dev15) (69.1.1) 2025-02-03 12:00:58.821 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev15) (0.2.6) 2025-02-03 12:00:58.885 | 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.dev15) (23.1.1) 2025-02-03 12:00:58.886 | 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.dev15) (2.0.1) 2025-02-03 12:00:58.886 | 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.dev15) (1.15.0) 2025-02-03 12:00:58.906 | 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.dev15) (4.3.0) 2025-02-03 12:00:58.908 | 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.dev15) (2.1.0) 2025-02-03 12:00:58.909 | 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.dev15) (2.8.1) 2025-02-03 12:00:58.911 | 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.dev15) (3.19.1) 2025-02-03 12:00:58.941 | 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.dev15) (3.1.0) 2025-02-03 12:00:58.945 | 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.dev15) (3.4) 2025-02-03 12:00:58.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->nova==0.0.1.dev15) (1.26.15) 2025-02-03 12:00:58.945 | 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.dev15) (2025.1.31) 2025-02-03 12:00:58.987 | 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.dev15) (0.7) 2025-02-03 12:00:59.113 | 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.dev15) (0.13.1) 2025-02-03 12:00:59.404 | Collecting numpy (from websockify>=0.9.0->nova==0.0.1.dev15) 2025-02-03 12:00:59.406 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-02-03 12:00:59.424 | 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.dev15) (5.0.0) 2025-02-03 12:00:59.530 | 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.dev15) (2.21) 2025-02-03 12:00:59.565 | 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.dev15) (0.5.1) 2025-02-03 12:00:59.565 | 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.dev15) (2.4.3) 2025-02-03 12:00:59.566 | 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.dev15) (6.0.1) 2025-02-03 12:00:59.710 | 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.dev15) (2.3) 2025-02-03 12:00:59.861 | 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.dev15) (0.16.0) 2025-02-03 12:00:59.882 | 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.dev15) (2.17.7) 2025-02-03 12:01:00.258 | 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.dev15) (2.6.0) 2025-02-03 12:01:00.600 | 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.dev15) (1.8.2) 2025-02-03 12:01:00.644 | 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.dev15) (3.15.0) 2025-02-03 12:01:00.692 | 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.dev15) (2.4.0) 2025-02-03 12:01:00.897 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-02-03 12:01:00.900 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-02-03 12:01:01.457 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-02-03 12:01:03.330 | Running setup.py develop for nova 2025-02-03 12:01:04.836 | Successfully installed microversion-parse-1.0.1 nova-0.0.1.dev15 numpy-1.24.2 websockify-0.10.0 2025-02-03 12:01:04.987 | + inc/python:pip_install:222 : result=0 2025-02-03 12:01:04.989 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 12:01:04.991 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:04.993 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:04.995 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:04.996 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:04.998 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:05.000 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 12:01:05.001 | + functions-common:time_stop:2407 : start_time=1738584056551 2025-02-03 12:01:05.003 | + functions-common:time_stop:2409 : [[ -z 1738584056551 ]] 2025-02-03 12:01:05.005 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:05.008 | + functions-common:time_stop:2412 : end_time=1738584065006 2025-02-03 12:01:05.010 | + functions-common:time_stop:2413 : elapsed_time=8455 2025-02-03 12:01:05.012 | + functions-common:time_stop:2414 : total=68971 2025-02-03 12:01:05.013 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:05.015 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=77426 2025-02-03 12:01:05.017 | + inc/python:pip_install:225 : return 0 2025-02-03 12:01:05.019 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-02-03 12:01:05.021 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-02-03 12:01:05.023 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2025-02-03 12:01:05.025 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2025-02-03 12:01:05.027 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 12:01:05.028 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 12:01:05.030 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-02-03 12:01:05.032 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 12:01:05.034 | + 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-02-03 12:01:05.046 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-02-03 12:01:05.049 | + stack.sh:main:965 : configure_nova 2025-02-03 12:01:05.051 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2025-02-03 12:01:05.061 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2025-02-03 12:01:05.063 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-02-03 12:01:05.065 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-02-03 12:01:05.068 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-02-03 12:01:05.068 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-02-03 12:01:05.072 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-02-03 12:01:05.074 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-02-03 12:01:05.076 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-02-03 12:01:05.077 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-02-03 12:01:05.079 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-02-03 12:01:05.081 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-02-03 12:01:05.083 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2025-02-03 12:01:05.085 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-02-03 12:01:05.094 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-02-03 12:01:05.103 | + 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-02-03 12:01:05.112 | + 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-02-03 12:01:05.121 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-02-03 12:01:05.131 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2025-02-03 12:01:05.140 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-02-03 12:01:05.143 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-02-03 12:01:05.145 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.8gdVh12Djf 2025-02-03 12:01:05.147 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-02-03 12:01:05.149 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-02-03 12:01:05.151 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2025-02-03 12:01:05.153 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-02-03 12:01:05.154 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-02-03 12:01:05.156 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.8gdVh12Djf 2025-02-03 12:01:05.159 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.8gdVh12Djf 2025-02-03 12:01:05.168 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.8gdVh12Djf /etc/sudoers.d/nova-rootwrap 2025-02-03 12:01:05.178 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2025-02-03 12:01:05.180 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-02-03 12:01:05.182 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-02-03 12:01:05.184 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-02-03 12:01:05.186 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-02-03 12:01:05.188 | + 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-02-03 12:01:05.190 | + 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-02-03 12:01:05.193 | + 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-02-03 12:01:05.193 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-02-03 12:01:05.199 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-02-03 12:01:05.202 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-02-03 12:01:05.210 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-02-03 12:01:05.219 | + 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-02-03 12:01:05.221 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-02-03 12:01:05.224 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2025-02-03 12:01:05.237 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:05.239 | + lib/nova:configure_nova:361 : create_nova_conf 2025-02-03 12:01:05.241 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2025-02-03 12:01:05.243 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2025-02-03 12:01:05.246 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-02-03 12:01:05.269 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2025-02-03 12:01:05.271 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-02-03 12:01:05.294 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-02-03 12:01:05.318 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-02-03 12:01:05.339 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-02-03 12:01:05.362 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2025-02-03 12:01:05.386 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-02-03 12:01:05.410 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-02-03 12:01:05.431 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-02-03 12:01:05.453 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-02-03 12:01:05.475 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-02-03 12:01:05.496 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-02-03 12:01:05.518 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-02-03 12:01:05.542 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2025-02-03 12:01:05.563 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2025-02-03 12:01:05.585 | + lib/nova:create_nova_conf:459 : is_fedora 2025-02-03 12:01:05.587 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-02-03 12:01:05.588 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-02-03 12:01:05.590 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-02-03 12:01:05.592 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-02-03 12:01:05.593 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-03 12:01:05.595 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-03 12:01:05.597 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-02-03 12:01:05.599 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-02-03 12:01:05.600 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-02-03 12:01:05.602 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-02-03 12:01:05.604 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-02-03 12:01:05.605 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-02-03 12:01:05.607 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-02-03 12:01:05.609 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2025-02-03 12:01:05.621 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:05.623 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-03 12:01:05.624 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2025-02-03 12:01:05.627 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2025-02-03 12:01:05.628 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-02-03 12:01:05.630 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-02-03 12:01:05.632 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-02-03 12:01:05.634 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-02-03 12:01:05.635 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-02-03 12:01:05.637 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-02-03 12:01:05.649 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:05.651 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-02-03 12:01:05.652 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-02-03 12:01:05.655 | + 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-02-03 12:01:05.679 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2025-02-03 12:01:05.681 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-02-03 12:01:05.682 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-02-03 12:01:05.684 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2025-02-03 12:01:05.686 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-02-03 12:01:05.688 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-02-03 12:01:05.690 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-02-03 12:01:05.701 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:05.703 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-02-03 12:01:05.705 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-02-03 12:01:05.707 | + 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-02-03 12:01:05.731 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2025-02-03 12:01:05.755 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-02-03 12:01:05.777 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-02-03 12:01:05.799 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2025-02-03 12:01:05.811 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:05.813 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2025-02-03 12:01:05.825 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:05.828 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2025-02-03 12:01:05.828 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2025-02-03 12:01:05.831 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2025-02-03 12:01:05.833 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-02-03 12:01:05.855 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2025-02-03 12:01:05.857 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2025-02-03 12:01:05.881 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2025-02-03 12:01:05.904 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2025-02-03 12:01:05.916 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:05.918 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-02-03 12:01:05.920 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-02-03 12:01:05.921 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-02-03 12:01:05.923 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-02-03 12:01:05.925 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-02-03 12:01:05.948 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-02-03 12:01:05.970 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-02-03 12:01:05.992 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-02-03 12:01:06.013 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-02-03 12:01:06.036 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-02-03 12:01:06.058 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-02-03 12:01:06.081 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-02-03 12:01:06.103 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-02-03 12:01:06.125 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-02-03 12:01:06.147 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2025-02-03 12:01:06.159 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:06.160 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2025-02-03 12:01:06.162 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-02-03 12:01:06.186 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2025-02-03 12:01:06.208 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-02-03 12:01:06.229 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2025-02-03 12:01:06.252 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-02-03 12:01:06.275 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-02-03 12:01:06.297 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2025-02-03 12:01:06.319 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-02-03 12:01:06.341 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2025-02-03 12:01:06.353 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:06.354 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2025-02-03 12:01:06.356 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-02-03 12:01:06.378 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-02-03 12:01:06.402 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2025-02-03 12:01:06.404 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-02-03 12:01:06.426 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2025-02-03 12:01:06.428 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2025-02-03 12:01:06.430 | + lib/nova:create_nova_conf:534 : is_fedora 2025-02-03 12:01:06.431 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-02-03 12:01:06.433 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-02-03 12:01:06.435 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-02-03 12:01:06.437 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-02-03 12:01:06.438 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-03 12:01:06.440 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-03 12:01:06.442 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-02-03 12:01:06.444 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-02-03 12:01:06.445 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-02-03 12:01:06.447 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-02-03 12:01:06.449 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-02-03 12:01:06.451 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-02-03 12:01:06.452 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-02-03 12:01:06.454 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2025-02-03 12:01:06.456 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-02-03 12:01:06.458 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-02-03 12:01:06.460 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-03 12:01:06.473 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-03 12:01:06.474 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-03 12:01:06.476 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-03 12:01:06.478 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-03 12:01:06.480 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-02-03 12:01:06.502 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-02-03 12:01:06.523 | + 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-02-03 12:01:06.545 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-03 12:01:06.567 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-02-03 12:01:06.590 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2025-02-03 12:01:06.602 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:06.604 | + 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-02-03 12:01:06.605 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2025-02-03 12:01:06.607 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2025-02-03 12:01:06.609 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2025-02-03 12:01:06.611 | + lib/apache:write_uwsgi_config:244 : local http= 2025-02-03 12:01:06.613 | + lib/apache:write_uwsgi_config:245 : local name= 2025-02-03 12:01:06.615 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2025-02-03 12:01:06.618 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2025-02-03 12:01:06.619 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-02-03 12:01:06.621 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-02-03 12:01:06.631 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-02-03 12:01:06.631 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-02-03 12:01:06.638 | d /var/run/uwsgi 0755 stack root 2025-02-03 12:01:06.640 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-02-03 12:01:06.648 | /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-02-03 12:01:06.651 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-02-03 12:01:06.653 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-02-03 12:01:06.656 | + 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-02-03 12:01:06.679 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-02-03 12:01:06.701 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-02-03 12:01:06.723 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-02-03 12:01:06.746 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-02-03 12:01:06.767 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-02-03 12:01:06.789 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-02-03 12:01:06.811 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-02-03 12:01:06.833 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-02-03 12:01:06.855 | + 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-02-03 12:01:06.877 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-02-03 12:01:06.898 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-02-03 12:01:06.920 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-02-03 12:01:06.942 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-02-03 12:01:06.943 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-02-03 12:01:06.946 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2025-02-03 12:01:06.947 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2025-02-03 12:01:06.949 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-02-03 12:01:06.951 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:06.953 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:06.954 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-02-03 12:01:06.957 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-02-03 12:01:06.958 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-02-03 12:01:06.980 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-02-03 12:01:07.002 | + 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-02-03 12:01:07.002 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-02-03 12:01:07.009 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2025-02-03 12:01:07.011 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2025-02-03 12:01:07.013 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2025-02-03 12:01:07.015 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-02-03 12:01:07.017 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-02-03 12:01:07.019 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-02-03 12:01:07.020 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:07.022 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:07.024 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-02-03 12:01:07.026 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-02-03 12:01:07.028 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:07.030 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:07.031 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2025-02-03 12:01:07.064 | Enabling site nova-api-wsgi. 2025-02-03 12:01:07.068 | To activate the new configuration, you need to run: 2025-02-03 12:01:07.068 | systemctl reload apache2 2025-02-03 12:01:07.072 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-02-03 12:01:07.073 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-02-03 12:01:07.075 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-02-03 12:01:07.077 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-02-03 12:01:07.169 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2025-02-03 12:01:07.182 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:07.184 | + 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-02-03 12:01:07.186 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-02-03 12:01:07.187 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2025-02-03 12:01:07.189 | + lib/apache:write_uwsgi_config:243 : local url= 2025-02-03 12:01:07.191 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2025-02-03 12:01:07.193 | + lib/apache:write_uwsgi_config:245 : local name= 2025-02-03 12:01:07.196 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-02-03 12:01:07.199 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2025-02-03 12:01:07.201 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-02-03 12:01:07.202 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-02-03 12:01:07.212 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-02-03 12:01:07.213 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-02-03 12:01:07.219 | d /var/run/uwsgi 0755 stack root 2025-02-03 12:01:07.222 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-02-03 12:01:07.230 | /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-02-03 12:01:07.232 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-02-03 12:01:07.234 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-02-03 12:01:07.237 | + 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-02-03 12:01:07.261 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-02-03 12:01:07.282 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-02-03 12:01:07.304 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-02-03 12:01:07.325 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-02-03 12:01:07.347 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-02-03 12:01:07.369 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-02-03 12:01:07.390 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-02-03 12:01:07.412 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-02-03 12:01:07.469 | + 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-02-03 12:01:07.503 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-02-03 12:01:07.528 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-02-03 12:01:07.552 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-02-03 12:01:07.576 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2025-02-03 12:01:07.578 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-02-03 12:01:07.601 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2025-02-03 12:01:07.613 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:07.615 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-02-03 12:01:07.641 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2025-02-03 12:01:07.643 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2025-02-03 12:01:07.645 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2025-02-03 12:01:07.658 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:07.660 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-03 12:01:07.662 | + 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-02-03 12:01:07.686 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-02-03 12:01:07.712 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-02-03 12:01:07.714 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-02-03 12:01:07.716 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2025-02-03 12:01:07.717 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-02-03 12:01:07.719 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-02-03 12:01:07.721 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-02-03 12:01:07.734 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:07.737 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-02-03 12:01:07.738 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-02-03 12:01:07.741 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-02-03 12:01:07.753 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:07.755 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-03 12:01:07.757 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-03 12:01:07.781 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-02-03 12:01:07.783 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-02-03 12:01:07.785 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-02-03 12:01:07.809 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-02-03 12:01:07.832 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2025-02-03 12:01:07.857 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2025-02-03 12:01:07.869 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:07.871 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-02-03 12:01:07.895 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2025-02-03 12:01:07.897 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2025-02-03 12:01:07.899 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-02-03 12:01:07.926 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2025-02-03 12:01:07.952 | + lib/nova:init_nova_service_user_conf:827 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-02-03 12:01:07.974 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2025-02-03 12:01:07.998 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-02-03 12:01:08.021 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-02-03 12:01:08.043 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2025-02-03 12:01:08.065 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-02-03 12:01:08.088 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-02-03 12:01:08.111 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2025-02-03 12:01:08.124 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:08.126 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2025-02-03 12:01:08.129 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-02-03 12:01:08.131 | + lib/nova:create_nova_conf:582 : local conf 2025-02-03 12:01:08.133 | + lib/nova:create_nova_conf:583 : local vhost 2025-02-03 12:01:08.135 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2025-02-03 12:01:08.137 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-02-03 12:01:08.139 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-02-03 12:01:08.141 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2025-02-03 12:01:08.143 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2025-02-03 12:01:08.144 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2025-02-03 12:01:08.147 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2025-02-03 12:01:08.149 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-02-03 12:01:08.151 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-02-03 12:01:08.153 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-02-03 12:01:08.155 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-02-03 12:01:08.157 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-02-03 12:01:08.158 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-02-03 12:01:08.170 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:08.172 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-02-03 12:01:08.174 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-02-03 12:01:08.176 | + 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-02-03 12:01:08.201 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-02-03 12:01:08.225 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-02-03 12:01:08.249 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-03 12:01:08.251 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-02-03 12:01:08.252 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-02-03 12:01:08.254 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2025-02-03 12:01:08.256 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-02-03 12:01:08.258 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-02-03 12:01:08.260 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-02-03 12:01:08.272 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:08.274 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-02-03 12:01:08.276 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-02-03 12:01:08.278 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-02-03 12:01:08.290 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:08.292 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-03 12:01:08.294 | + 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-02-03 12:01:08.316 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-02-03 12:01:08.318 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-02-03 12:01:08.320 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2025-02-03 12:01:08.322 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-02-03 12:01:08.324 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-02-03 12:01:08.326 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-03 12:01:08.339 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-03 12:01:08.341 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-03 12:01:08.342 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-03 12:01:08.344 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-03 12:01:08.346 | + 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-02-03 12:01:08.368 | + 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-02-03 12:01:08.391 | + 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-02-03 12:01:08.414 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-03 12:01:08.436 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-03 12:01:08.438 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2025-02-03 12:01:08.440 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2025-02-03 12:01:08.442 | + lib/nova:configure_console_proxies:728 : local offset=0 2025-02-03 12:01:08.444 | + lib/nova:configure_console_proxies:732 : offset=0 2025-02-03 12:01:08.445 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2025-02-03 12:01:08.457 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:08.459 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2025-02-03 12:01:08.461 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2025-02-03 12:01:08.473 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:08.475 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2025-02-03 12:01:08.488 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:08.490 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2025-02-03 12:01:08.502 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:08.505 | + stack.sh:main:968 : is_service_enabled placement 2025-02-03 12:01:08.518 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:08.520 | + stack.sh:main:970 : stack_install_service placement 2025-02-03 12:01:08.522 | + lib/stack:stack_install_service:20 : local service=placement 2025-02-03 12:01:08.524 | + lib/stack:stack_install_service:21 : type install_placement 2025-02-03 12:01:08.526 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-02-03 12:01:08.528 | + lib/stack:stack_install_service:32 : install_placement 2025-02-03 12:01:08.530 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-02-03 12:01:08.532 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2025-02-03 12:01:08.534 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:08.536 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:08.538 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2025-02-03 12:01:08.540 | + functions-common:install_package:1421 : update_package_repo 2025-02-03 12:01:08.542 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-02-03 12:01:08.544 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-02-03 12:01:08.546 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-02-03 12:01:08.548 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-02-03 12:01:08.550 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-02-03 12:01:08.552 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:08.554 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:08.556 | + functions-common:update_package_repo:1404 : apt_get_update 2025-02-03 12:01:08.558 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-02-03 12:01:08.560 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-02-03 12:01:08.562 | + functions-common:apt_get_update:1150 : return 2025-02-03 12:01:08.564 | + functions-common:install_package:1422 : real_install_package apache2 2025-02-03 12:01:08.566 | + functions-common:real_install_package:1409 : is_ubuntu 2025-02-03 12:01:08.568 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:08.570 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:08.572 | + functions-common:real_install_package:1410 : apt_get install apache2 2025-02-03 12:01:08.589 | + 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-02-03 12:01:08.648 | Reading package lists... 2025-02-03 12:01:08.862 | Building dependency tree... 2025-02-03 12:01:08.863 | Reading state information... 2025-02-03 12:01:09.080 | apache2 is already the newest version (2.4.52-1ubuntu4.13). 2025-02-03 12:01:09.080 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2025-02-03 12:01:09.084 | + functions-common:apt_get:1194 : result=0 2025-02-03 12:01:09.086 | + functions-common:apt_get:1197 : time_stop apt-get 2025-02-03 12:01:09.088 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:09.090 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:09.092 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:09.094 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:09.096 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:09.098 | + functions-common:time_stop:2406 : name=apt-get 2025-02-03 12:01:09.100 | + functions-common:time_stop:2407 : start_time=1738584068587 2025-02-03 12:01:09.102 | + functions-common:time_stop:2409 : [[ -z 1738584068587 ]] 2025-02-03 12:01:09.105 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:09.108 | + functions-common:time_stop:2412 : end_time=1738584069106 2025-02-03 12:01:09.110 | + functions-common:time_stop:2413 : elapsed_time=519 2025-02-03 12:01:09.112 | + functions-common:time_stop:2414 : total=3605 2025-02-03 12:01:09.114 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:09.116 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4124 2025-02-03 12:01:09.118 | + functions-common:apt_get:1198 : return 0 2025-02-03 12:01:09.120 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2025-02-03 12:01:09.122 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2025-02-03 12:01:09.124 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2025-02-03 12:01:09.126 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2025-02-03 12:01:09.128 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2025-02-03 12:01:09.147 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2025-02-03 12:01:09.150 | + functions-common:install_package:1421 : update_package_repo 2025-02-03 12:01:09.152 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-02-03 12:01:09.154 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-02-03 12:01:09.156 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-02-03 12:01:09.158 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-02-03 12:01:09.160 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-02-03 12:01:09.163 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:09.164 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:09.166 | + functions-common:update_package_repo:1404 : apt_get_update 2025-02-03 12:01:09.169 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-02-03 12:01:09.171 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-02-03 12:01:09.173 | + functions-common:apt_get_update:1150 : return 2025-02-03 12:01:09.175 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2025-02-03 12:01:09.177 | + functions-common:real_install_package:1409 : is_ubuntu 2025-02-03 12:01:09.179 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:09.181 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:09.183 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2025-02-03 12:01:09.200 | + 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-02-03 12:01:09.260 | Reading package lists... 2025-02-03 12:01:09.491 | Building dependency tree... 2025-02-03 12:01:09.492 | Reading state information... 2025-02-03 12:01:09.702 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-02-03 12:01:09.702 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2025-02-03 12:01:09.707 | + functions-common:apt_get:1194 : result=0 2025-02-03 12:01:09.709 | + functions-common:apt_get:1197 : time_stop apt-get 2025-02-03 12:01:09.711 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:09.713 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:09.715 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:09.717 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:09.719 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:09.721 | + functions-common:time_stop:2406 : name=apt-get 2025-02-03 12:01:09.723 | + functions-common:time_stop:2407 : start_time=1738584069198 2025-02-03 12:01:09.725 | + functions-common:time_stop:2409 : [[ -z 1738584069198 ]] 2025-02-03 12:01:09.728 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:09.731 | + functions-common:time_stop:2412 : end_time=1738584069729 2025-02-03 12:01:09.733 | + functions-common:time_stop:2413 : elapsed_time=531 2025-02-03 12:01:09.735 | + functions-common:time_stop:2414 : total=4124 2025-02-03 12:01:09.737 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:09.739 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4655 2025-02-03 12:01:09.741 | + functions-common:apt_get:1198 : return 0 2025-02-03 12:01:09.743 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2025-02-03 12:01:09.745 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2025-02-03 12:01:09.747 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-02-03 12:01:09.749 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:09.751 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:09.753 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-02-03 12:01:09.755 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2025-02-03 12:01:09.784 | wsgi (enabled by maintainer script) 2025-02-03 12:01:09.787 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-02-03 12:01:09.789 | + inc/python:pip_install_gr:94 : local name=osc-placement 2025-02-03 12:01:09.791 | + inc/python:pip_install_gr:95 : local clean_name 2025-02-03 12:01:09.794 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2025-02-03 12:01:09.796 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2025-02-03 12:01:09.798 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-02-03 12:01:09.802 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-02-03 12:01:09.802 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-02-03 12:01:09.806 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2025-02-03 12:01:09.808 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2025-02-03 12:01:09.810 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2025-02-03 12:01:09.813 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2025-02-03 12:01:09.815 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2025-02-03 12:01:09.833 | Using python 3.10 to install osc-placement 2025-02-03 12:01:09.835 | + 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-02-03 12:01:10.769 | Collecting osc-placement 2025-02-03 12:01:10.771 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-02-03 12:01:10.798 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.3.0) 2025-02-03 12:01:10.798 | 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-02-03 12:01:10.799 | 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-02-03 12:01:10.800 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.11.1) 2025-02-03 12:01:10.801 | Requirement already satisfied: simplejson>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.19.1) 2025-02-03 12:01:10.830 | 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-02-03 12:01:10.831 | 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-02-03 12:01:10.832 | 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-02-03 12:01:10.833 | 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-02-03 12:01:10.839 | 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-02-03 12:01:10.840 | 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.0) 2025-02-03 12:01:10.840 | 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.0) 2025-02-03 12:01:10.847 | 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-02-03 12:01:10.849 | 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-02-03 12:01:10.849 | 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-02-03 12:01:10.850 | 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-02-03 12:01:10.851 | 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-02-03 12:01:10.852 | 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-02-03 12:01:10.853 | 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-02-03 12:01:10.860 | 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-02-03 12:01:10.861 | 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-02-03 12:01:10.862 | 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-02-03 12:01:10.863 | 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-02-03 12:01:10.864 | 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-02-03 12:01:10.868 | 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-02-03 12:01:10.884 | 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-02-03 12:01:10.884 | 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-02-03 12:01:10.886 | 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-02-03 12:01:10.887 | 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-02-03 12:01:10.887 | 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-02-03 12:01:10.889 | 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-02-03 12:01:10.889 | 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-02-03 12:01:10.911 | 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-02-03 12:01:10.911 | 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-02-03 12:01:10.912 | 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-02-03 12:01:10.913 | 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-02-03 12:01:10.953 | 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-02-03 12:01:10.954 | 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-02-03 12:01:10.955 | 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-02-03 12:01:10.975 | 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-02-03 12:01:11.007 | 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-02-03 12:01:11.015 | 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-02-03 12:01:11.073 | 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-02-03 12:01:11.113 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2025-02-03 12:01:11.915 | Installing collected packages: osc-placement 2025-02-03 12:01:11.990 | Successfully installed osc-placement-4.2.0 2025-02-03 12:01:12.088 | + inc/python:pip_install:222 : result=0 2025-02-03 12:01:12.090 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 12:01:12.093 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:12.095 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:12.097 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:12.099 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:12.101 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:12.103 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 12:01:12.105 | + functions-common:time_stop:2407 : start_time=1738584069829 2025-02-03 12:01:12.107 | + functions-common:time_stop:2409 : [[ -z 1738584069829 ]] 2025-02-03 12:01:12.110 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:12.113 | + functions-common:time_stop:2412 : end_time=1738584072111 2025-02-03 12:01:12.115 | + functions-common:time_stop:2413 : elapsed_time=2282 2025-02-03 12:01:12.117 | + functions-common:time_stop:2414 : total=77426 2025-02-03 12:01:12.119 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:12.121 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79708 2025-02-03 12:01:12.123 | + inc/python:pip_install:225 : return 0 2025-02-03 12:01:12.125 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2025-02-03 12:01:12.127 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2025-02-03 12:01:12.129 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2025-02-03 12:01:12.131 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-02-03 12:01:12.133 | + functions-common:git_clone:575 : local orig_dir 2025-02-03 12:01:12.135 | ++ functions-common:git_clone:576 : pwd 2025-02-03 12:01:12.137 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-02-03 12:01:12.140 | + functions-common:git_clone:577 : local git_clone_flags= 2025-02-03 12:01:12.143 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-02-03 12:01:12.156 | + functions-common:git_clone:579 : RECLONE=False 2025-02-03 12:01:12.158 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-02-03 12:01:12.160 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-02-03 12:01:12.162 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-02-03 12:01:12.164 | + functions-common:git_clone:593 : echo stable/2023.2 2025-02-03 12:01:12.165 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-02-03 12:01:12.170 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2025-02-03 12:01:12.172 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-02-03 12:01:12.174 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-02-03 12:01:12.176 | + functions-common:git_timed:680 : local count=0 2025-02-03 12:01:12.177 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 12:01:12.179 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:01:12.181 | + functions-common:git_timed:684 : timeout=0 2025-02-03 12:01:12.183 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:01:12.185 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:01:12.187 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:01:12.188 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:01:12.191 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:01:12.194 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584072192 2025-02-03 12:01:12.196 | + 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-02-03 12:01:12.199 | Cloning into '/opt/stack//placement'... 2025-02-03 12:01:13.853 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:01:13.855 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:13.857 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:13.859 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:13.861 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:13.863 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:13.865 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:01:13.867 | + functions-common:time_stop:2407 : start_time=1738584072192 2025-02-03 12:01:13.869 | + functions-common:time_stop:2409 : [[ -z 1738584072192 ]] 2025-02-03 12:01:13.871 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:13.874 | + functions-common:time_stop:2412 : end_time=1738584073872 2025-02-03 12:01:13.876 | + functions-common:time_stop:2413 : elapsed_time=1680 2025-02-03 12:01:13.878 | + functions-common:time_stop:2414 : total=36759 2025-02-03 12:01:13.880 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:13.882 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38439 2025-02-03 12:01:13.884 | + functions-common:git_clone:614 : cd /opt/stack//placement 2025-02-03 12:01:13.886 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-02-03 12:01:13.887 | + functions-common:git_timed:680 : local count=0 2025-02-03 12:01:13.889 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 12:01:13.891 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:01:13.893 | + functions-common:git_timed:684 : timeout=0 2025-02-03 12:01:13.895 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:01:13.897 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:01:13.899 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:01:13.901 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:01:13.904 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:01:13.907 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584073904 2025-02-03 12:01:13.908 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-02-03 12:01:15.442 | From https://opendev.org/openstack/placement 2025-02-03 12:01:15.442 | * branch stable/2023.2 -> FETCH_HEAD 2025-02-03 12:01:15.446 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:01:15.448 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:15.450 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:15.452 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:15.454 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:15.456 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:15.458 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:01:15.460 | + functions-common:time_stop:2407 : start_time=1738584073904 2025-02-03 12:01:15.461 | + functions-common:time_stop:2409 : [[ -z 1738584073904 ]] 2025-02-03 12:01:15.464 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:15.467 | + functions-common:time_stop:2412 : end_time=1738584075465 2025-02-03 12:01:15.469 | + functions-common:time_stop:2413 : elapsed_time=1561 2025-02-03 12:01:15.471 | + functions-common:time_stop:2414 : total=38439 2025-02-03 12:01:15.473 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:15.475 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40000 2025-02-03 12:01:15.477 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-02-03 12:01:15.478 | + functions-common:git_timed:680 : local count=0 2025-02-03 12:01:15.480 | + functions-common:git_timed:681 : local timeout=0 2025-02-03 12:01:15.482 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:01:15.484 | + functions-common:git_timed:684 : timeout=0 2025-02-03 12:01:15.486 | + functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:01:15.488 | + functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:01:15.490 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:01:15.492 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:01:15.495 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:01:15.498 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584075495 2025-02-03 12:01:15.499 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-03 12:01:15.525 | Note: switching to 'FETCH_HEAD'. 2025-02-03 12:01:15.525 | 2025-02-03 12:01:15.525 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-03 12:01:15.525 | changes and commit them, and you can discard any commits you make in this 2025-02-03 12:01:15.525 | state without impacting any branches by switching back to a branch. 2025-02-03 12:01:15.525 | 2025-02-03 12:01:15.525 | If you want to create a new branch to retain commits you create, you may 2025-02-03 12:01:15.525 | do so (now or later) by using -c with the switch command. Example: 2025-02-03 12:01:15.525 | 2025-02-03 12:01:15.525 | git switch -c 2025-02-03 12:01:15.525 | 2025-02-03 12:01:15.525 | Or undo this operation with: 2025-02-03 12:01:15.525 | 2025-02-03 12:01:15.525 | git switch - 2025-02-03 12:01:15.525 | 2025-02-03 12:01:15.525 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-03 12:01:15.525 | 2025-02-03 12:01:15.525 | HEAD is now at a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2025-02-03 12:01:15.528 | + functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:01:15.529 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:15.531 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:15.533 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:15.535 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:15.537 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:15.539 | + functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:01:15.541 | + functions-common:time_stop:2407 : start_time=1738584075495 2025-02-03 12:01:15.542 | + functions-common:time_stop:2409 : [[ -z 1738584075495 ]] 2025-02-03 12:01:15.545 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:15.548 | + functions-common:time_stop:2412 : end_time=1738584075546 2025-02-03 12:01:15.550 | + functions-common:time_stop:2413 : elapsed_time=51 2025-02-03 12:01:15.551 | + functions-common:time_stop:2414 : total=40000 2025-02-03 12:01:15.553 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:15.555 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40051 2025-02-03 12:01:15.557 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2025-02-03 12:01:15.567 | + functions-common:git_clone:655 : cd /opt/stack//placement 2025-02-03 12:01:15.570 | + functions-common:git_clone:656 : git show --oneline 2025-02-03 12:01:15.570 | + functions-common:git_clone:656 : head -1 2025-02-03 12:01:15.572 | a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2025-02-03 12:01:15.574 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-02-03 12:01:15.576 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-02-03 12:01:15.578 | + inc/python:setup_develop:360 : local bindep 2025-02-03 12:01:15.580 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2025-02-03 12:01:15.582 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2025-02-03 12:01:15.584 | + inc/python:setup_develop:366 : local extras= 2025-02-03 12:01:15.586 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-02-03 12:01:15.588 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-02-03 12:01:15.590 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2025-02-03 12:01:15.592 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2025-02-03 12:01:15.594 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-02-03 12:01:15.595 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-02-03 12:01:15.598 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2025-02-03 12:01:15.600 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-02-03 12:01:15.603 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2025-02-03 12:01:15.604 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-02-03 12:01:15.606 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-02-03 12:01:15.609 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-02-03 12:01:15.613 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2025-02-03 12:01:15.615 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-02-03 12:01:15.938 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2025-02-03 12:01:15.940 | + inc/python:setup_package:440 : local bindep=0 2025-02-03 12:01:15.942 | + inc/python:setup_package:441 : local bindep_flag= 2025-02-03 12:01:15.945 | + inc/python:setup_package:442 : local bindep_profiles= 2025-02-03 12:01:15.947 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2025-02-03 12:01:15.949 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2025-02-03 12:01:15.951 | + inc/python:setup_package:449 : local flags=-e 2025-02-03 12:01:15.953 | + inc/python:setup_package:450 : local extras= 2025-02-03 12:01:15.955 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-02-03 12:01:15.957 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-02-03 12:01:15.959 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-02-03 12:01:15.961 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-02-03 12:01:15.963 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-02-03 12:01:15.965 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2025-02-03 12:01:15.981 | Using python 3.10 to install /opt/stack/placement 2025-02-03 12:01:15.983 | + 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-02-03 12:01:16.817 | Obtaining file:///opt/stack/placement 2025-02-03 12:01:16.817 | Preparing metadata (setup.py): started 2025-02-03 12:01:17.240 | Preparing metadata (setup.py): finished with status 'done' 2025-02-03 12:01:17.296 | 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-02-03 12:01:17.298 | 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-02-03 12:01:17.298 | 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-02-03 12:01:17.298 | 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-02-03 12:01:17.298 | 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-02-03 12:01:17.299 | 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-02-03 12:01:17.300 | 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-02-03 12:01:17.301 | 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-02-03 12:01:17.302 | 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-02-03 12:01:17.302 | 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-02-03 12:01:17.303 | 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-02-03 12:01:17.304 | 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.1) 2025-02-03 12:01:17.305 | 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-02-03 12:01:17.306 | 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-02-03 12:01:17.306 | 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.0) 2025-02-03 12:01:17.307 | 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-02-03 12:01:17.308 | 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-02-03 12:01:17.309 | 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-02-03 12:01:17.310 | 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-02-03 12:01:17.310 | 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-02-03 12:01:17.311 | 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-02-03 12:01:17.330 | 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-02-03 12:01:17.331 | 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-02-03 12:01:17.354 | 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-02-03 12:01:17.354 | 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-02-03 12:01:17.355 | 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.0) 2025-02-03 12:01:17.357 | 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-02-03 12:01:17.358 | 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-02-03 12:01:17.366 | 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-02-03 12:01:17.385 | 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-02-03 12:01:17.386 | 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-02-03 12:01:17.387 | 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-02-03 12:01:17.388 | 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-02-03 12:01:17.388 | 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-02-03 12:01:17.409 | 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-02-03 12:01:17.411 | 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-02-03 12:01:17.412 | 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-02-03 12:01:17.431 | 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-02-03 12:01:17.432 | 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-02-03 12:01:17.439 | 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-02-03 12:01:17.440 | 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-02-03 12:01:17.442 | 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-02-03 12:01:17.453 | 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-02-03 12:01:17.456 | 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-02-03 12:01:17.456 | 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-02-03 12:01:17.463 | 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-02-03 12:01:17.469 | 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-02-03 12:01:17.470 | 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-02-03 12:01:17.471 | 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-02-03 12:01:17.472 | 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-02-03 12:01:17.483 | 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-02-03 12:01:17.484 | 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-02-03 12:01:17.485 | 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-02-03 12:01:17.486 | 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-02-03 12:01:17.493 | 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-02-03 12:01:17.495 | 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-02-03 12:01:17.601 | 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-02-03 12:01:17.618 | 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-02-03 12:01:17.662 | 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-02-03 12:01:17.693 | 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-02-03 12:01:17.721 | 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-02-03 12:01:17.762 | 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-02-03 12:01:17.785 | 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-02-03 12:01:17.913 | 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-02-03 12:01:17.953 | 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-02-03 12:01:18.004 | 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-02-03 12:01:18.723 | Installing collected packages: openstack-placement 2025-02-03 12:01:18.724 | Running setup.py develop for openstack-placement 2025-02-03 12:01:19.687 | Successfully installed openstack-placement-0.1.0.dev20 2025-02-03 12:01:19.796 | + inc/python:pip_install:222 : result=0 2025-02-03 12:01:19.798 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 12:01:19.800 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:19.802 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:19.803 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:19.805 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:19.807 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:19.809 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 12:01:19.810 | + functions-common:time_stop:2407 : start_time=1738584075977 2025-02-03 12:01:19.812 | + functions-common:time_stop:2409 : [[ -z 1738584075977 ]] 2025-02-03 12:01:19.815 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:19.817 | + functions-common:time_stop:2412 : end_time=1738584079815 2025-02-03 12:01:19.819 | + functions-common:time_stop:2413 : elapsed_time=3838 2025-02-03 12:01:19.821 | + functions-common:time_stop:2414 : total=79708 2025-02-03 12:01:19.823 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:19.824 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=83546 2025-02-03 12:01:19.826 | + inc/python:pip_install:225 : return 0 2025-02-03 12:01:19.828 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-02-03 12:01:19.830 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-02-03 12:01:19.832 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2025-02-03 12:01:19.834 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2025-02-03 12:01:19.836 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 12:01:19.837 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 12:01:19.839 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-02-03 12:01:19.841 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 12:01:19.843 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-02-03 12:01:19.845 | + stack.sh:main:971 : configure_placement 2025-02-03 12:01:19.847 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-02-03 12:01:19.857 | + lib/placement:configure_placement:113 : create_placement_conf 2025-02-03 12:01:19.859 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-02-03 12:01:19.862 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-02-03 12:01:19.864 | ++ lib/database:database_connection_url:134 : local db=placement 2025-02-03 12:01:19.866 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-02-03 12:01:19.868 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2025-02-03 12:01:19.870 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-02-03 12:01:19.872 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-02-03 12:01:19.874 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-02-03 12:01:19.887 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:19.889 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-02-03 12:01:19.892 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-02-03 12:01:19.894 | + 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-02-03 12:01:19.919 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-02-03 12:01:19.945 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-02-03 12:01:19.971 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-02-03 12:01:19.973 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-02-03 12:01:19.975 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-02-03 12:01:19.977 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-02-03 12:01:19.979 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-02-03 12:01:20.005 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-02-03 12:01:20.032 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-02-03 12:01:20.057 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-02-03 12:01:20.082 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-02-03 12:01:20.106 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-02-03 12:01:20.130 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-02-03 12:01:20.154 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-02-03 12:01:20.177 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-02-03 12:01:20.201 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-02-03 12:01:20.225 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-02-03 12:01:20.227 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-02-03 12:01:20.229 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-02-03 12:01:20.232 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-03 12:01:20.245 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-03 12:01:20.247 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-03 12:01:20.249 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-03 12:01:20.251 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-03 12:01:20.253 | + 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-02-03 12:01:20.277 | + 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-02-03 12:01:20.301 | + 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-02-03 12:01:20.325 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-03 12:01:20.349 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-02-03 12:01:20.351 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2025-02-03 12:01:20.353 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2025-02-03 12:01:20.355 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2025-02-03 12:01:20.357 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2025-02-03 12:01:20.359 | + lib/apache:write_uwsgi_config:244 : local http= 2025-02-03 12:01:20.361 | + lib/apache:write_uwsgi_config:245 : local name= 2025-02-03 12:01:20.363 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2025-02-03 12:01:20.366 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2025-02-03 12:01:20.368 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-02-03 12:01:20.370 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-02-03 12:01:20.380 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-02-03 12:01:20.380 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-02-03 12:01:20.387 | d /var/run/uwsgi 0755 stack root 2025-02-03 12:01:20.390 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-02-03 12:01:20.398 | /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-02-03 12:01:20.401 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2025-02-03 12:01:20.403 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2025-02-03 12:01:20.406 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2025-02-03 12:01:20.431 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-02-03 12:01:20.461 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-02-03 12:01:20.485 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-02-03 12:01:20.508 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-02-03 12:01:20.531 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-02-03 12:01:20.555 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-02-03 12:01:20.578 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-02-03 12:01:20.601 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-02-03 12:01:20.625 | + lib/apache:write_uwsgi_config:277 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-02-03 12:01:20.648 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-02-03 12:01:20.672 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-02-03 12:01:20.695 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-02-03 12:01:20.719 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-02-03 12:01:20.721 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-02-03 12:01:20.723 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2025-02-03 12:01:20.725 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2025-02-03 12:01:20.728 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-02-03 12:01:20.730 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:20.732 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:20.734 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2025-02-03 12:01:20.736 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-02-03 12:01:20.738 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-02-03 12:01:20.762 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-02-03 12:01:20.786 | + 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-02-03 12:01:20.787 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-02-03 12:01:20.793 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2025-02-03 12:01:20.796 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2025-02-03 12:01:20.798 | + lib/apache:enable_apache_site:190 : local site=placement-api 2025-02-03 12:01:20.800 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-02-03 12:01:20.802 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-02-03 12:01:20.804 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-02-03 12:01:20.807 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:20.809 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:20.811 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-02-03 12:01:20.813 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-02-03 12:01:20.815 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:20.817 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:20.819 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2025-02-03 12:01:20.851 | Enabling site placement-api. 2025-02-03 12:01:20.855 | To activate the new configuration, you need to run: 2025-02-03 12:01:20.855 | systemctl reload apache2 2025-02-03 12:01:20.859 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-02-03 12:01:20.861 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-02-03 12:01:20.863 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-02-03 12:01:20.865 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-02-03 12:01:20.971 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-02-03 12:01:20.973 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-02-03 12:01:20.975 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-02-03 12:01:21.004 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-02-03 12:01:21.027 | + stack.sh:main:978 : is_service_enabled placement placement-client 2025-02-03 12:01:21.041 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:21.043 | + stack.sh:main:979 : is_service_enabled n-cpu 2025-02-03 12:01:21.057 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:21.059 | + stack.sh:main:979 : is_service_enabled n-sch 2025-02-03 12:01:21.073 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:21.075 | + stack.sh:main:980 : configure_placement_nova_compute 2025-02-03 12:01:21.077 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2025-02-03 12:01:21.079 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2025-02-03 12:01:21.104 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-02-03 12:01:21.128 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2025-02-03 12:01:21.153 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-02-03 12:01:21.177 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-02-03 12:01:21.201 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2025-02-03 12:01:21.225 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-02-03 12:01:21.250 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-02-03 12:01:21.274 | + stack.sh:main:984 : is_service_enabled horizon 2025-02-03 12:01:21.287 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:21.289 | + stack.sh:main:989 : is_service_enabled tls-proxy 2025-02-03 12:01:21.303 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:21.305 | + stack.sh:main:997 : run_phase stack install 2025-02-03 12:01:21.307 | + functions-common:run_phase:1828 : local mode=stack 2025-02-03 12:01:21.309 | + functions-common:run_phase:1829 : local phase=install 2025-02-03 12:01:21.311 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-03 12:01:21.313 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-02-03 12:01:21.315 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-03 12:01:21.317 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-02-03 12:01:21.319 | + functions-common:run_phase:1838 : local extra 2025-02-03 12:01:21.322 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-03 12:01:21.325 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-02-03 12:01:21.327 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-03 12:01:21.330 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-03 12:01:21.332 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-02-03 12:01:21.334 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-03 12:01:21.346 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:21.348 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 12:01:21.349 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:01:21.351 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-02-03 12:01:21.353 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-02-03 12:01:21.355 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:01:21.357 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2025-02-03 12:01:21.359 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-02-03 12:01:21.361 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-02-03 12:01:21.406 | ++ inc/async:async_inner:63 : install_tempest 2025-02-03 12:01:21.434 | [3696 Async install_tempest:27158]: running: install_tempest 2025-02-03 12:01:21.436 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-02-03 12:01:21.439 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-02-03 12:01:21.441 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 12:01:21.443 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-02-03 12:01:21.445 | + functions-common:run_phase:1855 : run_plugins stack install 2025-02-03 12:01:21.447 | + functions-common:run_plugins:1814 : local mode=stack 2025-02-03 12:01:21.449 | + functions-common:run_plugins:1815 : local phase=install 2025-02-03 12:01:21.451 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-02-03 12:01:21.454 | + functions-common:run_plugins:1818 : local plugin 2025-02-03 12:01:21.456 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-02-03 12:01:21.458 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-02-03 12:01:21.460 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-02-03 12:01:21.462 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-02-03 12:01:21.465 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 12:01:21.467 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:01:21.469 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-02-03 12:01:21.471 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-02-03 12:01:21.473 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:01:21.475 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2025-02-03 12:01:21.477 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-02-03 12:01:21.479 | ++ inc/python:setup_develop:360 : local bindep 2025-02-03 12:01:21.481 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-02-03 12:01:21.483 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2025-02-03 12:01:21.485 | ++ inc/python:setup_develop:366 : local extras= 2025-02-03 12:01:21.487 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-02-03 12:01:21.489 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-02-03 12:01:21.491 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-02-03 12:01:21.493 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2025-02-03 12:01:21.495 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-02-03 12:01:21.497 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-02-03 12:01:21.499 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2025-02-03 12:01:21.501 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-02-03 12:01:21.503 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2025-02-03 12:01:21.505 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-02-03 12:01:21.507 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2025-02-03 12:01:21.510 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-02-03 12:01:21.514 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2025-02-03 12:01:21.516 | ++ inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-02-03 12:01:21.840 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2025-02-03 12:01:21.842 | ++ inc/python:setup_package:440 : local bindep=0 2025-02-03 12:01:21.844 | ++ inc/python:setup_package:441 : local bindep_flag= 2025-02-03 12:01:21.846 | ++ inc/python:setup_package:442 : local bindep_profiles= 2025-02-03 12:01:21.848 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-02-03 12:01:21.850 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2025-02-03 12:01:21.852 | ++ inc/python:setup_package:449 : local flags=-e 2025-02-03 12:01:21.854 | ++ inc/python:setup_package:450 : local extras= 2025-02-03 12:01:21.856 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2025-02-03 12:01:21.857 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2025-02-03 12:01:21.859 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-02-03 12:01:21.861 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2025-02-03 12:01:21.863 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-02-03 12:01:21.865 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2025-02-03 12:01:21.882 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-02-03 12:01:21.883 | ++ 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-02-03 12:01:22.722 | Obtaining file:///opt/stack/networking-nsx-t 2025-02-03 12:01:22.722 | Preparing metadata (setup.py): started 2025-02-03 12:01:23.148 | Preparing metadata (setup.py): finished with status 'done' 2025-02-03 12:01:23.199 | 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-02-03 12:01:23.300 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2025-02-03 12:01:23.303 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2025-02-03 12:01:23.304 | 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-02-03 12:01:23.305 | 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-02-03 12:01:23.306 | 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.0) 2025-02-03 12:01:23.308 | 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.1) 2025-02-03 12:01:23.308 | 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-02-03 12:01:23.310 | 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-02-03 12:01:23.310 | 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-02-03 12:01:23.311 | 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-02-03 12:01:23.335 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2025-02-03 12:01:23.336 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2025-02-03 12:01:23.337 | 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-02-03 12:01:23.338 | 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-02-03 12:01:23.358 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2025-02-03 12:01:23.360 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2025-02-03 12:01:23.362 | 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-02-03 12:01:23.362 | 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-02-03 12:01:23.381 | 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-02-03 12:01:23.382 | 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-02-03 12:01:23.383 | 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-02-03 12:01:23.384 | 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.0) 2025-02-03 12:01:23.385 | 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-02-03 12:01:23.385 | 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-02-03 12:01:23.386 | 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-02-03 12:01:23.387 | 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.0) 2025-02-03 12:01:23.388 | 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-02-03 12:01:23.389 | 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-02-03 12:01:23.391 | 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-02-03 12:01:23.391 | 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-02-03 12:01:23.393 | 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-02-03 12:01:23.393 | 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-02-03 12:01:23.395 | 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-02-03 12:01:23.413 | 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-02-03 12:01:23.415 | 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-02-03 12:01:23.417 | 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-02-03 12:01:23.417 | 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-02-03 12:01:23.438 | 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-02-03 12:01:23.439 | 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-02-03 12:01:23.445 | 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-02-03 12:01:23.446 | 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-02-03 12:01:23.447 | 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-02-03 12:01:23.458 | 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-02-03 12:01:23.459 | 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-02-03 12:01:23.460 | 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-02-03 12:01:23.461 | 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-02-03 12:01:23.462 | 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-02-03 12:01:23.463 | 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-02-03 12:01:23.463 | 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-02-03 12:01:23.471 | 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-02-03 12:01:23.472 | 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-02-03 12:01:23.473 | 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-02-03 12:01:23.474 | 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-02-03 12:01:23.514 | 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-02-03 12:01:23.516 | 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.0) 2025-02-03 12:01:23.516 | 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-02-03 12:01:23.517 | 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-02-03 12:01:23.519 | 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-02-03 12:01:23.520 | 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-02-03 12:01:23.553 | 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-02-03 12:01:23.554 | 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-02-03 12:01:23.555 | 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-02-03 12:01:23.556 | 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-02-03 12:01:23.564 | 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-02-03 12:01:23.565 | 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-02-03 12:01:23.566 | 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-02-03 12:01:23.567 | 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-02-03 12:01:23.573 | 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-02-03 12:01:23.580 | 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-02-03 12:01:23.580 | 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-02-03 12:01:23.633 | 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-02-03 12:01:23.657 | 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-02-03 12:01:23.657 | 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-02-03 12:01:23.657 | 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-02-03 12:01:23.657 | 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-02-03 12:01:23.658 | 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-02-03 12:01:23.658 | 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-02-03 12:01:23.660 | 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-02-03 12:01:23.676 | 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-02-03 12:01:23.677 | 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-02-03 12:01:23.732 | 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-02-03 12:01:23.734 | 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-02-03 12:01:23.734 | 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-02-03 12:01:23.762 | 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-02-03 12:01:23.786 | 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-02-03 12:01:23.787 | 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-02-03 12:01:23.788 | 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-02-03 12:01:23.789 | 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-02-03 12:01:23.859 | 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-02-03 12:01:23.884 | 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-02-03 12:01:23.885 | 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-02-03 12:01:23.959 | 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-02-03 12:01:23.959 | 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-02-03 12:01:23.960 | 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-02-03 12:01:23.961 | 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-02-03 12:01:23.985 | 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-02-03 12:01:24.172 | 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-02-03 12:01:24.258 | 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-02-03 12:01:24.259 | 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-02-03 12:01:24.287 | 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-02-03 12:01:24.377 | 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-02-03 12:01:24.401 | 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-02-03 12:01:24.458 | 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-02-03 12:01:24.474 | 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-02-03 12:01:24.475 | 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-02-03 12:01:24.524 | 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-02-03 12:01:24.524 | 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-02-03 12:01:24.526 | 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-02-03 12:01:24.540 | 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-02-03 12:01:24.701 | 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-02-03 12:01:24.771 | 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-02-03 12:01:24.856 | 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-02-03 12:01:25.025 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2025-02-03 12:01:25.068 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-02-03 12:01:25.070 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-02-03 12:01:25.593 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2025-02-03 12:01:26.017 | Running setup.py develop for networking_nsxv3 2025-02-03 12:01:27.211 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2025-02-03 12:01:27.341 | ++ inc/python:pip_install:222 : result=0 2025-02-03 12:01:27.343 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-02-03 12:01:27.344 | ++ functions-common:time_stop:2400 : local name 2025-02-03 12:01:27.346 | ++ functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:27.348 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:27.350 | ++ functions-common:time_stop:2403 : local total 2025-02-03 12:01:27.352 | ++ functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:27.354 | ++ functions-common:time_stop:2406 : name=pip_install 2025-02-03 12:01:27.355 | ++ functions-common:time_stop:2407 : start_time=1738584081878 2025-02-03 12:01:27.357 | ++ functions-common:time_stop:2409 : [[ -z 1738584081878 ]] 2025-02-03 12:01:27.359 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:27.362 | ++ functions-common:time_stop:2412 : end_time=1738584087360 2025-02-03 12:01:27.364 | ++ functions-common:time_stop:2413 : elapsed_time=5482 2025-02-03 12:01:27.366 | ++ functions-common:time_stop:2414 : total=83546 2025-02-03 12:01:27.368 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:27.369 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=89028 2025-02-03 12:01:27.371 | ++ inc/python:pip_install:225 : return 0 2025-02-03 12:01:27.373 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-02-03 12:01:27.375 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-02-03 12:01:27.377 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2025-02-03 12:01:27.379 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2025-02-03 12:01:27.381 | ++ inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 12:01:27.383 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 12:01:27.385 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-02-03 12:01:27.387 | ++ inc/python:use_library_from_git:275 : return 1 2025-02-03 12:01:27.389 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2025-02-03 12:01:27.391 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2025-02-03 12:01:27.393 | + inc/python:use_library_from_git:273 : local enabled=1 2025-02-03 12:01:27.394 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-02-03 12:01:27.396 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2025-02-03 12:01:27.399 | + inc/python:use_library_from_git:275 : return 1 2025-02-03 12:01:27.401 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2025-02-03 12:01:27.403 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2025-02-03 12:01:27.405 | + inc/python:pip_install_gr:95 : local clean_name 2025-02-03 12:01:27.407 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2025-02-03 12:01:27.409 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2025-02-03 12:01:27.411 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-02-03 12:01:27.415 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-02-03 12:01:27.415 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-02-03 12:01:27.419 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2025-02-03 12:01:27.421 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2025-02-03 12:01:27.423 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2025-02-03 12:01:27.425 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2025-02-03 12:01:27.428 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2025-02-03 12:01:27.444 | Using python 3.10 to install python-openstackclient 2025-02-03 12:01:27.447 | + 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-02-03 12:01:28.440 | Collecting python-openstackclient 2025-02-03 12:01:28.441 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-02-03 12:01:28.452 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.3.0) 2025-02-03 12:01:28.453 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2025-02-03 12:01:28.455 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.1.0) 2025-02-03 12:01:28.455 | Requirement already satisfied: openstacksdk>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.5.0) 2025-02-03 12:01:28.455 | 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-02-03 12:01:28.455 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.1.0) 2025-02-03 12:01:28.457 | 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-02-03 12:01:28.457 | 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-02-03 12:01:28.459 | 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-02-03 12:01:28.459 | 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-02-03 12:01:28.459 | 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-02-03 12:01:28.460 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.1.0) 2025-02-03 12:01:28.465 | 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-02-03 12:01:28.466 | 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-02-03 12:01:28.467 | 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-02-03 12:01:28.467 | 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-02-03 12:01:28.468 | 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-02-03 12:01:28.487 | 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-02-03 12:01:28.499 | 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-02-03 12:01:28.500 | 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-02-03 12:01:28.501 | 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-02-03 12:01:28.501 | 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-02-03 12:01:28.502 | 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-02-03 12:01:28.503 | 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-02-03 12:01:28.504 | 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-02-03 12:01:28.505 | 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-02-03 12:01:28.507 | 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-02-03 12:01:28.512 | 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-02-03 12:01:28.521 | 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-02-03 12:01:28.522 | 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-02-03 12:01:28.523 | 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-02-03 12:01:28.524 | 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-02-03 12:01:28.525 | 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-02-03 12:01:28.525 | 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-02-03 12:01:28.535 | 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-02-03 12:01:28.545 | 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-02-03 12:01:28.546 | 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-02-03 12:01:28.547 | 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-02-03 12:01:28.566 | 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-02-03 12:01:28.591 | 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-02-03 12:01:28.592 | 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-02-03 12:01:28.592 | 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-02-03 12:01:28.598 | 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-02-03 12:01:28.629 | 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-02-03 12:01:28.638 | 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-02-03 12:01:28.699 | 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-02-03 12:01:28.707 | 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-02-03 12:01:28.746 | 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-02-03 12:01:28.748 | 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-02-03 12:01:28.750 | 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-02-03 12:01:28.750 | 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-02-03 12:01:28.899 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2025-02-03 12:01:29.777 | Installing collected packages: python-openstackclient 2025-02-03 12:01:30.707 | Successfully installed python-openstackclient-6.3.0 2025-02-03 12:01:30.825 | + inc/python:pip_install:222 : result=0 2025-02-03 12:01:30.827 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 12:01:30.829 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:30.831 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:30.834 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:30.836 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:30.838 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:30.840 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 12:01:30.842 | + functions-common:time_stop:2407 : start_time=1738584087440 2025-02-03 12:01:30.844 | + functions-common:time_stop:2409 : [[ -z 1738584087440 ]] 2025-02-03 12:01:30.847 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:30.850 | + functions-common:time_stop:2412 : end_time=1738584090848 2025-02-03 12:01:30.852 | + functions-common:time_stop:2413 : elapsed_time=3408 2025-02-03 12:01:30.854 | + functions-common:time_stop:2414 : total=89028 2025-02-03 12:01:30.856 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:30.858 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92436 2025-02-03 12:01:30.860 | + inc/python:pip_install:225 : return 0 2025-02-03 12:01:30.862 | + stack.sh:main:1009 : install_oscwrap 2025-02-03 12:01:30.864 | ++ functions-common:install_oscwrap:2445 : mktemp 2025-02-03 12:01:30.868 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.oieBIM6eIn 2025-02-03 12:01:30.870 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2025-02-03 12:01:30.872 | + functions-common:install_oscwrap:2451 : unalias -a 2025-02-03 12:01:30.874 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2025-02-03 12:01:30.876 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2025-02-03 12:01:30.878 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-02-03 12:01:30.880 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2025-02-03 12:01:30.895 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:30.897 | + stack.sh:main:1063 : configure_database 2025-02-03 12:01:30.899 | + lib/database:configure_database:128 : configure_database_mysql 2025-02-03 12:01:30.901 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2025-02-03 12:01:30.902 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2025-02-03 12:01:30.904 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:01:30.906 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2025-02-03 12:01:30.908 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2025-02-03 12:01:30.910 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:30.911 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:30.913 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2025-02-03 12:01:30.915 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2025-02-03 12:01:30.917 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:30.919 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:30.920 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2025-02-03 12:01:30.923 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2025-02-03 12:01:30.924 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2025-02-03 12:01:30.926 | + functions-common:is_fips_enabled:2516 : fips= 2025-02-03 12:01:30.927 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2025-02-03 12:01:30.930 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2025-02-03 12:01:30.932 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-02-03 12:01:30.933 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-02-03 12:01:30.936 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-02-03 12:01:30.986 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2025-02-03 12:01:30.988 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-02-03 12:01:30.990 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-02-03 12:01:30.992 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-02-03 12:01:30.994 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-02-03 12:01:30.996 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-03 12:01:30.998 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-03 12:01:30.999 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-02-03 12:01:31.001 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-02-03 12:01:31.003 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-02-03 12:01:31.005 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-02-03 12:01:31.008 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-02-03 12:01:31.009 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-02-03 12:01:31.011 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-02-03 12:01:31.013 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2025-02-03 12:01:31.015 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:31.016 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:31.018 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2025-02-03 12:01:31.020 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-02-03 12:01:31.022 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-02-03 12:01:31.544 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2025-02-03 12:01:31.546 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:31.548 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:31.550 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2025-02-03 12:01:31.552 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2025-02-03 12:01:31.554 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2025-02-03 12:01:31.556 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:31.559 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:31.563 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2025-02-03 12:01:31.565 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2025-02-03 12:01:31.568 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2025-02-03 12:01:31.570 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:31.572 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:31.574 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2025-02-03 12:01:31.576 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2025-02-03 12:01:31.578 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2025-02-03 12:01:31.580 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-02-03 12:01:31.596 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2025-02-03 12:01:31.599 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:01:31.601 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:01:31.603 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2025-02-03 12:01:31.605 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2025-02-03 12:01:31.610 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-02-03 12:01:31.655 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-02-03 12:01:31.700 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-02-03 12:01:31.743 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2025-02-03 12:01:31.745 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2025-02-03 12:01:31.748 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2025-02-03 12:01:31.748 | enabling MySQL performance counting 2025-02-03 12:01:31.749 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2025-02-03 12:01:31.766 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2025-02-03 12:01:31.768 | + 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-02-03 12:01:32.630 | Processing ./tools/dbcounter 2025-02-03 12:01:32.632 | Installing build dependencies: started 2025-02-03 12:01:37.244 | Installing build dependencies: finished with status 'done' 2025-02-03 12:01:37.245 | Getting requirements to build wheel: started 2025-02-03 12:01:37.431 | Getting requirements to build wheel: finished with status 'done' 2025-02-03 12:01:37.433 | Preparing metadata (pyproject.toml): started 2025-02-03 12:01:37.623 | Preparing metadata (pyproject.toml): finished with status 'done' 2025-02-03 12:01:37.623 | Building wheels for collected packages: dbcounter 2025-02-03 12:01:37.623 | Building wheel for dbcounter (pyproject.toml): started 2025-02-03 12:01:37.836 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2025-02-03 12:01:37.837 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3229 sha256=35f68d38bff360b222eec87e4c762efd1b8123d2cb17f373be30a28cdbe818ae 2025-02-03 12:01:37.838 | Stored in directory: /tmp/pip-ephem-wheel-cache-fsfq_9ai/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2025-02-03 12:01:37.840 | Successfully built dbcounter 2025-02-03 12:01:38.906 | Installing collected packages: dbcounter 2025-02-03 12:01:38.944 | Successfully installed dbcounter-0.1 2025-02-03 12:01:39.064 | + inc/python:pip_install:222 : result=0 2025-02-03 12:01:39.066 | + inc/python:pip_install:224 : time_stop pip_install 2025-02-03 12:01:39.068 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:39.070 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:39.072 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:39.074 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:39.076 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:39.078 | + functions-common:time_stop:2406 : name=pip_install 2025-02-03 12:01:39.080 | + functions-common:time_stop:2407 : start_time=1738584091762 2025-02-03 12:01:39.082 | + functions-common:time_stop:2409 : [[ -z 1738584091762 ]] 2025-02-03 12:01:39.084 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:39.087 | + functions-common:time_stop:2412 : end_time=1738584099085 2025-02-03 12:01:39.089 | + functions-common:time_stop:2413 : elapsed_time=7323 2025-02-03 12:01:39.091 | + functions-common:time_stop:2414 : total=92436 2025-02-03 12:01:39.093 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:39.095 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=99759 2025-02-03 12:01:39.097 | + inc/python:pip_install:225 : return 0 2025-02-03 12:01:39.099 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2025-02-03 12:01:39.101 | + lib/database:recreate_database:112 : local db=stats 2025-02-03 12:01:39.103 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2025-02-03 12:01:39.105 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2025-02-03 12:01:39.107 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2025-02-03 12:01:39.115 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2025-02-03 12:01:39.124 | + 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-02-03 12:01:39.124 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2025-02-03 12:01:39.149 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2025-02-03 12:01:39.151 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2025-02-03 12:01:39.193 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2025-02-03 12:01:39.235 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2025-02-03 12:01:39.276 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2025-02-03 12:01:39.316 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2025-02-03 12:01:39.357 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2025-02-03 12:01:39.397 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2025-02-03 12:01:39.438 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2025-02-03 12:01:39.440 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-02-03 12:01:39.442 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-02-03 12:01:40.011 | + stack.sh:main:1067 : save_stackenv 1067 2025-02-03 12:01:40.014 | + functions-common:save_stackenv:60 : local tag=1067 2025-02-03 12:01:40.019 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-02-03 12:01:40.022 | + functions-common:save_stackenv:62 : time_stamp=2025-02-03-120140 2025-02-03 12:01:40.024 | + functions-common:save_stackenv:63 : echo '# 2025-02-03-120140 1067' 2025-02-03 12:01:40.028 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.031 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-02-03 12:01:40.033 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.036 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-02-03 12:01:40.038 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.040 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-02-03 12:01:40.043 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.045 | + 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-02-03 12:01:40.047 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.050 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-02-03 12:01:40.052 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.054 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-02-03 12:01:40.057 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.059 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-02-03-115836 2025-02-03 12:01:40.061 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.064 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-02-03 12:01:40.066 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.068 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-02-03 12:01:40.070 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.072 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-02-03 12:01:40.074 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.076 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-02-03 12:01:40.078 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.080 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-02-03 12:01:40.082 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.084 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-02-03 12:01:40.086 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.089 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-02-03 12:01:40.091 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:01:40.093 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-02-03 12:01:40.095 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2025-02-03 12:01:40.097 | + stack.sh:main:1093 : start_dstat 2025-02-03 12:01:40.099 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-02-03 12:01:40.101 | + functions-common:run_process:1654 : local service=dstat 2025-02-03 12:01:40.104 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-02-03 12:01:40.106 | + functions-common:run_process:1656 : local group= 2025-02-03 12:01:40.108 | + functions-common:run_process:1657 : local user= 2025-02-03 12:01:40.110 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:01:40.113 | + functions-common:run_process:1660 : local name=dstat 2025-02-03 12:01:40.115 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:01:40.117 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:01:40.119 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:01:40.121 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:01:40.124 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:01:40.128 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584100125 2025-02-03 12:01:40.130 | + functions-common:run_process:1663 : is_service_enabled dstat 2025-02-03 12:01:40.146 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:40.148 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:01:40.150 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:40.153 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:40.155 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:40.157 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:40.159 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:40.162 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:01:40.164 | + functions-common:time_stop:2407 : start_time=1738584100125 2025-02-03 12:01:40.166 | + functions-common:time_stop:2409 : [[ -z 1738584100125 ]] 2025-02-03 12:01:40.169 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:40.173 | + functions-common:time_stop:2412 : end_time=1738584100171 2025-02-03 12:01:40.175 | + functions-common:time_stop:2413 : elapsed_time=46 2025-02-03 12:01:40.177 | + functions-common:time_stop:2414 : total=0 2025-02-03 12:01:40.180 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:40.182 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=46 2025-02-03 12:01:40.185 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-02-03 12:01:40.187 | + functions-common:run_process:1654 : local service=memory_tracker 2025-02-03 12:01:40.189 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-02-03 12:01:40.192 | + functions-common:run_process:1656 : local group= 2025-02-03 12:01:40.194 | + functions-common:run_process:1657 : local user=root 2025-02-03 12:01:40.196 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:01:40.199 | + functions-common:run_process:1660 : local name=memory_tracker 2025-02-03 12:01:40.201 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:01:40.204 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:01:40.206 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:01:40.208 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:01:40.211 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:01:40.215 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584100212 2025-02-03 12:01:40.217 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2025-02-03 12:01:40.233 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:40.235 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:01:40.237 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:40.240 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:40.242 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:40.244 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:40.246 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:40.248 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:01:40.250 | + functions-common:time_stop:2407 : start_time=1738584100212 2025-02-03 12:01:40.252 | + functions-common:time_stop:2409 : [[ -z 1738584100212 ]] 2025-02-03 12:01:40.255 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:40.259 | + functions-common:time_stop:2412 : end_time=1738584100256 2025-02-03 12:01:40.261 | + functions-common:time_stop:2413 : elapsed_time=44 2025-02-03 12:01:40.263 | + functions-common:time_stop:2414 : total=46 2025-02-03 12:01:40.265 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:40.267 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=90 2025-02-03 12:01:40.269 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-02-03 12:01:40.285 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:40.288 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-02-03 12:01:40.290 | + functions-common:run_process:1654 : local service=file_tracker 2025-02-03 12:01:40.292 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-02-03 12:01:40.294 | + functions-common:run_process:1656 : local group= 2025-02-03 12:01:40.296 | + functions-common:run_process:1657 : local user= 2025-02-03 12:01:40.298 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:01:40.300 | + functions-common:run_process:1660 : local name=file_tracker 2025-02-03 12:01:40.302 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:01:40.304 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:01:40.306 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:01:40.308 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:01:40.311 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:01:40.314 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584100312 2025-02-03 12:01:40.316 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2025-02-03 12:01:40.332 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:40.334 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:01:40.336 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:40.338 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:40.340 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:40.343 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:40.345 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:40.347 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:01:40.349 | + functions-common:time_stop:2407 : start_time=1738584100312 2025-02-03 12:01:40.351 | + functions-common:time_stop:2409 : [[ -z 1738584100312 ]] 2025-02-03 12:01:40.354 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:40.357 | + functions-common:time_stop:2412 : end_time=1738584100355 2025-02-03 12:01:40.359 | + functions-common:time_stop:2413 : elapsed_time=43 2025-02-03 12:01:40.361 | + functions-common:time_stop:2414 : total=90 2025-02-03 12:01:40.363 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:40.366 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=133 2025-02-03 12:01:40.368 | + stack.sh:main:1097 : is_service_enabled tcpdump 2025-02-03 12:01:40.383 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:40.385 | + stack.sh:main:1105 : is_service_enabled etcd3 2025-02-03 12:01:40.400 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:40.402 | + stack.sh:main:1106 : start_etcd3 2025-02-03 12:01:40.405 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-02-03 12:01:40.407 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-02-03 12:01:40.409 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-02-03 12:01:40.411 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-02-03 12:01:40.414 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-02-03 12:01:40.416 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-02-03 12:01:40.418 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-02-03 12:01:40.420 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-02-03 12:01:40.422 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-02-03 12:01:40.425 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-02-03 12:01:40.427 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-02-03 12:01:40.429 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-02-03 12:01:40.432 | + 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-02-03 12:01:40.434 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2025-02-03 12:01:40.436 | + 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-02-03 12:01:40.438 | + functions-common:write_user_unit_file:1520 : local group= 2025-02-03 12:01:40.440 | + functions-common:write_user_unit_file:1521 : local user=root 2025-02-03 12:01:40.442 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-02-03 12:01:40.444 | + functions-common:write_user_unit_file:1523 : local extra= 2025-02-03 12:01:40.446 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-02-03 12:01:40.448 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-02-03 12:01:40.451 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-02-03 12:01:40.454 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-02-03 12:01:40.514 | + 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-02-03 12:01:40.572 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-02-03 12:01:40.617 | + 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-02-03 12:01:40.661 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-02-03 12:01:40.705 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-02-03 12:01:40.751 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-03 12:01:40.798 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-02-03 12:01:40.800 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-02-03 12:01:40.802 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-02-03 12:01:40.855 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-02-03 12:01:41.107 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-02-03 12:01:41.155 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-02-03 12:01:41.202 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-02-03 12:01:41.254 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-02-03 12:01:41.298 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-02-03 12:01:41.301 | ++ functions-common:is_arch:497 : uname -m 2025-02-03 12:01:41.304 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-02-03 12:01:41.306 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-02-03 12:01:41.545 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-02-03 12:01:41.554 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-02-03 12:01:41.785 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-02-03 12:01:42.350 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2025-02-03 12:01:42.364 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:42.366 | + stack.sh:main:1117 : write_clouds_yaml 2025-02-03 12:01:42.368 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-02-03 12:01:42.371 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-02-03 12:01:42.374 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-02-03 12:01:42.383 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-02-03 12:01:42.392 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-02-03 12:01:42.394 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-02-03 12:01:42.396 | + 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-02-03 12:01:42.446 | The user clouds.yaml file didn't exist. 2025-02-03 12:01:42.452 | + 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-02-03 12:01:42.508 | + 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-02-03 12:01:42.566 | + 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-02-03 12:01:42.628 | + 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-02-03 12:01:42.692 | + 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-02-03 12:01:42.757 | + 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-02-03 12:01:42.823 | + 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-02-03 12:01:42.889 | + 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-02-03 12:01:42.959 | + 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-02-03 12:01:42.978 | ++ inc/async:async_inner:64 : rc=0 2025-02-03 12:01:42.997 | [27158 Async install_tempest:27158]: finished successfully 2025-02-03 12:01:43.031 | + functions-common:write_clouds_yaml:198 : cat 2025-02-03 12:01:43.035 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-02-03 12:01:43.037 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-02-03 12:01:43.040 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-02-03 12:01:43.043 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2025-02-03 12:01:43.045 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2025-02-03 12:01:43.048 | + stack.sh:main:1120 : is_service_enabled keystone 2025-02-03 12:01:43.061 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:43.063 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2025-02-03 12:01:43.066 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:01:43.068 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2025-02-03 12:01:43.070 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-02-03 12:01:43.072 | + stack.sh:main:1124 : init_keystone 2025-02-03 12:01:43.074 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-02-03 12:01:43.086 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:43.088 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-02-03 12:01:43.090 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-02-03 12:01:43.092 | + lib/database:recreate_database:112 : local db=keystone 2025-02-03 12:01:43.094 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-02-03 12:01:43.096 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2025-02-03 12:01:43.098 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-02-03 12:01:43.107 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-02-03 12:01:43.115 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-02-03 12:01:43.117 | + functions-common:time_start:2386 : local name=dbsync 2025-02-03 12:01:43.119 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:01:43.121 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:01:43.124 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:01:43.127 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584103125 2025-02-03 12:01:43.129 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-02-03 12:01:44.761 | INFO dbcounter [-] Registered counter for database keystone 2025-02-03 12:01:44.770 | 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=29837) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-02-03 12:01:44.773 | DEBUG dbcounter [-] [29837] Writer thread running {{(pid=29837) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:01:44.778 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:01:44.778 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:01:44.822 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-02-03 12:01:45.491 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29837) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-02-03 12:01:45.493 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-02-03 12:01:45.493 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29837) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:01:45.495 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2025-02-03 12:01:45.511 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=29837) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:01:45.512 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2025-02-03 12:01:45.521 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=29837) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:01:45.522 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-02-03 12:01:45.522 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29837) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-02-03 12:01:45.523 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2025-02-03 12:01:45.534 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=29837) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:01:45.535 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2025-02-03 12:01:45.542 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=29837) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:01:45.784 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-02-03 12:01:45.787 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:45.789 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:45.791 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:45.795 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:45.797 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:45.799 | + functions-common:time_stop:2406 : name=dbsync 2025-02-03 12:01:45.801 | + functions-common:time_stop:2407 : start_time=1738584103125 2025-02-03 12:01:45.803 | + functions-common:time_stop:2409 : [[ -z 1738584103125 ]] 2025-02-03 12:01:45.806 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:45.809 | + functions-common:time_stop:2412 : end_time=1738584105807 2025-02-03 12:01:45.812 | + functions-common:time_stop:2413 : elapsed_time=2682 2025-02-03 12:01:45.814 | + functions-common:time_stop:2414 : total=0 2025-02-03 12:01:45.816 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:45.818 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2682 2025-02-03 12:01:45.820 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-02-03 12:01:45.822 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-02-03 12:01:45.825 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-02-03 12:01:47.300 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-02-03 12:01:47.301 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-02-03 12:01:47.301 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-02-03 12:01:47.301 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-02-03 12:01:47.301 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-02-03 12:01:47.301 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-02-03 12:01:47.301 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-02-03 12:01:47.301 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-02-03 12:01:47.304 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-02-03 12:01:47.519 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-02-03 12:01:47.523 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-02-03 12:01:49.016 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-02-03 12:01:49.016 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-02-03 12:01:49.017 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-02-03 12:01:49.017 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-02-03 12:01:49.017 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-02-03 12:01:49.017 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-02-03 12:01:49.017 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-02-03 12:01:49.017 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-02-03 12:01:49.018 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-02-03 12:01:49.251 | + stack.sh:main:1125 : start_keystone 2025-02-03 12:01:49.253 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-02-03 12:01:49.256 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-02-03 12:01:49.258 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-02-03 12:01:49.271 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:49.273 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-02-03 12:01:49.276 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-02-03 12:01:49.279 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-02-03 12:01:49.281 | + functions-common:run_process:1654 : local service=keystone 2025-02-03 12:01:49.283 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-02-03 12:01:49.285 | + functions-common:run_process:1656 : local group= 2025-02-03 12:01:49.287 | + functions-common:run_process:1657 : local user= 2025-02-03 12:01:49.289 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:01:49.292 | + functions-common:run_process:1660 : local name=keystone 2025-02-03 12:01:49.294 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:01:49.297 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:01:49.298 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:01:49.300 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:01:49.303 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:01:49.306 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584109304 2025-02-03 12:01:49.308 | + functions-common:run_process:1663 : is_service_enabled keystone 2025-02-03 12:01:49.321 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:01:49.323 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-02-03 12:01:49.325 | + functions-common:_run_under_systemd:1611 : local service=keystone 2025-02-03 12:01:49.327 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-02-03 12:01:49.329 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-02-03 12:01:49.331 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-02-03 12:01:49.333 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-02-03 12:01:49.335 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-02-03 12:01:49.336 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-02-03 12:01:49.338 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2025-02-03 12:01:49.340 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:01:49.342 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:01:49.344 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:01:49.346 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:01:49.348 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-02-03 12:01:49.350 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-02-03 12:01:49.352 | + 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-02-03 12:01:49.354 | + 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-02-03 12:01:49.356 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2025-02-03 12:01:49.358 | + 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-02-03 12:01:49.360 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-02-03 12:01:49.361 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-02-03 12:01:49.363 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-02-03 12:01:49.365 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-02-03 12:01:49.367 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-02-03 12:01:49.370 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-02-03 12:01:49.418 | + 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-02-03 12:01:49.467 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-02-03 12:01:49.506 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-02-03 12:01:49.546 | + 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-02-03 12:01:49.586 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-03 12:01:49.625 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-02-03 12:01:49.664 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-02-03 12:01:49.709 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-02-03 12:01:49.750 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-02-03 12:01:49.790 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-02-03 12:01:49.831 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-02-03 12:01:49.832 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-02-03 12:01:49.834 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-02-03 12:01:49.882 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-02-03 12:01:50.120 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2025-02-03 12:01:50.131 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-02-03 12:01:50.347 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2025-02-03 12:01:50.415 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:01:50.417 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:50.419 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:50.421 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:50.423 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:50.425 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:50.427 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:01:50.429 | + functions-common:time_stop:2407 : start_time=1738584109304 2025-02-03 12:01:50.431 | + functions-common:time_stop:2409 : [[ -z 1738584109304 ]] 2025-02-03 12:01:50.434 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:50.437 | + functions-common:time_stop:2412 : end_time=1738584110435 2025-02-03 12:01:50.439 | + functions-common:time_stop:2413 : elapsed_time=1131 2025-02-03 12:01:50.441 | + functions-common:time_stop:2414 : total=133 2025-02-03 12:01:50.443 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:50.445 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1264 2025-02-03 12:01:50.447 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-02-03 12:01:50.447 | Waiting for keystone to start... 2025-02-03 12:01:50.449 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-02-03 12:01:50.451 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-02-03 12:01:50.453 | + functions:wait_for_service:468 : local timeout=60 2025-02-03 12:01:50.455 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-02-03 12:01:50.457 | + functions:wait_for_service:470 : local rval=0 2025-02-03 12:01:50.458 | + functions:wait_for_service:471 : time_start wait_for_service 2025-02-03 12:01:50.460 | + functions-common:time_start:2386 : local name=wait_for_service 2025-02-03 12:01:50.462 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:01:50.464 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:01:50.467 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:01:50.470 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584110468 2025-02-03 12:01:50.472 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-02-03 12:01:50.475 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-02-03 12:01:52.733 | + :: : [[ 200 == 503 ]] 2025-02-03 12:01:52.734 | + :: : [[ 0 -eq 7 ]] 2025-02-03 12:01:52.736 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-02-03 12:01:52.738 | + functions-common:time_stop:2400 : local name 2025-02-03 12:01:52.740 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:01:52.742 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:01:52.744 | + functions-common:time_stop:2403 : local total 2025-02-03 12:01:52.746 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:01:52.748 | + functions-common:time_stop:2406 : name=wait_for_service 2025-02-03 12:01:52.750 | + functions-common:time_stop:2407 : start_time=1738584110468 2025-02-03 12:01:52.752 | + functions-common:time_stop:2409 : [[ -z 1738584110468 ]] 2025-02-03 12:01:52.754 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:01:52.757 | + functions-common:time_stop:2412 : end_time=1738584112755 2025-02-03 12:01:52.759 | + functions-common:time_stop:2413 : elapsed_time=2287 2025-02-03 12:01:52.761 | + functions-common:time_stop:2414 : total=0 2025-02-03 12:01:52.763 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:01:52.765 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2287 2025-02-03 12:01:52.767 | + functions:wait_for_service:478 : return 0 2025-02-03 12:01:52.769 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-02-03 12:01:52.782 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:01:52.784 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-02-03 12:01:52.786 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-02-03 12:01:52.788 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2025-02-03 12:01:53.770 | + stack.sh:main:1126 : bootstrap_keystone 2025-02-03 12:01:53.773 | + 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-02-03 12:01:55.281 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.281 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.281 | 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=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.286 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.296 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.296 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.309 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.325 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.325 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.366 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.366 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.367 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.367 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.367 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.367 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.373 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.373 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.373 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.373 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.374 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.374 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.374 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.377 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.379 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.379 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.379 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.379 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.379 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.379 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.379 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30580) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-03 12:01:55.407 | INFO dbcounter [-] Registered counter for database keystone 2025-02-03 12:01:55.416 | 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=30580) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-02-03 12:01:55.421 | DEBUG dbcounter [-] [30580] Writer thread running {{(pid=30580) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:01:55.599 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Created domain default 2025-02-03 12:01:55.623 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Created project admin 2025-02-03 12:01:55.638 | WARNING keystone.common.password_hashing [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-02-03 12:01:55.639 | DEBUG passlib.handlers.bcrypt [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=30580) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2025-02-03 12:01:55.639 | DEBUG passlib.handlers.bcrypt [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30580) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2025-02-03 12:01:55.676 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Created user admin 2025-02-03 12:01:55.683 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Created role reader 2025-02-03 12:01:55.688 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Created role member 2025-02-03 12:01:55.700 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Created implied role where 2088ba019f3e46ae9b0ce6ee927de986 implies f89a29f7318845ce9a0b9af106167223 2025-02-03 12:01:55.704 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Created role manager 2025-02-03 12:01:55.712 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Created implied role where 66b0b5ad1c8c4a6f80ab57ab34604a9c implies 2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:01:55.717 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Created role admin 2025-02-03 12:01:55.725 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Created implied role where 06076432c5a14e4bae8157fc36bcc96f implies 66b0b5ad1c8c4a6f80ab57ab34604a9c 2025-02-03 12:01:55.732 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Created role service 2025-02-03 12:01:55.740 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Granted role admin on project admin to user admin. 2025-02-03 12:01:55.743 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Granted role admin on the system to user admin. 2025-02-03 12:01:55.749 | WARNING py.warnings [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 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-02-03 12:01:55.749 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-02-03 12:01:55.749 |  2025-02-03 12:01:55.751 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Created region RegionOne 2025-02-03 12:01:55.769 | INFO keystone.cmd.bootstrap [None req-5b1a7da8-112e-4498-ad41-1e0bc317aa51 None None] Created public endpoint http://10.180.1.21/identity 2025-02-03 12:01:56.067 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-02-03 12:01:56.069 | + stack.sh:main:1129 : create_keystone_accounts 2025-02-03 12:01:56.071 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-02-03 12:01:56.074 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-02-03 12:01:57.554 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:01:57.557 | + lib/keystone:create_keystone_accounts:315 : admin_project=557dda57b95d4800898c4a941c455b73 2025-02-03 12:01:57.559 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-02-03 12:01:57.562 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-02-03 12:01:58.654 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:01:58.657 | + lib/keystone:create_keystone_accounts:317 : admin_user=6cd51af713a447feaa43f3932998d191 2025-02-03 12:01:58.659 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-02-03 12:01:58.660 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-02-03 12:01:58.663 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-02-03 12:01:58.665 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 6cd51af713a447feaa43f3932998d191 default 2025-02-03 12:01:58.712 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 6cd51af713a447feaa43f3932998d191 default 2025-02-03 12:01:58.740 | [3696 Async ks-domain-role:30703]: running: get_or_add_user_domain_role admin 6cd51af713a447feaa43f3932998d191 default 2025-02-03 12:01:58.742 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-02-03 12:01:58.744 | + functions-common:get_or_create_domain:855 : local domain_id 2025-02-03 12:01:58.747 | ++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-02-03 12:02:00.172 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:00.175 | + functions-common:get_or_create_domain:860 : domain_id=default 2025-02-03 12:02:00.177 | + functions-common:get_or_create_domain:861 : echo default 2025-02-03 12:02:00.177 | default 2025-02-03 12:02:00.179 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-02-03 12:02:00.231 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-02-03 12:02:00.262 | [3696 Async ks-project:30831]: running: get_or_create_project service Default 2025-02-03 12:02:00.264 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-02-03 12:02:00.314 | + inc/async:async_inner:63 : get_or_create_role service 2025-02-03 12:02:00.345 | [3696 Async ks-service:30925]: running: get_or_create_role service 2025-02-03 12:02:00.347 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-02-03 12:02:00.395 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-02-03 12:02:00.424 | [3696 Async ks-reseller:31021]: running: get_or_create_role ResellerAdmin 2025-02-03 12:02:00.425 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-02-03 12:02:00.427 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-02-03 12:02:00.472 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-02-03 12:02:00.502 | [3696 Async ks-anotherrole:31118]: running: get_or_create_role anotherrole 2025-02-03 12:02:00.506 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-02-03 12:02:00.509 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-02-03 12:02:00.510 | ++ functions-common:get_or_create_project:905 : local project_id 2025-02-03 12:02:00.513 | +++ 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-02-03 12:02:01.822 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:01.841 | [30831 Async ks-project:30831]: finished successfully 2025-02-03 12:02:01.859 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:01.877 | [30925 Async ks-service:30925]: finished successfully 2025-02-03 12:02:01.932 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:01.952 | [31118 Async ks-anotherrole:31118]: finished successfully 2025-02-03 12:02:01.977 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:01.994 | [30703 Async ks-domain-role:30703]: finished successfully 2025-02-03 12:02:02.002 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:02.020 | [31021 Async ks-reseller:31021]: finished successfully 2025-02-03 12:02:02.094 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:02.096 | ++ functions-common:get_or_create_project:911 : project_id=34a9cb2d4a6a460ab9afa6583dfe4fbe 2025-02-03 12:02:02.098 | ++ functions-common:get_or_create_project:912 : echo 34a9cb2d4a6a460ab9afa6583dfe4fbe 2025-02-03 12:02:02.101 | + lib/keystone:create_keystone_accounts:345 : invis_project=34a9cb2d4a6a460ab9afa6583dfe4fbe 2025-02-03 12:02:02.103 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-02-03 12:02:02.105 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-02-03 12:02:02.107 | ++ functions-common:get_or_create_project:905 : local project_id 2025-02-03 12:02:02.110 | +++ 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-02-03 12:02:03.337 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:03.340 | ++ functions-common:get_or_create_project:911 : project_id=a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:03.342 | ++ functions-common:get_or_create_project:912 : echo a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:03.345 | + lib/keystone:create_keystone_accounts:349 : demo_project=a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:03.346 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-02-03 12:02:03.349 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-02-03 12:02:03.350 | ++ functions-common:get_or_create_user:882 : local user_id 2025-02-03 12:02:03.353 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2025-02-03 12:02:03.355 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2025-02-03 12:02:03.357 | +++ 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-02-03 12:02:04.575 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:04.577 | ++ functions-common:get_or_create_user:898 : user_id=a0056047daad45578d9d7df1b85140d3 2025-02-03 12:02:04.579 | ++ functions-common:get_or_create_user:899 : echo a0056047daad45578d9d7df1b85140d3 2025-02-03 12:02:04.582 | + lib/keystone:create_keystone_accounts:352 : demo_user=a0056047daad45578d9d7df1b85140d3 2025-02-03 12:02:04.584 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-02-03 12:02:04.619 | [3696 Async ks-domain-role:30703]: Waiting for completion of get_or_add_user_domain_role admin 6cd51af713a447feaa43f3932998d191 default running on PID 30703 (6 other jobs running) 2025-02-03 12:02:04.636 | [3696 Async ks-domain-role:30703]: Signaling child to exit 2025-02-03 12:02:04.636 | WAKEUP 2025-02-03 12:02:04.652 | [3696 Async ks-domain-role:30703]: Signaled 2025-02-03 12:02:04.653 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2025-02-03 12:02:04.653 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user 6cd51af713a447feaa43f3932998d191 --domain default 2025-02-03 12:02:04.653 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 6cd51af713a447feaa43f3932998d191 --domain default -c Role -f value 2025-02-03 12:02:04.653 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:04.653 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:04.653 | + functions-common:get_or_add_user_domain_role:982 : echo 06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:04.653 | 06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:04.683 | [3696 Async ks-domain-role:30703]: finished get_or_add_user_domain_role admin 6cd51af713a447feaa43f3932998d191 default with result 0 in 3 seconds 2025-02-03 12:02:04.688 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-02-03 12:02:04.712 | [3696 Async ks-project:30831]: Waiting for completion of get_or_create_project service Default running on PID 30831 (5 other jobs running) 2025-02-03 12:02:04.729 | [3696 Async ks-project:30831]: Signaling child to exit 2025-02-03 12:02:04.729 | WAKEUP 2025-02-03 12:02:04.744 | [3696 Async ks-project:30831]: Signaled 2025-02-03 12:02:04.745 | + functions-common:get_or_create_project:905 : local project_id 2025-02-03 12:02:04.745 | ++ 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-02-03 12:02:04.745 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:04.745 | + functions-common:get_or_create_project:911 : project_id=426522505b074b68a26df3dbd4cac149 2025-02-03 12:02:04.745 | + functions-common:get_or_create_project:912 : echo 426522505b074b68a26df3dbd4cac149 2025-02-03 12:02:04.745 | 426522505b074b68a26df3dbd4cac149 2025-02-03 12:02:04.775 | [3696 Async ks-project:30831]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-02-03 12:02:04.801 | [3696 Async ks-service:30925]: Waiting for completion of get_or_create_role service running on PID 30925 (4 other jobs running) 2025-02-03 12:02:04.819 | [3696 Async ks-service:30925]: Signaling child to exit 2025-02-03 12:02:04.819 | WAKEUP 2025-02-03 12:02:04.835 | [3696 Async ks-service:30925]: Signaled 2025-02-03 12:02:04.836 | + functions-common:get_or_create_role:918 : local role_id 2025-02-03 12:02:04.836 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-02-03 12:02:04.836 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:04.836 | + functions-common:get_or_create_role:923 : role_id=515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:04.836 | + functions-common:get_or_create_role:924 : echo 515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:04.836 | 515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:04.867 | [3696 Async ks-service:30925]: finished get_or_create_role service with result 0 in 1 seconds 2025-02-03 12:02:04.893 | [3696 Async ks-reseller:31021]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 31021 (3 other jobs running) 2025-02-03 12:02:04.910 | [3696 Async ks-reseller:31021]: Signaling child to exit 2025-02-03 12:02:04.910 | WAKEUP 2025-02-03 12:02:04.926 | [3696 Async ks-reseller:31021]: Signaled 2025-02-03 12:02:04.926 | + functions-common:get_or_create_role:918 : local role_id 2025-02-03 12:02:04.926 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-02-03 12:02:04.926 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:04.926 | + functions-common:get_or_create_role:923 : role_id=d90f5b23ff214fbdb73f4ae411b8c9c3 2025-02-03 12:02:04.926 | + functions-common:get_or_create_role:924 : echo d90f5b23ff214fbdb73f4ae411b8c9c3 2025-02-03 12:02:04.926 | d90f5b23ff214fbdb73f4ae411b8c9c3 2025-02-03 12:02:04.956 | [3696 Async ks-reseller:31021]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-02-03 12:02:04.982 | [3696 Async ks-anotherrole:31118]: Waiting for completion of get_or_create_role anotherrole running on PID 31118 (2 other jobs running) 2025-02-03 12:02:04.999 | [3696 Async ks-anotherrole:31118]: Signaling child to exit 2025-02-03 12:02:04.999 | WAKEUP 2025-02-03 12:02:05.014 | [3696 Async ks-anotherrole:31118]: Signaled 2025-02-03 12:02:05.015 | + functions-common:get_or_create_role:918 : local role_id 2025-02-03 12:02:05.015 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-02-03 12:02:05.015 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:05.015 | + functions-common:get_or_create_role:923 : role_id=6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:05.015 | + functions-common:get_or_create_role:924 : echo 6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:05.015 | 6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:05.045 | [3696 Async ks-anotherrole:31118]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-02-03 12:02:05.048 | + inc/async:async_wait:197 : return 0 2025-02-03 12:02:05.050 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member a0056047daad45578d9d7df1b85140d3 a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:05.097 | + inc/async:async_inner:63 : get_or_add_user_project_role member a0056047daad45578d9d7df1b85140d3 a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:05.126 | [3696 Async ks-demo-member:31959]: running: get_or_add_user_project_role member a0056047daad45578d9d7df1b85140d3 a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:05.128 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 6cd51af713a447feaa43f3932998d191 a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:05.175 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 6cd51af713a447feaa43f3932998d191 a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:05.207 | [3696 Async ks-demo-admin:32055]: running: get_or_add_user_project_role admin 6cd51af713a447feaa43f3932998d191 a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:05.209 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole a0056047daad45578d9d7df1b85140d3 a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:05.255 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole a0056047daad45578d9d7df1b85140d3 a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:05.285 | [3696 Async ks-demo-another:32152]: running: get_or_add_user_project_role anotherrole a0056047daad45578d9d7df1b85140d3 a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:05.287 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member a0056047daad45578d9d7df1b85140d3 34a9cb2d4a6a460ab9afa6583dfe4fbe 2025-02-03 12:02:05.334 | + inc/async:async_inner:63 : get_or_add_user_project_role member a0056047daad45578d9d7df1b85140d3 34a9cb2d4a6a460ab9afa6583dfe4fbe 2025-02-03 12:02:05.364 | [3696 Async ks-demo-invis:32249]: running: get_or_add_user_project_role member a0056047daad45578d9d7df1b85140d3 34a9cb2d4a6a460ab9afa6583dfe4fbe 2025-02-03 12:02:05.365 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-02-03 12:02:05.368 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-02-03 12:02:05.370 | ++ functions-common:get_or_create_user:882 : local user_id 2025-02-03 12:02:05.372 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2025-02-03 12:02:05.374 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2025-02-03 12:02:05.376 | +++ 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-02-03 12:02:06.904 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:06.906 | ++ functions-common:get_or_create_user:898 : user_id=ad431b47863a4eb48704360e5152ca34 2025-02-03 12:02:06.909 | ++ functions-common:get_or_create_user:899 : echo ad431b47863a4eb48704360e5152ca34 2025-02-03 12:02:06.911 | + lib/keystone:create_keystone_accounts:365 : demo_reader=ad431b47863a4eb48704360e5152ca34 2025-02-03 12:02:06.913 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader ad431b47863a4eb48704360e5152ca34 a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:06.969 | + inc/async:async_inner:63 : get_or_add_user_project_role reader ad431b47863a4eb48704360e5152ca34 a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:07.003 | [3696 Async ks-demo-reader:32405]: running: get_or_add_user_project_role reader ad431b47863a4eb48704360e5152ca34 a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:07.005 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-02-03 12:02:07.007 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-02-03 12:02:07.009 | ++ functions-common:get_or_create_project:905 : local project_id 2025-02-03 12:02:07.012 | +++ 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-02-03 12:02:08.488 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:08.490 | ++ functions-common:get_or_create_project:911 : project_id=895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:08.492 | ++ functions-common:get_or_create_project:912 : echo 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:08.494 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:08.496 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-02-03 12:02:08.499 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-02-03 12:02:08.501 | ++ functions-common:get_or_create_user:882 : local user_id 2025-02-03 12:02:08.503 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2025-02-03 12:02:08.505 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2025-02-03 12:02:08.508 | +++ 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-02-03 12:02:08.707 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:08.725 | [31959 Async ks-demo-member:31959]: finished successfully 2025-02-03 12:02:09.207 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:09.226 | [32152 Async ks-demo-another:32152]: finished successfully 2025-02-03 12:02:09.269 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:09.287 | [32055 Async ks-demo-admin:32055]: finished successfully 2025-02-03 12:02:09.311 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:09.329 | [32249 Async ks-demo-invis:32249]: finished successfully 2025-02-03 12:02:09.802 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:09.804 | ++ functions-common:get_or_create_user:898 : user_id=cae4d661a75e415cb0427e3de61420d1 2025-02-03 12:02:09.807 | ++ functions-common:get_or_create_user:899 : echo cae4d661a75e415cb0427e3de61420d1 2025-02-03 12:02:09.809 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=cae4d661a75e415cb0427e3de61420d1 2025-02-03 12:02:09.811 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin cae4d661a75e415cb0427e3de61420d1 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:09.859 | + inc/async:async_inner:63 : get_or_add_user_project_role admin cae4d661a75e415cb0427e3de61420d1 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:09.889 | [3696 Async ks-alt-admin:32855]: running: get_or_add_user_project_role admin cae4d661a75e415cb0427e3de61420d1 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:09.890 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole cae4d661a75e415cb0427e3de61420d1 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:09.938 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole cae4d661a75e415cb0427e3de61420d1 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:09.969 | [3696 Async ks-alt-another:32951]: running: get_or_add_user_project_role anotherrole cae4d661a75e415cb0427e3de61420d1 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:09.971 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-02-03 12:02:09.973 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-02-03 12:02:09.975 | ++ functions-common:get_or_create_user:882 : local user_id 2025-02-03 12:02:09.977 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2025-02-03 12:02:09.980 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2025-02-03 12:02:09.982 | +++ 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-02-03 12:02:10.490 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:10.509 | [32405 Async ks-demo-reader:32405]: finished successfully 2025-02-03 12:02:11.280 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:11.283 | ++ functions-common:get_or_create_user:898 : user_id=26d7e1014d0a4363ae20f57947e3e6d4 2025-02-03 12:02:11.285 | ++ functions-common:get_or_create_user:899 : echo 26d7e1014d0a4363ae20f57947e3e6d4 2025-02-03 12:02:11.287 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=26d7e1014d0a4363ae20f57947e3e6d4 2025-02-03 12:02:11.289 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 26d7e1014d0a4363ae20f57947e3e6d4 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:11.340 | + inc/async:async_inner:63 : get_or_add_user_project_role member 26d7e1014d0a4363ae20f57947e3e6d4 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:11.372 | [3696 Async ks-alt-member-user:33128]: running: get_or_add_user_project_role member 26d7e1014d0a4363ae20f57947e3e6d4 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:11.375 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-02-03 12:02:11.378 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-02-03 12:02:11.380 | ++ functions-common:get_or_create_user:882 : local user_id 2025-02-03 12:02:11.382 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2025-02-03 12:02:11.384 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2025-02-03 12:02:11.387 | +++ 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-02-03 12:02:12.684 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:12.686 | ++ functions-common:get_or_create_user:898 : user_id=91b7d480efc447ff8da29c07ca2ca764 2025-02-03 12:02:12.688 | ++ functions-common:get_or_create_user:899 : echo 91b7d480efc447ff8da29c07ca2ca764 2025-02-03 12:02:12.691 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=91b7d480efc447ff8da29c07ca2ca764 2025-02-03 12:02:12.693 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 91b7d480efc447ff8da29c07ca2ca764 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:12.746 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 91b7d480efc447ff8da29c07ca2ca764 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:12.777 | [3696 Async ks-alt-reader-user:33302]: running: get_or_add_user_project_role reader 91b7d480efc447ff8da29c07ca2ca764 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:12.779 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-02-03 12:02:12.781 | ++ functions-common:get_or_create_user:882 : local user_id 2025-02-03 12:02:12.783 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2025-02-03 12:02:12.785 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2025-02-03 12:02:12.788 | +++ 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-02-03 12:02:13.210 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:13.229 | [32855 Async ks-alt-admin:32855]: finished successfully 2025-02-03 12:02:13.315 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:13.333 | [32951 Async ks-alt-another:32951]: finished successfully 2025-02-03 12:02:14.094 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:14.096 | ++ functions-common:get_or_create_user:898 : user_id=5e93b497c1d44e7c8fdfbb415e0a4a91 2025-02-03 12:02:14.098 | ++ functions-common:get_or_create_user:899 : echo 5e93b497c1d44e7c8fdfbb415e0a4a91 2025-02-03 12:02:14.101 | + lib/keystone:create_keystone_accounts:397 : system_member_user=5e93b497c1d44e7c8fdfbb415e0a4a91 2025-02-03 12:02:14.103 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 5e93b497c1d44e7c8fdfbb415e0a4a91 all 2025-02-03 12:02:14.153 | + inc/async:async_inner:63 : get_or_add_user_system_role member 5e93b497c1d44e7c8fdfbb415e0a4a91 all 2025-02-03 12:02:14.184 | [3696 Async ks-system-member:33535]: running: get_or_add_user_system_role member 5e93b497c1d44e7c8fdfbb415e0a4a91 all 2025-02-03 12:02:14.186 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-02-03 12:02:14.189 | ++ functions-common:get_or_create_user:882 : local user_id 2025-02-03 12:02:14.191 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2025-02-03 12:02:14.193 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2025-02-03 12:02:14.195 | +++ 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-02-03 12:02:14.561 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:14.580 | [33128 Async ks-alt-member-user:33128]: finished successfully 2025-02-03 12:02:15.492 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:15.495 | ++ functions-common:get_or_create_user:898 : user_id=ae22c48c047948a09b40af999e3a1f98 2025-02-03 12:02:15.497 | ++ functions-common:get_or_create_user:899 : echo ae22c48c047948a09b40af999e3a1f98 2025-02-03 12:02:15.500 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=ae22c48c047948a09b40af999e3a1f98 2025-02-03 12:02:15.502 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader ae22c48c047948a09b40af999e3a1f98 all 2025-02-03 12:02:15.552 | + inc/async:async_inner:63 : get_or_add_user_system_role reader ae22c48c047948a09b40af999e3a1f98 all 2025-02-03 12:02:15.583 | [3696 Async ks-system-reader:33743]: running: get_or_add_user_system_role reader ae22c48c047948a09b40af999e3a1f98 all 2025-02-03 12:02:15.585 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-02-03 12:02:15.588 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-02-03 12:02:15.590 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2025-02-03 12:02:15.592 | ++ functions-common:get_or_create_group:868 : local group_id 2025-02-03 12:02:15.595 | +++ 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-02-03 12:02:15.824 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:15.842 | [33302 Async ks-alt-reader-user:33302]: finished successfully 2025-02-03 12:02:16.904 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:16.907 | ++ functions-common:get_or_create_group:875 : group_id=d149dd35088c4a319f0e978e088fb31a 2025-02-03 12:02:16.909 | ++ functions-common:get_or_create_group:876 : echo d149dd35088c4a319f0e978e088fb31a 2025-02-03 12:02:16.912 | + lib/keystone:create_keystone_accounts:407 : admin_group=d149dd35088c4a319f0e978e088fb31a 2025-02-03 12:02:16.914 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-02-03 12:02:16.917 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-02-03 12:02:16.919 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2025-02-03 12:02:16.921 | ++ functions-common:get_or_create_group:868 : local group_id 2025-02-03 12:02:16.923 | +++ 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-02-03 12:02:18.208 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:18.210 | ++ functions-common:get_or_create_group:875 : group_id=ff0254e137864f86bf38315951b2c7ba 2025-02-03 12:02:18.212 | ++ functions-common:get_or_create_group:876 : echo ff0254e137864f86bf38315951b2c7ba 2025-02-03 12:02:18.215 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=ff0254e137864f86bf38315951b2c7ba 2025-02-03 12:02:18.217 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member ff0254e137864f86bf38315951b2c7ba a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:18.267 | + inc/async:async_inner:63 : get_or_add_group_project_role member ff0254e137864f86bf38315951b2c7ba a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:18.300 | [3696 Async ks-group-memberdemo:34011]: running: get_or_add_group_project_role member ff0254e137864f86bf38315951b2c7ba a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:18.302 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole ff0254e137864f86bf38315951b2c7ba a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:18.351 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole ff0254e137864f86bf38315951b2c7ba a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:18.380 | [3696 Async ks-group-anotherdemo:34090]: running: get_or_add_group_project_role anotherrole ff0254e137864f86bf38315951b2c7ba a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:18.382 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member ff0254e137864f86bf38315951b2c7ba 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:18.433 | + inc/async:async_inner:63 : get_or_add_group_project_role member ff0254e137864f86bf38315951b2c7ba 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:18.470 | [3696 Async ks-group-memberalt:34170]: running: get_or_add_group_project_role member ff0254e137864f86bf38315951b2c7ba 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:18.472 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole ff0254e137864f86bf38315951b2c7ba 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:18.502 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:18.522 | [33535 Async ks-system-member:33535]: finished successfully 2025-02-03 12:02:18.525 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole ff0254e137864f86bf38315951b2c7ba 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:18.554 | [3696 Async ks-group-anotheralt:34295]: running: get_or_add_group_project_role anotherrole ff0254e137864f86bf38315951b2c7ba 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:18.557 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin d149dd35088c4a319f0e978e088fb31a 557dda57b95d4800898c4a941c455b73 2025-02-03 12:02:18.605 | + inc/async:async_inner:63 : get_or_add_group_project_role admin d149dd35088c4a319f0e978e088fb31a 557dda57b95d4800898c4a941c455b73 2025-02-03 12:02:18.639 | [3696 Async ks-group-admin:34389]: running: get_or_add_group_project_role admin d149dd35088c4a319f0e978e088fb31a 557dda57b95d4800898c4a941c455b73 2025-02-03 12:02:18.641 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-02-03 12:02:18.677 | [3696 Async ks-demo-member:31959]: Waiting for completion of get_or_add_user_project_role member a0056047daad45578d9d7df1b85140d3 a93ad841c3d547b88d137811e1b7dc2c running on PID 31959 (17 other jobs running) 2025-02-03 12:02:18.695 | [3696 Async ks-demo-member:31959]: Signaling child to exit 2025-02-03 12:02:18.695 | WAKEUP 2025-02-03 12:02:18.710 | [3696 Async ks-demo-member:31959]: Signaled 2025-02-03 12:02:18.711 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:18.711 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:18.711 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-02-03 12:02:18.711 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:18.711 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:18.711 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-02-03 12:02:18.711 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-02-03 12:02:18.712 | ++ functions-common:_get_domain_args:940 : echo 2025-02-03 12:02:18.712 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-02-03 12:02:18.712 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user a0056047daad45578d9d7df1b85140d3 --project a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:18.712 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user a0056047daad45578d9d7df1b85140d3 --project a93ad841c3d547b88d137811e1b7dc2c -c Role -f value 2025-02-03 12:02:18.712 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:18.712 | + functions-common:get_or_add_user_project_role:962 : user_role_id=2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:18.712 | + functions-common:get_or_add_user_project_role:963 : echo 2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:18.712 | 2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:18.743 | [3696 Async ks-demo-member:31959]: finished get_or_add_user_project_role member a0056047daad45578d9d7df1b85140d3 a93ad841c3d547b88d137811e1b7dc2c with result 0 in 3 seconds 2025-02-03 12:02:18.768 | [3696 Async ks-demo-admin:32055]: Waiting for completion of get_or_add_user_project_role admin 6cd51af713a447feaa43f3932998d191 a93ad841c3d547b88d137811e1b7dc2c running on PID 32055 (16 other jobs running) 2025-02-03 12:02:18.786 | [3696 Async ks-demo-admin:32055]: Signaling child to exit 2025-02-03 12:02:18.786 | WAKEUP 2025-02-03 12:02:18.802 | [3696 Async ks-demo-admin:32055]: Signaled 2025-02-03 12:02:18.803 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:18.803 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:18.803 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-02-03 12:02:18.803 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:18.803 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:18.803 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-02-03 12:02:18.803 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-02-03 12:02:18.803 | ++ functions-common:_get_domain_args:940 : echo 2025-02-03 12:02:18.803 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-02-03 12:02:18.803 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 6cd51af713a447feaa43f3932998d191 --project a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:18.803 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 6cd51af713a447feaa43f3932998d191 --project a93ad841c3d547b88d137811e1b7dc2c -c Role -f value 2025-02-03 12:02:18.803 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:18.803 | + functions-common:get_or_add_user_project_role:962 : user_role_id=06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:18.803 | + functions-common:get_or_add_user_project_role:963 : echo 06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:18.803 | 06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:18.835 | [3696 Async ks-demo-admin:32055]: finished get_or_add_user_project_role admin 6cd51af713a447feaa43f3932998d191 a93ad841c3d547b88d137811e1b7dc2c with result 0 in 4 seconds 2025-02-03 12:02:18.861 | [3696 Async ks-demo-another:32152]: Waiting for completion of get_or_add_user_project_role anotherrole a0056047daad45578d9d7df1b85140d3 a93ad841c3d547b88d137811e1b7dc2c running on PID 32152 (15 other jobs running) 2025-02-03 12:02:18.878 | [3696 Async ks-demo-another:32152]: Signaling child to exit 2025-02-03 12:02:18.879 | WAKEUP 2025-02-03 12:02:18.894 | [3696 Async ks-demo-another:32152]: Signaled 2025-02-03 12:02:18.895 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:18.895 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:18.895 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-02-03 12:02:18.895 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:18.895 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:18.895 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-02-03 12:02:18.895 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-02-03 12:02:18.895 | ++ functions-common:_get_domain_args:940 : echo 2025-02-03 12:02:18.895 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-02-03 12:02:18.895 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user a0056047daad45578d9d7df1b85140d3 --project a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:18.895 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user a0056047daad45578d9d7df1b85140d3 --project a93ad841c3d547b88d137811e1b7dc2c -c Role -f value 2025-02-03 12:02:18.895 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:18.895 | + functions-common:get_or_add_user_project_role:962 : user_role_id=6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:18.895 | + functions-common:get_or_add_user_project_role:963 : echo 6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:18.895 | 6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:18.926 | [3696 Async ks-demo-another:32152]: finished get_or_add_user_project_role anotherrole a0056047daad45578d9d7df1b85140d3 a93ad841c3d547b88d137811e1b7dc2c with result 0 in 3 seconds 2025-02-03 12:02:18.951 | [3696 Async ks-demo-invis:32249]: Waiting for completion of get_or_add_user_project_role member a0056047daad45578d9d7df1b85140d3 34a9cb2d4a6a460ab9afa6583dfe4fbe running on PID 32249 (14 other jobs running) 2025-02-03 12:02:18.968 | [3696 Async ks-demo-invis:32249]: Signaling child to exit 2025-02-03 12:02:18.968 | WAKEUP 2025-02-03 12:02:18.984 | [3696 Async ks-demo-invis:32249]: Signaled 2025-02-03 12:02:18.985 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:18.985 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:18.985 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-02-03 12:02:18.985 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:18.985 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:18.985 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-02-03 12:02:18.985 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-02-03 12:02:18.985 | ++ functions-common:_get_domain_args:940 : echo 2025-02-03 12:02:18.985 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-02-03 12:02:18.985 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user a0056047daad45578d9d7df1b85140d3 --project 34a9cb2d4a6a460ab9afa6583dfe4fbe 2025-02-03 12:02:18.985 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user a0056047daad45578d9d7df1b85140d3 --project 34a9cb2d4a6a460ab9afa6583dfe4fbe -c Role -f value 2025-02-03 12:02:18.985 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:18.985 | + functions-common:get_or_add_user_project_role:962 : user_role_id=2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:18.985 | + functions-common:get_or_add_user_project_role:963 : echo 2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:18.985 | 2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:19.016 | [3696 Async ks-demo-invis:32249]: finished get_or_add_user_project_role member a0056047daad45578d9d7df1b85140d3 34a9cb2d4a6a460ab9afa6583dfe4fbe with result 0 in 4 seconds 2025-02-03 12:02:19.042 | [3696 Async ks-demo-reader:32405]: Waiting for completion of get_or_add_user_project_role reader ad431b47863a4eb48704360e5152ca34 a93ad841c3d547b88d137811e1b7dc2c running on PID 32405 (13 other jobs running) 2025-02-03 12:02:19.059 | [3696 Async ks-demo-reader:32405]: Signaling child to exit 2025-02-03 12:02:19.060 | WAKEUP 2025-02-03 12:02:19.075 | [3696 Async ks-demo-reader:32405]: Signaled 2025-02-03 12:02:19.076 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:19.076 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:19.076 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-02-03 12:02:19.076 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:19.076 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:19.076 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-02-03 12:02:19.076 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-02-03 12:02:19.076 | ++ functions-common:_get_domain_args:940 : echo 2025-02-03 12:02:19.076 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-02-03 12:02:19.076 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user ad431b47863a4eb48704360e5152ca34 --project a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:19.076 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user ad431b47863a4eb48704360e5152ca34 --project a93ad841c3d547b88d137811e1b7dc2c -c Role -f value 2025-02-03 12:02:19.076 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:19.076 | + functions-common:get_or_add_user_project_role:962 : user_role_id=f89a29f7318845ce9a0b9af106167223 2025-02-03 12:02:19.076 | + functions-common:get_or_add_user_project_role:963 : echo f89a29f7318845ce9a0b9af106167223 2025-02-03 12:02:19.076 | f89a29f7318845ce9a0b9af106167223 2025-02-03 12:02:19.107 | [3696 Async ks-demo-reader:32405]: finished get_or_add_user_project_role reader ad431b47863a4eb48704360e5152ca34 a93ad841c3d547b88d137811e1b7dc2c with result 0 in 3 seconds 2025-02-03 12:02:19.110 | + inc/async:async_wait:197 : return 0 2025-02-03 12:02:19.112 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-02-03 12:02:19.174 | [3696 Async ks-alt-admin:32855]: Waiting for completion of get_or_add_user_project_role admin cae4d661a75e415cb0427e3de61420d1 895d4b76b8154d8289438503faf5274e running on PID 32855 (12 other jobs running) 2025-02-03 12:02:19.192 | [3696 Async ks-alt-admin:32855]: Signaling child to exit 2025-02-03 12:02:19.193 | WAKEUP 2025-02-03 12:02:19.208 | [3696 Async ks-alt-admin:32855]: Signaled 2025-02-03 12:02:19.211 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:19.211 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:19.211 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-02-03 12:02:19.211 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:19.211 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:19.211 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-02-03 12:02:19.211 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-02-03 12:02:19.211 | ++ functions-common:_get_domain_args:940 : echo 2025-02-03 12:02:19.211 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-02-03 12:02:19.211 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user cae4d661a75e415cb0427e3de61420d1 --project 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:19.211 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user cae4d661a75e415cb0427e3de61420d1 --project 895d4b76b8154d8289438503faf5274e -c Role -f value 2025-02-03 12:02:19.211 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:19.211 | + functions-common:get_or_add_user_project_role:962 : user_role_id=06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:19.211 | + functions-common:get_or_add_user_project_role:963 : echo 06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:19.211 | 06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:19.240 | [3696 Async ks-alt-admin:32855]: finished get_or_add_user_project_role admin cae4d661a75e415cb0427e3de61420d1 895d4b76b8154d8289438503faf5274e with result 0 in 3 seconds 2025-02-03 12:02:19.269 | [3696 Async ks-alt-another:32951]: Waiting for completion of get_or_add_user_project_role anotherrole cae4d661a75e415cb0427e3de61420d1 895d4b76b8154d8289438503faf5274e running on PID 32951 (11 other jobs running) 2025-02-03 12:02:19.287 | [3696 Async ks-alt-another:32951]: Signaling child to exit 2025-02-03 12:02:19.287 | WAKEUP 2025-02-03 12:02:19.309 | [3696 Async ks-alt-another:32951]: Signaled 2025-02-03 12:02:19.309 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:19.309 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:19.309 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-02-03 12:02:19.309 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:19.309 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:19.309 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-02-03 12:02:19.309 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-02-03 12:02:19.309 | ++ functions-common:_get_domain_args:940 : echo 2025-02-03 12:02:19.309 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-02-03 12:02:19.309 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user cae4d661a75e415cb0427e3de61420d1 --project 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:19.309 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user cae4d661a75e415cb0427e3de61420d1 --project 895d4b76b8154d8289438503faf5274e -c Role -f value 2025-02-03 12:02:19.309 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:19.309 | + functions-common:get_or_add_user_project_role:962 : user_role_id=6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:19.309 | + functions-common:get_or_add_user_project_role:963 : echo 6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:19.309 | 6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:19.355 | [3696 Async ks-alt-another:32951]: finished get_or_add_user_project_role anotherrole cae4d661a75e415cb0427e3de61420d1 895d4b76b8154d8289438503faf5274e with result 0 in 3 seconds 2025-02-03 12:02:19.382 | [3696 Async ks-alt-member-user:33128]: Waiting for completion of get_or_add_user_project_role member 26d7e1014d0a4363ae20f57947e3e6d4 895d4b76b8154d8289438503faf5274e running on PID 33128 (10 other jobs running) 2025-02-03 12:02:19.406 | [3696 Async ks-alt-member-user:33128]: Signaling child to exit 2025-02-03 12:02:19.406 | WAKEUP 2025-02-03 12:02:19.422 | [3696 Async ks-alt-member-user:33128]: Signaled 2025-02-03 12:02:19.423 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:19.423 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:19.423 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-02-03 12:02:19.423 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:19.423 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:19.423 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-02-03 12:02:19.423 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-02-03 12:02:19.423 | ++ functions-common:_get_domain_args:940 : echo 2025-02-03 12:02:19.423 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-02-03 12:02:19.423 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 26d7e1014d0a4363ae20f57947e3e6d4 --project 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:19.423 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 26d7e1014d0a4363ae20f57947e3e6d4 --project 895d4b76b8154d8289438503faf5274e -c Role -f value 2025-02-03 12:02:19.423 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:19.423 | + functions-common:get_or_add_user_project_role:962 : user_role_id=2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:19.423 | + functions-common:get_or_add_user_project_role:963 : echo 2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:19.423 | 2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:19.464 | [3696 Async ks-alt-member-user:33128]: finished get_or_add_user_project_role member 26d7e1014d0a4363ae20f57947e3e6d4 895d4b76b8154d8289438503faf5274e with result 0 in 3 seconds 2025-02-03 12:02:19.492 | [3696 Async ks-alt-reader-user:33302]: Waiting for completion of get_or_add_user_project_role reader 91b7d480efc447ff8da29c07ca2ca764 895d4b76b8154d8289438503faf5274e running on PID 33302 (9 other jobs running) 2025-02-03 12:02:19.510 | [3696 Async ks-alt-reader-user:33302]: Signaling child to exit 2025-02-03 12:02:19.511 | WAKEUP 2025-02-03 12:02:19.527 | [3696 Async ks-alt-reader-user:33302]: Signaled 2025-02-03 12:02:19.529 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:19.529 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:19.529 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-02-03 12:02:19.529 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:19.529 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:19.529 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-02-03 12:02:19.529 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-02-03 12:02:19.529 | ++ functions-common:_get_domain_args:940 : echo 2025-02-03 12:02:19.529 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-02-03 12:02:19.529 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 91b7d480efc447ff8da29c07ca2ca764 --project 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:19.529 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 91b7d480efc447ff8da29c07ca2ca764 --project 895d4b76b8154d8289438503faf5274e -c Role -f value 2025-02-03 12:02:19.529 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:19.529 | + functions-common:get_or_add_user_project_role:962 : user_role_id=f89a29f7318845ce9a0b9af106167223 2025-02-03 12:02:19.529 | + functions-common:get_or_add_user_project_role:963 : echo f89a29f7318845ce9a0b9af106167223 2025-02-03 12:02:19.529 | f89a29f7318845ce9a0b9af106167223 2025-02-03 12:02:19.564 | [3696 Async ks-alt-reader-user:33302]: finished get_or_add_user_project_role reader 91b7d480efc447ff8da29c07ca2ca764 895d4b76b8154d8289438503faf5274e with result 0 in 3 seconds 2025-02-03 12:02:19.567 | + inc/async:async_wait:197 : return 0 2025-02-03 12:02:19.569 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-02-03 12:02:19.612 | [3696 Async ks-system-member:33535]: Waiting for completion of get_or_add_user_system_role member 5e93b497c1d44e7c8fdfbb415e0a4a91 all running on PID 33535 (8 other jobs running) 2025-02-03 12:02:19.633 | [3696 Async ks-system-member:33535]: Signaling child to exit 2025-02-03 12:02:19.633 | WAKEUP 2025-02-03 12:02:19.650 | [3696 Async ks-system-member:33535]: Signaled 2025-02-03 12:02:19.652 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-02-03 12:02:19.652 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-02-03 12:02:19.652 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-02-03 12:02:19.652 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:19.652 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:19.652 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-02-03 12:02:19.652 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-02-03 12:02:19.652 | ++ functions-common:_get_domain_args:940 : echo 2025-02-03 12:02:19.652 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-02-03 12:02:19.652 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5e93b497c1d44e7c8fdfbb415e0a4a91 --system all -f value -c Role 2025-02-03 12:02:19.652 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:19.652 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-02-03 12:02:19.652 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-02-03 12:02:19.652 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user 5e93b497c1d44e7c8fdfbb415e0a4a91 --system all 2025-02-03 12:02:19.652 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5e93b497c1d44e7c8fdfbb415e0a4a91 --system all -f value -c Role 2025-02-03 12:02:19.652 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:19.652 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2025-02-03 12:02:19.652 | + functions-common:get_or_add_user_system_role:1013 : echo 2025-02-03 12:02:19.652 | 2025-02-03 12:02:19.688 | [3696 Async ks-system-member:33535]: finished get_or_add_user_system_role member 5e93b497c1d44e7c8fdfbb415e0a4a91 all with result 0 in 4 seconds 2025-02-03 12:02:19.716 | [3696 Async ks-system-reader:33743]: Waiting for completion of get_or_add_user_system_role reader ae22c48c047948a09b40af999e3a1f98 all running on PID 33743 (7 other jobs running) 2025-02-03 12:02:19.736 | [3696 Async ks-system-reader:33743]: Signaling child to exit 2025-02-03 12:02:19.971 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:19.989 | [33743 Async ks-system-reader:33743]: finished successfully 2025-02-03 12:02:20.005 | WAKEUP 2025-02-03 12:02:20.022 | [3696 Async ks-system-reader:33743]: Signaled 2025-02-03 12:02:20.023 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-02-03 12:02:20.023 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-02-03 12:02:20.023 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-02-03 12:02:20.023 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:20.024 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:20.024 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-02-03 12:02:20.024 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-02-03 12:02:20.024 | ++ functions-common:_get_domain_args:940 : echo 2025-02-03 12:02:20.024 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-02-03 12:02:20.024 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user ae22c48c047948a09b40af999e3a1f98 --system all -f value -c Role 2025-02-03 12:02:20.024 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:20.024 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-02-03 12:02:20.024 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-02-03 12:02:20.024 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user ae22c48c047948a09b40af999e3a1f98 --system all 2025-02-03 12:02:20.024 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user ae22c48c047948a09b40af999e3a1f98 --system all -f value -c Role 2025-02-03 12:02:20.024 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:20.024 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=f89a29f7318845ce9a0b9af106167223 2025-02-03 12:02:20.024 | + functions-common:get_or_add_user_system_role:1013 : echo f89a29f7318845ce9a0b9af106167223 2025-02-03 12:02:20.024 | f89a29f7318845ce9a0b9af106167223 2025-02-03 12:02:20.055 | [3696 Async ks-system-reader:33743]: finished get_or_add_user_system_role reader ae22c48c047948a09b40af999e3a1f98 all with result 0 in 4 seconds 2025-02-03 12:02:20.058 | + inc/async:async_wait:197 : return 0 2025-02-03 12:02:20.060 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-02-03 12:02:20.096 | [3696 Async ks-group-memberdemo:34011]: Waiting for completion of get_or_add_group_project_role member ff0254e137864f86bf38315951b2c7ba a93ad841c3d547b88d137811e1b7dc2c running on PID 34011 (6 other jobs running) 2025-02-03 12:02:20.114 | [3696 Async ks-group-memberdemo:34011]: Signaling child to exit 2025-02-03 12:02:21.394 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:21.413 | [34011 Async ks-group-memberdemo:34011]: finished successfully 2025-02-03 12:02:21.430 | WAKEUP 2025-02-03 12:02:21.447 | [3696 Async ks-group-memberdemo:34011]: Signaled 2025-02-03 12:02:21.447 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-02-03 12:02:21.447 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group ff0254e137864f86bf38315951b2c7ba --project a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:21.447 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group ff0254e137864f86bf38315951b2c7ba --project a93ad841c3d547b88d137811e1b7dc2c -f value -c Role 2025-02-03 12:02:21.448 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:21.448 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:21.448 | + functions-common:get_or_add_group_project_role:1032 : echo 2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:21.448 | 2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:21.481 | [3696 Async ks-group-memberdemo:34011]: finished get_or_add_group_project_role member ff0254e137864f86bf38315951b2c7ba a93ad841c3d547b88d137811e1b7dc2c with result 0 in 3 seconds 2025-02-03 12:02:21.508 | [3696 Async ks-group-anotherdemo:34090]: Waiting for completion of get_or_add_group_project_role anotherrole ff0254e137864f86bf38315951b2c7ba a93ad841c3d547b88d137811e1b7dc2c running on PID 34090 (5 other jobs running) 2025-02-03 12:02:21.526 | [3696 Async ks-group-anotherdemo:34090]: Signaling child to exit 2025-02-03 12:02:21.617 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:21.636 | [34090 Async ks-group-anotherdemo:34090]: finished successfully 2025-02-03 12:02:21.652 | WAKEUP 2025-02-03 12:02:21.669 | [3696 Async ks-group-anotherdemo:34090]: Signaled 2025-02-03 12:02:21.670 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-02-03 12:02:21.670 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group ff0254e137864f86bf38315951b2c7ba --project a93ad841c3d547b88d137811e1b7dc2c 2025-02-03 12:02:21.670 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group ff0254e137864f86bf38315951b2c7ba --project a93ad841c3d547b88d137811e1b7dc2c -f value -c Role 2025-02-03 12:02:21.670 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:21.670 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:21.670 | + functions-common:get_or_add_group_project_role:1032 : echo 6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:21.670 | 6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:21.706 | [3696 Async ks-group-anotherdemo:34090]: finished get_or_add_group_project_role anotherrole ff0254e137864f86bf38315951b2c7ba a93ad841c3d547b88d137811e1b7dc2c with result 0 in 3 seconds 2025-02-03 12:02:21.733 | [3696 Async ks-group-memberalt:34170]: Waiting for completion of get_or_add_group_project_role member ff0254e137864f86bf38315951b2c7ba 895d4b76b8154d8289438503faf5274e running on PID 34170 (4 other jobs running) 2025-02-03 12:02:21.751 | [3696 Async ks-group-memberalt:34170]: Signaling child to exit 2025-02-03 12:02:21.846 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:21.867 | [34170 Async ks-group-memberalt:34170]: finished successfully 2025-02-03 12:02:21.883 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:21.884 | WAKEUP 2025-02-03 12:02:21.902 | [3696 Async ks-group-memberalt:34170]: Signaled 2025-02-03 12:02:21.904 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-02-03 12:02:21.904 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group ff0254e137864f86bf38315951b2c7ba --project 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:21.904 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group ff0254e137864f86bf38315951b2c7ba --project 895d4b76b8154d8289438503faf5274e -f value -c Role 2025-02-03 12:02:21.904 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:21.904 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:21.904 | + functions-common:get_or_add_group_project_role:1032 : echo 2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:21.904 | 2088ba019f3e46ae9b0ce6ee927de986 2025-02-03 12:02:21.904 | [34295 Async ks-group-anotheralt:34295]: finished successfully 2025-02-03 12:02:21.937 | [3696 Async ks-group-memberalt:34170]: finished get_or_add_group_project_role member ff0254e137864f86bf38315951b2c7ba 895d4b76b8154d8289438503faf5274e with result 0 in 3 seconds 2025-02-03 12:02:21.964 | [3696 Async ks-group-anotheralt:34295]: Waiting for completion of get_or_add_group_project_role anotherrole ff0254e137864f86bf38315951b2c7ba 895d4b76b8154d8289438503faf5274e running on PID 34295 (3 other jobs running) 2025-02-03 12:02:21.970 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:21.983 | [3696 Async ks-group-anotheralt:34295]: Signaling child to exit 2025-02-03 12:02:21.983 | WAKEUP 2025-02-03 12:02:21.989 | [34389 Async ks-group-admin:34389]: finished successfully 2025-02-03 12:02:21.999 | [3696 Async ks-group-anotheralt:34295]: Signaled 2025-02-03 12:02:22.000 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-02-03 12:02:22.000 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group ff0254e137864f86bf38315951b2c7ba --project 895d4b76b8154d8289438503faf5274e 2025-02-03 12:02:22.000 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group ff0254e137864f86bf38315951b2c7ba --project 895d4b76b8154d8289438503faf5274e -f value -c Role 2025-02-03 12:02:22.000 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:22.000 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:22.000 | + functions-common:get_or_add_group_project_role:1032 : echo 6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:22.000 | 6ef0869c6df943bd8966dd29b8a91fd6 2025-02-03 12:02:22.031 | [3696 Async ks-group-anotheralt:34295]: finished get_or_add_group_project_role anotherrole ff0254e137864f86bf38315951b2c7ba 895d4b76b8154d8289438503faf5274e with result 0 in 3 seconds 2025-02-03 12:02:22.056 | [3696 Async ks-group-admin:34389]: Waiting for completion of get_or_add_group_project_role admin d149dd35088c4a319f0e978e088fb31a 557dda57b95d4800898c4a941c455b73 running on PID 34389 (2 other jobs running) 2025-02-03 12:02:22.074 | [3696 Async ks-group-admin:34389]: Signaling child to exit 2025-02-03 12:02:22.074 | WAKEUP 2025-02-03 12:02:22.090 | [3696 Async ks-group-admin:34389]: Signaled 2025-02-03 12:02:22.090 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-02-03 12:02:22.091 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group d149dd35088c4a319f0e978e088fb31a --project 557dda57b95d4800898c4a941c455b73 2025-02-03 12:02:22.091 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group d149dd35088c4a319f0e978e088fb31a --project 557dda57b95d4800898c4a941c455b73 -f value -c Role 2025-02-03 12:02:22.091 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:22.091 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:22.091 | + functions-common:get_or_add_group_project_role:1032 : echo 06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:22.091 | 06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:22.124 | [3696 Async ks-group-admin:34389]: finished get_or_add_group_project_role admin d149dd35088c4a319f0e978e088fb31a 557dda57b95d4800898c4a941c455b73 with result 0 in 3 seconds 2025-02-03 12:02:22.127 | + inc/async:async_wait:197 : return 0 2025-02-03 12:02:22.129 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-02-03 12:02:22.142 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:02:22.144 | + stack.sh:main:1130 : is_service_enabled nova 2025-02-03 12:02:22.158 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:02:22.160 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2025-02-03 12:02:22.162 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-02-03 12:02:22.209 | + inc/async:async_inner:63 : create_nova_accounts 2025-02-03 12:02:22.239 | [3696 Async create_nova_accounts:36237]: running: create_nova_accounts 2025-02-03 12:02:22.241 | + stack.sh:main:1133 : is_service_enabled glance 2025-02-03 12:02:22.255 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:02:22.257 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2025-02-03 12:02:22.259 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-02-03 12:02:22.306 | + inc/async:async_inner:63 : create_glance_accounts 2025-02-03 12:02:22.337 | [3696 Async create_glance_accounts:36360]: running: create_glance_accounts 2025-02-03 12:02:22.340 | + stack.sh:main:1136 : is_service_enabled cinder 2025-02-03 12:02:22.354 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:02:22.356 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2025-02-03 12:02:22.358 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-02-03 12:02:22.405 | + inc/async:async_inner:63 : create_cinder_accounts 2025-02-03 12:02:22.438 | [3696 Async create_cinder_accounts:36499]: running: create_cinder_accounts 2025-02-03 12:02:22.440 | + stack.sh:main:1139 : is_service_enabled neutron 2025-02-03 12:02:22.456 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:02:22.458 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2025-02-03 12:02:22.460 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-02-03 12:02:22.508 | + inc/async:async_inner:63 : create_neutron_accounts 2025-02-03 12:02:22.539 | [3696 Async create_neutron_accounts:36642]: running: create_neutron_accounts 2025-02-03 12:02:22.541 | + stack.sh:main:1142 : is_service_enabled swift 2025-02-03 12:02:22.557 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:02:22.560 | + stack.sh:main:1151 : is_service_enabled horizon 2025-02-03 12:02:22.574 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:02:22.576 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-02-03 12:02:22.613 | [3696 Async create_nova_accounts:36237]: Waiting for completion of create_nova_accounts running on PID 36237 (5 other jobs running) 2025-02-03 12:02:22.630 | [3696 Async create_nova_accounts:36237]: Signaling child to exit 2025-02-03 12:02:34.533 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:34.552 | [36642 Async create_neutron_accounts:36642]: finished successfully 2025-02-03 12:02:42.769 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:42.788 | [36499 Async create_cinder_accounts:36499]: finished successfully 2025-02-03 12:02:43.643 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:43.661 | [36237 Async create_nova_accounts:36237]: finished successfully 2025-02-03 12:02:43.677 | WAKEUP 2025-02-03 12:02:43.693 | [3696 Async create_nova_accounts:36237]: Signaled 2025-02-03 12:02:43.694 | + 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-02-03 12:02:43.694 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2025-02-03 12:02:43.694 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-02-03 12:02:43.694 | + functions-common:get_or_create_user:882 : local user_id 2025-02-03 12:02:43.694 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-02-03 12:02:43.694 | + functions-common:get_or_create_user:886 : local email= 2025-02-03 12:02:43.694 | ++ 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-02-03 12:02:43.694 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:43.694 | + functions-common:get_or_create_user:898 : user_id=352cbe6f9ca246fd89ee254ef9ff58d4 2025-02-03 12:02:43.694 | + functions-common:get_or_create_user:899 : echo 352cbe6f9ca246fd89ee254ef9ff58d4 2025-02-03 12:02:43.694 | 352cbe6f9ca246fd89ee254ef9ff58d4 2025-02-03 12:02:43.694 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-02-03 12:02:43.694 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:43.694 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:43.694 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-02-03 12:02:43.694 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-02-03 12:02:43.694 | + 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-02-03 12:02:43.694 | ++ 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-02-03 12:02:43.694 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:43.694 | + functions-common:get_or_add_user_project_role:962 : user_role_id=515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:43.694 | + functions-common:get_or_add_user_project_role:963 : echo 515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:43.694 | 515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:43.694 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-02-03 12:02:43.694 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-02-03 12:02:43.694 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:43.694 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:43.694 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-02-03 12:02:43.694 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-02-03 12:02:43.694 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-02-03 12:02:43.694 | + 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-02-03 12:02:43.694 | ++ 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-02-03 12:02:43.694 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:43.694 | + functions-common:get_or_add_user_project_role:962 : user_role_id=06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:43.694 | + functions-common:get_or_add_user_project_role:963 : echo 06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:43.694 | 06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:02:43.694 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2025-02-03 12:02:43.694 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2025-02-03 12:02:43.694 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2025-02-03 12:02:43.694 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-02-03 12:02:43.694 | + functions-common:get_or_create_service:1038 : local service_id 2025-02-03 12:02:43.694 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-02-03 12:02:43.694 | ++ 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-02-03 12:02:43.694 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:43.694 | + functions-common:get_or_create_service:1049 : service_id=' 2025-02-03 12:02:43.694 | cb05bf4f58d340b2bccbdf15978f95fe' 2025-02-03 12:02:43.694 | + functions-common:get_or_create_service:1050 : echo cb05bf4f58d340b2bccbdf15978f95fe 2025-02-03 12:02:43.694 | cb05bf4f58d340b2bccbdf15978f95fe 2025-02-03 12:02:43.694 | + lib/nova:create_nova_accounts:393 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-02-03 12:02:43.694 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-02-03 12:02:43.694 | ++ 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-02-03 12:02:43.694 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-02-03 12:02:43.694 | +++ 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-02-03 12:02:43.694 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:43.694 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-02-03 12:02:43.694 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-02-03 12:02:43.694 | +++ 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-02-03 12:02:43.694 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:43.694 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=33f2a32d70914366becf482ea0d3f620 2025-02-03 12:02:43.694 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 33f2a32d70914366becf482ea0d3f620 2025-02-03 12:02:43.694 | + functions-common:get_or_create_endpoint:1083 : public_id=33f2a32d70914366becf482ea0d3f620 2025-02-03 12:02:43.694 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-02-03 12:02:43.694 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-02-03 12:02:43.694 | + functions-common:get_or_create_endpoint:1092 : echo 33f2a32d70914366becf482ea0d3f620 2025-02-03 12:02:43.694 | 33f2a32d70914366becf482ea0d3f620 2025-02-03 12:02:43.695 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2025-02-03 12:02:43.695 | + functions-common:get_or_create_service:1038 : local service_id 2025-02-03 12:02:43.695 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-02-03 12:02:43.695 | ++ 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-02-03 12:02:43.695 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:43.695 | + functions-common:get_or_create_service:1049 : service_id=' 2025-02-03 12:02:43.695 | 99445e1115a546bc9dd0446ac0975b31' 2025-02-03 12:02:43.695 | + functions-common:get_or_create_service:1050 : echo 99445e1115a546bc9dd0446ac0975b31 2025-02-03 12:02:43.695 | 99445e1115a546bc9dd0446ac0975b31 2025-02-03 12:02:43.695 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-02-03 12:02:43.695 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-02-03 12:02:43.695 | ++ 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-02-03 12:02:43.695 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-02-03 12:02:43.695 | +++ 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-02-03 12:02:43.695 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:43.695 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-02-03 12:02:43.695 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-02-03 12:02:43.695 | +++ 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-02-03 12:02:43.695 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:43.695 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=849a2467386349e581144e28c4907d5e 2025-02-03 12:02:43.695 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 849a2467386349e581144e28c4907d5e 2025-02-03 12:02:43.695 | + functions-common:get_or_create_endpoint:1083 : public_id=849a2467386349e581144e28c4907d5e 2025-02-03 12:02:43.695 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-02-03 12:02:43.695 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-02-03 12:02:43.695 | + functions-common:get_or_create_endpoint:1092 : echo 849a2467386349e581144e28c4907d5e 2025-02-03 12:02:43.695 | 849a2467386349e581144e28c4907d5e 2025-02-03 12:02:43.695 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2025-02-03 12:02:43.695 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:02:43.695 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2025-02-03 12:02:43.695 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:02:43.695 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2025-02-03 12:02:43.695 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:02:43.695 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2025-02-03 12:02:43.695 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:02:43.695 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2025-02-03 12:02:43.725 | [3696 Async create_nova_accounts:36237]: finished create_nova_accounts with result 0 in 21 seconds 2025-02-03 12:02:43.750 | [3696 Async create_glance_accounts:36360]: Waiting for completion of create_glance_accounts running on PID 36360 (4 other jobs running) 2025-02-03 12:02:43.767 | [3696 Async create_glance_accounts:36360]: Signaling child to exit 2025-02-03 12:02:44.364 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:44.384 | [36360 Async create_glance_accounts:36360]: finished successfully 2025-02-03 12:02:44.400 | WAKEUP 2025-02-03 12:02:44.417 | [3696 Async create_glance_accounts:36360]: Signaled 2025-02-03 12:02:44.418 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2025-02-03 12:02:44.418 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:02:44.418 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2025-02-03 12:02:44.418 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-02-03 12:02:44.418 | + functions-common:get_or_create_user:882 : local user_id 2025-02-03 12:02:44.418 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-02-03 12:02:44.418 | + functions-common:get_or_create_user:886 : local email= 2025-02-03 12:02:44.418 | ++ 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-02-03 12:02:44.418 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.418 | + functions-common:get_or_create_user:898 : user_id=b3b79e9fee1a4140a9e29dcfecddbb1f 2025-02-03 12:02:44.418 | + functions-common:get_or_create_user:899 : echo b3b79e9fee1a4140a9e29dcfecddbb1f 2025-02-03 12:02:44.418 | b3b79e9fee1a4140a9e29dcfecddbb1f 2025-02-03 12:02:44.418 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-02-03 12:02:44.418 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:44.418 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:44.418 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-02-03 12:02:44.418 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:44.418 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:44.418 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-02-03 12:02:44.418 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-02-03 12:02:44.418 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-02-03 12:02:44.418 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-02-03 12:02:44.418 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-02-03 12:02:44.418 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-02-03 12:02:44.418 | + 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-02-03 12:02:44.418 | ++ 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-02-03 12:02:44.418 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.418 | + functions-common:get_or_add_user_project_role:962 : user_role_id=515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:44.418 | + functions-common:get_or_add_user_project_role:963 : echo 515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:44.418 | 515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:44.418 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-02-03 12:02:44.418 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2025-02-03 12:02:44.418 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:02:44.418 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2025-02-03 12:02:44.419 | + functions-common:get_or_create_service:1038 : local service_id 2025-02-03 12:02:44.419 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-02-03 12:02:44.419 | ++ 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-02-03 12:02:44.419 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.419 | + functions-common:get_or_create_service:1049 : service_id=' 2025-02-03 12:02:44.419 | a125d8e9378348e1bfce3b5036e8f788' 2025-02-03 12:02:44.419 | + functions-common:get_or_create_service:1050 : echo a125d8e9378348e1bfce3b5036e8f788 2025-02-03 12:02:44.419 | a125d8e9378348e1bfce3b5036e8f788 2025-02-03 12:02:44.419 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-02-03 12:02:44.419 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-02-03 12:02:44.419 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-02-03 12:02:44.419 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-02-03 12:02:44.419 | +++ 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-02-03 12:02:44.419 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.419 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-02-03 12:02:44.419 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-02-03 12:02:44.419 | +++ 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-02-03 12:02:44.419 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.419 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=6240c6c8eb284f6088673fa3ae5009d7 2025-02-03 12:02:44.419 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 6240c6c8eb284f6088673fa3ae5009d7 2025-02-03 12:02:44.419 | + functions-common:get_or_create_endpoint:1083 : public_id=6240c6c8eb284f6088673fa3ae5009d7 2025-02-03 12:02:44.419 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-02-03 12:02:44.419 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-02-03 12:02:44.419 | + functions-common:get_or_create_endpoint:1092 : echo 6240c6c8eb284f6088673fa3ae5009d7 2025-02-03 12:02:44.419 | 6240c6c8eb284f6088673fa3ae5009d7 2025-02-03 12:02:44.419 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2025-02-03 12:02:44.419 | ++ functions-common:get_or_create_domain:855 : local domain_id 2025-02-03 12:02:44.419 | +++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-02-03 12:02:44.419 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.419 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2025-02-03 12:02:44.419 | ++ functions-common:get_or_create_domain:861 : echo default 2025-02-03 12:02:44.419 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2025-02-03 12:02:44.419 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-02-03 12:02:44.419 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-02-03 12:02:44.419 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2025-02-03 12:02:44.419 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2025-02-03 12:02:44.419 | + lib/glance:configure_glance_quotas:293 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2025-02-03 12:02:44.419 | +---------------+----------------------------------+ 2025-02-03 12:02:44.419 | | Field | Value | 2025-02-03 12:02:44.419 | +---------------+----------------------------------+ 2025-02-03 12:02:44.419 | | default_limit | 1000 | 2025-02-03 12:02:44.419 | | description | None | 2025-02-03 12:02:44.419 | | id | 3e980e99a0424dbcb56e6574ea9ef01d | 2025-02-03 12:02:44.419 | | region_id | RegionOne | 2025-02-03 12:02:44.419 | | resource_name | image_size_total | 2025-02-03 12:02:44.419 | | service_id | a125d8e9378348e1bfce3b5036e8f788 | 2025-02-03 12:02:44.419 | +---------------+----------------------------------+ 2025-02-03 12:02:44.419 | + lib/glance:configure_glance_quotas:295 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2025-02-03 12:02:44.419 | +---------------+----------------------------------+ 2025-02-03 12:02:44.419 | | Field | Value | 2025-02-03 12:02:44.419 | +---------------+----------------------------------+ 2025-02-03 12:02:44.419 | | default_limit | 1000 | 2025-02-03 12:02:44.419 | | description | None | 2025-02-03 12:02:44.419 | | id | fddce88a8fe14d5da4bb8dab50eb0709 | 2025-02-03 12:02:44.419 | | region_id | RegionOne | 2025-02-03 12:02:44.419 | | resource_name | image_stage_total | 2025-02-03 12:02:44.419 | | service_id | a125d8e9378348e1bfce3b5036e8f788 | 2025-02-03 12:02:44.419 | +---------------+----------------------------------+ 2025-02-03 12:02:44.419 | + 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-02-03 12:02:44.419 | +---------------+----------------------------------+ 2025-02-03 12:02:44.419 | | Field | Value | 2025-02-03 12:02:44.419 | +---------------+----------------------------------+ 2025-02-03 12:02:44.419 | | default_limit | 100 | 2025-02-03 12:02:44.419 | | description | None | 2025-02-03 12:02:44.420 | | id | 03110818f3f84a6f9c7d9027c5f4e248 | 2025-02-03 12:02:44.420 | | region_id | RegionOne | 2025-02-03 12:02:44.420 | | resource_name | image_count_total | 2025-02-03 12:02:44.420 | | service_id | a125d8e9378348e1bfce3b5036e8f788 | 2025-02-03 12:02:44.420 | +---------------+----------------------------------+ 2025-02-03 12:02:44.420 | + 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-02-03 12:02:44.420 | +---------------+----------------------------------+ 2025-02-03 12:02:44.420 | | Field | Value | 2025-02-03 12:02:44.420 | +---------------+----------------------------------+ 2025-02-03 12:02:44.420 | | default_limit | 100 | 2025-02-03 12:02:44.420 | | description | None | 2025-02-03 12:02:44.420 | | id | 7aabafadda7945a5a6200e4171e806ce | 2025-02-03 12:02:44.420 | | region_id | RegionOne | 2025-02-03 12:02:44.420 | | resource_name | image_count_uploading | 2025-02-03 12:02:44.420 | | service_id | a125d8e9378348e1bfce3b5036e8f788 | 2025-02-03 12:02:44.420 | +---------------+----------------------------------+ 2025-02-03 12:02:44.420 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-02-03 12:02:44.420 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-02-03 12:02:44.420 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-02-03 12:02:44.420 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-02-03 12:02:44.420 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-02-03 12:02:44.420 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-02-03 12:02:44.420 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-02-03 12:02:44.420 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-02-03 12:02:44.420 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.420 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 6240c6c8eb284f6088673fa3ae5009d7 2025-02-03 12:02:44.420 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-02-03 12:02:44.449 | [3696 Async create_glance_accounts:36360]: finished create_glance_accounts with result 0 in 22 seconds 2025-02-03 12:02:44.474 | [3696 Async create_cinder_accounts:36499]: Waiting for completion of create_cinder_accounts running on PID 36499 (3 other jobs running) 2025-02-03 12:02:44.490 | [3696 Async create_cinder_accounts:36499]: Signaling child to exit 2025-02-03 12:02:44.490 | WAKEUP 2025-02-03 12:02:44.506 | [3696 Async create_cinder_accounts:36499]: Signaled 2025-02-03 12:02:44.508 | + 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-02-03 12:02:44.508 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2025-02-03 12:02:44.508 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2025-02-03 12:02:44.508 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:02:44.508 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2025-02-03 12:02:44.508 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-02-03 12:02:44.508 | + functions-common:get_or_create_user:882 : local user_id 2025-02-03 12:02:44.508 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-02-03 12:02:44.508 | + functions-common:get_or_create_user:886 : local email= 2025-02-03 12:02:44.508 | ++ 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-02-03 12:02:44.508 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.508 | + functions-common:get_or_create_user:898 : user_id=36b65d9a6d7c4ee0b02cf16b9793f191 2025-02-03 12:02:44.508 | + functions-common:get_or_create_user:899 : echo 36b65d9a6d7c4ee0b02cf16b9793f191 2025-02-03 12:02:44.508 | 36b65d9a6d7c4ee0b02cf16b9793f191 2025-02-03 12:02:44.508 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-02-03 12:02:44.508 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:44.508 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:44.508 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-02-03 12:02:44.508 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:44.508 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:44.508 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-02-03 12:02:44.508 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-02-03 12:02:44.508 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-02-03 12:02:44.508 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-02-03 12:02:44.508 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-02-03 12:02:44.508 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-02-03 12:02:44.508 | + 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-02-03 12:02:44.508 | ++ 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-02-03 12:02:44.508 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.508 | + functions-common:get_or_add_user_project_role:962 : user_role_id=515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:44.508 | + functions-common:get_or_add_user_project_role:963 : echo 515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:44.508 | 515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:44.508 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-02-03 12:02:44.508 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-02-03 12:02:44.508 | + functions-common:get_or_create_service:1038 : local service_id 2025-02-03 12:02:44.508 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-02-03 12:02:44.508 | ++ 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-02-03 12:02:44.508 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.508 | + functions-common:get_or_create_service:1049 : service_id=' 2025-02-03 12:02:44.508 | 823ae571fe7c4d80b6f194d08bae62da' 2025-02-03 12:02:44.508 | + functions-common:get_or_create_service:1050 : echo 823ae571fe7c4d80b6f194d08bae62da 2025-02-03 12:02:44.508 | 823ae571fe7c4d80b6f194d08bae62da 2025-02-03 12:02:44.508 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2025-02-03 12:02:44.508 | + lib/cinder:create_cinder_accounts:467 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-02-03 12:02:44.508 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-02-03 12:02:44.508 | ++ 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-02-03 12:02:44.508 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-02-03 12:02:44.508 | +++ 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-02-03 12:02:44.508 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.508 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-02-03 12:02:44.508 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-02-03 12:02:44.508 | +++ 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-02-03 12:02:44.508 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.508 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=988edbccc9494705948edff5d33441bb 2025-02-03 12:02:44.508 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 988edbccc9494705948edff5d33441bb 2025-02-03 12:02:44.508 | + functions-common:get_or_create_endpoint:1083 : public_id=988edbccc9494705948edff5d33441bb 2025-02-03 12:02:44.508 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-02-03 12:02:44.508 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-02-03 12:02:44.508 | + functions-common:get_or_create_endpoint:1092 : echo 988edbccc9494705948edff5d33441bb 2025-02-03 12:02:44.508 | 988edbccc9494705948edff5d33441bb 2025-02-03 12:02:44.508 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-02-03 12:02:44.508 | + functions-common:get_or_create_service:1038 : local service_id 2025-02-03 12:02:44.509 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-02-03 12:02:44.509 | ++ 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-02-03 12:02:44.509 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.509 | + functions-common:get_or_create_service:1049 : service_id=' 2025-02-03 12:02:44.509 | 5a326ba25e014aba9812ba4c595f51e0' 2025-02-03 12:02:44.509 | + functions-common:get_or_create_service:1050 : echo 5a326ba25e014aba9812ba4c595f51e0 2025-02-03 12:02:44.509 | 5a326ba25e014aba9812ba4c595f51e0 2025-02-03 12:02:44.509 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-02-03 12:02:44.509 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-02-03 12:02:44.509 | ++ 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-02-03 12:02:44.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-02-03 12:02:44.509 | +++ 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-02-03 12:02:44.509 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-02-03 12:02:44.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-02-03 12:02:44.509 | +++ 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-02-03 12:02:44.509 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=7ca21b5f59f84e52bc2c289095c45206 2025-02-03 12:02:44.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 7ca21b5f59f84e52bc2c289095c45206 2025-02-03 12:02:44.509 | + functions-common:get_or_create_endpoint:1083 : public_id=7ca21b5f59f84e52bc2c289095c45206 2025-02-03 12:02:44.509 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-02-03 12:02:44.509 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-02-03 12:02:44.509 | + functions-common:get_or_create_endpoint:1092 : echo 7ca21b5f59f84e52bc2c289095c45206 2025-02-03 12:02:44.509 | 7ca21b5f59f84e52bc2c289095c45206 2025-02-03 12:02:44.509 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2025-02-03 12:02:44.509 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2025-02-03 12:02:44.509 | ++ functions-common:get_or_create_project:905 : local project_id 2025-02-03 12:02:44.509 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-02-03 12:02:44.509 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.509 | ++ functions-common:get_or_create_project:911 : project_id=426522505b074b68a26df3dbd4cac149 2025-02-03 12:02:44.509 | ++ functions-common:get_or_create_project:912 : echo 426522505b074b68a26df3dbd4cac149 2025-02-03 12:02:44.509 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 426522505b074b68a26df3dbd4cac149 2025-02-03 12:02:44.509 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2025-02-03 12:02:44.509 | ++ functions-common:get_or_create_user:882 : local user_id 2025-02-03 12:02:44.509 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-02-03 12:02:44.509 | ++ functions-common:get_or_create_user:886 : local email= 2025-02-03 12:02:44.509 | +++ 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-02-03 12:02:44.509 | No password was supplied, authentication will fail when a user does not have a password. 2025-02-03 12:02:44.509 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.509 | ++ functions-common:get_or_create_user:898 : user_id=36b65d9a6d7c4ee0b02cf16b9793f191 2025-02-03 12:02:44.509 | ++ functions-common:get_or_create_user:899 : echo 36b65d9a6d7c4ee0b02cf16b9793f191 2025-02-03 12:02:44.509 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 36b65d9a6d7c4ee0b02cf16b9793f191 2025-02-03 12:02:44.539 | [3696 Async create_cinder_accounts:36499]: finished create_cinder_accounts with result 0 in 20 seconds 2025-02-03 12:02:44.542 | + inc/async:async_wait:197 : return 0 2025-02-03 12:02:44.544 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-02-03 12:02:44.580 | [3696 Async create_neutron_accounts:36642]: Waiting for completion of create_neutron_accounts running on PID 36642 (2 other jobs running) 2025-02-03 12:02:44.597 | [3696 Async create_neutron_accounts:36642]: Signaling child to exit 2025-02-03 12:02:44.597 | WAKEUP 2025-02-03 12:02:44.612 | [3696 Async create_neutron_accounts:36642]: Signaled 2025-02-03 12:02:44.613 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2025-02-03 12:02:44.613 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2025-02-03 12:02:44.613 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2025-02-03 12:02:44.613 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2025-02-03 12:02:44.613 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2025-02-03 12:02:44.613 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2025-02-03 12:02:44.613 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:02:44.613 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2025-02-03 12:02:44.613 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-02-03 12:02:44.613 | + functions-common:get_or_create_user:882 : local user_id 2025-02-03 12:02:44.613 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-02-03 12:02:44.613 | + functions-common:get_or_create_user:886 : local email= 2025-02-03 12:02:44.613 | ++ 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-02-03 12:02:44.613 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.613 | + functions-common:get_or_create_user:898 : user_id=0351cd5eb8404d86a504086f02060236 2025-02-03 12:02:44.613 | + functions-common:get_or_create_user:899 : echo 0351cd5eb8404d86a504086f02060236 2025-02-03 12:02:44.613 | 0351cd5eb8404d86a504086f02060236 2025-02-03 12:02:44.613 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-02-03 12:02:44.613 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:02:44.613 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:02:44.613 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-02-03 12:02:44.613 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:02:44.613 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:02:44.613 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-02-03 12:02:44.613 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-02-03 12:02:44.613 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-02-03 12:02:44.613 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-02-03 12:02:44.613 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-02-03 12:02:44.613 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-02-03 12:02:44.613 | + 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-02-03 12:02:44.613 | ++ 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-02-03 12:02:44.613 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.613 | + functions-common:get_or_add_user_project_role:962 : user_role_id=515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:44.613 | + functions-common:get_or_add_user_project_role:963 : echo 515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:44.613 | 515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:02:44.613 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-02-03 12:02:44.613 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2025-02-03 12:02:44.613 | + functions-common:get_or_create_service:1038 : local service_id 2025-02-03 12:02:44.613 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-02-03 12:02:44.613 | ++ 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-02-03 12:02:44.613 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.613 | + functions-common:get_or_create_service:1049 : service_id=' 2025-02-03 12:02:44.613 | 5ae2035905074132ab94dae739d87807' 2025-02-03 12:02:44.613 | + functions-common:get_or_create_service:1050 : echo 5ae2035905074132ab94dae739d87807 2025-02-03 12:02:44.614 | 5ae2035905074132ab94dae739d87807 2025-02-03 12:02:44.614 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-02-03 12:02:44.614 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-02-03 12:02:44.614 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-02-03 12:02:44.614 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-02-03 12:02:44.614 | +++ 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-02-03 12:02:44.614 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.614 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-02-03 12:02:44.614 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-02-03 12:02:44.614 | +++ 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-02-03 12:02:44.614 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:02:44.614 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=6d04bcdd60b944109f89e29748e9498b 2025-02-03 12:02:44.614 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 6d04bcdd60b944109f89e29748e9498b 2025-02-03 12:02:44.614 | + functions-common:get_or_create_endpoint:1083 : public_id=6d04bcdd60b944109f89e29748e9498b 2025-02-03 12:02:44.614 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-02-03 12:02:44.614 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-02-03 12:02:44.614 | + functions-common:get_or_create_endpoint:1092 : echo 6d04bcdd60b944109f89e29748e9498b 2025-02-03 12:02:44.614 | 6d04bcdd60b944109f89e29748e9498b 2025-02-03 12:02:44.644 | [3696 Async create_neutron_accounts:36642]: finished create_neutron_accounts with result 0 in 12 seconds 2025-02-03 12:02:44.649 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-02-03 12:02:44.653 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-02-03 12:02:44.655 | + inc/async:async_wait:197 : return 0 2025-02-03 12:02:44.657 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2025-02-03 12:02:44.670 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:02:44.672 | + stack.sh:main:1163 : is_service_enabled glance 2025-02-03 12:02:44.686 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:02:44.688 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2025-02-03 12:02:44.690 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:02:44.692 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2025-02-03 12:02:44.694 | + stack.sh:main:1165 : async_runfunc init_glance 2025-02-03 12:02:44.697 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-02-03 12:02:44.743 | + inc/async:async_inner:63 : init_glance 2025-02-03 12:02:44.772 | [3696 Async init_glance:38922]: running: init_glance 2025-02-03 12:02:44.774 | + stack.sh:main:1172 : is_service_enabled neutron 2025-02-03 12:02:44.789 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:02:44.791 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2025-02-03 12:02:44.793 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:02:44.795 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2025-02-03 12:02:44.798 | + stack.sh:main:1175 : configure_neutron 2025-02-03 12:02:44.800 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2025-02-03 12:02:44.802 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2025-02-03 12:02:44.804 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2025-02-03 12:02:44.814 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2025-02-03 12:02:44.816 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2025-02-03 12:02:49.160 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:02:49.179 | [38922 Async init_glance:38922]: finished successfully 2025-02-03 12:03:03.057 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-02-03 12:03:03.061 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-02-03 12:03:03.063 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-02-03 12:03:03.065 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-02-03 12:03:03.067 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2025-02-03 12:03:03.069 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-02-03 12:03:03.070 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-02-03 12:03:03.072 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-02-03 12:03:03.074 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-02-03 12:03:03.076 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2025-02-03 12:03:03.078 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2025-02-03 12:03:03.080 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2025-02-03 12:03:03.082 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-02-03 12:03:03.083 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2025-02-03 12:03:03.085 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2025-02-03 12:03:03.087 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2025-02-03 12:03:03.090 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:03.092 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:03.094 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-02-03 12:03:03.096 | + 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-02-03 12:03:03.100 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2025-02-03 12:03:03.102 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-02-03 12:03:03.104 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-02-03 12:03:03.105 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2025-02-03 12:03:03.107 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-02-03 12:03:03.109 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-02-03 12:03:03.110 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-02-03 12:03:03.122 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:03.124 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-02-03 12:03:03.126 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-02-03 12:03:03.128 | + 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-02-03 12:03:03.153 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-02-03 12:03:03.178 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-02-03 12:03:03.202 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-02-03 12:03:03.226 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-02-03 12:03:03.250 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-02-03 12:03:03.274 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2025-02-03 12:03:03.276 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2025-02-03 12:03:03.277 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-02-03 12:03:03.279 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-02-03 12:03:03.282 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-03 12:03:03.295 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-03 12:03:03.296 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-03 12:03:03.298 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-03 12:03:03.300 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-03 12:03:03.302 | + 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-02-03 12:03:03.325 | + 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-02-03 12:03:03.349 | + 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-02-03 12:03:03.372 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-03 12:03:03.396 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2025-02-03 12:03:03.409 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:03.411 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2025-02-03 12:03:03.413 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2025-02-03 12:03:03.415 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-02-03 12:03:03.417 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2025-02-03 12:03:03.419 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-02-03 12:03:03.421 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2025-02-03 12:03:03.422 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2025-02-03 12:03:03.424 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-02-03 12:03:03.434 | + 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-02-03 12:03:03.443 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-02-03 12:03:03.445 | + 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-02-03 12:03:03.454 | + lib/neutron:_neutron_setup_rootwrap:1089 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-02-03 12:03:03.463 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2025-02-03 12:03:03.473 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-02-03 12:03:03.475 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-02-03 12:03:03.477 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2025-02-03 12:03:03.480 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.I6B56VbWDh 2025-02-03 12:03:03.482 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-02-03 12:03:03.485 | + lib/neutron:_neutron_setup_rootwrap:1102 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-02-03 12:03:03.487 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.I6B56VbWDh 2025-02-03 12:03:03.490 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.I6B56VbWDh 2025-02-03 12:03:03.498 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.I6B56VbWDh /etc/sudoers.d/neutron-rootwrap 2025-02-03 12:03:03.507 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2025-02-03 12:03:03.509 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2025-02-03 12:03:03.511 | + 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-02-03 12:03:03.534 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-02-03 12:03:03.536 | + 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-02-03 12:03:03.559 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-02-03 12:03:03.561 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2025-02-03 12:03:03.563 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2025-02-03 12:03:03.565 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-02-03 12:03:03.567 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-02-03 12:03:03.569 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-02-03 12:03:03.583 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:03.585 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-02-03 12:03:03.587 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-02-03 12:03:03.589 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-02-03 12:03:03.603 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:03.605 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-03 12:03:03.607 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-03 12:03:03.632 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-02-03 12:03:03.634 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-02-03 12:03:03.636 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2025-02-03 12:03:03.649 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:03.651 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2025-02-03 12:03:03.664 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:03.666 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2025-02-03 12:03:03.668 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:03.670 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:03.672 | + 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-02-03 12:03:03.698 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-02-03 12:03:03.700 | + 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-02-03 12:03:03.724 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-02-03 12:03:03.749 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2025-02-03 12:03:03.751 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-02-03 12:03:03.753 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-02-03 12:03:03.755 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-02-03 12:03:05.018 | INFO neutron.common.config [-] Logging enabled! 2025-02-03 12:03:05.018 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev18 2025-02-03 12:03:05.018 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39866) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-02-03 12:03:05.018 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-02-03 12:03:05.019 | 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/tmpcahumvku/privsep.sock'] 2025-02-03 12:03:05.870 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-02-03 12:03:05.870 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpcahumvku/privsep.sock {{(pid=39866) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2025-02-03 12:03:05.871 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-02-03 12:03:05.871 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-02-03 12:03:05.871 | 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-02-03 12:03:05.871 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39877 2025-02-03 12:03:05.871 | DEBUG oslo.privsep.daemon [-] privsep: reply[a8f9b460-6f8e-4b3b-832c-98ba4c4a9cd3]: (2,) {{(pid=39877) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-02-03 12:03:05.962 | 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=39877) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2025-02-03 12:03:05.971 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.009s {{(pid=39877) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2025-02-03 12:03:05.971 | DEBUG oslo.privsep.daemon [-] privsep: reply[74aa8ba9-ad64-4aba-9a36-3792669f855c]: (4, ('10132608-d1d0-435a-ab93-a85a6072907f\n', '')) {{(pid=39877) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-02-03 12:03:06.062 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39866) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-02-03 12:03:06.062 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39866) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-02-03 12:03:06.062 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39866) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-03 12:03:06.063 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39866) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-03 12:03:06.063 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39866) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-03 12:03:06.063 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39866) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-03 12:03:06.098 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-02-03 12:03:06.099 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39866) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-02-03 12:03:06.099 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39866) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-02-03 12:03:06.100 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-02-03 12:03:06.346 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-02-03 12:03:06.348 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-02-03 12:03:06.351 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-02-03 12:03:06.353 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-02-03 12:03:06.355 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-02-03 12:03:06.368 | + 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-02-03 12:03:06.381 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-02-03 12:03:06.383 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2025-02-03 12:03:06.385 | + 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-02-03 12:03:06.411 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2025-02-03 12:03:06.414 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-02-03 12:03:06.419 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-02-03 12:03:06.421 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2025-02-03 12:03:06.423 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-02-03 12:03:06.454 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-02-03 12:03:06.466 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-02-03 12:03:06.469 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-02-03 12:03:06.476 | net.bridge.bridge-nf-call-iptables = 1 2025-02-03 12:03:06.479 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-02-03 12:03:06.481 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-02-03 12:03:06.487 | net.bridge.bridge-nf-call-ip6tables = 1 2025-02-03 12:03:06.490 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-02-03 12:03:06.492 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-02-03 12:03:06.494 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-02-03 12:03:06.496 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-02-03 12:03:06.498 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-02-03 12:03:06.500 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-02-03 12:03:06.502 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-02-03 12:03:06.504 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-02-03 12:03:06.506 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-02-03 12:03:06.508 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-02-03 12:03:06.520 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-02-03 12:03:06.522 | + 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-02-03 12:03:06.549 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2025-02-03 12:03:06.551 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-02-03 12:03:06.575 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-02-03 12:03:06.599 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2025-02-03 12:03:06.612 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:06.614 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2025-02-03 12:03:06.616 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-02-03 12:03:06.619 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-02-03 12:03:06.643 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-02-03 12:03:06.667 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-02-03 12:03:06.669 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2025-02-03 12:03:06.671 | + 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-02-03 12:03:06.694 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-02-03 12:03:06.696 | + 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-02-03 12:03:06.720 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2025-02-03 12:03:06.734 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:06.736 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-02-03 12:03:06.738 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-02-03 12:03:06.761 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-02-03 12:03:06.763 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-02-03 12:03:06.765 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-02-03 12:03:06.789 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-02-03 12:03:06.791 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-02-03 12:03:06.793 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-02-03 12:03:06.795 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2025-02-03 12:03:06.810 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:06.812 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2025-02-03 12:03:06.814 | + 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-02-03 12:03:06.817 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-02-03 12:03:06.842 | + 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-02-03 12:03:06.868 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2025-02-03 12:03:06.870 | + 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-02-03 12:03:06.895 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-02-03 12:03:06.898 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-02-03 12:03:06.923 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-02-03 12:03:06.925 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-02-03 12:03:06.927 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-02-03 12:03:06.951 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-02-03 12:03:06.953 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-02-03 12:03:06.955 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-02-03 12:03:06.957 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-02-03 12:03:08.196 | INFO neutron.common.config [-] Logging enabled! 2025-02-03 12:03:08.196 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev18 2025-02-03 12:03:08.196 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40422) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-02-03 12:03:08.220 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40422) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-02-03 12:03:08.220 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40422) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-02-03 12:03:08.220 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40422) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-03 12:03:08.220 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40422) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-03 12:03:08.221 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40422) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-03 12:03:08.221 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40422) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-03 12:03:08.255 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-02-03 12:03:08.256 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40422) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-02-03 12:03:08.256 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40422) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-02-03 12:03:08.256 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-02-03 12:03:08.498 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2025-02-03 12:03:08.501 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2025-02-03 12:03:08.503 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2025-02-03 12:03:08.505 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-02-03 12:03:08.507 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-02-03 12:03:08.509 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-02-03 12:03:08.511 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-02-03 12:03:08.524 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2025-02-03 12:03:08.526 | + functions:set_mtu:796 : local dev=br-ex 2025-02-03 12:03:08.528 | + functions:set_mtu:797 : local mtu=8950 2025-02-03 12:03:08.530 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-02-03 12:03:08.540 | + 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-02-03 12:03:08.553 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2025-02-03 12:03:08.555 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2025-02-03 12:03:08.557 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-02-03 12:03:08.559 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2025-02-03 12:03:08.561 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2025-02-03 12:03:08.563 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2025-02-03 12:03:08.565 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2025-02-03 12:03:08.567 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2025-02-03 12:03:08.569 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2025-02-03 12:03:08.571 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2025-02-03 12:03:08.573 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2025-02-03 12:03:08.575 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2025-02-03 12:03:08.576 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2025-02-03 12:03:08.578 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2025-02-03 12:03:08.581 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2025-02-03 12:03:08.582 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2025-02-03 12:03:08.586 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2025-02-03 12:03:08.588 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2025-02-03 12:03:08.590 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2025-02-03 12:03:08.592 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2025-02-03 12:03:08.595 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2025-02-03 12:03:08.595 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2025-02-03 12:03:08.596 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2025-02-03 12:03:08.601 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2025-02-03 12:03:08.602 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2025-02-03 12:03:08.604 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2025-02-03 12:03:08.606 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-02-03 12:03:08.608 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2025-02-03 12:03:08.610 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2025-02-03 12:03:08.612 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-02-03 12:03:08.625 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2025-02-03 12:03:08.625 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2025-02-03 12:03:08.630 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2025-02-03 12:03:08.632 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2025-02-03 12:03:08.645 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:08.647 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2025-02-03 12:03:08.649 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-02-03 12:03:08.653 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-02-03 12:03:08.676 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-02-03 12:03:08.700 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-02-03 12:03:08.725 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-02-03 12:03:08.727 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2025-02-03 12:03:08.729 | + 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-02-03 12:03:08.753 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-02-03 12:03:08.756 | + 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-02-03 12:03:08.779 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2025-02-03 12:03:08.781 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2025-02-03 12:03:08.795 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:08.797 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2025-02-03 12:03:08.799 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2025-02-03 12:03:08.813 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:08.815 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2025-02-03 12:03:08.828 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:08.830 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2025-02-03 12:03:08.844 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:08.846 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2025-02-03 12:03:08.859 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:08.861 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-02-03 12:03:08.875 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:08.877 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2025-02-03 12:03:08.879 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-02-03 12:03:08.881 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-02-03 12:03:08.885 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2025-02-03 12:03:08.887 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2025-02-03 12:03:08.889 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2025-02-03 12:03:08.891 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2025-02-03 12:03:08.894 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2025-02-03 12:03:08.897 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-02-03 12:03:08.900 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-02-03 12:03:08.904 | + 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-02-03 12:03:08.908 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-02-03 12:03:08.932 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-02-03 12:03:08.958 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-02-03 12:03:08.983 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-02-03 12:03:09.008 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-02-03 12:03:09.010 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-02-03 12:03:09.012 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-02-03 12:03:09.014 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-02-03 12:03:09.016 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-02-03 12:03:09.040 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-02-03 12:03:09.064 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-02-03 12:03:09.089 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-02-03 12:03:09.114 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-02-03 12:03:09.139 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-02-03 12:03:09.163 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-02-03 12:03:09.188 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-02-03 12:03:09.213 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-02-03 12:03:09.238 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-02-03 12:03:09.263 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-02-03 12:03:09.288 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-02-03 12:03:09.313 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-02-03 12:03:09.315 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-02-03 12:03:09.317 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-02-03 12:03:09.319 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-02-03 12:03:09.321 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-02-03 12:03:09.346 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-02-03 12:03:09.370 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-02-03 12:03:09.395 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-02-03 12:03:09.420 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-02-03 12:03:09.445 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-02-03 12:03:09.470 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-02-03 12:03:09.495 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-02-03 12:03:09.520 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-02-03 12:03:09.545 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-02-03 12:03:09.570 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-02-03 12:03:09.572 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-02-03 12:03:09.574 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-02-03 12:03:09.576 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-02-03 12:03:09.578 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-02-03 12:03:09.604 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-02-03 12:03:09.629 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-02-03 12:03:09.653 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-02-03 12:03:09.678 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-02-03 12:03:09.704 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-02-03 12:03:09.728 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-02-03 12:03:09.753 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-02-03 12:03:09.778 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-02-03 12:03:09.804 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-02-03 12:03:09.829 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2025-02-03 12:03:09.831 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-02-03 12:03:09.833 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-02-03 12:03:09.835 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-02-03 12:03:09.837 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-02-03 12:03:09.839 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-02-03 12:03:09.841 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-02-03 12:03:09.843 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-02-03 12:03:09.845 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-02-03 12:03:09.847 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-02-03 12:03:09.849 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-02-03 12:03:09.851 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-02-03 12:03:09.853 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-02-03 12:03:09.855 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-02-03 12:03:09.857 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-02-03 12:03:09.859 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-02-03 12:03:09.861 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-02-03 12:03:09.863 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-02-03 12:03:09.865 | + 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-02-03 12:03:09.867 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:09.869 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-02-03 12:03:09.871 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-02-03 12:03:09.873 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-02-03 12:03:09.875 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-03 12:03:09.877 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-02-03 12:03:09.900 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-02-03 12:03:09.902 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:09.904 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-02-03 12:03:09.906 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-02-03 12:03:09.907 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-02-03 12:03:09.909 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-03 12:03:09.911 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-02-03 12:03:09.934 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-02-03 12:03:09.936 | + 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-02-03 12:03:09.938 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:09.940 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-02-03 12:03:09.942 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-02-03 12:03:09.944 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-02-03 12:03:09.946 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-03 12:03:09.948 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-02-03 12:03:09.971 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-02-03 12:03:09.973 | + 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-02-03 12:03:09.975 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:09.977 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-02-03 12:03:09.979 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-02-03 12:03:09.981 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-02-03 12:03:09.982 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-03 12:03:09.984 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-02-03 12:03:10.008 | + 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-02-03 12:03:10.010 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:10.012 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-02-03 12:03:10.014 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-02-03 12:03:10.016 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-02-03 12:03:10.018 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-03 12:03:10.019 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-02-03 12:03:10.043 | + 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-02-03 12:03:10.045 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:10.047 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-02-03 12:03:10.049 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-02-03 12:03:10.051 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-02-03 12:03:10.053 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-03 12:03:10.055 | + 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-02-03 12:03:10.079 | + 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-02-03 12:03:10.081 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:10.083 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-02-03 12:03:10.085 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-02-03 12:03:10.087 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-02-03 12:03:10.089 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-03 12:03:10.091 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-02-03 12:03:10.115 | + 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-02-03 12:03:10.117 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:10.118 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-02-03 12:03:10.120 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-02-03 12:03:10.122 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-02-03 12:03:10.124 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-03 12:03:10.126 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-02-03 12:03:10.149 | + 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-02-03 12:03:10.151 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:10.153 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-02-03 12:03:10.155 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-02-03 12:03:10.157 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-02-03 12:03:10.159 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-03 12:03:10.161 | + 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-02-03 12:03:10.184 | + 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-02-03 12:03:10.186 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:10.188 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-02-03 12:03:10.190 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-02-03 12:03:10.192 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-02-03 12:03:10.194 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-03 12:03:10.196 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-02-03 12:03:10.220 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-02-03 12:03:10.222 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-02-03 12:03:10.247 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-02-03 12:03:10.273 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2025-02-03 12:03:10.275 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2025-02-03 12:03:10.289 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:10.291 | + stack.sh:main:1178 : is_service_enabled neutron 2025-02-03 12:03:10.306 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:10.308 | + stack.sh:main:1179 : async_runfunc init_neutron 2025-02-03 12:03:10.310 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-02-03 12:03:10.357 | + inc/async:async_inner:63 : init_neutron 2025-02-03 12:03:10.387 | [3696 Async init_neutron:42282]: running: init_neutron 2025-02-03 12:03:10.389 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2025-02-03 12:03:10.404 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:10.406 | ++ stack.sh:main:1191 : pidof NetworkManager 2025-02-03 12:03:10.419 | ++ stack.sh:main:1191 : true 2025-02-03 12:03:10.421 | + stack.sh:main:1191 : netman_pid= 2025-02-03 12:03:10.423 | + stack.sh:main:1192 : '[' -z '' ']' 2025-02-03 12:03:10.425 | + stack.sh:main:1193 : sudo killall dnsmasq 2025-02-03 12:03:10.436 | dnsmasq: no process found 2025-02-03 12:03:10.439 | + stack.sh:main:1193 : true 2025-02-03 12:03:10.441 | + stack.sh:main:1198 : clean_iptables 2025-02-03 12:03:10.445 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2025-02-03 12:03:10.445 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2025-02-03 12:03:10.445 | + lib/nova:clean_iptables:189 : grep nova 2025-02-03 12:03:10.445 | + lib/nova:clean_iptables:189 : grep '\-A' 2025-02-03 12:03:10.446 | + lib/nova:clean_iptables:189 : bash 2025-02-03 12:03:10.446 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2025-02-03 12:03:10.447 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2025-02-03 12:03:10.475 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2025-02-03 12:03:10.475 | + lib/nova:clean_iptables:191 : grep nova 2025-02-03 12:03:10.477 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2025-02-03 12:03:10.477 | + lib/nova:clean_iptables:191 : grep '\-A' 2025-02-03 12:03:10.477 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2025-02-03 12:03:10.477 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2025-02-03 12:03:10.477 | + lib/nova:clean_iptables:191 : bash 2025-02-03 12:03:10.488 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2025-02-03 12:03:10.488 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2025-02-03 12:03:10.488 | + lib/nova:clean_iptables:193 : grep nova 2025-02-03 12:03:10.488 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2025-02-03 12:03:10.488 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2025-02-03 12:03:10.488 | + lib/nova:clean_iptables:193 : bash 2025-02-03 12:03:10.488 | + lib/nova:clean_iptables:193 : grep '\-N' 2025-02-03 12:03:10.498 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2025-02-03 12:03:10.498 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2025-02-03 12:03:10.498 | + lib/nova:clean_iptables:195 : grep nova 2025-02-03 12:03:10.499 | + lib/nova:clean_iptables:195 : grep '\-N' 2025-02-03 12:03:10.500 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2025-02-03 12:03:10.500 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2025-02-03 12:03:10.500 | + lib/nova:clean_iptables:195 : bash 2025-02-03 12:03:10.508 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2025-02-03 12:03:10.515 | net.ipv4.ip_forward = 1 2025-02-03 12:03:10.518 | + stack.sh:main:1206 : is_service_enabled nova neutron 2025-02-03 12:03:10.532 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:10.534 | + stack.sh:main:1207 : configure_os_vif 2025-02-03 12:03:10.536 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-02-03 12:03:10.538 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-02-03 12:03:10.565 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-02-03 12:03:10.567 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-02-03 12:03:10.594 | + stack.sh:main:1213 : is_service_enabled swift 2025-02-03 12:03:10.608 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:10.611 | + stack.sh:main:1222 : is_service_enabled cinder 2025-02-03 12:03:10.624 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:10.626 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2025-02-03 12:03:10.628 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:03:10.630 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2025-02-03 12:03:10.632 | + stack.sh:main:1224 : async_runfunc init_cinder 2025-02-03 12:03:10.634 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-02-03 12:03:10.681 | + inc/async:async_inner:63 : init_cinder 2025-02-03 12:03:10.712 | [3696 Async init_cinder:42633]: running: init_cinder 2025-02-03 12:03:10.714 | + stack.sh:main:1230 : is_service_enabled placement 2025-02-03 12:03:10.731 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:10.733 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2025-02-03 12:03:10.736 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:03:10.738 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2025-02-03 12:03:10.740 | + stack.sh:main:1232 : async_runfunc init_placement 2025-02-03 12:03:10.743 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-02-03 12:03:10.791 | + inc/async:async_inner:63 : init_placement 2025-02-03 12:03:10.836 | [3696 Async init_placement:42780]: running: init_placement 2025-02-03 12:03:10.838 | + stack.sh:main:1236 : async_wait init_neutron 2025-02-03 12:03:10.877 | [3696 Async init_neutron:42282]: Waiting for completion of init_neutron running on PID 42282 (5 other jobs running) 2025-02-03 12:03:10.895 | [3696 Async init_neutron:42282]: Signaling child to exit 2025-02-03 12:03:14.181 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:03:14.202 | [42633 Async init_cinder:42633]: finished successfully 2025-02-03 12:03:19.345 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:03:19.365 | [42282 Async init_neutron:42282]: finished successfully 2025-02-03 12:03:19.382 | WAKEUP 2025-02-03 12:03:19.399 | [3696 Async init_neutron:42282]: Signaled 2025-02-03 12:03:19.399 | + lib/neutron:init_neutron:511 : recreate_database neutron 2025-02-03 12:03:19.400 | + lib/database:recreate_database:112 : local db=neutron 2025-02-03 12:03:19.400 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-02-03 12:03:19.400 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2025-02-03 12:03:19.400 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-02-03 12:03:19.400 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-02-03 12:03:19.400 | + lib/neutron:init_neutron:512 : time_start dbsync 2025-02-03 12:03:19.400 | + functions-common:time_start:2386 : local name=dbsync 2025-02-03 12:03:19.400 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:19.400 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:19.400 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:19.400 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584190396 2025-02-03 12:03:19.400 | + 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-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-02-03 12:03:19.400 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-02-03 12:03:19.401 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-02-03 12:03:19.401 | Running upgrade for neutron ... 2025-02-03 12:03:19.401 | OK 2025-02-03 12:03:19.401 | + lib/neutron:init_neutron:515 : time_stop dbsync 2025-02-03 12:03:19.401 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:19.401 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:19.401 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:19.401 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:19.401 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:19.401 | + functions-common:time_stop:2406 : name=dbsync 2025-02-03 12:03:19.401 | + functions-common:time_stop:2407 : start_time=1738584190396 2025-02-03 12:03:19.401 | + functions-common:time_stop:2409 : [[ -z 1738584190396 ]] 2025-02-03 12:03:19.401 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:19.401 | + functions-common:time_stop:2412 : end_time=1738584199333 2025-02-03 12:03:19.401 | + functions-common:time_stop:2413 : elapsed_time=8937 2025-02-03 12:03:19.401 | + functions-common:time_stop:2414 : total=2682 2025-02-03 12:03:19.401 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:19.401 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11619 2025-02-03 12:03:19.433 | [3696 Async init_neutron:42282]: finished init_neutron with result 0 in 9 seconds 2025-02-03 12:03:19.436 | + inc/async:async_wait:197 : return 0 2025-02-03 12:03:19.438 | + stack.sh:main:1237 : async_wait init_placement 2025-02-03 12:03:19.476 | [3696 Async init_placement:42780]: Waiting for completion of init_placement running on PID 42780 (4 other jobs running) 2025-02-03 12:03:19.495 | [3696 Async init_placement:42780]: Signaling child to exit 2025-02-03 12:03:27.140 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:03:27.158 | [42780 Async init_placement:42780]: finished successfully 2025-02-03 12:03:27.175 | WAKEUP 2025-02-03 12:03:27.192 | [3696 Async init_placement:42780]: Signaled 2025-02-03 12:03:27.193 | + lib/placement:init_placement:143 : recreate_database placement 2025-02-03 12:03:27.193 | + lib/database:recreate_database:112 : local db=placement 2025-02-03 12:03:27.193 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-02-03 12:03:27.193 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2025-02-03 12:03:27.193 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-02-03 12:03:27.193 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-02-03 12:03:27.193 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2025-02-03 12:03:27.193 | + lib/placement:init_placement:145 : create_placement_accounts 2025-02-03 12:03:27.193 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-02-03 12:03:27.193 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-02-03 12:03:27.193 | + functions-common:get_or_create_user:882 : local user_id 2025-02-03 12:03:27.193 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-02-03 12:03:27.193 | + functions-common:get_or_create_user:886 : local email= 2025-02-03 12:03:27.193 | ++ 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-02-03 12:03:27.193 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:03:27.193 | + functions-common:get_or_create_user:898 : user_id=534597146eab4ea8ab2041cdd503c2dc 2025-02-03 12:03:27.193 | + functions-common:get_or_create_user:899 : echo 534597146eab4ea8ab2041cdd503c2dc 2025-02-03 12:03:27.193 | 534597146eab4ea8ab2041cdd503c2dc 2025-02-03 12:03:27.193 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-02-03 12:03:27.193 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:03:27.193 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:03:27.193 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-02-03 12:03:27.193 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-02-03 12:03:27.193 | + 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-02-03 12:03:27.193 | ++ 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-02-03 12:03:27.193 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:03:27.193 | + functions-common:get_or_add_user_project_role:962 : user_role_id=515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:03:27.193 | + functions-common:get_or_add_user_project_role:963 : echo 515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:03:27.193 | 515fa6889930479ea77efbc4ba9e5feb 2025-02-03 12:03:27.193 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-02-03 12:03:27.193 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-02-03 12:03:27.193 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-02-03 12:03:27.193 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-02-03 12:03:27.193 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:930 : local domain 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:931 : domain= 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-02-03 12:03:27.193 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-02-03 12:03:27.193 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-02-03 12:03:27.193 | + 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-02-03 12:03:27.193 | ++ 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-02-03 12:03:27.193 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:03:27.193 | + functions-common:get_or_add_user_project_role:962 : user_role_id=06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:03:27.193 | + functions-common:get_or_add_user_project_role:963 : echo 06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:03:27.193 | 06076432c5a14e4bae8157fc36bcc96f 2025-02-03 12:03:27.193 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-02-03 12:03:27.193 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-02-03 12:03:27.193 | + functions-common:get_or_create_service:1038 : local service_id 2025-02-03 12:03:27.193 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-02-03 12:03:27.193 | ++ 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-02-03 12:03:27.193 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:03:27.193 | + functions-common:get_or_create_service:1049 : service_id=' 2025-02-03 12:03:27.193 | d5681930051449e691124a168d04f7fe' 2025-02-03 12:03:27.193 | + functions-common:get_or_create_service:1050 : echo d5681930051449e691124a168d04f7fe 2025-02-03 12:03:27.193 | d5681930051449e691124a168d04f7fe 2025-02-03 12:03:27.193 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-02-03 12:03:27.193 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-02-03 12:03:27.193 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-02-03 12:03:27.193 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-02-03 12:03:27.193 | +++ 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-02-03 12:03:27.193 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:03:27.193 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-02-03 12:03:27.193 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-02-03 12:03:27.193 | +++ 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-02-03 12:03:27.193 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:03:27.193 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=ade4aec939dd49df9bf6bb325d6e183e 2025-02-03 12:03:27.193 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo ade4aec939dd49df9bf6bb325d6e183e 2025-02-03 12:03:27.193 | + functions-common:get_or_create_endpoint:1083 : public_id=ade4aec939dd49df9bf6bb325d6e183e 2025-02-03 12:03:27.193 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-02-03 12:03:27.193 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-02-03 12:03:27.193 | + functions-common:get_or_create_endpoint:1092 : echo ade4aec939dd49df9bf6bb325d6e183e 2025-02-03 12:03:27.193 | ade4aec939dd49df9bf6bb325d6e183e 2025-02-03 12:03:27.225 | [3696 Async init_placement:42780]: finished init_placement with result 0 in 16 seconds 2025-02-03 12:03:27.229 | + inc/async:async_wait:197 : return 0 2025-02-03 12:03:27.231 | + stack.sh:main:1238 : async_wait init_glance 2025-02-03 12:03:27.270 | [3696 Async init_glance:38922]: Waiting for completion of init_glance running on PID 38922 (3 other jobs running) 2025-02-03 12:03:27.287 | [3696 Async init_glance:38922]: Signaling child to exit 2025-02-03 12:03:27.288 | WAKEUP 2025-02-03 12:03:27.304 | [3696 Async init_glance:38922]: Signaled 2025-02-03 12:03:27.305 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2025-02-03 12:03:27.305 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2025-02-03 12:03:27.305 | + lib/glance:init_glance:488 : recreate_database glance 2025-02-03 12:03:27.305 | + lib/database:recreate_database:112 : local db=glance 2025-02-03 12:03:27.305 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-02-03 12:03:27.305 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2025-02-03 12:03:27.305 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-02-03 12:03:27.305 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-02-03 12:03:27.305 | + lib/glance:init_glance:490 : time_start dbsync 2025-02-03 12:03:27.305 | + functions-common:time_start:2386 : local name=dbsync 2025-02-03 12:03:27.305 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:27.305 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:27.305 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:27.305 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584164788 2025-02-03 12:03:27.305 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-02-03 12:03:27.305 | INFO dbcounter [-] Registered counter for database glance 2025-02-03 12:03:27.305 | 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=39009) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-02-03 12:03:27.305 | DEBUG dbcounter [-] [39009] Writer thread running {{(pid=39009) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:03:27.305 | INFO dbcounter [-] Registered counter for database glance 2025-02-03 12:03:27.305 | 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=39009) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-02-03 12:03:27.305 | DEBUG dbcounter [-] [39009] Writer thread running {{(pid=39009) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2025-02-03 12:03:27.305 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-02-03 12:03:27.305 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-02-03 12:03:27.305 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-02-03 12:03:27.305 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-02-03 12:03:27.305 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2025-02-03 12:03:27.305 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-02-03 12:03:27.305 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-02-03 12:03:27.305 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-02-03 12:03:27.305 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-02-03 12:03:27.305 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-02-03 12:03:27.305 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-02-03 12:03:27.305 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-02-03 12:03:27.305 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.305 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2025-02-03 12:03:27.306 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=39009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:03:27.306 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:03:27.306 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-02-03 12:03:27.306 | Database migration is up to date. No migration needed. 2025-02-03 12:03:27.306 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-02-03 12:03:27.306 | Database is synced successfully. 2025-02-03 12:03:27.306 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-02-03 12:03:27.306 | INFO dbcounter [-] Registered counter for database glance 2025-02-03 12:03:27.306 | 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=39057) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-02-03 12:03:27.306 | DEBUG dbcounter [-] [39057] Writer thread running {{(pid=39057) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-02-03 12:03:27.306 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-02-03 12:03:27.306 | + lib/glance:init_glance:496 : time_stop dbsync 2025-02-03 12:03:27.306 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:27.306 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:27.306 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:27.306 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:27.306 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:27.306 | + functions-common:time_stop:2406 : name=dbsync 2025-02-03 12:03:27.306 | + functions-common:time_stop:2407 : start_time=1738584164788 2025-02-03 12:03:27.306 | + functions-common:time_stop:2409 : [[ -z 1738584164788 ]] 2025-02-03 12:03:27.306 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:27.306 | + functions-common:time_stop:2412 : end_time=1738584169148 2025-02-03 12:03:27.306 | + functions-common:time_stop:2413 : elapsed_time=4360 2025-02-03 12:03:27.306 | + functions-common:time_stop:2414 : total=2682 2025-02-03 12:03:27.306 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:27.306 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7042 2025-02-03 12:03:27.337 | [3696 Async init_glance:38922]: finished init_glance with result 0 in 4 seconds 2025-02-03 12:03:27.340 | + inc/async:async_wait:197 : return 0 2025-02-03 12:03:27.342 | + stack.sh:main:1239 : async_wait init_swift 2025-02-03 12:03:27.358 | Not waiting for async task init_swift that we never started or has already been waited for 2025-02-03 12:03:27.360 | + inc/async:async_wait:197 : return 0 2025-02-03 12:03:27.362 | + stack.sh:main:1240 : async_wait init_cinder 2025-02-03 12:03:27.399 | [3696 Async init_cinder:42633]: Waiting for completion of init_cinder running on PID 42633 (2 other jobs running) 2025-02-03 12:03:27.417 | [3696 Async init_cinder:42633]: Signaling child to exit 2025-02-03 12:03:27.417 | WAKEUP 2025-02-03 12:03:27.434 | [3696 Async init_cinder:42633]: Signaled 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2025-02-03 12:03:27.435 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:486 : recreate_database cinder 2025-02-03 12:03:27.435 | + lib/database:recreate_database:112 : local db=cinder 2025-02-03 12:03:27.435 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-02-03 12:03:27.435 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2025-02-03 12:03:27.435 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-02-03 12:03:27.435 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:488 : time_start dbsync 2025-02-03 12:03:27.435 | + functions-common:time_start:2386 : local name=dbsync 2025-02-03 12:03:27.435 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:27.435 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:27.435 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:27.435 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584190738 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-02-03 12:03:27.435 | INFO dbcounter [-] Registered counter for database cinder 2025-02-03 12:03:27.435 | 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=42738) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-02-03 12:03:27.435 | DEBUG dbcounter [-] [42738] Writer thread running {{(pid=42738) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:27.435 | INFO cinder.db.migration [-] Applying migration(s) 2025-02-03 12:03:27.435 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:03:27.435 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:03:27.435 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-02-03 12:03:27.435 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42738) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-02-03 12:03:27.435 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-02-03 12:03:27.435 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42738) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.435 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-02-03 12:03:27.435 | INFO dbcounter [-] Registered counter for database cinder 2025-02-03 12:03:27.435 | 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=42738) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-02-03 12:03:27.435 | DEBUG dbcounter [-] [42738] Writer thread running {{(pid=42738) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:27.435 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42738) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.435 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2025-02-03 12:03:27.435 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=42738) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:27.435 | INFO cinder.db.migration [-] Migration(s) applied 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:491 : time_stop dbsync 2025-02-03 12:03:27.435 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:27.435 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:27.435 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:27.435 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:27.435 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:27.435 | + functions-common:time_stop:2406 : name=dbsync 2025-02-03 12:03:27.435 | + functions-common:time_stop:2407 : start_time=1738584190738 2025-02-03 12:03:27.435 | + functions-common:time_stop:2409 : [[ -z 1738584190738 ]] 2025-02-03 12:03:27.435 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:27.435 | + functions-common:time_stop:2412 : end_time=1738584194123 2025-02-03 12:03:27.435 | + functions-common:time_stop:2413 : elapsed_time=3385 2025-02-03 12:03:27.435 | + functions-common:time_stop:2414 : total=2682 2025-02-03 12:03:27.435 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:27.435 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6067 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2025-02-03 12:03:27.435 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:495 : local be be_name be_type 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:497 : be_type=vmdk 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:498 : be_name=vsphere 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2025-02-03 12:03:27.435 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:27.435 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2025-02-03 12:03:27.466 | [3696 Async init_cinder:42633]: finished init_cinder with result 0 in 3 seconds 2025-02-03 12:03:27.469 | + inc/async:async_wait:197 : return 0 2025-02-03 12:03:27.472 | + stack.sh:main:1245 : is_service_enabled nova 2025-02-03 12:03:27.486 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:27.488 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2025-02-03 12:03:27.490 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:03:27.492 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2025-02-03 12:03:27.494 | + stack.sh:main:1247 : init_nova 2025-02-03 12:03:27.496 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2025-02-03 12:03:27.509 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:27.512 | + lib/nova:init_nova:858 : is_service_enabled n-api 2025-02-03 12:03:27.525 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:27.527 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-03 12:03:27.529 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2025-02-03 12:03:27.531 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-02-03 12:03:27.533 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-02-03 12:03:27.535 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2025-02-03 12:03:27.537 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-02-03 12:03:27.546 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-02-03 12:03:27.555 | ++ lib/nova:init_nova:871 : seq 1 1 2025-02-03 12:03:27.558 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-02-03 12:03:27.561 | ++ lib/nova:init_nova:872 : conductor_conf 1 2025-02-03 12:03:27.563 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-02-03 12:03:27.565 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-02-03 12:03:27.568 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-02-03 12:03:27.616 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-02-03 12:03:27.645 | [3696 Async nova-cell-1:43950]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-02-03 12:03:27.647 | + lib/nova:init_nova:875 : recreate_database nova_api 2025-02-03 12:03:27.649 | + lib/database:recreate_database:112 : local db=nova_api 2025-02-03 12:03:27.652 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-02-03 12:03:27.654 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2025-02-03 12:03:27.656 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-02-03 12:03:27.664 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-02-03 12:03:27.672 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-02-03 12:03:28.133 | 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-02-03 12:03:29.824 | INFO dbcounter [-] Registered counter for database nova_api 2025-02-03 12:03:29.836 | DEBUG dbcounter [-] [44018] Writer thread running {{(pid=44018) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:29.839 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:03:29.839 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:03:29.877 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-02-03 12:03:30.877 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=44018) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-02-03 12:03:30.880 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-02-03 12:03:31.107 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=44018) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:31.109 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2025-02-03 12:03:31.111 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=44018) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:31.514 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2025-02-03 12:03:31.516 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-02-03 12:03:31.519 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-02-03 12:03:31.521 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2025-02-03 12:03:31.523 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-02-03 12:03:31.526 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-02-03 12:03:31.528 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-02-03 12:03:31.542 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:31.545 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-02-03 12:03:31.547 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-02-03 12:03:31.550 | + 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-02-03 12:03:32.016 | 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-02-03 12:03:33.146 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:03:33.165 | [43950 Async nova-cell-1:43950]: finished successfully 2025-02-03 12:03:33.292 | INFO dbcounter [None req-e18991d0-afc6-418d-a791-3de603419d2a None None] Registered counter for database nova_api 2025-02-03 12:03:33.303 | DEBUG dbcounter [-] [44085] Writer thread running {{(pid=44085) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:33.646 | ++ lib/nova:init_nova:883 : seq 0 1 2025-02-03 12:03:33.649 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-02-03 12:03:33.651 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2025-02-03 12:03:33.668 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-02-03 12:03:33.670 | + inc/async:async_wait:197 : return 0 2025-02-03 12:03:33.672 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-02-03 12:03:33.674 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2025-02-03 12:03:33.711 | [3696 Async nova-cell-1:43950]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 43950 (2 other jobs running) 2025-02-03 12:03:33.729 | [3696 Async nova-cell-1:43950]: Signaling child to exit 2025-02-03 12:03:33.729 | WAKEUP 2025-02-03 12:03:33.745 | [3696 Async nova-cell-1:43950]: Signaled 2025-02-03 12:03:33.745 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2025-02-03 12:03:33.745 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2025-02-03 12:03:33.745 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2025-02-03 12:03:33.745 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-02-03 12:03:33.745 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-02-03 12:03:33.745 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2025-02-03 12:03:33.745 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-02-03 12:03:33.745 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-02-03 12:03:33.745 | + 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-02-03 12:03:33.745 | 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-02-03 12:03:33.745 | INFO dbcounter [-] Registered counter for database nova_cell1 2025-02-03 12:03:33.746 | DEBUG dbcounter [-] [44004] Writer thread running {{(pid=44004) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:33.746 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-03 12:03:33.746 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-03 12:03:33.746 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-02-03 12:03:33.746 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=44004) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-02-03 12:03:33.746 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-02-03 12:03:33.746 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44004) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:33.746 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-02-03 12:03:33.746 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44004) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:33.746 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-02-03 12:03:33.746 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44004) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:33.746 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-02-03 12:03:33.746 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=44004) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:33.746 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-02-03 12:03:33.746 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=44004) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:33.777 | [3696 Async nova-cell-1:43950]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-02-03 12:03:33.780 | + inc/async:async_wait:197 : return 0 2025-02-03 12:03:33.782 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-03 12:03:33.784 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-02-03 12:03:34.232 | 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-02-03 12:03:35.428 | INFO dbcounter [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] Registered counter for database nova_api 2025-02-03 12:03:35.439 | DEBUG dbcounter [-] [44261] Writer thread running {{(pid=44261) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:35.466 | INFO dbcounter [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] Registered counter for database nova_cell0 2025-02-03 12:03:35.470 | DEBUG dbcounter [-] [44261] Writer thread running {{(pid=44261) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:35.473 | INFO alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] Context impl MySQLImpl. 2025-02-03 12:03:35.473 | INFO alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] Will assume non-transactional DDL. 2025-02-03 12:03:35.487 | INFO alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-02-03 12:03:37.736 | DEBUG alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] new branch insert 8f2f1571d55b {{(pid=44261) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-02-03 12:03:37.738 | INFO alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-02-03 12:03:37.765 | DEBUG alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44261) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:37.766 | INFO alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-02-03 12:03:37.828 | DEBUG alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44261) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:37.829 | INFO alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-02-03 12:03:37.847 | DEBUG alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44261) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:37.848 | INFO alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-02-03 12:03:37.851 | DEBUG alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=44261) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:37.852 | INFO alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-02-03 12:03:37.906 | DEBUG alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=44261) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-02-03 12:03:37.909 | INFO dbcounter [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] Registered counter for database nova_cell1 2025-02-03 12:03:37.913 | DEBUG dbcounter [-] [44261] Writer thread running {{(pid=44261) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:37.916 | INFO alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] Context impl MySQLImpl. 2025-02-03 12:03:37.916 | INFO alembic.runtime.migration [None req-185808c3-3fb9-4522-a2c5-3f831d368a0f None None] Will assume non-transactional DDL. 2025-02-03 12:03:38.283 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-02-03 12:03:38.734 | 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-02-03 12:03:39.942 | Running batches of 50 until complete 2025-02-03 12:03:39.942 | INFO dbcounter [None req-a69767bb-3795-40b2-b63d-dc69f0b699d9 None None] Registered counter for database nova_cell1 2025-02-03 12:03:39.953 | DEBUG dbcounter [-] [44272] Writer thread running {{(pid=44272) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:40.011 | INFO dbcounter [None req-a69767bb-3795-40b2-b63d-dc69f0b699d9 None None] Registered counter for database nova_api 2025-02-03 12:03:40.016 | DEBUG dbcounter [-] [44272] Writer thread running {{(pid=44272) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:40.094 | INFO dbcounter [None req-a69767bb-3795-40b2-b63d-dc69f0b699d9 None None] Registered counter for database nova_cell0 2025-02-03 12:03:40.098 | DEBUG dbcounter [-] [44272] Writer thread running {{(pid=44272) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:40.145 | +-------------------------------------+--------------+-----------+ 2025-02-03 12:03:40.145 | | Migration | Total Needed | Completed | 2025-02-03 12:03:40.145 | +-------------------------------------+--------------+-----------+ 2025-02-03 12:03:40.145 | | fill_virtual_interface_list | 0 | 0 | 2025-02-03 12:03:40.145 | | migrate_empty_ratio | 0 | 0 | 2025-02-03 12:03:40.145 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-02-03 12:03:40.145 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-02-03 12:03:40.145 | | migration_migrate_to_uuid | 0 | 0 | 2025-02-03 12:03:40.145 | | populate_dev_uuids | 0 | 0 | 2025-02-03 12:03:40.145 | | populate_instance_compute_id | 0 | 0 | 2025-02-03 12:03:40.145 | | populate_missing_availability_zones | 0 | 0 | 2025-02-03 12:03:40.145 | | populate_queued_for_delete | 0 | 0 | 2025-02-03 12:03:40.145 | | populate_user_id | 0 | 0 | 2025-02-03 12:03:40.145 | | populate_uuids | 0 | 0 | 2025-02-03 12:03:40.145 | +-------------------------------------+--------------+-----------+ 2025-02-03 12:03:40.610 | ++ lib/nova:init_nova:897 : seq 1 1 2025-02-03 12:03:40.614 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-02-03 12:03:40.617 | ++ lib/nova:init_nova:898 : conductor_conf 1 2025-02-03 12:03:40.619 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-02-03 12:03:40.621 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-02-03 12:03:40.624 | + 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-02-03 12:03:41.125 | 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-02-03 12:03:42.326 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-02-03 12:03:42.326 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-02-03 12:03:42.326 | INFO dbcounter [None req-b0305898-9063-461b-aeef-74bd0c3283d8 None None] Registered counter for database nova_api 2025-02-03 12:03:42.336 | DEBUG dbcounter [-] [44289] Writer thread running {{(pid=44289) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:03:42.681 | + lib/nova:init_nova:902 : create_nova_keys_dir 2025-02-03 12:03:42.683 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-02-03 12:03:42.694 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2025-02-03 12:03:42.696 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2025-02-03 12:03:42.698 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-02-03 12:03:42.749 | + inc/async:async_inner:63 : configure_neutron_nova 2025-02-03 12:03:42.779 | [3696 Async configure_neutron_nova:44346]: running: configure_neutron_nova 2025-02-03 12:03:42.781 | + stack.sh:main:1257 : run_phase stack post-config 2025-02-03 12:03:42.784 | + functions-common:run_phase:1828 : local mode=stack 2025-02-03 12:03:42.786 | + functions-common:run_phase:1829 : local phase=post-config 2025-02-03 12:03:42.788 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-03 12:03:42.790 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-02-03 12:03:42.793 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-03 12:03:42.795 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-02-03 12:03:42.798 | + functions-common:run_phase:1838 : local extra 2025-02-03 12:03:42.801 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-03 12:03:42.804 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-02-03 12:03:42.806 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-03 12:03:42.809 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-03 12:03:42.811 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-02-03 12:03:42.813 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-03 12:03:42.827 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:42.829 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 12:03:42.831 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:03:42.834 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-02-03 12:03:42.836 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:03:42.838 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-03 12:03:42.840 | ++ extras.d/80-tempest.sh:source:12 : : 2025-02-03 12:03:42.842 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-02-03 12:03:42.844 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-02-03 12:03:42.846 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 12:03:42.849 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-02-03 12:03:42.851 | + functions-common:run_phase:1855 : run_plugins stack post-config 2025-02-03 12:03:42.854 | + functions-common:run_plugins:1814 : local mode=stack 2025-02-03 12:03:42.856 | + functions-common:run_plugins:1815 : local phase=post-config 2025-02-03 12:03:42.858 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-02-03 12:03:42.861 | + functions-common:run_plugins:1818 : local plugin 2025-02-03 12:03:42.863 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-02-03 12:03:42.865 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-02-03 12:03:42.868 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-02-03 12:03:42.870 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-02-03 12:03:42.872 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 12:03:42.874 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:03:42.876 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-02-03 12:03:42.878 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:03:42.880 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-03 12:03:42.883 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-02-03 12:03:42.885 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:03:42.887 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2025-02-03 12:03:42.890 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-02-03 12:03:42.892 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-02-03 12:03:42.894 | + inc/meta-config:merge_config_group:171 : shift 2025-02-03 12:03:42.896 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-02-03 12:03:42.898 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:03:42.900 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-02-03 12:03:42.902 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-02-03 12:03:42.905 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-02-03 12:03:42.907 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:03:42.909 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-02-03 12:03:42.912 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:03:42.914 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-02-03 12:03:42.914 | /^\[\[.+\|.*\]\]/ { 2025-02-03 12:03:42.914 | gsub("[][]", "", $1); 2025-02-03 12:03:42.914 | split($1, a, "|"); 2025-02-03 12:03:42.914 | if (a[1] == matchgroup) 2025-02-03 12:03:42.914 | print a[2] 2025-02-03 12:03:42.914 | } 2025-02-03 12:03:42.914 | ' /opt/stack/devstack/local.conf 2025-02-03 12:03:42.919 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-02-03 12:03:42.921 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-02-03 12:03:42.923 | + inc/meta-config:merge_config_group:180 : local dir 2025-02-03 12:03:42.925 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-02-03 12:03:42.928 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-02-03 12:03:42.930 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-02-03 12:03:42.932 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-02-03 12:03:42.936 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-02-03 12:03:42.939 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-02-03 12:03:42.941 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-02-03 12:03:42.943 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-02-03 12:03:42.946 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:03:42.948 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-02-03 12:03:42.950 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-02-03 12:03:42.953 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-02-03 12:03:42.955 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-02-03 12:03:42.957 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-02-03 12:03:42.960 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-02-03 12:03:42.962 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-02-03 12:03:42.966 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:42.966 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-02-03 12:03:42.966 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-02-03 12:03:42.966 | BEGIN { 2025-02-03 12:03:42.966 | section = "" 2025-02-03 12:03:42.966 | last_section = "" 2025-02-03 12:03:42.966 | section_count = 0 2025-02-03 12:03:42.966 | } 2025-02-03 12:03:42.966 | /^\[.+\]/ { 2025-02-03 12:03:42.966 | gsub("[][]", "", $1); 2025-02-03 12:03:42.966 | section=$1 2025-02-03 12:03:42.966 | next 2025-02-03 12:03:42.966 | } 2025-02-03 12:03:42.966 | /^ *\#/ { 2025-02-03 12:03:42.966 | next 2025-02-03 12:03:42.966 | } 2025-02-03 12:03:42.966 | /^[^ \t]+/ { 2025-02-03 12:03:42.966 | # get offset of first = in $0 2025-02-03 12:03:42.966 | eq_idx = index($0, "=") 2025-02-03 12:03:42.966 | # extract attr & value from $0 2025-02-03 12:03:42.966 | attr = substr($0, 1, eq_idx - 1) 2025-02-03 12:03:42.966 | value = substr($0, eq_idx + 1) 2025-02-03 12:03:42.966 | # only need to strip trailing whitespace from attr 2025-02-03 12:03:42.966 | sub(/[ \t]*$/, "", attr) 2025-02-03 12:03:42.966 | # need to strip leading & trailing whitespace from value 2025-02-03 12:03:42.966 | sub(/^[ \t]*/, "", value) 2025-02-03 12:03:42.966 | sub(/[ \t]*$/, "", value) 2025-02-03 12:03:42.966 | 2025-02-03 12:03:42.966 | # cfg_attr_count: number of config lines per [section, attr] 2025-02-03 12:03:42.966 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-02-03 12:03:42.966 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-02-03 12:03:42.966 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-02-03 12:03:42.966 | if (! (section, attr) in cfg_attr_count) { 2025-02-03 12:03:42.966 | if (section != last_section) { 2025-02-03 12:03:42.966 | cfg_section[section_count++] = section 2025-02-03 12:03:42.966 | last_section = section 2025-02-03 12:03:42.966 | } 2025-02-03 12:03:42.966 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-02-03 12:03:42.966 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-02-03 12:03:42.966 | 2025-02-03 12:03:42.966 | cfg_attr[section, attr, 0] = value 2025-02-03 12:03:42.966 | cfg_attr_count[section, attr] = 1 2025-02-03 12:03:42.966 | } else { 2025-02-03 12:03:42.966 | lno = cfg_attr_count[section, attr]++ 2025-02-03 12:03:42.966 | cfg_attr[section, attr, lno] = value 2025-02-03 12:03:42.966 | } 2025-02-03 12:03:42.966 | } 2025-02-03 12:03:42.966 | END { 2025-02-03 12:03:42.966 | # Process each section in order 2025-02-03 12:03:42.966 | for (sno = 0; sno < section_count; sno++) { 2025-02-03 12:03:42.966 | section = cfg_section[sno] 2025-02-03 12:03:42.966 | # The ini routines simply append a config item immediately 2025-02-03 12:03:42.966 | # after the section header. To keep the same order as defined 2025-02-03 12:03:42.966 | # in local.conf, invoke the ini routines in the reverse order 2025-02-03 12:03:42.966 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-02-03 12:03:42.966 | attr = cfg_sec_attr_name[sno, attr_no] 2025-02-03 12:03:42.966 | if (cfg_attr_count[section, attr] == 1) 2025-02-03 12:03:42.966 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-02-03 12:03:42.966 | else { 2025-02-03 12:03:42.966 | # For multiline, invoke the ini routines in the reverse order 2025-02-03 12:03:42.966 | count = cfg_attr_count[section, attr] 2025-02-03 12:03:42.966 | print "inidelete " configfile " " section " " attr 2025-02-03 12:03:42.966 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-02-03 12:03:42.966 | for (l = count -2; l >= 0; l--) 2025-02-03 12:03:42.966 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-02-03 12:03:42.966 | } 2025-02-03 12:03:42.966 | } 2025-02-03 12:03:42.966 | } 2025-02-03 12:03:42.966 | } 2025-02-03 12:03:42.966 | ' 2025-02-03 12:03:42.968 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-02-03 12:03:42.968 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:03:42.971 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-02-03 12:03:42.973 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-02-03 12:03:42.975 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:03:42.977 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-02-03 12:03:42.979 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-02-03 12:03:42.979 | BEGIN { group = "" } 2025-02-03 12:03:42.979 | /^\[\[.+\|.*\]\]/ { 2025-02-03 12:03:42.979 | gsub("[][]", "", $1); 2025-02-03 12:03:42.979 | split($1, a, "|"); 2025-02-03 12:03:42.979 | if (a[1] == matchgroup && a[2] == configfile) { 2025-02-03 12:03:42.979 | group=a[1] 2025-02-03 12:03:42.979 | } else { 2025-02-03 12:03:42.979 | group="" 2025-02-03 12:03:42.979 | } 2025-02-03 12:03:42.979 | next 2025-02-03 12:03:42.979 | } 2025-02-03 12:03:42.979 | { 2025-02-03 12:03:42.979 | if (group != "") 2025-02-03 12:03:42.979 | print $0 2025-02-03 12:03:42.979 | } 2025-02-03 12:03:42.979 | ' /opt/stack/devstack/local.conf 2025-02-03 12:03:42.984 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-02-03 12:03:42.986 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-02-03 12:03:43.010 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.013 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-02-03 12:03:43.015 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-02-03 12:03:43.018 | + inc/meta-config:merge_config_group:180 : local dir 2025-02-03 12:03:43.020 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-02-03 12:03:43.023 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-02-03 12:03:43.025 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-02-03 12:03:43.027 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-02-03 12:03:43.030 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-02-03 12:03:43.034 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-02-03 12:03:43.036 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-02-03 12:03:43.039 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-02-03 12:03:43.041 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:03:43.043 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-02-03 12:03:43.045 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-02-03 12:03:43.048 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-02-03 12:03:43.051 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-02-03 12:03:43.053 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-02-03 12:03:43.056 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-02-03 12:03:43.058 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-02-03 12:03:43.061 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-02-03 12:03:43.062 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-02-03 12:03:43.062 | BEGIN { 2025-02-03 12:03:43.062 | section = "" 2025-02-03 12:03:43.062 | last_section = "" 2025-02-03 12:03:43.062 | section_count = 0 2025-02-03 12:03:43.062 | } 2025-02-03 12:03:43.062 | /^\[.+\]/ { 2025-02-03 12:03:43.062 | gsub("[][]", "", $1); 2025-02-03 12:03:43.062 | section=$1 2025-02-03 12:03:43.062 | next 2025-02-03 12:03:43.062 | } 2025-02-03 12:03:43.062 | /^ *\#/ { 2025-02-03 12:03:43.062 | next 2025-02-03 12:03:43.062 | } 2025-02-03 12:03:43.062 | /^[^ \t]+/ { 2025-02-03 12:03:43.062 | # get offset of first = in $0 2025-02-03 12:03:43.062 | eq_idx = index($0, "=") 2025-02-03 12:03:43.062 | # extract attr & value from $0 2025-02-03 12:03:43.062 | attr = substr($0, 1, eq_idx - 1) 2025-02-03 12:03:43.062 | value = substr($0, eq_idx + 1) 2025-02-03 12:03:43.062 | # only need to strip trailing whitespace from attr 2025-02-03 12:03:43.062 | sub(/[ \t]*$/, "", attr) 2025-02-03 12:03:43.062 | # need to strip leading & trailing whitespace from value 2025-02-03 12:03:43.062 | sub(/^[ \t]*/, "", value) 2025-02-03 12:03:43.062 | sub(/[ \t]*$/, "", value) 2025-02-03 12:03:43.062 | 2025-02-03 12:03:43.062 | # cfg_attr_count: number of config lines per [section, attr] 2025-02-03 12:03:43.062 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-02-03 12:03:43.062 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-02-03 12:03:43.062 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-02-03 12:03:43.062 | if (! (section, attr) in cfg_attr_count) { 2025-02-03 12:03:43.062 | if (section != last_section) { 2025-02-03 12:03:43.062 | cfg_section[section_count++] = section 2025-02-03 12:03:43.062 | last_section = section 2025-02-03 12:03:43.062 | } 2025-02-03 12:03:43.062 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-02-03 12:03:43.062 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-02-03 12:03:43.062 | 2025-02-03 12:03:43.062 | cfg_attr[section, attr, 0] = value 2025-02-03 12:03:43.062 | cfg_attr_count[section, attr] = 1 2025-02-03 12:03:43.062 | } else { 2025-02-03 12:03:43.062 | lno = cfg_attr_count[section, attr]++ 2025-02-03 12:03:43.062 | cfg_attr[section, attr, lno] = value 2025-02-03 12:03:43.062 | } 2025-02-03 12:03:43.062 | } 2025-02-03 12:03:43.062 | END { 2025-02-03 12:03:43.062 | # Process each section in order 2025-02-03 12:03:43.062 | for (sno = 0; sno < section_count; sno++) { 2025-02-03 12:03:43.062 | section = cfg_section[sno] 2025-02-03 12:03:43.062 | # The ini routines simply append a config item immediately 2025-02-03 12:03:43.062 | # after the section header. To keep the same order as defined 2025-02-03 12:03:43.062 | # in local.conf, invoke the ini routines in the reverse order 2025-02-03 12:03:43.062 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-02-03 12:03:43.062 | attr = cfg_sec_attr_name[sno, attr_no] 2025-02-03 12:03:43.062 | if (cfg_attr_count[section, attr] == 1) 2025-02-03 12:03:43.062 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-02-03 12:03:43.062 | else { 2025-02-03 12:03:43.062 | # For multiline, invoke the ini routines in the reverse order 2025-02-03 12:03:43.062 | count = cfg_attr_count[section, attr] 2025-02-03 12:03:43.062 | print "inidelete " configfile " " section " " attr 2025-02-03 12:03:43.062 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-02-03 12:03:43.062 | for (l = count -2; l >= 0; l--) 2025-02-03 12:03:43.062 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-02-03 12:03:43.062 | } 2025-02-03 12:03:43.062 | } 2025-02-03 12:03:43.062 | } 2025-02-03 12:03:43.062 | } 2025-02-03 12:03:43.062 | ' 2025-02-03 12:03:43.062 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.063 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:03:43.063 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-02-03 12:03:43.066 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-02-03 12:03:43.068 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-02-03 12:03:43.070 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:03:43.072 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-02-03 12:03:43.074 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-02-03 12:03:43.074 | BEGIN { group = "" } 2025-02-03 12:03:43.074 | /^\[\[.+\|.*\]\]/ { 2025-02-03 12:03:43.074 | gsub("[][]", "", $1); 2025-02-03 12:03:43.074 | split($1, a, "|"); 2025-02-03 12:03:43.074 | if (a[1] == matchgroup && a[2] == configfile) { 2025-02-03 12:03:43.074 | group=a[1] 2025-02-03 12:03:43.074 | } else { 2025-02-03 12:03:43.074 | group="" 2025-02-03 12:03:43.074 | } 2025-02-03 12:03:43.074 | next 2025-02-03 12:03:43.074 | } 2025-02-03 12:03:43.074 | { 2025-02-03 12:03:43.074 | if (group != "") 2025-02-03 12:03:43.074 | print $0 2025-02-03 12:03:43.074 | } 2025-02-03 12:03:43.074 | ' /opt/stack/devstack/local.conf 2025-02-03 12:03:43.079 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-02-03 12:03:43.081 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-02-03 12:03:43.083 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:03:43.102 | [44346 Async configure_neutron_nova:44346]: finished successfully 2025-02-03 12:03:43.106 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.108 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-02-03 12:03:43.111 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-02-03 12:03:43.113 | + inc/meta-config:merge_config_group:180 : local dir 2025-02-03 12:03:43.116 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-02-03 12:03:43.118 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-02-03 12:03:43.121 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-02-03 12:03:43.123 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-02-03 12:03:43.125 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-02-03 12:03:43.128 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-02-03 12:03:43.130 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-02-03 12:03:43.133 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-02-03 12:03:43.135 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:03:43.137 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-02-03 12:03:43.139 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-02-03 12:03:43.141 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-02-03 12:03:43.143 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-02-03 12:03:43.146 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-02-03 12:03:43.148 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-02-03 12:03:43.150 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-02-03 12:03:43.153 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-02-03 12:03:43.154 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-02-03 12:03:43.154 | BEGIN { 2025-02-03 12:03:43.154 | section = "" 2025-02-03 12:03:43.154 | last_section = "" 2025-02-03 12:03:43.154 | section_count = 0 2025-02-03 12:03:43.154 | } 2025-02-03 12:03:43.154 | /^\[.+\]/ { 2025-02-03 12:03:43.154 | gsub("[][]", "", $1); 2025-02-03 12:03:43.154 | section=$1 2025-02-03 12:03:43.154 | next 2025-02-03 12:03:43.154 | } 2025-02-03 12:03:43.154 | /^ *\#/ { 2025-02-03 12:03:43.154 | next 2025-02-03 12:03:43.154 | } 2025-02-03 12:03:43.154 | /^[^ \t]+/ { 2025-02-03 12:03:43.154 | # get offset of first = in $0 2025-02-03 12:03:43.154 | eq_idx = index($0, "=") 2025-02-03 12:03:43.154 | # extract attr & value from $0 2025-02-03 12:03:43.154 | attr = substr($0, 1, eq_idx - 1) 2025-02-03 12:03:43.154 | value = substr($0, eq_idx + 1) 2025-02-03 12:03:43.154 | # only need to strip trailing whitespace from attr 2025-02-03 12:03:43.154 | sub(/[ \t]*$/, "", attr) 2025-02-03 12:03:43.154 | # need to strip leading & trailing whitespace from value 2025-02-03 12:03:43.154 | sub(/^[ \t]*/, "", value) 2025-02-03 12:03:43.154 | sub(/[ \t]*$/, "", value) 2025-02-03 12:03:43.154 | 2025-02-03 12:03:43.154 | # cfg_attr_count: number of config lines per [section, attr] 2025-02-03 12:03:43.154 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-02-03 12:03:43.154 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-02-03 12:03:43.154 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-02-03 12:03:43.154 | if (! (section, attr) in cfg_attr_count) { 2025-02-03 12:03:43.154 | if (section != last_section) { 2025-02-03 12:03:43.154 | cfg_section[section_count++] = section 2025-02-03 12:03:43.154 | last_section = section 2025-02-03 12:03:43.154 | } 2025-02-03 12:03:43.154 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-02-03 12:03:43.154 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-02-03 12:03:43.154 | 2025-02-03 12:03:43.154 | cfg_attr[section, attr, 0] = value 2025-02-03 12:03:43.154 | cfg_attr_count[section, attr] = 1 2025-02-03 12:03:43.154 | } else { 2025-02-03 12:03:43.154 | lno = cfg_attr_count[section, attr]++ 2025-02-03 12:03:43.154 | cfg_attr[section, attr, lno] = value 2025-02-03 12:03:43.154 | } 2025-02-03 12:03:43.154 | } 2025-02-03 12:03:43.154 | END { 2025-02-03 12:03:43.154 | # Process each section in order 2025-02-03 12:03:43.154 | for (sno = 0; sno < section_count; sno++) { 2025-02-03 12:03:43.154 | section = cfg_section[sno] 2025-02-03 12:03:43.154 | # The ini routines simply append a config item immediately 2025-02-03 12:03:43.154 | # after the section header. To keep the same order as defined 2025-02-03 12:03:43.154 | # in local.conf, invoke the ini routines in the reverse order 2025-02-03 12:03:43.154 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-02-03 12:03:43.154 | attr = cfg_sec_attr_name[sno, attr_no] 2025-02-03 12:03:43.154 | if (cfg_attr_count[section, attr] == 1) 2025-02-03 12:03:43.154 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-02-03 12:03:43.154 | else { 2025-02-03 12:03:43.154 | # For multiline, invoke the ini routines in the reverse order 2025-02-03 12:03:43.154 | count = cfg_attr_count[section, attr] 2025-02-03 12:03:43.154 | print "inidelete " configfile " " section " " attr 2025-02-03 12:03:43.154 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-02-03 12:03:43.154 | for (l = count -2; l >= 0; l--) 2025-02-03 12:03:43.154 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-02-03 12:03:43.154 | } 2025-02-03 12:03:43.154 | } 2025-02-03 12:03:43.154 | } 2025-02-03 12:03:43.154 | } 2025-02-03 12:03:43.154 | ' 2025-02-03 12:03:43.154 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.155 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:03:43.156 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-02-03 12:03:43.158 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-02-03 12:03:43.159 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-02-03 12:03:43.161 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:03:43.163 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-02-03 12:03:43.165 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-02-03 12:03:43.165 | BEGIN { group = "" } 2025-02-03 12:03:43.165 | /^\[\[.+\|.*\]\]/ { 2025-02-03 12:03:43.165 | gsub("[][]", "", $1); 2025-02-03 12:03:43.165 | split($1, a, "|"); 2025-02-03 12:03:43.165 | if (a[1] == matchgroup && a[2] == configfile) { 2025-02-03 12:03:43.165 | group=a[1] 2025-02-03 12:03:43.165 | } else { 2025-02-03 12:03:43.165 | group="" 2025-02-03 12:03:43.165 | } 2025-02-03 12:03:43.165 | next 2025-02-03 12:03:43.165 | } 2025-02-03 12:03:43.165 | { 2025-02-03 12:03:43.165 | if (group != "") 2025-02-03 12:03:43.165 | print $0 2025-02-03 12:03:43.166 | } 2025-02-03 12:03:43.166 | ' /opt/stack/devstack/local.conf 2025-02-03 12:03:43.170 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-02-03 12:03:43.172 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-02-03 12:03:43.196 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.198 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-02-03 12:03:43.200 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-02-03 12:03:43.224 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.227 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-02-03 12:03:43.230 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-02-03 12:03:43.232 | + inc/meta-config:merge_config_group:180 : local dir 2025-02-03 12:03:43.235 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-02-03 12:03:43.237 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:43.239 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:43.241 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-02-03 12:03:43.244 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:43.247 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-02-03 12:03:43.249 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-02-03 12:03:43.252 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-02-03 12:03:43.254 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:03:43.256 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-02-03 12:03:43.258 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-02-03 12:03:43.260 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-02-03 12:03:43.263 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-02-03 12:03:43.265 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:43.268 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-03 12:03:43.270 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-02-03 12:03:43.273 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-02-03 12:03:43.274 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-02-03 12:03:43.274 | BEGIN { 2025-02-03 12:03:43.274 | section = "" 2025-02-03 12:03:43.274 | last_section = "" 2025-02-03 12:03:43.274 | section_count = 0 2025-02-03 12:03:43.274 | } 2025-02-03 12:03:43.274 | /^\[.+\]/ { 2025-02-03 12:03:43.274 | gsub("[][]", "", $1); 2025-02-03 12:03:43.274 | section=$1 2025-02-03 12:03:43.274 | next 2025-02-03 12:03:43.274 | } 2025-02-03 12:03:43.274 | /^ *\#/ { 2025-02-03 12:03:43.274 | next 2025-02-03 12:03:43.274 | } 2025-02-03 12:03:43.274 | /^[^ \t]+/ { 2025-02-03 12:03:43.274 | # get offset of first = in $0 2025-02-03 12:03:43.274 | eq_idx = index($0, "=") 2025-02-03 12:03:43.274 | # extract attr & value from $0 2025-02-03 12:03:43.274 | attr = substr($0, 1, eq_idx - 1) 2025-02-03 12:03:43.274 | value = substr($0, eq_idx + 1) 2025-02-03 12:03:43.274 | # only need to strip trailing whitespace from attr 2025-02-03 12:03:43.274 | sub(/[ \t]*$/, "", attr) 2025-02-03 12:03:43.274 | # need to strip leading & trailing whitespace from value 2025-02-03 12:03:43.274 | sub(/^[ \t]*/, "", value) 2025-02-03 12:03:43.274 | sub(/[ \t]*$/, "", value) 2025-02-03 12:03:43.274 | 2025-02-03 12:03:43.274 | # cfg_attr_count: number of config lines per [section, attr] 2025-02-03 12:03:43.274 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-02-03 12:03:43.274 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-02-03 12:03:43.274 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-02-03 12:03:43.274 | if (! (section, attr) in cfg_attr_count) { 2025-02-03 12:03:43.274 | if (section != last_section) { 2025-02-03 12:03:43.274 | cfg_section[section_count++] = section 2025-02-03 12:03:43.274 | last_section = section 2025-02-03 12:03:43.274 | } 2025-02-03 12:03:43.274 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-02-03 12:03:43.274 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-02-03 12:03:43.274 | 2025-02-03 12:03:43.274 | cfg_attr[section, attr, 0] = value 2025-02-03 12:03:43.274 | cfg_attr_count[section, attr] = 1 2025-02-03 12:03:43.274 | } else { 2025-02-03 12:03:43.274 | lno = cfg_attr_count[section, attr]++ 2025-02-03 12:03:43.274 | cfg_attr[section, attr, lno] = value 2025-02-03 12:03:43.274 | } 2025-02-03 12:03:43.274 | } 2025-02-03 12:03:43.274 | END { 2025-02-03 12:03:43.274 | # Process each section in order 2025-02-03 12:03:43.274 | for (sno = 0; sno < section_count; sno++) { 2025-02-03 12:03:43.274 | section = cfg_section[sno] 2025-02-03 12:03:43.274 | # The ini routines simply append a config item immediately 2025-02-03 12:03:43.274 | # after the section header. To keep the same order as defined 2025-02-03 12:03:43.274 | # in local.conf, invoke the ini routines in the reverse order 2025-02-03 12:03:43.274 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-02-03 12:03:43.274 | attr = cfg_sec_attr_name[sno, attr_no] 2025-02-03 12:03:43.274 | if (cfg_attr_count[section, attr] == 1) 2025-02-03 12:03:43.274 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-02-03 12:03:43.274 | else { 2025-02-03 12:03:43.274 | # For multiline, invoke the ini routines in the reverse order 2025-02-03 12:03:43.274 | count = cfg_attr_count[section, attr] 2025-02-03 12:03:43.274 | print "inidelete " configfile " " section " " attr 2025-02-03 12:03:43.274 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-02-03 12:03:43.274 | for (l = count -2; l >= 0; l--) 2025-02-03 12:03:43.274 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-02-03 12:03:43.274 | } 2025-02-03 12:03:43.274 | } 2025-02-03 12:03:43.274 | } 2025-02-03 12:03:43.274 | } 2025-02-03 12:03:43.274 | ' 2025-02-03 12:03:43.274 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.276 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:03:43.276 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-02-03 12:03:43.278 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-02-03 12:03:43.280 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-02-03 12:03:43.282 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:03:43.284 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-02-03 12:03:43.286 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-02-03 12:03:43.286 | BEGIN { group = "" } 2025-02-03 12:03:43.286 | /^\[\[.+\|.*\]\]/ { 2025-02-03 12:03:43.286 | gsub("[][]", "", $1); 2025-02-03 12:03:43.286 | split($1, a, "|"); 2025-02-03 12:03:43.286 | if (a[1] == matchgroup && a[2] == configfile) { 2025-02-03 12:03:43.286 | group=a[1] 2025-02-03 12:03:43.286 | } else { 2025-02-03 12:03:43.286 | group="" 2025-02-03 12:03:43.286 | } 2025-02-03 12:03:43.286 | next 2025-02-03 12:03:43.286 | } 2025-02-03 12:03:43.286 | { 2025-02-03 12:03:43.286 | if (group != "") 2025-02-03 12:03:43.286 | print $0 2025-02-03 12:03:43.286 | } 2025-02-03 12:03:43.286 | ' /opt/stack/devstack/local.conf 2025-02-03 12:03:43.291 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-02-03 12:03:43.293 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-02-03 12:03:43.317 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.319 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-02-03 12:03:43.320 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-02-03 12:03:43.345 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.347 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-02-03 12:03:43.349 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-02-03 12:03:43.373 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.375 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-02-03 12:03:43.377 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-02-03 12:03:43.402 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.404 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-02-03 12:03:43.406 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-02-03 12:03:43.430 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.432 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-02-03 12:03:43.434 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-02-03 12:03:43.457 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.459 | + 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-02-03 12:03:43.461 | ++ 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-02-03 12:03:43.486 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.488 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-02-03 12:03:43.490 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-02-03 12:03:43.515 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.517 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-02-03 12:03:43.519 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-02-03 12:03:43.544 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.546 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-02-03 12:03:43.548 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-02-03 12:03:43.550 | + inc/meta-config:merge_config_group:180 : local dir 2025-02-03 12:03:43.554 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-02-03 12:03:43.555 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-02-03 12:03:43.558 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-02-03 12:03:43.560 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-02-03 12:03:43.562 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-02-03 12:03:43.566 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-02-03 12:03:43.568 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-02-03 12:03:43.570 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-02-03 12:03:43.572 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:03:43.574 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-02-03 12:03:43.576 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-02-03 12:03:43.578 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-02-03 12:03:43.581 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-02-03 12:03:43.583 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-02-03 12:03:43.585 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-02-03 12:03:43.587 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-02-03 12:03:43.591 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-02-03 12:03:43.591 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.591 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-02-03 12:03:43.591 | BEGIN { 2025-02-03 12:03:43.591 | section = "" 2025-02-03 12:03:43.591 | last_section = "" 2025-02-03 12:03:43.591 | section_count = 0 2025-02-03 12:03:43.591 | } 2025-02-03 12:03:43.591 | /^\[.+\]/ { 2025-02-03 12:03:43.591 | gsub("[][]", "", $1); 2025-02-03 12:03:43.591 | section=$1 2025-02-03 12:03:43.591 | next 2025-02-03 12:03:43.591 | } 2025-02-03 12:03:43.591 | /^ *\#/ { 2025-02-03 12:03:43.591 | next 2025-02-03 12:03:43.591 | } 2025-02-03 12:03:43.591 | /^[^ \t]+/ { 2025-02-03 12:03:43.591 | # get offset of first = in $0 2025-02-03 12:03:43.591 | eq_idx = index($0, "=") 2025-02-03 12:03:43.591 | # extract attr & value from $0 2025-02-03 12:03:43.591 | attr = substr($0, 1, eq_idx - 1) 2025-02-03 12:03:43.591 | value = substr($0, eq_idx + 1) 2025-02-03 12:03:43.591 | # only need to strip trailing whitespace from attr 2025-02-03 12:03:43.591 | sub(/[ \t]*$/, "", attr) 2025-02-03 12:03:43.591 | # need to strip leading & trailing whitespace from value 2025-02-03 12:03:43.591 | sub(/^[ \t]*/, "", value) 2025-02-03 12:03:43.591 | sub(/[ \t]*$/, "", value) 2025-02-03 12:03:43.591 | 2025-02-03 12:03:43.591 | # cfg_attr_count: number of config lines per [section, attr] 2025-02-03 12:03:43.591 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-02-03 12:03:43.591 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-02-03 12:03:43.591 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-02-03 12:03:43.591 | if (! (section, attr) in cfg_attr_count) { 2025-02-03 12:03:43.591 | if (section != last_section) { 2025-02-03 12:03:43.591 | cfg_section[section_count++] = section 2025-02-03 12:03:43.591 | last_section = section 2025-02-03 12:03:43.591 | } 2025-02-03 12:03:43.591 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-02-03 12:03:43.591 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-02-03 12:03:43.591 | 2025-02-03 12:03:43.591 | cfg_attr[section, attr, 0] = value 2025-02-03 12:03:43.591 | cfg_attr_count[section, attr] = 1 2025-02-03 12:03:43.591 | } else { 2025-02-03 12:03:43.591 | lno = cfg_attr_count[section, attr]++ 2025-02-03 12:03:43.591 | cfg_attr[section, attr, lno] = value 2025-02-03 12:03:43.591 | } 2025-02-03 12:03:43.591 | } 2025-02-03 12:03:43.591 | END { 2025-02-03 12:03:43.591 | # Process each section in order 2025-02-03 12:03:43.591 | for (sno = 0; sno < section_count; sno++) { 2025-02-03 12:03:43.591 | section = cfg_section[sno] 2025-02-03 12:03:43.591 | # The ini routines simply append a config item immediately 2025-02-03 12:03:43.591 | # after the section header. To keep the same order as defined 2025-02-03 12:03:43.591 | # in local.conf, invoke the ini routines in the reverse order 2025-02-03 12:03:43.591 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-02-03 12:03:43.591 | attr = cfg_sec_attr_name[sno, attr_no] 2025-02-03 12:03:43.591 | if (cfg_attr_count[section, attr] == 1) 2025-02-03 12:03:43.591 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-02-03 12:03:43.591 | else { 2025-02-03 12:03:43.591 | # For multiline, invoke the ini routines in the reverse order 2025-02-03 12:03:43.591 | count = cfg_attr_count[section, attr] 2025-02-03 12:03:43.591 | print "inidelete " configfile " " section " " attr 2025-02-03 12:03:43.591 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-02-03 12:03:43.591 | for (l = count -2; l >= 0; l--) 2025-02-03 12:03:43.591 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-02-03 12:03:43.591 | } 2025-02-03 12:03:43.591 | } 2025-02-03 12:03:43.591 | } 2025-02-03 12:03:43.591 | } 2025-02-03 12:03:43.591 | ' 2025-02-03 12:03:43.593 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:03:43.593 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-02-03 12:03:43.594 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-02-03 12:03:43.596 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-02-03 12:03:43.598 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:03:43.600 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-02-03 12:03:43.602 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-02-03 12:03:43.602 | BEGIN { group = "" } 2025-02-03 12:03:43.602 | /^\[\[.+\|.*\]\]/ { 2025-02-03 12:03:43.602 | gsub("[][]", "", $1); 2025-02-03 12:03:43.602 | split($1, a, "|"); 2025-02-03 12:03:43.602 | if (a[1] == matchgroup && a[2] == configfile) { 2025-02-03 12:03:43.602 | group=a[1] 2025-02-03 12:03:43.602 | } else { 2025-02-03 12:03:43.602 | group="" 2025-02-03 12:03:43.602 | } 2025-02-03 12:03:43.602 | next 2025-02-03 12:03:43.602 | } 2025-02-03 12:03:43.602 | { 2025-02-03 12:03:43.602 | if (group != "") 2025-02-03 12:03:43.602 | print $0 2025-02-03 12:03:43.602 | } 2025-02-03 12:03:43.602 | ' /opt/stack/devstack/local.conf 2025-02-03 12:03:43.607 | + 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-02-03 12:03:43.609 | ++ 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-02-03 12:03:43.632 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.634 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-02-03 12:03:43.635 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-02-03 12:03:43.660 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.662 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-02-03 12:03:43.664 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-02-03 12:03:43.688 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:03:43.691 | + stack.sh:main:1274 : is_service_enabled swift 2025-02-03 12:03:43.705 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:43.707 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-02-03 12:03:43.709 | + stack.sh:main:1283 : is_service_enabled cinder 2025-02-03 12:03:43.723 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:43.725 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-02-03 12:03:43.751 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2025-02-03 12:03:43.786 | [3696 Async configure_neutron_nova:44346]: Waiting for completion of configure_neutron_nova running on PID 44346 (2 other jobs running) 2025-02-03 12:03:43.804 | [3696 Async configure_neutron_nova:44346]: Signaling child to exit 2025-02-03 12:03:43.804 | WAKEUP 2025-02-03 12:03:43.820 | [3696 Async configure_neutron_nova:44346]: Signaled 2025-02-03 12:03:43.821 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-02-03 12:03:43.821 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-02-03 12:03:43.821 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2025-02-03 12:03:43.821 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-02-03 12:03:43.821 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-02-03 12:03:43.821 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-02-03 12:03:43.852 | [3696 Async configure_neutron_nova:44346]: finished configure_neutron_nova with result 0 in 0 seconds 2025-02-03 12:03:43.855 | + inc/async:async_wait:197 : return 0 2025-02-03 12:03:43.857 | + stack.sh:main:1293 : is_service_enabled nova 2025-02-03 12:03:43.871 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:43.873 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-02-03 12:03:43.898 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-02-03 12:03:43.925 | + stack.sh:main:1299 : is_service_enabled n-api 2025-02-03 12:03:43.939 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:43.941 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2025-02-03 12:03:43.943 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:03:43.945 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2025-02-03 12:03:43.947 | + stack.sh:main:1301 : start_nova_api 2025-02-03 12:03:43.949 | + lib/nova:start_nova_api:978 : local service_port=8774 2025-02-03 12:03:43.951 | + lib/nova:start_nova_api:979 : local service_protocol=http 2025-02-03 12:03:43.953 | + lib/nova:start_nova_api:980 : local nova_url 2025-02-03 12:03:43.956 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2025-02-03 12:03:43.968 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:43.971 | + 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-02-03 12:03:43.973 | + 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-02-03 12:03:43.975 | + 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-02-03 12:03:43.977 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2025-02-03 12:03:43.980 | ++ lib/nova:start_nova_api:998 : which uwsgi 2025-02-03 12:03:43.983 | + 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-02-03 12:03:43.985 | + functions-common:run_process:1654 : local service=n-api 2025-02-03 12:03:43.987 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-02-03 12:03:43.989 | + functions-common:run_process:1656 : local group= 2025-02-03 12:03:43.991 | + functions-common:run_process:1657 : local user= 2025-02-03 12:03:43.993 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:03:43.995 | + functions-common:run_process:1660 : local name=n-api 2025-02-03 12:03:43.997 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:03:43.999 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:03:44.002 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:44.004 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:44.006 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:44.009 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584224007 2025-02-03 12:03:44.012 | + functions-common:run_process:1663 : is_service_enabled n-api 2025-02-03 12:03:44.024 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:44.027 | + 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-02-03 12:03:44.029 | + functions-common:_run_under_systemd:1611 : local service=n-api 2025-02-03 12:03:44.031 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-02-03 12:03:44.033 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-02-03 12:03:44.035 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-02-03 12:03:44.037 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-02-03 12:03:44.039 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-02-03 12:03:44.041 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-02-03 12:03:44.043 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2025-02-03 12:03:44.045 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:03:44.047 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:03:44.049 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:03:44.051 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:03:44.053 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-02-03 12:03:44.056 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-02-03 12:03:44.058 | + 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-02-03 12:03:44.060 | + 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-02-03 12:03:44.062 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2025-02-03 12:03:44.064 | + 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-02-03 12:03:44.066 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-02-03 12:03:44.067 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-02-03 12:03:44.069 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-02-03 12:03:44.071 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-02-03 12:03:44.073 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-02-03 12:03:44.076 | + 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-02-03 12:03:44.124 | + 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-02-03 12:03:44.171 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-02-03 12:03:44.210 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-02-03 12:03:44.252 | + 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-02-03 12:03:44.294 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-03 12:03:44.334 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-02-03 12:03:44.375 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-02-03 12:03:44.416 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-02-03 12:03:44.457 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-02-03 12:03:44.497 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-02-03 12:03:44.536 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-02-03 12:03:44.538 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-02-03 12:03:44.540 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-02-03 12:03:44.588 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-02-03 12:03:44.832 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2025-02-03 12:03:44.842 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-02-03 12:03:45.064 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2025-02-03 12:03:45.122 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:03:45.124 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:45.126 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:45.129 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:45.131 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:45.133 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:45.134 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:03:45.136 | + functions-common:time_stop:2407 : start_time=1738584224007 2025-02-03 12:03:45.138 | + functions-common:time_stop:2409 : [[ -z 1738584224007 ]] 2025-02-03 12:03:45.141 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:45.144 | + functions-common:time_stop:2412 : end_time=1738584225142 2025-02-03 12:03:45.146 | + functions-common:time_stop:2413 : elapsed_time=1135 2025-02-03 12:03:45.148 | + functions-common:time_stop:2414 : total=1264 2025-02-03 12:03:45.150 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:45.152 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2399 2025-02-03 12:03:45.154 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-02-03 12:03:45.156 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2025-02-03 12:03:45.156 | Waiting for nova-api to start... 2025-02-03 12:03:45.158 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-02-03 12:03:45.160 | + functions:wait_for_service:468 : local timeout=60 2025-02-03 12:03:45.162 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-02-03 12:03:45.164 | + functions:wait_for_service:470 : local rval=0 2025-02-03 12:03:45.166 | + functions:wait_for_service:471 : time_start wait_for_service 2025-02-03 12:03:45.168 | + functions-common:time_start:2386 : local name=wait_for_service 2025-02-03 12:03:45.170 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:45.172 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:45.175 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:45.178 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584225176 2025-02-03 12:03:45.180 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-02-03 12:03:45.183 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-02-03 12:03:47.774 | + :: : [[ 200 == 503 ]] 2025-02-03 12:03:47.775 | + :: : [[ 0 -eq 7 ]] 2025-02-03 12:03:47.778 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-02-03 12:03:47.780 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:47.783 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:47.785 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:47.787 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:47.789 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:47.791 | + functions-common:time_stop:2406 : name=wait_for_service 2025-02-03 12:03:47.793 | + functions-common:time_stop:2407 : start_time=1738584225176 2025-02-03 12:03:47.795 | + functions-common:time_stop:2409 : [[ -z 1738584225176 ]] 2025-02-03 12:03:47.798 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:47.801 | + functions-common:time_stop:2412 : end_time=1738584227799 2025-02-03 12:03:47.803 | + functions-common:time_stop:2413 : elapsed_time=2623 2025-02-03 12:03:47.805 | + functions-common:time_stop:2414 : total=2287 2025-02-03 12:03:47.807 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:47.809 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4910 2025-02-03 12:03:47.811 | + functions:wait_for_service:478 : return 0 2025-02-03 12:03:47.814 | + 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-02-03 12:03:47.816 | + 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-02-03 12:03:47.818 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2025-02-03 12:03:47.831 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:47.834 | + stack.sh:main:1309 : is_service_enabled neutron-api 2025-02-03 12:03:47.846 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:47.849 | + stack.sh:main:1312 : is_service_enabled q-svc 2025-02-03 12:03:47.862 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:47.864 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2025-02-03 12:03:47.866 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:03:47.868 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2025-02-03 12:03:47.870 | + stack.sh:main:1314 : configure_neutron_after_post_config 2025-02-03 12:03:47.873 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2025-02-03 12:03:47.875 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-02-03 12:03:47.900 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2025-02-03 12:03:47.903 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2025-02-03 12:03:47.905 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2025-02-03 12:03:47.907 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-02-03 12:03:47.932 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-02-03 12:03:47.958 | + stack.sh:main:1315 : start_neutron_service_and_check 2025-02-03 12:03:47.960 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2025-02-03 12:03:47.962 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2025-02-03 12:03:47.964 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2025-02-03 12:03:47.966 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2025-02-03 12:03:47.968 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2025-02-03 12:03:47.970 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-02-03 12:03:47.972 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-02-03 12:03:47.975 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2025-02-03 12:03:47.977 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2025-02-03 12:03:47.979 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2025-02-03 12:03:47.981 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2025-02-03 12:03:47.983 | +++ lib/neutron:_determine_config_server:351 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-02-03 12:03:47.985 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-02-03 12:03:47.988 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-02-03 12:03:47.990 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-02-03 12:03:47.992 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-02-03 12:03:47.994 | + 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-02-03 12:03:47.996 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2025-02-03 12:03:48.009 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:48.012 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2025-02-03 12:03:48.014 | + 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-02-03 12:03:48.016 | + functions-common:run_process:1654 : local service=q-svc 2025-02-03 12:03:48.017 | + 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-02-03 12:03:48.020 | + functions-common:run_process:1656 : local group= 2025-02-03 12:03:48.022 | + functions-common:run_process:1657 : local user= 2025-02-03 12:03:48.024 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:03:48.026 | + functions-common:run_process:1660 : local name=q-svc 2025-02-03 12:03:48.028 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:03:48.030 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:03:48.032 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:48.033 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:48.036 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:48.039 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584228037 2025-02-03 12:03:48.041 | + functions-common:run_process:1663 : is_service_enabled q-svc 2025-02-03 12:03:48.054 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:48.056 | + 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-02-03 12:03:48.058 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2025-02-03 12:03:48.060 | + 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-02-03 12:03:48.062 | + 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-02-03 12:03:48.064 | + 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-02-03 12:03:48.066 | + 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-02-03 12:03:48.068 | + 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-02-03 12:03:48.070 | + 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-02-03 12:03:48.072 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2025-02-03 12:03:48.074 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:03:48.076 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:03:48.078 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:03:48.080 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:03:48.082 | + 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-02-03 12:03:48.084 | + 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-02-03 12:03:48.086 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2025-02-03 12:03:48.088 | + 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-02-03 12:03:48.090 | + functions-common:write_user_unit_file:1520 : local group= 2025-02-03 12:03:48.092 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-02-03 12:03:48.094 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-02-03 12:03:48.095 | + functions-common:write_user_unit_file:1523 : local extra= 2025-02-03 12:03:48.097 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-02-03 12:03:48.099 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-02-03 12:03:48.101 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-02-03 12:03:48.104 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-02-03 12:03:48.151 | + 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-02-03 12:03:48.207 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-02-03 12:03:48.250 | + 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-02-03 12:03:48.292 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-02-03 12:03:48.334 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-02-03 12:03:48.376 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-03 12:03:48.416 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-02-03 12:03:48.418 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-02-03 12:03:48.420 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-02-03 12:03:48.468 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-02-03 12:03:48.714 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2025-02-03 12:03:48.728 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-02-03 12:03:48.962 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2025-02-03 12:03:48.984 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:03:48.986 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:48.988 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:48.990 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:48.992 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:48.994 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:48.996 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:03:48.998 | + functions-common:time_stop:2407 : start_time=1738584228037 2025-02-03 12:03:49.000 | + functions-common:time_stop:2409 : [[ -z 1738584228037 ]] 2025-02-03 12:03:49.003 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:49.006 | + functions-common:time_stop:2412 : end_time=1738584229004 2025-02-03 12:03:49.008 | + functions-common:time_stop:2413 : elapsed_time=967 2025-02-03 12:03:49.010 | + functions-common:time_stop:2414 : total=2399 2025-02-03 12:03:49.012 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:49.014 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3366 2025-02-03 12:03:49.016 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2025-02-03 12:03:49.018 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2025-02-03 12:03:49.032 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:49.035 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2025-02-03 12:03:49.037 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2025-02-03 12:03:49.039 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2025-02-03 12:03:49.039 | Waiting for Neutron to start... 2025-02-03 12:03:49.041 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-02-03 12:03:49.043 | + 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-02-03 12:03:49.045 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-02-03 12:03:49.047 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2025-02-03 12:03:49.049 | + functions-common:test_with_retry:2340 : local until=60 2025-02-03 12:03:49.051 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-02-03 12:03:49.053 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-02-03 12:03:49.055 | + functions-common:time_start:2386 : local name=test_with_retry 2025-02-03 12:03:49.057 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:49.059 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:49.062 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:49.065 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584229063 2025-02-03 12:03:49.067 | + 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-02-03 12:03:52.104 | {"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-02-03 12:03:52.106 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:52.108 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:52.110 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:52.112 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:52.114 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:52.116 | + functions-common:time_stop:2406 : name=test_with_retry 2025-02-03 12:03:52.118 | + functions-common:time_stop:2407 : start_time=1738584229063 2025-02-03 12:03:52.120 | + functions-common:time_stop:2409 : [[ -z 1738584229063 ]] 2025-02-03 12:03:52.123 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:52.126 | + functions-common:time_stop:2412 : end_time=1738584232124 2025-02-03 12:03:52.129 | + functions-common:time_stop:2413 : elapsed_time=3061 2025-02-03 12:03:52.131 | + functions-common:time_stop:2414 : total=0 2025-02-03 12:03:52.133 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:52.135 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3061 2025-02-03 12:03:52.137 | + stack.sh:main:1320 : is_service_enabled placement 2025-02-03 12:03:52.150 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:52.152 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2025-02-03 12:03:52.154 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:03:52.156 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2025-02-03 12:03:52.158 | + stack.sh:main:1322 : start_placement 2025-02-03 12:03:52.160 | + lib/placement:start_placement:173 : start_placement_api 2025-02-03 12:03:52.162 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-02-03 12:03:52.166 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-02-03 12:03:52.169 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-02-03 12:03:52.171 | + functions-common:run_process:1654 : local service=placement-api 2025-02-03 12:03:52.173 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-02-03 12:03:52.175 | + functions-common:run_process:1656 : local group= 2025-02-03 12:03:52.177 | + functions-common:run_process:1657 : local user= 2025-02-03 12:03:52.179 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:03:52.181 | + functions-common:run_process:1660 : local name=placement-api 2025-02-03 12:03:52.183 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:03:52.185 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:03:52.187 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:52.189 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:52.192 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:52.195 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584232193 2025-02-03 12:03:52.197 | + functions-common:run_process:1663 : is_service_enabled placement-api 2025-02-03 12:03:52.210 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:52.212 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-02-03 12:03:52.214 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2025-02-03 12:03:52.216 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-02-03 12:03:52.218 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-02-03 12:03:52.220 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-02-03 12:03:52.222 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-02-03 12:03:52.224 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-02-03 12:03:52.226 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-02-03 12:03:52.228 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2025-02-03 12:03:52.230 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:03:52.232 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:03:52.234 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:03:52.236 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:03:52.238 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-02-03 12:03:52.241 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-02-03 12:03:52.243 | + 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-02-03 12:03:52.245 | + 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-02-03 12:03:52.247 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2025-02-03 12:03:52.249 | + 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-02-03 12:03:52.250 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-02-03 12:03:52.252 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-02-03 12:03:52.254 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-02-03 12:03:52.256 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-02-03 12:03:52.258 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-02-03 12:03:52.261 | + 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-02-03 12:03:52.310 | + 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-02-03 12:03:52.358 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-02-03 12:03:52.398 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-02-03 12:03:52.439 | + 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-02-03 12:03:52.479 | + 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-02-03 12:03:52.520 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-02-03 12:03:52.561 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-02-03 12:03:52.602 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-02-03 12:03:52.643 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-02-03 12:03:52.684 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-02-03 12:03:52.726 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-02-03 12:03:52.728 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-02-03 12:03:52.730 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-02-03 12:03:52.778 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-02-03 12:03:53.016 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2025-02-03 12:03:53.025 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-02-03 12:03:53.259 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2025-02-03 12:03:53.313 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:03:53.315 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:53.317 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:53.319 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:53.321 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:53.323 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:53.325 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:03:53.327 | + functions-common:time_stop:2407 : start_time=1738584232193 2025-02-03 12:03:53.329 | + functions-common:time_stop:2409 : [[ -z 1738584232193 ]] 2025-02-03 12:03:53.332 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:53.336 | + functions-common:time_stop:2412 : end_time=1738584233333 2025-02-03 12:03:53.337 | + functions-common:time_stop:2413 : elapsed_time=1140 2025-02-03 12:03:53.339 | + functions-common:time_stop:2414 : total=3366 2025-02-03 12:03:53.341 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:53.344 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4506 2025-02-03 12:03:53.346 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-02-03 12:03:53.346 | Waiting for placement-api to start... 2025-02-03 12:03:53.348 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-02-03 12:03:53.350 | + functions:wait_for_service:468 : local timeout=60 2025-02-03 12:03:53.352 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-02-03 12:03:53.354 | + functions:wait_for_service:470 : local rval=0 2025-02-03 12:03:53.356 | + functions:wait_for_service:471 : time_start wait_for_service 2025-02-03 12:03:53.358 | + functions-common:time_start:2386 : local name=wait_for_service 2025-02-03 12:03:53.360 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:53.362 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:53.366 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:53.369 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584233366 2025-02-03 12:03:53.371 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-02-03 12:03:53.374 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-02-03 12:03:54.532 | + :: : [[ 200 == 503 ]] 2025-02-03 12:03:54.533 | + :: : [[ 0 -eq 7 ]] 2025-02-03 12:03:54.536 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-02-03 12:03:54.538 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:54.540 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:54.542 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:54.544 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:54.546 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:54.548 | + functions-common:time_stop:2406 : name=wait_for_service 2025-02-03 12:03:54.550 | + functions-common:time_stop:2407 : start_time=1738584233366 2025-02-03 12:03:54.552 | + functions-common:time_stop:2409 : [[ -z 1738584233366 ]] 2025-02-03 12:03:54.555 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:54.559 | + functions-common:time_stop:2412 : end_time=1738584234556 2025-02-03 12:03:54.561 | + functions-common:time_stop:2413 : elapsed_time=1190 2025-02-03 12:03:54.563 | + functions-common:time_stop:2414 : total=4910 2025-02-03 12:03:54.564 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:54.567 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6100 2025-02-03 12:03:54.569 | + functions:wait_for_service:478 : return 0 2025-02-03 12:03:54.571 | + stack.sh:main:1325 : is_service_enabled neutron 2025-02-03 12:03:54.584 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:54.586 | + stack.sh:main:1326 : start_neutron 2025-02-03 12:03:54.588 | + lib/neutron:start_neutron:636 : start_l2_agent 2025-02-03 12:03:54.590 | + 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-02-03 12:03:54.592 | + functions-common:run_process:1654 : local service=q-agt 2025-02-03 12:03:54.594 | + 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-02-03 12:03:54.596 | + functions-common:run_process:1656 : local group= 2025-02-03 12:03:54.598 | + functions-common:run_process:1657 : local user= 2025-02-03 12:03:54.600 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:03:54.602 | + functions-common:run_process:1660 : local name=q-agt 2025-02-03 12:03:54.604 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:03:54.606 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:03:54.608 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:54.610 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:54.613 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:54.616 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584234614 2025-02-03 12:03:54.619 | + functions-common:run_process:1663 : is_service_enabled q-agt 2025-02-03 12:03:54.632 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:54.634 | + 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-02-03 12:03:54.636 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2025-02-03 12:03:54.638 | + 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-02-03 12:03:54.640 | + 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-02-03 12:03:54.642 | + 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-02-03 12:03:54.644 | + 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-02-03 12:03:54.646 | + 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-02-03 12:03:54.648 | + 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-02-03 12:03:54.650 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2025-02-03 12:03:54.652 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:03:54.654 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:03:54.656 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:03:54.658 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:03:54.660 | + 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-02-03 12:03:54.662 | + 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-02-03 12:03:54.664 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2025-02-03 12:03:54.666 | + 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-02-03 12:03:54.668 | + functions-common:write_user_unit_file:1520 : local group= 2025-02-03 12:03:54.670 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-02-03 12:03:54.672 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-02-03 12:03:54.673 | + functions-common:write_user_unit_file:1523 : local extra= 2025-02-03 12:03:54.675 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-02-03 12:03:54.677 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-02-03 12:03:54.679 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-02-03 12:03:54.682 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-02-03 12:03:54.730 | + 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-02-03 12:03:54.778 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-02-03 12:03:54.819 | + 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-02-03 12:03:54.868 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-02-03 12:03:54.909 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-02-03 12:03:54.950 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-03 12:03:54.991 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-02-03 12:03:54.993 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-02-03 12:03:54.995 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-02-03 12:03:55.043 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-02-03 12:03:55.282 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2025-02-03 12:03:55.291 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-02-03 12:03:55.540 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2025-02-03 12:03:55.558 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:03:55.560 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:55.562 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:55.564 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:55.567 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:55.568 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:55.571 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:03:55.573 | + functions-common:time_stop:2407 : start_time=1738584234614 2025-02-03 12:03:55.575 | + functions-common:time_stop:2409 : [[ -z 1738584234614 ]] 2025-02-03 12:03:55.578 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:55.581 | + functions-common:time_stop:2412 : end_time=1738584235578 2025-02-03 12:03:55.583 | + functions-common:time_stop:2413 : elapsed_time=964 2025-02-03 12:03:55.586 | + functions-common:time_stop:2414 : total=4506 2025-02-03 12:03:55.588 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:55.590 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5470 2025-02-03 12:03:55.592 | + lib/neutron:start_l2_agent:645 : is_provider_network 2025-02-03 12:03:55.594 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-02-03 12:03:55.596 | + functions-common:is_provider_network:2252 : return 1 2025-02-03 12:03:55.598 | + lib/neutron:start_neutron:637 : start_other_agents 2025-02-03 12:03:55.601 | + 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-02-03 12:03:55.603 | + functions-common:run_process:1654 : local service=q-dhcp 2025-02-03 12:03:55.605 | + 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-02-03 12:03:55.607 | + functions-common:run_process:1656 : local group= 2025-02-03 12:03:55.609 | + functions-common:run_process:1657 : local user= 2025-02-03 12:03:55.611 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:03:55.613 | + functions-common:run_process:1660 : local name=q-dhcp 2025-02-03 12:03:55.615 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:03:55.617 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:03:55.619 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:55.621 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:55.624 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:55.627 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584235625 2025-02-03 12:03:55.629 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2025-02-03 12:03:55.643 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:55.645 | + 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-02-03 12:03:55.647 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2025-02-03 12:03:55.649 | + 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-02-03 12:03:55.651 | + 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-02-03 12:03:55.653 | + 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-02-03 12:03:55.655 | + 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-02-03 12:03:55.658 | + 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-02-03 12:03:55.659 | + 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-02-03 12:03:55.661 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2025-02-03 12:03:55.663 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:03:55.665 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:03:55.667 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:03:55.669 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:03:55.671 | + 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-02-03 12:03:55.673 | + 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-02-03 12:03:55.675 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2025-02-03 12:03:55.677 | + 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-02-03 12:03:55.679 | + functions-common:write_user_unit_file:1520 : local group= 2025-02-03 12:03:55.681 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-02-03 12:03:55.683 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-02-03 12:03:55.685 | + functions-common:write_user_unit_file:1523 : local extra= 2025-02-03 12:03:55.687 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-02-03 12:03:55.689 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-02-03 12:03:55.691 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-02-03 12:03:55.694 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-02-03 12:03:55.744 | + 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-02-03 12:03:55.794 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-02-03 12:03:55.837 | + 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-02-03 12:03:55.881 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-02-03 12:03:55.925 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-02-03 12:03:55.970 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-03 12:03:56.016 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-02-03 12:03:56.019 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-02-03 12:03:56.021 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-02-03 12:03:56.074 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-02-03 12:03:56.336 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2025-02-03 12:03:56.346 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-02-03 12:03:56.576 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2025-02-03 12:03:56.603 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:03:56.605 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:56.607 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:56.609 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:56.611 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:56.613 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:56.615 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:03:56.617 | + functions-common:time_stop:2407 : start_time=1738584235625 2025-02-03 12:03:56.619 | + functions-common:time_stop:2409 : [[ -z 1738584235625 ]] 2025-02-03 12:03:56.622 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:56.625 | + functions-common:time_stop:2412 : end_time=1738584236622 2025-02-03 12:03:56.627 | + functions-common:time_stop:2413 : elapsed_time=997 2025-02-03 12:03:56.629 | + functions-common:time_stop:2414 : total=5470 2025-02-03 12:03:56.631 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:56.633 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6467 2025-02-03 12:03:56.636 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2025-02-03 12:03:56.638 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-02-03 12:03:56.640 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-02-03 12:03:56.643 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2025-02-03 12:03:56.645 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-02-03 12:03:56.647 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-02-03 12:03:56.649 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-02-03 12:03:56.651 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-02-03 12:03:56.653 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-02-03 12:03:56.655 | + 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-02-03 12:03:56.657 | + functions-common:run_process:1654 : local service=q-l3 2025-02-03 12:03:56.659 | + 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-02-03 12:03:56.661 | + functions-common:run_process:1656 : local group= 2025-02-03 12:03:56.663 | + functions-common:run_process:1657 : local user= 2025-02-03 12:03:56.665 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:03:56.667 | + functions-common:run_process:1660 : local name=q-l3 2025-02-03 12:03:56.669 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:03:56.671 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:03:56.673 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:56.675 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:56.678 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:56.681 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584236679 2025-02-03 12:03:56.683 | + functions-common:run_process:1663 : is_service_enabled q-l3 2025-02-03 12:03:56.697 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:56.699 | + 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-02-03 12:03:56.701 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2025-02-03 12:03:56.703 | + 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-02-03 12:03:56.705 | + 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-02-03 12:03:56.708 | + 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-02-03 12:03:56.710 | + 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-02-03 12:03:56.712 | + 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-02-03 12:03:56.714 | + 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-02-03 12:03:56.716 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2025-02-03 12:03:56.718 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:03:56.720 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:03:56.722 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:03:56.724 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:03:56.727 | + 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-02-03 12:03:56.729 | + 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-02-03 12:03:56.731 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2025-02-03 12:03:56.733 | + 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-02-03 12:03:56.735 | + functions-common:write_user_unit_file:1520 : local group= 2025-02-03 12:03:56.737 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-02-03 12:03:56.739 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-02-03 12:03:56.741 | + functions-common:write_user_unit_file:1523 : local extra= 2025-02-03 12:03:56.743 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-02-03 12:03:56.745 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-02-03 12:03:56.747 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-02-03 12:03:56.750 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-02-03 12:03:56.802 | + 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-02-03 12:03:56.853 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-02-03 12:03:56.895 | + 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-02-03 12:03:56.938 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-02-03 12:03:56.980 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-02-03 12:03:57.023 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-03 12:03:57.067 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-02-03 12:03:57.069 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-02-03 12:03:57.071 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-02-03 12:03:57.123 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-02-03 12:03:57.370 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2025-02-03 12:03:57.379 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-02-03 12:03:57.623 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2025-02-03 12:03:57.647 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:03:57.649 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:57.652 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:57.654 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:57.655 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:57.657 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:57.659 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:03:57.661 | + functions-common:time_stop:2407 : start_time=1738584236679 2025-02-03 12:03:57.663 | + functions-common:time_stop:2409 : [[ -z 1738584236679 ]] 2025-02-03 12:03:57.666 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:57.669 | + functions-common:time_stop:2412 : end_time=1738584237667 2025-02-03 12:03:57.671 | + functions-common:time_stop:2413 : elapsed_time=988 2025-02-03 12:03:57.673 | + functions-common:time_stop:2414 : total=6467 2025-02-03 12:03:57.675 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:57.677 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7455 2025-02-03 12:03:57.680 | + 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-02-03 12:03:57.682 | + functions-common:run_process:1654 : local service=q-meta 2025-02-03 12:03:57.685 | + 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-02-03 12:03:57.687 | + functions-common:run_process:1656 : local group= 2025-02-03 12:03:57.689 | + functions-common:run_process:1657 : local user= 2025-02-03 12:03:57.691 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:03:57.694 | + functions-common:run_process:1660 : local name=q-meta 2025-02-03 12:03:57.696 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:03:57.698 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:03:57.700 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:57.702 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:57.705 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:57.708 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584237705 2025-02-03 12:03:57.710 | + functions-common:run_process:1663 : is_service_enabled q-meta 2025-02-03 12:03:57.724 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:57.726 | + 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-02-03 12:03:57.728 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2025-02-03 12:03:57.730 | + 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-02-03 12:03:57.732 | + 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-02-03 12:03:57.734 | + 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-02-03 12:03:57.736 | + 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-02-03 12:03:57.738 | + 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-02-03 12:03:57.740 | + 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-02-03 12:03:57.742 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2025-02-03 12:03:57.744 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:03:57.746 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:03:57.748 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:03:57.750 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:03:57.753 | + 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-02-03 12:03:57.755 | + 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-02-03 12:03:57.757 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2025-02-03 12:03:57.758 | + 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-02-03 12:03:57.760 | + functions-common:write_user_unit_file:1520 : local group= 2025-02-03 12:03:57.763 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-02-03 12:03:57.765 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-02-03 12:03:57.767 | + functions-common:write_user_unit_file:1523 : local extra= 2025-02-03 12:03:57.769 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-02-03 12:03:57.771 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-02-03 12:03:57.773 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-02-03 12:03:57.776 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-02-03 12:03:57.828 | + 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-02-03 12:03:57.884 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-02-03 12:03:57.928 | + 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-02-03 12:03:57.971 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-02-03 12:03:58.014 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-02-03 12:03:58.057 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-03 12:03:58.102 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-02-03 12:03:58.104 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-02-03 12:03:58.106 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-02-03 12:03:58.158 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-02-03 12:03:58.407 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2025-02-03 12:03:58.417 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-02-03 12:03:58.656 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2025-02-03 12:03:58.687 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:03:58.689 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:58.691 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:58.693 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:58.695 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:58.697 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:58.699 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:03:58.701 | + functions-common:time_stop:2407 : start_time=1738584237705 2025-02-03 12:03:58.703 | + functions-common:time_stop:2409 : [[ -z 1738584237705 ]] 2025-02-03 12:03:58.706 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:58.709 | + functions-common:time_stop:2412 : end_time=1738584238707 2025-02-03 12:03:58.711 | + functions-common:time_stop:2413 : elapsed_time=1002 2025-02-03 12:03:58.714 | + functions-common:time_stop:2414 : total=7455 2025-02-03 12:03:58.716 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:58.718 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8457 2025-02-03 12:03:58.720 | + 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-02-03 12:03:58.722 | + functions-common:run_process:1654 : local service=q-metering 2025-02-03 12:03:58.724 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-02-03 12:03:58.726 | + functions-common:run_process:1656 : local group= 2025-02-03 12:03:58.727 | + functions-common:run_process:1657 : local user= 2025-02-03 12:03:58.729 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:03:58.731 | + functions-common:run_process:1660 : local name=q-metering 2025-02-03 12:03:58.733 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:03:58.735 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:03:58.737 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:03:58.739 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:03:58.742 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:03:58.745 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584238743 2025-02-03 12:03:58.747 | + functions-common:run_process:1663 : is_service_enabled q-metering 2025-02-03 12:03:58.761 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:03:58.763 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:03:58.765 | + functions-common:time_stop:2400 : local name 2025-02-03 12:03:58.766 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:03:58.768 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:03:58.770 | + functions-common:time_stop:2403 : local total 2025-02-03 12:03:58.774 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:03:58.775 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:03:58.777 | + functions-common:time_stop:2407 : start_time=1738584238743 2025-02-03 12:03:58.779 | + functions-common:time_stop:2409 : [[ -z 1738584238743 ]] 2025-02-03 12:03:58.781 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:03:58.785 | + functions-common:time_stop:2412 : end_time=1738584238783 2025-02-03 12:03:58.787 | + functions-common:time_stop:2413 : elapsed_time=40 2025-02-03 12:03:58.789 | + functions-common:time_stop:2414 : total=8457 2025-02-03 12:03:58.791 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:03:58.793 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8497 2025-02-03 12:03:58.795 | + stack.sh:main:1329 : is_service_enabled q-svc 2025-02-03 12:03:58.810 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:03:58.812 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2025-02-03 12:03:58.814 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2025-02-03 12:03:58.816 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:03:58.818 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2025-02-03 12:03:58.820 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2025-02-03 12:03:58.822 | + stack.sh:main:1336 : create_neutron_initial_network 2025-02-03 12:03:58.824 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2025-02-03 12:03:58.826 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2025-02-03 12:03:58.828 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-02-03 12:03:58.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-02-03 12:04:00.286 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:00.288 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-02-03 12:04:00.289 | address-scope 2025-02-03 12:04:00.289 | router-admin-state-down-before-update 2025-02-03 12:04:00.289 | agent 2025-02-03 12:04:00.289 | agent-resources-synced 2025-02-03 12:04:00.289 | allowed-address-pairs 2025-02-03 12:04:00.289 | auto-allocated-topology 2025-02-03 12:04:00.289 | availability_zone 2025-02-03 12:04:00.289 | availability_zone_filter 2025-02-03 12:04:00.289 | default-subnetpools 2025-02-03 12:04:00.289 | dhcp_agent_scheduler 2025-02-03 12:04:00.289 | dvr 2025-02-03 12:04:00.289 | empty-string-filtering 2025-02-03 12:04:00.289 | external-net 2025-02-03 12:04:00.289 | extra_dhcp_opt 2025-02-03 12:04:00.289 | extraroute 2025-02-03 12:04:00.289 | extraroute-atomic 2025-02-03 12:04:00.289 | filter-validation 2025-02-03 12:04:00.289 | floating-ip-port-forwarding-detail 2025-02-03 12:04:00.289 | fip-port-details 2025-02-03 12:04:00.289 | flavors 2025-02-03 12:04:00.289 | floatingip-pools 2025-02-03 12:04:00.289 | ip-substring-filtering 2025-02-03 12:04:00.289 | router 2025-02-03 12:04:00.289 | ext-gw-mode 2025-02-03 12:04:00.289 | l3-ha 2025-02-03 12:04:00.289 | l3-flavors 2025-02-03 12:04:00.289 | l3-port-ip-change-not-allowed 2025-02-03 12:04:00.289 | l3_agent_scheduler 2025-02-03 12:04:00.289 | multi-provider 2025-02-03 12:04:00.289 | net-mtu 2025-02-03 12:04:00.289 | net-mtu-writable 2025-02-03 12:04:00.289 | network_availability_zone 2025-02-03 12:04:00.289 | network_ha 2025-02-03 12:04:00.289 | network-ip-availability 2025-02-03 12:04:00.289 | pagination 2025-02-03 12:04:00.289 | port-device-profile 2025-02-03 12:04:00.289 | port-mac-override 2025-02-03 12:04:00.289 | port-mac-address-regenerate 2025-02-03 12:04:00.289 | port-numa-affinity-policy 2025-02-03 12:04:00.289 | binding 2025-02-03 12:04:00.289 | binding-extended 2025-02-03 12:04:00.289 | port-security 2025-02-03 12:04:00.289 | project-id 2025-02-03 12:04:00.289 | provider 2025-02-03 12:04:00.289 | quota-check-limit 2025-02-03 12:04:00.289 | quotas 2025-02-03 12:04:00.289 | quota_details 2025-02-03 12:04:00.289 | rbac-policies 2025-02-03 12:04:00.289 | rbac-address-group 2025-02-03 12:04:00.289 | rbac-address-scope 2025-02-03 12:04:00.289 | rbac-security-groups 2025-02-03 12:04:00.289 | rbac-subnetpool 2025-02-03 12:04:00.289 | revision-if-match 2025-02-03 12:04:00.289 | standard-attr-revisions 2025-02-03 12:04:00.289 | router_availability_zone 2025-02-03 12:04:00.289 | security-groups-default-rules 2025-02-03 12:04:00.289 | security-groups-normalized-cidr 2025-02-03 12:04:00.289 | port-security-groups-filtering 2025-02-03 12:04:00.289 | security-groups-remote-address-group 2025-02-03 12:04:00.289 | security-groups-shared-filtering 2025-02-03 12:04:00.289 | security-group 2025-02-03 12:04:00.289 | service-type 2025-02-03 12:04:00.289 | sorting 2025-02-03 12:04:00.289 | standard-attr-description 2025-02-03 12:04:00.289 | stateful-security-group 2025-02-03 12:04:00.289 | subnet_onboard 2025-02-03 12:04:00.289 | subnet-service-types 2025-02-03 12:04:00.289 | subnet_allocation 2025-02-03 12:04:00.289 | subnetpool-prefix-ops 2025-02-03 12:04:00.289 | standard-attr-tag 2025-02-03 12:04:00.289 | standard-attr-timestamp 2025-02-03 12:04:00.289 | nsxt-ops' 2025-02-03 12:04:00.291 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-02-03 12:04:00.291 | address-scope 2025-02-03 12:04:00.291 | router-admin-state-down-before-update 2025-02-03 12:04:00.291 | agent 2025-02-03 12:04:00.291 | agent-resources-synced 2025-02-03 12:04:00.291 | allowed-address-pairs 2025-02-03 12:04:00.291 | auto-allocated-topology 2025-02-03 12:04:00.291 | availability_zone 2025-02-03 12:04:00.291 | availability_zone_filter 2025-02-03 12:04:00.291 | default-subnetpools 2025-02-03 12:04:00.291 | dhcp_agent_scheduler 2025-02-03 12:04:00.291 | dvr 2025-02-03 12:04:00.291 | empty-string-filtering 2025-02-03 12:04:00.291 | external-net 2025-02-03 12:04:00.291 | extra_dhcp_opt 2025-02-03 12:04:00.291 | extraroute 2025-02-03 12:04:00.291 | extraroute-atomic 2025-02-03 12:04:00.291 | filter-validation 2025-02-03 12:04:00.291 | floating-ip-port-forwarding-detail 2025-02-03 12:04:00.291 | fip-port-details 2025-02-03 12:04:00.291 | flavors 2025-02-03 12:04:00.291 | floatingip-pools 2025-02-03 12:04:00.291 | ip-substring-filtering 2025-02-03 12:04:00.291 | router 2025-02-03 12:04:00.291 | ext-gw-mode 2025-02-03 12:04:00.291 | l3-ha 2025-02-03 12:04:00.291 | l3-flavors 2025-02-03 12:04:00.291 | l3-port-ip-change-not-allowed 2025-02-03 12:04:00.291 | l3_agent_scheduler 2025-02-03 12:04:00.291 | multi-provider 2025-02-03 12:04:00.291 | net-mtu 2025-02-03 12:04:00.291 | net-mtu-writable 2025-02-03 12:04:00.291 | network_availability_zone 2025-02-03 12:04:00.291 | network_ha 2025-02-03 12:04:00.291 | network-ip-availability 2025-02-03 12:04:00.291 | pagination 2025-02-03 12:04:00.291 | port-device-profile 2025-02-03 12:04:00.291 | port-mac-override 2025-02-03 12:04:00.291 | port-mac-address-regenerate 2025-02-03 12:04:00.291 | port-numa-affinity-policy 2025-02-03 12:04:00.291 | binding 2025-02-03 12:04:00.291 | binding-extended 2025-02-03 12:04:00.291 | port-security 2025-02-03 12:04:00.291 | project-id 2025-02-03 12:04:00.291 | provider 2025-02-03 12:04:00.291 | quota-check-limit 2025-02-03 12:04:00.291 | quotas 2025-02-03 12:04:00.291 | quota_details 2025-02-03 12:04:00.291 | rbac-policies 2025-02-03 12:04:00.291 | rbac-address-group 2025-02-03 12:04:00.291 | rbac-address-scope 2025-02-03 12:04:00.292 | rbac-security-groups 2025-02-03 12:04:00.292 | rbac-subnetpool 2025-02-03 12:04:00.292 | revision-if-match 2025-02-03 12:04:00.292 | standard-attr-revisions 2025-02-03 12:04:00.292 | router_availability_zone 2025-02-03 12:04:00.292 | security-groups-default-rules 2025-02-03 12:04:00.292 | security-groups-normalized-cidr 2025-02-03 12:04:00.292 | port-security-groups-filtering 2025-02-03 12:04:00.292 | security-groups-remote-address-group 2025-02-03 12:04:00.292 | security-groups-shared-filtering 2025-02-03 12:04:00.292 | security-group 2025-02-03 12:04:00.292 | service-type 2025-02-03 12:04:00.292 | sorting 2025-02-03 12:04:00.292 | standard-attr-description 2025-02-03 12:04:00.292 | stateful-security-group 2025-02-03 12:04:00.292 | subnet_onboard 2025-02-03 12:04:00.292 | subnet-service-types 2025-02-03 12:04:00.292 | subnet_allocation 2025-02-03 12:04:00.292 | subnetpool-prefix-ops 2025-02-03 12:04:00.292 | standard-attr-tag 2025-02-03 12:04:00.292 | standard-attr-timestamp 2025-02-03 12:04:00.292 | nsxt-ops =~ auto-allocated-topology ]] 2025-02-03 12:04:00.293 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-02-03 12:04:00.296 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2025-02-03 12:04:00.298 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2025-02-03 12:04:00.300 | ++ 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-02-03 12:04:01.527 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:01.530 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=f1585068-de38-40c1-9b96-cfe19727bbb2 2025-02-03 12:04:01.532 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2025-02-03 12:04:01.534 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2025-02-03 12:04:01.536 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-02-03 12:04:01.538 | + functions-common:is_provider_network:2252 : return 1 2025-02-03 12:04:01.541 | ++ 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-02-03 12:04:03.095 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:03.097 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=faefba0e-6abc-4581-839d-2cd3a02c9dcd 2025-02-03 12:04:03.100 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' 2025-02-03 12:04:03.102 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-02-03 12:04:03.115 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2025-02-03 12:04:03.118 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2025-02-03 12:04:03.120 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z f1585068-de38-40c1-9b96-cfe19727bbb2 ']' 2025-02-03 12:04:03.122 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2025-02-03 12:04:03.124 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2025-02-03 12:04:03.126 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool f1585068-de38-40c1-9b96-cfe19727bbb2 ' 2025-02-03 12:04:03.128 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2025-02-03 12:04:03.130 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network faefba0e-6abc-4581-839d-2cd3a02c9dcd private-subnet' 2025-02-03 12:04:03.132 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2025-02-03 12:04:03.135 | +++ 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 f1585068-de38-40c1-9b96-cfe19727bbb2 --network faefba0e-6abc-4581-839d-2cd3a02c9dcd private-subnet -f value -c id 2025-02-03 12:04:04.597 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:04.600 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=70a9d4cf-3beb-4dd7-b67f-2963d848643e 2025-02-03 12:04:04.602 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' 2025-02-03 12:04:04.604 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-02-03 12:04:04.617 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo 70a9d4cf-3beb-4dd7-b67f-2963d848643e 2025-02-03 12:04:04.621 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=70a9d4cf-3beb-4dd7-b67f-2963d848643e 2025-02-03 12:04:04.624 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2025-02-03 12:04:04.626 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2025-02-03 12:04:04.628 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2025-02-03 12:04:04.631 | ++ 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-02-03 12:04:05.950 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:05.952 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-02-03 12:04:05.952 | address-scope 2025-02-03 12:04:05.952 | router-admin-state-down-before-update 2025-02-03 12:04:05.952 | agent 2025-02-03 12:04:05.952 | agent-resources-synced 2025-02-03 12:04:05.952 | allowed-address-pairs 2025-02-03 12:04:05.952 | auto-allocated-topology 2025-02-03 12:04:05.952 | availability_zone 2025-02-03 12:04:05.952 | availability_zone_filter 2025-02-03 12:04:05.952 | default-subnetpools 2025-02-03 12:04:05.952 | dhcp_agent_scheduler 2025-02-03 12:04:05.952 | dvr 2025-02-03 12:04:05.952 | empty-string-filtering 2025-02-03 12:04:05.952 | external-net 2025-02-03 12:04:05.952 | extra_dhcp_opt 2025-02-03 12:04:05.952 | extraroute 2025-02-03 12:04:05.952 | extraroute-atomic 2025-02-03 12:04:05.952 | filter-validation 2025-02-03 12:04:05.952 | floating-ip-port-forwarding-detail 2025-02-03 12:04:05.952 | fip-port-details 2025-02-03 12:04:05.952 | flavors 2025-02-03 12:04:05.952 | floatingip-pools 2025-02-03 12:04:05.952 | ip-substring-filtering 2025-02-03 12:04:05.952 | router 2025-02-03 12:04:05.952 | ext-gw-mode 2025-02-03 12:04:05.952 | l3-ha 2025-02-03 12:04:05.952 | l3-flavors 2025-02-03 12:04:05.952 | l3-port-ip-change-not-allowed 2025-02-03 12:04:05.952 | l3_agent_scheduler 2025-02-03 12:04:05.952 | multi-provider 2025-02-03 12:04:05.952 | net-mtu 2025-02-03 12:04:05.952 | net-mtu-writable 2025-02-03 12:04:05.952 | network_availability_zone 2025-02-03 12:04:05.952 | network_ha 2025-02-03 12:04:05.952 | network-ip-availability 2025-02-03 12:04:05.952 | pagination 2025-02-03 12:04:05.952 | port-device-profile 2025-02-03 12:04:05.952 | port-mac-override 2025-02-03 12:04:05.952 | port-mac-address-regenerate 2025-02-03 12:04:05.952 | port-numa-affinity-policy 2025-02-03 12:04:05.952 | binding 2025-02-03 12:04:05.952 | binding-extended 2025-02-03 12:04:05.952 | port-security 2025-02-03 12:04:05.952 | project-id 2025-02-03 12:04:05.952 | provider 2025-02-03 12:04:05.952 | quota-check-limit 2025-02-03 12:04:05.952 | quotas 2025-02-03 12:04:05.952 | quota_details 2025-02-03 12:04:05.952 | rbac-policies 2025-02-03 12:04:05.952 | rbac-address-group 2025-02-03 12:04:05.952 | rbac-address-scope 2025-02-03 12:04:05.952 | rbac-security-groups 2025-02-03 12:04:05.952 | rbac-subnetpool 2025-02-03 12:04:05.952 | revision-if-match 2025-02-03 12:04:05.952 | standard-attr-revisions 2025-02-03 12:04:05.952 | router_availability_zone 2025-02-03 12:04:05.952 | security-groups-default-rules 2025-02-03 12:04:05.952 | security-groups-normalized-cidr 2025-02-03 12:04:05.952 | port-security-groups-filtering 2025-02-03 12:04:05.952 | security-groups-remote-address-group 2025-02-03 12:04:05.952 | security-groups-shared-filtering 2025-02-03 12:04:05.952 | security-group 2025-02-03 12:04:05.952 | service-type 2025-02-03 12:04:05.952 | sorting 2025-02-03 12:04:05.952 | standard-attr-description 2025-02-03 12:04:05.952 | stateful-security-group 2025-02-03 12:04:05.952 | subnet_onboard 2025-02-03 12:04:05.952 | subnet-service-types 2025-02-03 12:04:05.952 | subnet_allocation 2025-02-03 12:04:05.952 | subnetpool-prefix-ops 2025-02-03 12:04:05.952 | standard-attr-tag 2025-02-03 12:04:05.952 | standard-attr-timestamp 2025-02-03 12:04:05.953 | nsxt-ops' 2025-02-03 12:04:05.955 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-02-03 12:04:05.955 | address-scope 2025-02-03 12:04:05.955 | router-admin-state-down-before-update 2025-02-03 12:04:05.955 | agent 2025-02-03 12:04:05.955 | agent-resources-synced 2025-02-03 12:04:05.955 | allowed-address-pairs 2025-02-03 12:04:05.955 | auto-allocated-topology 2025-02-03 12:04:05.955 | availability_zone 2025-02-03 12:04:05.955 | availability_zone_filter 2025-02-03 12:04:05.955 | default-subnetpools 2025-02-03 12:04:05.955 | dhcp_agent_scheduler 2025-02-03 12:04:05.955 | dvr 2025-02-03 12:04:05.955 | empty-string-filtering 2025-02-03 12:04:05.955 | external-net 2025-02-03 12:04:05.955 | extra_dhcp_opt 2025-02-03 12:04:05.955 | extraroute 2025-02-03 12:04:05.955 | extraroute-atomic 2025-02-03 12:04:05.955 | filter-validation 2025-02-03 12:04:05.955 | floating-ip-port-forwarding-detail 2025-02-03 12:04:05.955 | fip-port-details 2025-02-03 12:04:05.955 | flavors 2025-02-03 12:04:05.955 | floatingip-pools 2025-02-03 12:04:05.955 | ip-substring-filtering 2025-02-03 12:04:05.955 | router 2025-02-03 12:04:05.955 | ext-gw-mode 2025-02-03 12:04:05.955 | l3-ha 2025-02-03 12:04:05.955 | l3-flavors 2025-02-03 12:04:05.955 | l3-port-ip-change-not-allowed 2025-02-03 12:04:05.955 | l3_agent_scheduler 2025-02-03 12:04:05.955 | multi-provider 2025-02-03 12:04:05.955 | net-mtu 2025-02-03 12:04:05.955 | net-mtu-writable 2025-02-03 12:04:05.955 | network_availability_zone 2025-02-03 12:04:05.955 | network_ha 2025-02-03 12:04:05.955 | network-ip-availability 2025-02-03 12:04:05.955 | pagination 2025-02-03 12:04:05.955 | port-device-profile 2025-02-03 12:04:05.955 | port-mac-override 2025-02-03 12:04:05.955 | port-mac-address-regenerate 2025-02-03 12:04:05.955 | port-numa-affinity-policy 2025-02-03 12:04:05.955 | binding 2025-02-03 12:04:05.955 | binding-extended 2025-02-03 12:04:05.955 | port-security 2025-02-03 12:04:05.955 | project-id 2025-02-03 12:04:05.955 | provider 2025-02-03 12:04:05.955 | quota-check-limit 2025-02-03 12:04:05.955 | quotas 2025-02-03 12:04:05.955 | quota_details 2025-02-03 12:04:05.955 | rbac-policies 2025-02-03 12:04:05.955 | rbac-address-group 2025-02-03 12:04:05.955 | rbac-address-scope 2025-02-03 12:04:05.955 | rbac-security-groups 2025-02-03 12:04:05.955 | rbac-subnetpool 2025-02-03 12:04:05.955 | revision-if-match 2025-02-03 12:04:05.955 | standard-attr-revisions 2025-02-03 12:04:05.955 | router_availability_zone 2025-02-03 12:04:05.955 | security-groups-default-rules 2025-02-03 12:04:05.955 | security-groups-normalized-cidr 2025-02-03 12:04:05.955 | port-security-groups-filtering 2025-02-03 12:04:05.955 | security-groups-remote-address-group 2025-02-03 12:04:05.955 | security-groups-shared-filtering 2025-02-03 12:04:05.955 | security-group 2025-02-03 12:04:05.955 | service-type 2025-02-03 12:04:05.955 | sorting 2025-02-03 12:04:05.955 | standard-attr-description 2025-02-03 12:04:05.955 | stateful-security-group 2025-02-03 12:04:05.955 | subnet_onboard 2025-02-03 12:04:05.955 | subnet-service-types 2025-02-03 12:04:05.955 | subnet_allocation 2025-02-03 12:04:05.955 | subnetpool-prefix-ops 2025-02-03 12:04:05.955 | standard-attr-tag 2025-02-03 12:04:05.955 | standard-attr-timestamp 2025-02-03 12:04:05.955 | nsxt-ops =~ router ]] 2025-02-03 12:04:05.957 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-02-03 12:04:05.959 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2025-02-03 12:04:05.961 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-02-03 12:04:05.964 | ++ 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-02-03 12:04:07.119 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:07.122 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-02-03 12:04:07.122 | address-scope 2025-02-03 12:04:07.122 | router-admin-state-down-before-update 2025-02-03 12:04:07.122 | agent 2025-02-03 12:04:07.122 | agent-resources-synced 2025-02-03 12:04:07.122 | allowed-address-pairs 2025-02-03 12:04:07.122 | auto-allocated-topology 2025-02-03 12:04:07.122 | availability_zone 2025-02-03 12:04:07.122 | availability_zone_filter 2025-02-03 12:04:07.122 | default-subnetpools 2025-02-03 12:04:07.122 | dhcp_agent_scheduler 2025-02-03 12:04:07.122 | dvr 2025-02-03 12:04:07.122 | empty-string-filtering 2025-02-03 12:04:07.122 | external-net 2025-02-03 12:04:07.122 | extra_dhcp_opt 2025-02-03 12:04:07.122 | extraroute 2025-02-03 12:04:07.122 | extraroute-atomic 2025-02-03 12:04:07.122 | filter-validation 2025-02-03 12:04:07.122 | floating-ip-port-forwarding-detail 2025-02-03 12:04:07.122 | fip-port-details 2025-02-03 12:04:07.122 | flavors 2025-02-03 12:04:07.122 | floatingip-pools 2025-02-03 12:04:07.122 | ip-substring-filtering 2025-02-03 12:04:07.122 | router 2025-02-03 12:04:07.122 | ext-gw-mode 2025-02-03 12:04:07.122 | l3-ha 2025-02-03 12:04:07.122 | l3-flavors 2025-02-03 12:04:07.122 | l3-port-ip-change-not-allowed 2025-02-03 12:04:07.122 | l3_agent_scheduler 2025-02-03 12:04:07.122 | multi-provider 2025-02-03 12:04:07.122 | net-mtu 2025-02-03 12:04:07.122 | net-mtu-writable 2025-02-03 12:04:07.122 | network_availability_zone 2025-02-03 12:04:07.122 | network_ha 2025-02-03 12:04:07.122 | network-ip-availability 2025-02-03 12:04:07.122 | pagination 2025-02-03 12:04:07.122 | port-device-profile 2025-02-03 12:04:07.122 | port-mac-override 2025-02-03 12:04:07.122 | port-mac-address-regenerate 2025-02-03 12:04:07.122 | port-numa-affinity-policy 2025-02-03 12:04:07.122 | binding 2025-02-03 12:04:07.122 | binding-extended 2025-02-03 12:04:07.122 | port-security 2025-02-03 12:04:07.122 | project-id 2025-02-03 12:04:07.122 | provider 2025-02-03 12:04:07.122 | quota-check-limit 2025-02-03 12:04:07.122 | quotas 2025-02-03 12:04:07.122 | quota_details 2025-02-03 12:04:07.122 | rbac-policies 2025-02-03 12:04:07.122 | rbac-address-group 2025-02-03 12:04:07.122 | rbac-address-scope 2025-02-03 12:04:07.122 | rbac-security-groups 2025-02-03 12:04:07.122 | rbac-subnetpool 2025-02-03 12:04:07.122 | revision-if-match 2025-02-03 12:04:07.123 | standard-attr-revisions 2025-02-03 12:04:07.123 | router_availability_zone 2025-02-03 12:04:07.123 | security-groups-default-rules 2025-02-03 12:04:07.123 | security-groups-normalized-cidr 2025-02-03 12:04:07.123 | port-security-groups-filtering 2025-02-03 12:04:07.123 | security-groups-remote-address-group 2025-02-03 12:04:07.123 | security-groups-shared-filtering 2025-02-03 12:04:07.123 | security-group 2025-02-03 12:04:07.123 | service-type 2025-02-03 12:04:07.123 | sorting 2025-02-03 12:04:07.123 | standard-attr-description 2025-02-03 12:04:07.123 | stateful-security-group 2025-02-03 12:04:07.123 | subnet_onboard 2025-02-03 12:04:07.123 | subnet-service-types 2025-02-03 12:04:07.123 | subnet_allocation 2025-02-03 12:04:07.123 | subnetpool-prefix-ops 2025-02-03 12:04:07.123 | standard-attr-tag 2025-02-03 12:04:07.123 | standard-attr-timestamp 2025-02-03 12:04:07.123 | nsxt-ops' 2025-02-03 12:04:07.125 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-02-03 12:04:07.125 | address-scope 2025-02-03 12:04:07.125 | router-admin-state-down-before-update 2025-02-03 12:04:07.125 | agent 2025-02-03 12:04:07.125 | agent-resources-synced 2025-02-03 12:04:07.125 | allowed-address-pairs 2025-02-03 12:04:07.125 | auto-allocated-topology 2025-02-03 12:04:07.125 | availability_zone 2025-02-03 12:04:07.125 | availability_zone_filter 2025-02-03 12:04:07.125 | default-subnetpools 2025-02-03 12:04:07.125 | dhcp_agent_scheduler 2025-02-03 12:04:07.125 | dvr 2025-02-03 12:04:07.125 | empty-string-filtering 2025-02-03 12:04:07.125 | external-net 2025-02-03 12:04:07.125 | extra_dhcp_opt 2025-02-03 12:04:07.125 | extraroute 2025-02-03 12:04:07.125 | extraroute-atomic 2025-02-03 12:04:07.125 | filter-validation 2025-02-03 12:04:07.125 | floating-ip-port-forwarding-detail 2025-02-03 12:04:07.125 | fip-port-details 2025-02-03 12:04:07.125 | flavors 2025-02-03 12:04:07.125 | floatingip-pools 2025-02-03 12:04:07.125 | ip-substring-filtering 2025-02-03 12:04:07.125 | router 2025-02-03 12:04:07.125 | ext-gw-mode 2025-02-03 12:04:07.125 | l3-ha 2025-02-03 12:04:07.125 | l3-flavors 2025-02-03 12:04:07.125 | l3-port-ip-change-not-allowed 2025-02-03 12:04:07.125 | l3_agent_scheduler 2025-02-03 12:04:07.125 | multi-provider 2025-02-03 12:04:07.125 | net-mtu 2025-02-03 12:04:07.125 | net-mtu-writable 2025-02-03 12:04:07.125 | network_availability_zone 2025-02-03 12:04:07.125 | network_ha 2025-02-03 12:04:07.125 | network-ip-availability 2025-02-03 12:04:07.125 | pagination 2025-02-03 12:04:07.125 | port-device-profile 2025-02-03 12:04:07.125 | port-mac-override 2025-02-03 12:04:07.125 | port-mac-address-regenerate 2025-02-03 12:04:07.125 | port-numa-affinity-policy 2025-02-03 12:04:07.125 | binding 2025-02-03 12:04:07.125 | binding-extended 2025-02-03 12:04:07.125 | port-security 2025-02-03 12:04:07.125 | project-id 2025-02-03 12:04:07.125 | provider 2025-02-03 12:04:07.125 | quota-check-limit 2025-02-03 12:04:07.125 | quotas 2025-02-03 12:04:07.125 | quota_details 2025-02-03 12:04:07.125 | rbac-policies 2025-02-03 12:04:07.125 | rbac-address-group 2025-02-03 12:04:07.125 | rbac-address-scope 2025-02-03 12:04:07.125 | rbac-security-groups 2025-02-03 12:04:07.125 | rbac-subnetpool 2025-02-03 12:04:07.126 | revision-if-match 2025-02-03 12:04:07.126 | standard-attr-revisions 2025-02-03 12:04:07.126 | router_availability_zone 2025-02-03 12:04:07.126 | security-groups-default-rules 2025-02-03 12:04:07.126 | security-groups-normalized-cidr 2025-02-03 12:04:07.126 | port-security-groups-filtering 2025-02-03 12:04:07.126 | security-groups-remote-address-group 2025-02-03 12:04:07.126 | security-groups-shared-filtering 2025-02-03 12:04:07.126 | security-group 2025-02-03 12:04:07.126 | service-type 2025-02-03 12:04:07.126 | sorting 2025-02-03 12:04:07.126 | standard-attr-description 2025-02-03 12:04:07.126 | stateful-security-group 2025-02-03 12:04:07.126 | subnet_onboard 2025-02-03 12:04:07.126 | subnet-service-types 2025-02-03 12:04:07.126 | subnet_allocation 2025-02-03 12:04:07.126 | subnetpool-prefix-ops 2025-02-03 12:04:07.126 | standard-attr-tag 2025-02-03 12:04:07.126 | standard-attr-timestamp 2025-02-03 12:04:07.126 | nsxt-ops =~ external-net ]] 2025-02-03 12:04:07.127 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-02-03 12:04:07.129 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2025-02-03 12:04:07.132 | ++ 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-02-03 12:04:08.362 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:08.364 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=12226512-7a4c-482b-b657-cdd39d3f4f1f 2025-02-03 12:04:08.366 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2025-02-03 12:04:08.369 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-02-03 12:04:08.382 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2025-02-03 12:04:08.384 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2025-02-03 12:04:08.386 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-02-03 12:04:08.388 | ++ 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-02-03 12:04:09.548 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:09.551 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-02-03 12:04:09.551 | address-scope 2025-02-03 12:04:09.551 | router-admin-state-down-before-update 2025-02-03 12:04:09.551 | agent 2025-02-03 12:04:09.551 | agent-resources-synced 2025-02-03 12:04:09.551 | allowed-address-pairs 2025-02-03 12:04:09.551 | auto-allocated-topology 2025-02-03 12:04:09.551 | availability_zone 2025-02-03 12:04:09.551 | availability_zone_filter 2025-02-03 12:04:09.551 | default-subnetpools 2025-02-03 12:04:09.551 | dhcp_agent_scheduler 2025-02-03 12:04:09.551 | dvr 2025-02-03 12:04:09.551 | empty-string-filtering 2025-02-03 12:04:09.551 | external-net 2025-02-03 12:04:09.551 | extra_dhcp_opt 2025-02-03 12:04:09.551 | extraroute 2025-02-03 12:04:09.551 | extraroute-atomic 2025-02-03 12:04:09.551 | filter-validation 2025-02-03 12:04:09.551 | floating-ip-port-forwarding-detail 2025-02-03 12:04:09.551 | fip-port-details 2025-02-03 12:04:09.551 | flavors 2025-02-03 12:04:09.551 | floatingip-pools 2025-02-03 12:04:09.551 | ip-substring-filtering 2025-02-03 12:04:09.551 | router 2025-02-03 12:04:09.551 | ext-gw-mode 2025-02-03 12:04:09.551 | l3-ha 2025-02-03 12:04:09.551 | l3-flavors 2025-02-03 12:04:09.551 | l3-port-ip-change-not-allowed 2025-02-03 12:04:09.551 | l3_agent_scheduler 2025-02-03 12:04:09.551 | multi-provider 2025-02-03 12:04:09.551 | net-mtu 2025-02-03 12:04:09.551 | net-mtu-writable 2025-02-03 12:04:09.551 | network_availability_zone 2025-02-03 12:04:09.551 | network_ha 2025-02-03 12:04:09.551 | network-ip-availability 2025-02-03 12:04:09.551 | pagination 2025-02-03 12:04:09.551 | port-device-profile 2025-02-03 12:04:09.551 | port-mac-override 2025-02-03 12:04:09.551 | port-mac-address-regenerate 2025-02-03 12:04:09.551 | port-numa-affinity-policy 2025-02-03 12:04:09.551 | binding 2025-02-03 12:04:09.551 | binding-extended 2025-02-03 12:04:09.551 | port-security 2025-02-03 12:04:09.551 | project-id 2025-02-03 12:04:09.551 | provider 2025-02-03 12:04:09.551 | quota-check-limit 2025-02-03 12:04:09.551 | quotas 2025-02-03 12:04:09.551 | quota_details 2025-02-03 12:04:09.551 | rbac-policies 2025-02-03 12:04:09.551 | rbac-address-group 2025-02-03 12:04:09.551 | rbac-address-scope 2025-02-03 12:04:09.551 | rbac-security-groups 2025-02-03 12:04:09.551 | rbac-subnetpool 2025-02-03 12:04:09.551 | revision-if-match 2025-02-03 12:04:09.551 | standard-attr-revisions 2025-02-03 12:04:09.551 | router_availability_zone 2025-02-03 12:04:09.551 | security-groups-default-rules 2025-02-03 12:04:09.551 | security-groups-normalized-cidr 2025-02-03 12:04:09.551 | port-security-groups-filtering 2025-02-03 12:04:09.551 | security-groups-remote-address-group 2025-02-03 12:04:09.551 | security-groups-shared-filtering 2025-02-03 12:04:09.551 | security-group 2025-02-03 12:04:09.551 | service-type 2025-02-03 12:04:09.551 | sorting 2025-02-03 12:04:09.551 | standard-attr-description 2025-02-03 12:04:09.551 | stateful-security-group 2025-02-03 12:04:09.551 | subnet_onboard 2025-02-03 12:04:09.551 | subnet-service-types 2025-02-03 12:04:09.551 | subnet_allocation 2025-02-03 12:04:09.551 | subnetpool-prefix-ops 2025-02-03 12:04:09.551 | standard-attr-tag 2025-02-03 12:04:09.551 | standard-attr-timestamp 2025-02-03 12:04:09.552 | nsxt-ops' 2025-02-03 12:04:09.554 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-02-03 12:04:09.554 | address-scope 2025-02-03 12:04:09.554 | router-admin-state-down-before-update 2025-02-03 12:04:09.554 | agent 2025-02-03 12:04:09.554 | agent-resources-synced 2025-02-03 12:04:09.554 | allowed-address-pairs 2025-02-03 12:04:09.554 | auto-allocated-topology 2025-02-03 12:04:09.554 | availability_zone 2025-02-03 12:04:09.554 | availability_zone_filter 2025-02-03 12:04:09.554 | default-subnetpools 2025-02-03 12:04:09.554 | dhcp_agent_scheduler 2025-02-03 12:04:09.554 | dvr 2025-02-03 12:04:09.554 | empty-string-filtering 2025-02-03 12:04:09.554 | external-net 2025-02-03 12:04:09.554 | extra_dhcp_opt 2025-02-03 12:04:09.554 | extraroute 2025-02-03 12:04:09.554 | extraroute-atomic 2025-02-03 12:04:09.554 | filter-validation 2025-02-03 12:04:09.554 | floating-ip-port-forwarding-detail 2025-02-03 12:04:09.554 | fip-port-details 2025-02-03 12:04:09.554 | flavors 2025-02-03 12:04:09.554 | floatingip-pools 2025-02-03 12:04:09.554 | ip-substring-filtering 2025-02-03 12:04:09.554 | router 2025-02-03 12:04:09.554 | ext-gw-mode 2025-02-03 12:04:09.554 | l3-ha 2025-02-03 12:04:09.554 | l3-flavors 2025-02-03 12:04:09.554 | l3-port-ip-change-not-allowed 2025-02-03 12:04:09.554 | l3_agent_scheduler 2025-02-03 12:04:09.554 | multi-provider 2025-02-03 12:04:09.554 | net-mtu 2025-02-03 12:04:09.554 | net-mtu-writable 2025-02-03 12:04:09.554 | network_availability_zone 2025-02-03 12:04:09.554 | network_ha 2025-02-03 12:04:09.554 | network-ip-availability 2025-02-03 12:04:09.554 | pagination 2025-02-03 12:04:09.554 | port-device-profile 2025-02-03 12:04:09.554 | port-mac-override 2025-02-03 12:04:09.554 | port-mac-address-regenerate 2025-02-03 12:04:09.554 | port-numa-affinity-policy 2025-02-03 12:04:09.554 | binding 2025-02-03 12:04:09.554 | binding-extended 2025-02-03 12:04:09.554 | port-security 2025-02-03 12:04:09.554 | project-id 2025-02-03 12:04:09.554 | provider 2025-02-03 12:04:09.554 | quota-check-limit 2025-02-03 12:04:09.554 | quotas 2025-02-03 12:04:09.554 | quota_details 2025-02-03 12:04:09.554 | rbac-policies 2025-02-03 12:04:09.554 | rbac-address-group 2025-02-03 12:04:09.554 | rbac-address-scope 2025-02-03 12:04:09.554 | rbac-security-groups 2025-02-03 12:04:09.554 | rbac-subnetpool 2025-02-03 12:04:09.554 | revision-if-match 2025-02-03 12:04:09.554 | standard-attr-revisions 2025-02-03 12:04:09.554 | router_availability_zone 2025-02-03 12:04:09.554 | security-groups-default-rules 2025-02-03 12:04:09.554 | security-groups-normalized-cidr 2025-02-03 12:04:09.554 | port-security-groups-filtering 2025-02-03 12:04:09.554 | security-groups-remote-address-group 2025-02-03 12:04:09.554 | security-groups-shared-filtering 2025-02-03 12:04:09.554 | security-group 2025-02-03 12:04:09.554 | service-type 2025-02-03 12:04:09.554 | sorting 2025-02-03 12:04:09.554 | standard-attr-description 2025-02-03 12:04:09.554 | stateful-security-group 2025-02-03 12:04:09.554 | subnet_onboard 2025-02-03 12:04:09.554 | subnet-service-types 2025-02-03 12:04:09.554 | subnet_allocation 2025-02-03 12:04:09.554 | subnetpool-prefix-ops 2025-02-03 12:04:09.554 | standard-attr-tag 2025-02-03 12:04:09.554 | standard-attr-timestamp 2025-02-03 12:04:09.554 | nsxt-ops =~ auto-allocated-topology ]] 2025-02-03 12:04:09.556 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-02-03 12:04:09.558 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-02-03 12:04:09.560 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2025-02-03 12:04:09.563 | ++ 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-02-03 12:04:10.866 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:10.869 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=642615d2-548b-44db-9e29-a1466742c284 2025-02-03 12:04:10.871 | + 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-02-03 12:04:10.873 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-02-03 12:04:10.888 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2025-02-03 12:04:10.891 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2025-02-03 12:04:10.893 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 12226512-7a4c-482b-b657-cdd39d3f4f1f 70a9d4cf-3beb-4dd7-b67f-2963d848643e 2025-02-03 12:04:13.058 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2025-02-03 12:04:13.061 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 642615d2-548b-44db-9e29-a1466742c284 2025-02-03 12:04:13.063 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2025-02-03 12:04:13.066 | ++ 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-02-03 12:04:13.068 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2025-02-03 12:04:13.070 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2025-02-03 12:04:13.072 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network 642615d2-548b-44db-9e29-a1466742c284 --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-02-03 12:04:13.075 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2025-02-03 12:04:13.077 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2025-02-03 12:04:13.080 | +++ 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 642615d2-548b-44db-9e29-a1466742c284 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-02-03 12:04:13.081 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2025-02-03 12:04:14.516 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:14.519 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-02-03 12:04:14.519 | | id | 8609b0f1-e915-4416-98c0-6cbcc58f67d6 |' 2025-02-03 12:04:14.520 | ++ 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-02-03 12:04:14.522 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-02-03 12:04:14.535 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 8609b0f1-e915-4416-98c0-6cbcc58f67d6 '|' 2025-02-03 12:04:14.537 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 8609b0f1-e915-4416-98c0-6cbcc58f67d6 |' 2025-02-03 12:04:14.539 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2025-02-03 12:04:14.542 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 8609b0f1-e915-4416-98c0-6cbcc58f67d6 '|' 2025-02-03 12:04:14.542 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2025-02-03 12:04:14.544 | ++ functions-common:get_field:789 : local data field 2025-02-03 12:04:14.546 | ++ functions-common:get_field:790 : read data 2025-02-03 12:04:14.547 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2025-02-03 12:04:14.549 | ++ functions-common:get_field:794 : field='$3' 2025-02-03 12:04:14.551 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 8609b0f1-e915-4416-98c0-6cbcc58f67d6 |' 2025-02-03 12:04:14.552 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-02-03 12:04:14.556 | ++ functions-common:get_field:790 : read data 2025-02-03 12:04:14.558 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2025-02-03 12:04:14.561 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 8609b0f1-e915-4416-98c0-6cbcc58f67d6 '|' 2025-02-03 12:04:14.561 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2025-02-03 12:04:14.563 | ++ functions-common:get_field:789 : local data field 2025-02-03 12:04:14.565 | ++ functions-common:get_field:790 : read data 2025-02-03 12:04:14.567 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2025-02-03 12:04:14.569 | ++ functions-common:get_field:794 : field='$6' 2025-02-03 12:04:14.571 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 8609b0f1-e915-4416-98c0-6cbcc58f67d6 |' 2025-02-03 12:04:14.571 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-02-03 12:04:14.575 | ++ functions-common:get_field:790 : read data 2025-02-03 12:04:14.578 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=8609b0f1-e915-4416-98c0-6cbcc58f67d6 2025-02-03 12:04:14.580 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 642615d2-548b-44db-9e29-a1466742c284 12226512-7a4c-482b-b657-cdd39d3f4f1f 2025-02-03 12:04:16.652 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2025-02-03 12:04:16.654 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2025-02-03 12:04:16.666 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:16.668 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2025-02-03 12:04:16.670 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2025-02-03 12:04:16.672 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-02-03 12:04:16.674 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2025-02-03 12:04:16.676 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2025-02-03 12:04:16.678 | ++ 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-02-03 12:04:16.690 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2025-02-03 12:04:16.692 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2025-02-03 12:04:16.694 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2025-02-03 12:04:16.696 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2025-02-03 12:04:16.699 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2025-02-03 12:04:16.700 | + 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-02-03 12:04:16.702 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2025-02-03 12:04:16.704 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2025-02-03 12:04:16.706 | + functions-common:test_with_retry:2340 : local until=10 2025-02-03 12:04:16.707 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-02-03 12:04:16.709 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-02-03 12:04:16.711 | + functions-common:time_start:2386 : local name=test_with_retry 2025-02-03 12:04:16.713 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:16.715 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:16.718 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:16.721 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584256719 2025-02-03 12:04:16.723 | + functions-common:test_with_retry:2344 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-02-03 12:04:16.729 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-02-03 12:04:16.730 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:16.732 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:16.734 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:16.736 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:16.738 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:16.740 | + functions-common:time_stop:2406 : name=test_with_retry 2025-02-03 12:04:16.741 | + functions-common:time_stop:2407 : start_time=1738584256719 2025-02-03 12:04:16.743 | + functions-common:time_stop:2409 : [[ -z 1738584256719 ]] 2025-02-03 12:04:16.746 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:16.749 | + functions-common:time_stop:2412 : end_time=1738584256747 2025-02-03 12:04:16.751 | + functions-common:time_stop:2413 : elapsed_time=28 2025-02-03 12:04:16.752 | + functions-common:time_stop:2414 : total=3061 2025-02-03 12:04:16.754 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:16.756 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3089 2025-02-03 12:04:16.759 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2025-02-03 12:04:16.759 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2025-02-03 12:04:16.764 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2025-02-03 12:04:16.766 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2025-02-03 12:04:16.768 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-02-03 12:04:16.770 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-02-03 12:04:16.773 | ++ 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-02-03 12:04:16.773 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2025-02-03 12:04:16.774 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2025-02-03 12:04:16.774 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2025-02-03 12:04:17.941 | ++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:17.945 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.143 ' 2025-02-03 12:04:17.947 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-02-03 12:04:17.949 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-02-03 12:04:17.962 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2025-02-03 12:04:17.964 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2025-02-03 12:04:17.966 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2025-02-03 12:04:17.968 | + stack.sh:main:1341 : is_service_enabled nova 2025-02-03 12:04:17.982 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:17.984 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2025-02-03 12:04:17.986 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:04:17.988 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2025-02-03 12:04:17.990 | + stack.sh:main:1343 : start_nova 2025-02-03 12:04:17.992 | + lib/nova:start_nova:1184 : start_nova_rest 2025-02-03 12:04:17.994 | + 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-02-03 12:04:17.996 | + 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-02-03 12:04:17.999 | + 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-02-03 12:04:18.001 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2025-02-03 12:04:18.003 | + lib/nova:start_nova_rest:1098 : run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-03 12:04:18.005 | + functions-common:run_process:1654 : local service=n-sch 2025-02-03 12:04:18.007 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-03 12:04:18.009 | + functions-common:run_process:1656 : local group= 2025-02-03 12:04:18.012 | + functions-common:run_process:1657 : local user= 2025-02-03 12:04:18.014 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:04:18.016 | + functions-common:run_process:1660 : local name=n-sch 2025-02-03 12:04:18.018 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:04:18.020 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:04:18.023 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:18.024 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:18.027 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:18.031 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584258028 2025-02-03 12:04:18.033 | + functions-common:run_process:1663 : is_service_enabled n-sch 2025-02-03 12:04:18.046 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:18.049 | + functions-common:run_process:1664 : _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-02-03 12:04:18.051 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2025-02-03 12:04:18.053 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-03 12:04:18.055 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-03 12:04:18.057 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-03 12:04:18.059 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-03 12:04:18.060 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-02-03 12:04:18.063 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-02-03 12:04:18.065 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2025-02-03 12:04:18.067 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:04:18.069 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:04:18.071 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:04:18.073 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:04:18.075 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-02-03 12:04:18.077 | + 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-02-03 12:04:18.079 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2025-02-03 12:04:18.081 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-03 12:04:18.083 | + functions-common:write_user_unit_file:1520 : local group= 2025-02-03 12:04:18.084 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-02-03 12:04:18.086 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-02-03 12:04:18.088 | + functions-common:write_user_unit_file:1523 : local extra= 2025-02-03 12:04:18.090 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-02-03 12:04:18.092 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-02-03 12:04:18.094 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-02-03 12:04:18.097 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-02-03 12:04:18.146 | + 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-02-03 12:04:18.196 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-02-03 12:04:18.237 | + 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-02-03 12:04:18.280 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-02-03 12:04:18.322 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-02-03 12:04:18.365 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-03 12:04:18.408 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-02-03 12:04:18.410 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-02-03 12:04:18.412 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-02-03 12:04:18.464 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-02-03 12:04:18.707 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2025-02-03 12:04:18.716 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-02-03 12:04:18.943 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2025-02-03 12:04:18.968 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:04:18.971 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:18.973 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:18.977 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:18.977 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:18.983 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:18.985 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:04:18.990 | + functions-common:time_stop:2407 : start_time=1738584258028 2025-02-03 12:04:18.992 | + functions-common:time_stop:2409 : [[ -z 1738584258028 ]] 2025-02-03 12:04:18.995 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:18.998 | + functions-common:time_stop:2412 : end_time=1738584258996 2025-02-03 12:04:19.000 | + functions-common:time_stop:2413 : elapsed_time=968 2025-02-03 12:04:19.002 | + functions-common:time_stop:2414 : total=8497 2025-02-03 12:04:19.006 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:19.008 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9465 2025-02-03 12:04:19.014 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2025-02-03 12:04:19.017 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2025-02-03 12:04:19.020 | + 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-02-03 12:04:19.022 | + functions-common:run_process:1654 : local service=n-api-meta 2025-02-03 12:04:19.025 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-02-03 12:04:19.026 | + functions-common:run_process:1656 : local group= 2025-02-03 12:04:19.028 | + functions-common:run_process:1657 : local user= 2025-02-03 12:04:19.030 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:04:19.033 | + functions-common:run_process:1660 : local name=n-api-meta 2025-02-03 12:04:19.035 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:04:19.036 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:04:19.039 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:19.041 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:19.044 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:19.047 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584259044 2025-02-03 12:04:19.049 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2025-02-03 12:04:19.063 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:19.065 | + 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-02-03 12:04:19.067 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2025-02-03 12:04:19.069 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-02-03 12:04:19.071 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-02-03 12:04:19.073 | + 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-02-03 12:04:19.075 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-02-03 12:04:19.077 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-02-03 12:04:19.080 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-02-03 12:04:19.082 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2025-02-03 12:04:19.084 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:04:19.086 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:04:19.088 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:04:19.090 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:04:19.092 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-02-03 12:04:19.094 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-02-03 12:04:19.096 | + 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-02-03 12:04:19.098 | + 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-02-03 12:04:19.100 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2025-02-03 12:04:19.102 | + 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-02-03 12:04:19.104 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-02-03 12:04:19.106 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-02-03 12:04:19.108 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-02-03 12:04:19.110 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-02-03 12:04:19.112 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-02-03 12:04:19.115 | + 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-02-03 12:04:19.166 | + 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-02-03 12:04:19.216 | + 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-02-03 12:04:19.260 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-02-03 12:04:19.310 | + 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-02-03 12:04:19.364 | + 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-02-03 12:04:19.409 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-02-03 12:04:19.458 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-02-03 12:04:19.503 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-02-03 12:04:19.550 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-02-03 12:04:19.596 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-02-03 12:04:19.644 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-02-03 12:04:19.646 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-02-03 12:04:19.648 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-02-03 12:04:19.699 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-02-03 12:04:19.952 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2025-02-03 12:04:19.962 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-02-03 12:04:20.204 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2025-02-03 12:04:20.260 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:04:20.263 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:20.265 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:20.267 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:20.269 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:20.271 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:20.273 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:04:20.275 | + functions-common:time_stop:2407 : start_time=1738584259044 2025-02-03 12:04:20.277 | + functions-common:time_stop:2409 : [[ -z 1738584259044 ]] 2025-02-03 12:04:20.280 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:20.284 | + functions-common:time_stop:2412 : end_time=1738584260281 2025-02-03 12:04:20.286 | + functions-common:time_stop:2413 : elapsed_time=1237 2025-02-03 12:04:20.288 | + functions-common:time_stop:2414 : total=9465 2025-02-03 12:04:20.290 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:20.292 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10702 2025-02-03 12:04:20.294 | + 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-02-03 12:04:20.296 | + 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-02-03 12:04:20.298 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2025-02-03 12:04:20.300 | + 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-02-03 12:04:20.302 | + 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-02-03 12:04:20.305 | + 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-02-03 12:04:20.307 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2025-02-03 12:04:20.309 | + lib/nova:start_nova_console_proxies:1126 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-03 12:04:20.311 | + 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-02-03 12:04:20.313 | + functions-common:run_process:1654 : local service=n-novnc 2025-02-03 12:04:20.315 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-02-03 12:04:20.317 | + functions-common:run_process:1656 : local group= 2025-02-03 12:04:20.319 | + functions-common:run_process:1657 : local user= 2025-02-03 12:04:20.321 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:04:20.323 | + functions-common:run_process:1660 : local name=n-novnc 2025-02-03 12:04:20.325 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:04:20.327 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:04:20.329 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:20.331 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:20.333 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:20.336 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584260334 2025-02-03 12:04:20.338 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2025-02-03 12:04:20.351 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:20.354 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:04:20.356 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:20.358 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:20.360 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:20.362 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:20.364 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:20.366 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:04:20.368 | + functions-common:time_stop:2407 : start_time=1738584260334 2025-02-03 12:04:20.370 | + functions-common:time_stop:2409 : [[ -z 1738584260334 ]] 2025-02-03 12:04:20.373 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:20.376 | + functions-common:time_stop:2412 : end_time=1738584260374 2025-02-03 12:04:20.378 | + functions-common:time_stop:2413 : elapsed_time=40 2025-02-03 12:04:20.380 | + functions-common:time_stop:2414 : total=10702 2025-02-03 12:04:20.382 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:20.385 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10742 2025-02-03 12:04:20.387 | + 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-02-03 12:04:20.389 | + functions-common:run_process:1654 : local service=n-spice 2025-02-03 12:04:20.391 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-02-03 12:04:20.393 | + functions-common:run_process:1656 : local group= 2025-02-03 12:04:20.395 | + functions-common:run_process:1657 : local user= 2025-02-03 12:04:20.397 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:04:20.399 | + functions-common:run_process:1660 : local name=n-spice 2025-02-03 12:04:20.401 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:04:20.403 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:04:20.405 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:20.407 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:20.410 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:20.414 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584260411 2025-02-03 12:04:20.416 | + functions-common:run_process:1663 : is_service_enabled n-spice 2025-02-03 12:04:20.429 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:20.431 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:04:20.433 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:20.435 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:20.437 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:20.439 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:20.441 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:20.443 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:04:20.445 | + functions-common:time_stop:2407 : start_time=1738584260411 2025-02-03 12:04:20.447 | + functions-common:time_stop:2409 : [[ -z 1738584260411 ]] 2025-02-03 12:04:20.450 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:20.454 | + functions-common:time_stop:2412 : end_time=1738584260451 2025-02-03 12:04:20.456 | + functions-common:time_stop:2413 : elapsed_time=40 2025-02-03 12:04:20.458 | + functions-common:time_stop:2414 : total=10742 2025-02-03 12:04:20.460 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:20.462 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10782 2025-02-03 12:04:20.464 | + 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-02-03 12:04:20.466 | + functions-common:run_process:1654 : local service=n-sproxy 2025-02-03 12:04:20.467 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-02-03 12:04:20.469 | + functions-common:run_process:1656 : local group= 2025-02-03 12:04:20.471 | + functions-common:run_process:1657 : local user= 2025-02-03 12:04:20.473 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:04:20.475 | + functions-common:run_process:1660 : local name=n-sproxy 2025-02-03 12:04:20.477 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:04:20.479 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:04:20.481 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:20.483 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:20.486 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:20.489 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584260487 2025-02-03 12:04:20.491 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2025-02-03 12:04:20.505 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:20.507 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:04:20.511 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:20.513 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:20.515 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:20.517 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:20.519 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:20.521 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:04:20.523 | + functions-common:time_stop:2407 : start_time=1738584260487 2025-02-03 12:04:20.525 | + functions-common:time_stop:2409 : [[ -z 1738584260487 ]] 2025-02-03 12:04:20.528 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:20.531 | + functions-common:time_stop:2412 : end_time=1738584260529 2025-02-03 12:04:20.534 | + functions-common:time_stop:2413 : elapsed_time=42 2025-02-03 12:04:20.536 | + functions-common:time_stop:2414 : total=10782 2025-02-03 12:04:20.538 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:20.540 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10824 2025-02-03 12:04:20.542 | + 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-02-03 12:04:20.544 | + 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-02-03 12:04:20.546 | + lib/nova:start_nova:1186 : start_nova_conductor 2025-02-03 12:04:20.548 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-03 12:04:20.550 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-02-03 12:04:20.550 | Starting nova-conductor in a cellsv1-compatible way 2025-02-03 12:04:20.552 | + lib/nova:start_nova_conductor:1156 : run_process n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-03 12:04:20.554 | + functions-common:run_process:1654 : local service=n-cond 2025-02-03 12:04:20.556 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-03 12:04:20.558 | + functions-common:run_process:1656 : local group= 2025-02-03 12:04:20.560 | + functions-common:run_process:1657 : local user= 2025-02-03 12:04:20.562 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:04:20.564 | + functions-common:run_process:1660 : local name=n-cond 2025-02-03 12:04:20.566 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:04:20.568 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:04:20.570 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:20.572 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:20.574 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:20.578 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584260576 2025-02-03 12:04:20.580 | + functions-common:run_process:1663 : is_service_enabled n-cond 2025-02-03 12:04:20.594 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:20.596 | + functions-common:run_process:1664 : _run_under_systemd n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-02-03 12:04:20.598 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2025-02-03 12:04:20.601 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-03 12:04:20.603 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-03 12:04:20.605 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-03 12:04:20.607 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-03 12:04:20.609 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-02-03 12:04:20.611 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-02-03 12:04:20.613 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2025-02-03 12:04:20.615 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:04:20.618 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:04:20.619 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:04:20.622 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:04:20.624 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-02-03 12:04:20.626 | + 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-02-03 12:04:20.629 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2025-02-03 12:04:20.631 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-03 12:04:20.633 | + functions-common:write_user_unit_file:1520 : local group= 2025-02-03 12:04:20.635 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-02-03 12:04:20.637 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-02-03 12:04:20.639 | + functions-common:write_user_unit_file:1523 : local extra= 2025-02-03 12:04:20.641 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-02-03 12:04:20.644 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-02-03 12:04:20.646 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-02-03 12:04:20.649 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2025-02-03 12:04:20.706 | + 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-02-03 12:04:20.759 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-02-03 12:04:20.802 | + 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-02-03 12:04:20.846 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-02-03 12:04:20.888 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-02-03 12:04:20.931 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-03 12:04:20.974 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-02-03 12:04:20.976 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-02-03 12:04:20.978 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-02-03 12:04:21.029 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-02-03 12:04:21.277 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2025-02-03 12:04:21.286 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-02-03 12:04:21.549 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2025-02-03 12:04:21.582 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:04:21.586 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:21.586 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:21.591 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:21.595 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:21.597 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:21.600 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:04:21.603 | + functions-common:time_stop:2407 : start_time=1738584260576 2025-02-03 12:04:21.605 | + functions-common:time_stop:2409 : [[ -z 1738584260576 ]] 2025-02-03 12:04:21.607 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:21.611 | + functions-common:time_stop:2412 : end_time=1738584261608 2025-02-03 12:04:21.615 | + functions-common:time_stop:2413 : elapsed_time=1032 2025-02-03 12:04:21.617 | + functions-common:time_stop:2414 : total=10824 2025-02-03 12:04:21.619 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:21.623 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11856 2025-02-03 12:04:21.625 | + lib/nova:start_nova_conductor:1157 : return 2025-02-03 12:04:21.630 | + lib/nova:start_nova:1187 : start_nova_compute 2025-02-03 12:04:21.633 | + 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-02-03 12:04:21.635 | + 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-02-03 12:04:21.637 | + 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-02-03 12:04:21.640 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2025-02-03 12:04:21.642 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-02-03 12:04:21.646 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-02-03 12:04:21.648 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:04:21.650 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-02-03 12:04:21.652 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-02-03 12:04:21.654 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-02-03 12:04:21.657 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-02-03 12:04:21.659 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-02-03 12:04:21.661 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-02-03 12:04:21.664 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-02-03 12:04:21.667 | + inc/meta-config:merge_config_file:164 : read a 2025-02-03 12:04:21.668 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-02-03 12:04:21.668 | BEGIN { 2025-02-03 12:04:21.668 | section = "" 2025-02-03 12:04:21.668 | last_section = "" 2025-02-03 12:04:21.668 | section_count = 0 2025-02-03 12:04:21.668 | } 2025-02-03 12:04:21.668 | /^\[.+\]/ { 2025-02-03 12:04:21.668 | gsub("[][]", "", $1); 2025-02-03 12:04:21.668 | section=$1 2025-02-03 12:04:21.668 | next 2025-02-03 12:04:21.668 | } 2025-02-03 12:04:21.668 | /^ *\#/ { 2025-02-03 12:04:21.668 | next 2025-02-03 12:04:21.668 | } 2025-02-03 12:04:21.668 | /^[^ \t]+/ { 2025-02-03 12:04:21.668 | # get offset of first = in $0 2025-02-03 12:04:21.668 | eq_idx = index($0, "=") 2025-02-03 12:04:21.668 | # extract attr & value from $0 2025-02-03 12:04:21.668 | attr = substr($0, 1, eq_idx - 1) 2025-02-03 12:04:21.668 | value = substr($0, eq_idx + 1) 2025-02-03 12:04:21.668 | # only need to strip trailing whitespace from attr 2025-02-03 12:04:21.668 | sub(/[ \t]*$/, "", attr) 2025-02-03 12:04:21.668 | # need to strip leading & trailing whitespace from value 2025-02-03 12:04:21.668 | sub(/^[ \t]*/, "", value) 2025-02-03 12:04:21.668 | sub(/[ \t]*$/, "", value) 2025-02-03 12:04:21.668 | 2025-02-03 12:04:21.668 | # cfg_attr_count: number of config lines per [section, attr] 2025-02-03 12:04:21.668 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-02-03 12:04:21.668 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-02-03 12:04:21.668 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-02-03 12:04:21.668 | if (! (section, attr) in cfg_attr_count) { 2025-02-03 12:04:21.668 | if (section != last_section) { 2025-02-03 12:04:21.668 | cfg_section[section_count++] = section 2025-02-03 12:04:21.668 | last_section = section 2025-02-03 12:04:21.668 | } 2025-02-03 12:04:21.668 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-02-03 12:04:21.668 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-02-03 12:04:21.668 | 2025-02-03 12:04:21.668 | cfg_attr[section, attr, 0] = value 2025-02-03 12:04:21.668 | cfg_attr_count[section, attr] = 1 2025-02-03 12:04:21.668 | } else { 2025-02-03 12:04:21.668 | lno = cfg_attr_count[section, attr]++ 2025-02-03 12:04:21.668 | cfg_attr[section, attr, lno] = value 2025-02-03 12:04:21.668 | } 2025-02-03 12:04:21.668 | } 2025-02-03 12:04:21.668 | END { 2025-02-03 12:04:21.668 | # Process each section in order 2025-02-03 12:04:21.668 | for (sno = 0; sno < section_count; sno++) { 2025-02-03 12:04:21.668 | section = cfg_section[sno] 2025-02-03 12:04:21.668 | # The ini routines simply append a config item immediately 2025-02-03 12:04:21.668 | # after the section header. To keep the same order as defined 2025-02-03 12:04:21.668 | # in local.conf, invoke the ini routines in the reverse order 2025-02-03 12:04:21.668 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-02-03 12:04:21.668 | attr = cfg_sec_attr_name[sno, attr_no] 2025-02-03 12:04:21.668 | if (cfg_attr_count[section, attr] == 1) 2025-02-03 12:04:21.668 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-02-03 12:04:21.668 | else { 2025-02-03 12:04:21.668 | # For multiline, invoke the ini routines in the reverse order 2025-02-03 12:04:21.668 | count = cfg_attr_count[section, attr] 2025-02-03 12:04:21.668 | print "inidelete " configfile " " section " " attr 2025-02-03 12:04:21.668 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-02-03 12:04:21.668 | for (l = count -2; l >= 0; l--) 2025-02-03 12:04:21.668 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-02-03 12:04:21.668 | } 2025-02-03 12:04:21.668 | } 2025-02-03 12:04:21.668 | } 2025-02-03 12:04:21.668 | } 2025-02-03 12:04:21.668 | ' 2025-02-03 12:04:21.668 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-02-03 12:04:21.670 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:04:21.670 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-02-03 12:04:21.672 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-02-03 12:04:21.674 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-02-03 12:04:21.676 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:04:21.678 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-02-03 12:04:21.680 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-02-03 12:04:21.680 | BEGIN { group = "" } 2025-02-03 12:04:21.680 | /^\[\[.+\|.*\]\]/ { 2025-02-03 12:04:21.680 | gsub("[][]", "", $1); 2025-02-03 12:04:21.681 | split($1, a, "|"); 2025-02-03 12:04:21.681 | if (a[1] == matchgroup && a[2] == configfile) { 2025-02-03 12:04:21.681 | group=a[1] 2025-02-03 12:04:21.681 | } else { 2025-02-03 12:04:21.681 | group="" 2025-02-03 12:04:21.681 | } 2025-02-03 12:04:21.681 | next 2025-02-03 12:04:21.681 | } 2025-02-03 12:04:21.681 | { 2025-02-03 12:04:21.681 | if (group != "") 2025-02-03 12:04:21.681 | print $0 2025-02-03 12:04:21.681 | } 2025-02-03 12:04:21.681 | ' /opt/stack/devstack/local.conf 2025-02-03 12:04:21.686 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-03 12:04:21.688 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2025-02-03 12:04:21.688 | Skipping multi-cell conductor fleet setup 2025-02-03 12:04:21.690 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2025-02-03 12:04:21.707 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-02-03 12:04:21.724 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2025-02-03 12:04:21.727 | + lib/nova:configure_console_compute:672 : local offset 2025-02-03 12:04:21.729 | + lib/nova:configure_console_compute:673 : offset=0 2025-02-03 12:04:21.731 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2025-02-03 12:04:21.734 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-02-03 12:04:21.750 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2025-02-03 12:04:21.752 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2025-02-03 12:04:21.766 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:21.768 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2025-02-03 12:04:21.784 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:21.786 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2025-02-03 12:04:21.788 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-02-03 12:04:21.816 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2025-02-03 12:04:21.829 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:21.831 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2025-02-03 12:04:21.845 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:21.847 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-02-03 12:04:21.872 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2025-02-03 12:04:21.874 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-02-03 12:04:21.876 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-02-03 12:04:21.878 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2025-02-03 12:04:21.880 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2025-02-03 12:04:21.882 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2025-02-03 12:04:21.884 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2025-02-03 12:04:21.886 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2025-02-03 12:04:21.899 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:21.901 | + 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-02-03 12:04:21.903 | + functions-common:run_process:1654 : local service=n-cpu 2025-02-03 12:04:21.905 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-02-03 12:04:21.907 | + functions-common:run_process:1656 : local group= 2025-02-03 12:04:21.909 | + functions-common:run_process:1657 : local user= 2025-02-03 12:04:21.911 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:04:21.913 | + functions-common:run_process:1660 : local name=n-cpu 2025-02-03 12:04:21.915 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:04:21.916 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:04:21.918 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:21.920 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:21.923 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:21.927 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584261924 2025-02-03 12:04:21.928 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2025-02-03 12:04:21.943 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:21.945 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:04:21.947 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:21.949 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:21.952 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:21.954 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:21.956 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:21.958 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:04:21.960 | + functions-common:time_stop:2407 : start_time=1738584261924 2025-02-03 12:04:21.962 | + functions-common:time_stop:2409 : [[ -z 1738584261924 ]] 2025-02-03 12:04:21.965 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:21.969 | + functions-common:time_stop:2412 : end_time=1738584261966 2025-02-03 12:04:21.971 | + functions-common:time_stop:2413 : elapsed_time=42 2025-02-03 12:04:21.973 | + functions-common:time_stop:2414 : total=11856 2025-02-03 12:04:21.975 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:21.977 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11898 2025-02-03 12:04:21.979 | + 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-02-03 12:04:21.981 | + 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-02-03 12:04:21.983 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2025-02-03 12:04:21.997 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:21.999 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2025-02-03 12:04:22.000 | Dumping cells_v2 mapping 2025-02-03 12:04:22.002 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2025-02-03 12:04:22.468 | 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-02-03 12:04:23.691 | INFO dbcounter [None req-1bc7c063-0004-461c-a969-c4c73c9be969 None None] Registered counter for database nova_api 2025-02-03 12:04:23.701 | DEBUG dbcounter [-] [53039] Writer thread running {{(pid=53039) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:04:23.726 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-02-03 12:04:23.726 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-02-03 12:04:23.726 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-02-03 12:04:23.726 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2025-02-03 12:04:23.726 | | cell1 | 2acd5d50-2dae-4f29-9279-437956b976b2 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2025-02-03 12:04:23.726 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-02-03 12:04:24.046 | + stack.sh:main:1344 : async_runfunc create_flavors 2025-02-03 12:04:24.049 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-02-03 12:04:24.098 | + inc/async:async_inner:63 : create_flavors 2025-02-03 12:04:24.127 | [3696 Async create_flavors:53107]: running: create_flavors 2025-02-03 12:04:24.130 | + stack.sh:main:1346 : is_service_enabled cinder 2025-02-03 12:04:24.143 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:24.145 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2025-02-03 12:04:24.147 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:04:24.150 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2025-02-03 12:04:24.152 | + stack.sh:main:1348 : start_cinder 2025-02-03 12:04:24.154 | + lib/cinder:start_cinder:595 : local service_port=8776 2025-02-03 12:04:24.156 | + lib/cinder:start_cinder:596 : local service_protocol=http 2025-02-03 12:04:24.158 | + lib/cinder:start_cinder:597 : local cinder_url 2025-02-03 12:04:24.160 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2025-02-03 12:04:24.173 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:24.175 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2025-02-03 12:04:24.177 | + 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-02-03 12:04:24.179 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2025-02-03 12:04:24.182 | ++ lib/cinder:start_cinder:626 : which uwsgi 2025-02-03 12:04:24.186 | + lib/cinder:start_cinder:626 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-02-03 12:04:24.188 | + functions-common:run_process:1654 : local service=c-api 2025-02-03 12:04:24.190 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-02-03 12:04:24.192 | + functions-common:run_process:1656 : local group= 2025-02-03 12:04:24.194 | + functions-common:run_process:1657 : local user= 2025-02-03 12:04:24.196 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:04:24.198 | + functions-common:run_process:1660 : local name=c-api 2025-02-03 12:04:24.200 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:04:24.202 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:04:24.204 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:24.206 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:24.208 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:24.212 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584264209 2025-02-03 12:04:24.214 | + functions-common:run_process:1663 : is_service_enabled c-api 2025-02-03 12:04:24.226 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:24.228 | + 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-02-03 12:04:24.230 | + functions-common:_run_under_systemd:1611 : local service=c-api 2025-02-03 12:04:24.232 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-02-03 12:04:24.234 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-02-03 12:04:24.236 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-02-03 12:04:24.238 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-02-03 12:04:24.240 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-02-03 12:04:24.242 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-02-03 12:04:24.244 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2025-02-03 12:04:24.246 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:04:24.248 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:04:24.250 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:04:24.252 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:04:24.254 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-02-03 12:04:24.256 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-02-03 12:04:24.258 | + 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-02-03 12:04:24.260 | + 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-02-03 12:04:24.262 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2025-02-03 12:04:24.264 | + 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-02-03 12:04:24.266 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-02-03 12:04:24.268 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-02-03 12:04:24.269 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-02-03 12:04:24.271 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-02-03 12:04:24.273 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-02-03 12:04:24.276 | + 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-02-03 12:04:24.324 | + 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-02-03 12:04:24.372 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-02-03 12:04:24.413 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-02-03 12:04:24.453 | + 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-02-03 12:04:24.494 | + 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-02-03 12:04:24.534 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-02-03 12:04:24.575 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-02-03 12:04:24.616 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-02-03 12:04:24.657 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-02-03 12:04:24.698 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-02-03 12:04:24.739 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-02-03 12:04:24.741 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-02-03 12:04:24.743 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-02-03 12:04:24.792 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-02-03 12:04:25.037 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2025-02-03 12:04:25.047 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-02-03 12:04:25.280 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2025-02-03 12:04:25.330 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:04:25.332 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:25.334 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:25.336 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:25.338 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:25.340 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:25.342 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:04:25.344 | + functions-common:time_stop:2407 : start_time=1738584264209 2025-02-03 12:04:25.346 | + functions-common:time_stop:2409 : [[ -z 1738584264209 ]] 2025-02-03 12:04:25.348 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:25.352 | + functions-common:time_stop:2412 : end_time=1738584265350 2025-02-03 12:04:25.354 | + functions-common:time_stop:2413 : elapsed_time=1141 2025-02-03 12:04:25.355 | + functions-common:time_stop:2414 : total=11898 2025-02-03 12:04:25.357 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:25.359 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13039 2025-02-03 12:04:25.361 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2025-02-03 12:04:25.363 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2025-02-03 12:04:25.363 | Waiting for Cinder API to start... 2025-02-03 12:04:25.365 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-02-03 12:04:25.367 | + functions:wait_for_service:468 : local timeout=60 2025-02-03 12:04:25.369 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-02-03 12:04:25.371 | + functions:wait_for_service:470 : local rval=0 2025-02-03 12:04:25.373 | + functions:wait_for_service:471 : time_start wait_for_service 2025-02-03 12:04:25.375 | + functions-common:time_start:2386 : local name=wait_for_service 2025-02-03 12:04:25.377 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:25.379 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:25.382 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:25.386 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584265383 2025-02-03 12:04:25.388 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-02-03 12:04:25.397 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-02-03 12:04:27.280 | + :: : [[ 401 == 503 ]] 2025-02-03 12:04:27.281 | + :: : [[ 0 -eq 7 ]] 2025-02-03 12:04:27.284 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-02-03 12:04:27.286 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:27.288 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:27.290 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:27.293 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:27.295 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:27.296 | + functions-common:time_stop:2406 : name=wait_for_service 2025-02-03 12:04:27.298 | + functions-common:time_stop:2407 : start_time=1738584265383 2025-02-03 12:04:27.300 | + functions-common:time_stop:2409 : [[ -z 1738584265383 ]] 2025-02-03 12:04:27.304 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:27.307 | + functions-common:time_stop:2412 : end_time=1738584267305 2025-02-03 12:04:27.309 | + functions-common:time_stop:2413 : elapsed_time=1922 2025-02-03 12:04:27.311 | + functions-common:time_stop:2414 : total=6100 2025-02-03 12:04:27.313 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:27.315 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8022 2025-02-03 12:04:27.317 | + functions:wait_for_service:478 : return 0 2025-02-03 12:04:27.319 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:27.321 | + functions-common:run_process:1654 : local service=c-sch 2025-02-03 12:04:27.323 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:27.325 | + functions-common:run_process:1656 : local group= 2025-02-03 12:04:27.327 | + functions-common:run_process:1657 : local user= 2025-02-03 12:04:27.329 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:04:27.331 | + functions-common:run_process:1660 : local name=c-sch 2025-02-03 12:04:27.333 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:04:27.335 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:04:27.337 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:27.339 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:27.341 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:27.345 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584267343 2025-02-03 12:04:27.347 | + functions-common:run_process:1663 : is_service_enabled c-sch 2025-02-03 12:04:27.360 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:27.362 | + functions-common:run_process:1664 : _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-02-03 12:04:27.364 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2025-02-03 12:04:27.366 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:27.368 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:27.370 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:27.372 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:27.374 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-02-03 12:04:27.376 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-02-03 12:04:27.378 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2025-02-03 12:04:27.380 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:04:27.382 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:04:27.384 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:04:27.386 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:04:27.388 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-02-03 12:04:27.390 | + 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-02-03 12:04:27.392 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2025-02-03 12:04:27.394 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:27.396 | + functions-common:write_user_unit_file:1520 : local group= 2025-02-03 12:04:27.398 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-02-03 12:04:27.400 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-02-03 12:04:27.402 | + functions-common:write_user_unit_file:1523 : local extra= 2025-02-03 12:04:27.404 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-02-03 12:04:27.406 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-02-03 12:04:27.408 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-02-03 12:04:27.411 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-02-03 12:04:27.460 | + 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-02-03 12:04:27.510 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-02-03 12:04:27.552 | + 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-02-03 12:04:27.593 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-02-03 12:04:27.634 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-02-03 12:04:27.675 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-03 12:04:27.718 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-02-03 12:04:27.720 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-02-03 12:04:27.722 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-02-03 12:04:27.773 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-02-03 12:04:28.013 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2025-02-03 12:04:28.023 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-02-03 12:04:28.260 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2025-02-03 12:04:28.282 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:04:28.285 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:28.287 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:28.289 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:28.291 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:28.293 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:28.295 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:04:28.297 | + functions-common:time_stop:2407 : start_time=1738584267343 2025-02-03 12:04:28.299 | + functions-common:time_stop:2409 : [[ -z 1738584267343 ]] 2025-02-03 12:04:28.302 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:28.305 | + functions-common:time_stop:2412 : end_time=1738584268302 2025-02-03 12:04:28.307 | + functions-common:time_stop:2413 : elapsed_time=959 2025-02-03 12:04:28.309 | + functions-common:time_stop:2414 : total=13039 2025-02-03 12:04:28.311 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:28.313 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13998 2025-02-03 12:04:28.315 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-02-03 12:04:28.317 | + 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-02-03 12:04:28.319 | + functions-common:run_process:1654 : local service=c-bak 2025-02-03 12:04:28.321 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:28.323 | + functions-common:run_process:1656 : local group= 2025-02-03 12:04:28.325 | + functions-common:run_process:1657 : local user= 2025-02-03 12:04:28.327 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-02-03 12:04:28.329 | + functions-common:run_process:1660 : local name=c-bak 2025-02-03 12:04:28.331 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:04:28.333 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:04:28.335 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:28.337 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:28.340 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:28.343 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584268340 2025-02-03 12:04:28.345 | + functions-common:run_process:1663 : is_service_enabled c-bak 2025-02-03 12:04:28.358 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:28.360 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:04:28.362 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:28.364 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:28.366 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:28.368 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:28.371 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:28.373 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:04:28.375 | + functions-common:time_stop:2407 : start_time=1738584268340 2025-02-03 12:04:28.377 | + functions-common:time_stop:2409 : [[ -z 1738584268340 ]] 2025-02-03 12:04:28.379 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:28.382 | + functions-common:time_stop:2412 : end_time=1738584268380 2025-02-03 12:04:28.384 | + functions-common:time_stop:2413 : elapsed_time=40 2025-02-03 12:04:28.386 | + functions-common:time_stop:2414 : total=13998 2025-02-03 12:04:28.388 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:28.390 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14038 2025-02-03 12:04:28.392 | + 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-02-03 12:04:28.394 | + functions-common:run_process:1654 : local service=c-vol 2025-02-03 12:04:28.396 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:28.398 | + functions-common:run_process:1656 : local group= 2025-02-03 12:04:28.400 | + functions-common:run_process:1657 : local user= 2025-02-03 12:04:28.402 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-02-03 12:04:28.404 | + functions-common:run_process:1660 : local name=c-vol 2025-02-03 12:04:28.406 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:04:28.408 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:04:28.410 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:28.412 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:28.415 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:28.418 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584268416 2025-02-03 12:04:28.420 | + functions-common:run_process:1663 : is_service_enabled c-vol 2025-02-03 12:04:28.434 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:28.436 | + 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-02-03 12:04:28.438 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2025-02-03 12:04:28.440 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:28.442 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:28.444 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:28.446 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:28.448 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-02-03 12:04:28.450 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-02-03 12:04:28.452 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2025-02-03 12:04:28.454 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:04:28.456 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:04:28.458 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:04:28.460 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-02-03 12:04:28.462 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-02-03 12:04:28.464 | + 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-02-03 12:04:28.466 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2025-02-03 12:04:28.468 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-02-03 12:04:28.470 | + functions-common:write_user_unit_file:1520 : local group= 2025-02-03 12:04:28.472 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-02-03 12:04:28.473 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-02-03 12:04:28.475 | + functions-common:write_user_unit_file:1523 : local extra= 2025-02-03 12:04:28.477 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-02-03 12:04:28.479 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-02-03 12:04:28.481 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-02-03 12:04:28.485 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-02-03 12:04:28.537 | + 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-02-03 12:04:28.589 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-02-03 12:04:28.631 | + 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-02-03 12:04:28.673 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-02-03 12:04:28.716 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-02-03 12:04:28.759 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-03 12:04:28.801 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-02-03 12:04:28.803 | + 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-02-03 12:04:28.847 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-02-03 12:04:28.850 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-02-03 12:04:28.901 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-02-03 12:04:29.153 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2025-02-03 12:04:29.164 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-02-03 12:04:29.398 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2025-02-03 12:04:29.428 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:04:29.430 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:29.432 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:29.434 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:29.436 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:29.438 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:29.440 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:04:29.442 | + functions-common:time_stop:2407 : start_time=1738584268416 2025-02-03 12:04:29.444 | + functions-common:time_stop:2409 : [[ -z 1738584268416 ]] 2025-02-03 12:04:29.447 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:29.450 | + functions-common:time_stop:2412 : end_time=1738584269448 2025-02-03 12:04:29.452 | + functions-common:time_stop:2413 : elapsed_time=1032 2025-02-03 12:04:29.454 | + functions-common:time_stop:2414 : total=14038 2025-02-03 12:04:29.456 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:29.458 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15070 2025-02-03 12:04:29.460 | + stack.sh:main:1349 : create_volume_types 2025-02-03 12:04:29.462 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2025-02-03 12:04:29.476 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:29.478 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2025-02-03 12:04:29.480 | + lib/cinder:create_volume_types:679 : local be be_name 2025-02-03 12:04:29.482 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-02-03 12:04:29.485 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2025-02-03 12:04:29.487 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2025-02-03 12:04:29.489 | + lib/cinder:create_one_type:659 : type_name=vsphere 2025-02-03 12:04:29.491 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2025-02-03 12:04:29.493 | + lib/cinder:create_one_type:661 : property_value=vsphere 2025-02-03 12:04:29.495 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2025-02-03 12:04:29.508 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:29.510 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-02-03 12:04:31.451 | +-------------+--------------------------------------+ 2025-02-03 12:04:31.451 | | Field | Value | 2025-02-03 12:04:31.451 | +-------------+--------------------------------------+ 2025-02-03 12:04:31.451 | | description | None | 2025-02-03 12:04:31.451 | | id | 11e93de3-154b-485c-9684-95163870288a | 2025-02-03 12:04:31.451 | | is_public | True | 2025-02-03 12:04:31.451 | | name | vsphere | 2025-02-03 12:04:31.451 | | properties | volume_backend_name='vsphere' | 2025-02-03 12:04:31.451 | +-------------+--------------------------------------+ 2025-02-03 12:04:31.593 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2025-02-03 12:04:31.596 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2025-02-03 12:04:31.598 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2025-02-03 12:04:31.600 | + stack.sh:main:1362 : is_service_enabled glance 2025-02-03 12:04:31.615 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:31.617 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2025-02-03 12:04:31.619 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:04:31.621 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2025-02-03 12:04:31.623 | + stack.sh:main:1364 : start_glance 2025-02-03 12:04:31.625 | + lib/glance:start_glance:609 : local service_protocol=http 2025-02-03 12:04:31.628 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2025-02-03 12:04:31.642 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:31.645 | + lib/glance:start_glance:616 : [[ False == False ]] 2025-02-03 12:04:31.648 | ++ lib/glance:start_glance:617 : which uwsgi 2025-02-03 12:04:31.651 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-02-03 12:04:31.653 | + functions-common:run_process:1654 : local service=g-api 2025-02-03 12:04:31.655 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-02-03 12:04:31.657 | + functions-common:run_process:1656 : local group= 2025-02-03 12:04:31.660 | + functions-common:run_process:1657 : local user= 2025-02-03 12:04:31.662 | + functions-common:run_process:1658 : local env_vars= 2025-02-03 12:04:31.664 | + functions-common:run_process:1660 : local name=g-api 2025-02-03 12:04:31.666 | + functions-common:run_process:1662 : time_start run_process 2025-02-03 12:04:31.668 | + functions-common:time_start:2386 : local name=run_process 2025-02-03 12:04:31.670 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:31.673 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:31.676 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:31.679 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584271676 2025-02-03 12:04:31.681 | + functions-common:run_process:1663 : is_service_enabled g-api 2025-02-03 12:04:31.696 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:31.698 | + functions-common:run_process:1664 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-02-03 12:04:31.700 | + functions-common:_run_under_systemd:1611 : local service=g-api 2025-02-03 12:04:31.702 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-02-03 12:04:31.705 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-02-03 12:04:31.707 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-02-03 12:04:31.709 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-02-03 12:04:31.711 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-02-03 12:04:31.713 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-02-03 12:04:31.716 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2025-02-03 12:04:31.718 | + functions-common:_run_under_systemd:1618 : local group= 2025-02-03 12:04:31.720 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-02-03 12:04:31.722 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-02-03 12:04:31.725 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-02-03 12:04:31.727 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-02-03 12:04:31.729 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-02-03 12:04:31.731 | + 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-02-03 12:04:31.733 | + 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-02-03 12:04:31.735 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2025-02-03 12:04:31.737 | + 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-02-03 12:04:31.739 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-02-03 12:04:31.740 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-02-03 12:04:31.742 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-02-03 12:04:31.744 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-02-03 12:04:31.746 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-02-03 12:04:31.749 | + 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-02-03 12:04:31.800 | + 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-02-03 12:04:31.853 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-02-03 12:04:31.895 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-02-03 12:04:31.939 | + 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-02-03 12:04:31.984 | + 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-02-03 12:04:32.029 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-02-03 12:04:32.075 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-02-03 12:04:32.118 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-02-03 12:04:32.159 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-02-03 12:04:32.201 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-02-03 12:04:32.243 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-02-03 12:04:32.245 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-02-03 12:04:32.248 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-02-03 12:04:32.300 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-02-03 12:04:32.564 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2025-02-03 12:04:32.578 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-02-03 12:04:32.814 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2025-02-03 12:04:32.872 | + functions-common:run_process:1666 : time_stop run_process 2025-02-03 12:04:32.878 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:32.880 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:32.882 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:32.884 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:32.886 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:32.889 | + functions-common:time_stop:2406 : name=run_process 2025-02-03 12:04:32.889 | + functions-common:time_stop:2407 : start_time=1738584271676 2025-02-03 12:04:32.893 | + functions-common:time_stop:2409 : [[ -z 1738584271676 ]] 2025-02-03 12:04:32.896 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:32.899 | + functions-common:time_stop:2412 : end_time=1738584272897 2025-02-03 12:04:32.905 | + functions-common:time_stop:2413 : elapsed_time=1221 2025-02-03 12:04:32.907 | + functions-common:time_stop:2414 : total=15070 2025-02-03 12:04:32.909 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:32.911 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16291 2025-02-03 12:04:32.913 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2025-02-03 12:04:32.930 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:32.932 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-02-03 12:04:32.932 | Waiting for g-api (10.180.1.21) to start... 2025-02-03 12:04:32.934 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2025-02-03 12:04:32.936 | + functions:wait_for_service:468 : local timeout=60 2025-02-03 12:04:32.938 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-02-03 12:04:32.940 | + functions:wait_for_service:470 : local rval=0 2025-02-03 12:04:32.942 | + functions:wait_for_service:471 : time_start wait_for_service 2025-02-03 12:04:32.944 | + functions-common:time_start:2386 : local name=wait_for_service 2025-02-03 12:04:32.946 | + functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:32.948 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:32.951 | ++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:32.954 | + functions-common:time_start:2391 : _TIME_START[$name]=1738584272952 2025-02-03 12:04:32.956 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-02-03 12:04:32.960 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-02-03 12:04:34.893 | + :: : [[ 300 == 503 ]] 2025-02-03 12:04:34.894 | + :: : [[ 0 -eq 7 ]] 2025-02-03 12:04:34.896 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-02-03 12:04:34.899 | + functions-common:time_stop:2400 : local name 2025-02-03 12:04:34.901 | + functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:34.903 | + functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:34.905 | + functions-common:time_stop:2403 : local total 2025-02-03 12:04:34.907 | + functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:34.909 | + functions-common:time_stop:2406 : name=wait_for_service 2025-02-03 12:04:34.911 | + functions-common:time_stop:2407 : start_time=1738584272952 2025-02-03 12:04:34.913 | + functions-common:time_stop:2409 : [[ -z 1738584272952 ]] 2025-02-03 12:04:34.916 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:34.919 | + functions-common:time_stop:2412 : end_time=1738584274916 2025-02-03 12:04:34.921 | + functions-common:time_stop:2413 : elapsed_time=1964 2025-02-03 12:04:34.923 | + functions-common:time_stop:2414 : total=8022 2025-02-03 12:04:34.925 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:34.927 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9986 2025-02-03 12:04:34.929 | + functions:wait_for_service:478 : return 0 2025-02-03 12:04:34.931 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2025-02-03 12:04:34.944 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:34.946 | + stack.sh:main:1378 : is_service_enabled glance 2025-02-03 12:04:34.960 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:34.962 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2025-02-03 12:04:34.965 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:04:34.967 | + stack.sh:echo_summary:461 : echo -e Uploading images 2025-02-03 12:04:34.969 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2025-02-03 12:04:34.971 | + stack.sh:main:1382 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-03 12:04:34.973 | + 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-02-03 12:04:34.975 | + functions:upload_image:134 : local image image_fname image_name 2025-02-03 12:04:34.977 | + functions:upload_image:136 : local max_attempts=5 2025-02-03 12:04:34.979 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-02-03 12:04:34.982 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-03 12:04:34.985 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-03 12:04:34.987 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-02-03 12:04:34.988 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-02-03 12:04:34.991 | ++ functions:upload_image:144 : seq 5 2025-02-03 12:04:34.994 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-02-03 12:04:34.998 | + functions:upload_image:145 : local rc=0 2025-02-03 12:04:34.999 | + 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-02-03 12:04:35.003 | --2025-02-03 12:04:35-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-02-03 12:04:35.007 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-02-03 12:04:35.008 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-02-03 12:04:35.048 | HTTP request sent, awaiting response... 200 OK 2025-02-03 12:04:35.048 | Length: 21318656 (20M) [application/octet-stream] 2025-02-03 12:04:35.048 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-02-03 12:04:35.061 | 2025-02-03 12:04:35.154 | 0K ........ ........ .... 100% 191M=0.1s 2025-02-03 12:04:35.154 | 2025-02-03 12:04:35.156 | 2025-02-03 12:04:35 (191 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-02-03 12:04:35.156 | 2025-02-03 12:04:35.158 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-02-03 12:04:35.160 | + functions:upload_image:155 : break 2025-02-03 12:04:35.162 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-03 12:04:35.164 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-02-03 12:04:35.166 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-02-03 12:04:35.167 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-02-03 12:04:35.169 | + functions:upload_image:194 : local vmdk_disktype= 2025-02-03 12:04:35.171 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-02-03 12:04:35.173 | + functions:upload_image:196 : local path_len 2025-02-03 12:04:35.174 | + functions:upload_image:199 : local vmdk_adapter_type 2025-02-03 12:04:35.177 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-03 12:04:35.177 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-03 12:04:35.181 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-02-03 12:04:35.183 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-02-03 12:04:35.185 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-02-03 12:04:35.187 | + functions:upload_image:205 : local vmdk_create_type 2025-02-03 12:04:35.190 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-03 12:04:35.190 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-03 12:04:35.194 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-02-03 12:04:35.195 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-02-03 12:04:35.197 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-02-03 12:04:35.199 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-02-03 12:04:35.201 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-02-03 12:04:35.203 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-02-03 12:04:35.204 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-02-03 12:04:35.206 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-02-03 12:04:35.208 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-02-03 12:04:35.210 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-02-03 12:04:35.211 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-02-03 12:04:35.214 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-02-03 12:04:35.216 | + functions:upload_image:284 : IFS=':;' 2025-02-03 12:04:35.218 | + functions:upload_image:284 : read -a props 2025-02-03 12:04:35.220 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-02-03 12:04:35.222 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-02-03 12:04:35.224 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-02-03 12:04:35.225 | + 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-02-03 12:04:35.227 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-02-03 12:04:35.229 | + functions:_upload_image:105 : shift 2025-02-03 12:04:35.230 | + functions:_upload_image:106 : local container=bare 2025-02-03 12:04:35.232 | + functions:_upload_image:107 : shift 2025-02-03 12:04:35.234 | + functions:_upload_image:108 : local disk=vmdk 2025-02-03 12:04:35.236 | + functions:_upload_image:109 : shift 2025-02-03 12:04:35.237 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-03 12:04:35.239 | + functions:_upload_image:111 : shift 2025-02-03 12:04:35.241 | + functions:_upload_image:112 : local properties 2025-02-03 12:04:35.242 | + functions:_upload_image:113 : local useimport 2025-02-03 12:04:35.244 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-02-03 12:04:35.246 | ++ functions:_image_properties_to_arg:87 : local result= 2025-02-03 12:04:35.248 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-02-03 12:04:35.250 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-02-03 12:04:35.251 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-02-03 12:04:35.253 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-02-03 12:04:35.255 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-02-03 12:04:35.256 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-02-03 12:04:35.258 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-02-03 12:04:35.260 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-02-03 12:04:35.262 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-02-03 12:04:35.264 | + 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-02-03 12:04:37.496 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-02-03 12:04:37.496 | | Field | Value | 2025-02-03 12:04:37.496 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-02-03 12:04:37.496 | | container_format | bare | 2025-02-03 12:04:37.496 | | created_at | 2025-02-03T12:04:36Z | 2025-02-03 12:04:37.496 | | disk_format | vmdk | 2025-02-03 12:04:37.496 | | file | /v2/images/1d9d6f6c-1335-48c8-9690-b6c8e781cb21/file | 2025-02-03 12:04:37.496 | | id | 1d9d6f6c-1335-48c8-9690-b6c8e781cb21 | 2025-02-03 12:04:37.496 | | min_disk | 0 | 2025-02-03 12:04:37.496 | | min_ram | 0 | 2025-02-03 12:04:37.496 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-02-03 12:04:37.496 | | owner | 557dda57b95d4800898c4a941c455b73 | 2025-02-03 12:04:37.496 | | 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-02-03 12:04:37.496 | | protected | False | 2025-02-03 12:04:37.496 | | schema | /v2/schemas/image | 2025-02-03 12:04:37.496 | | status | queued | 2025-02-03 12:04:37.496 | | tags | | 2025-02-03 12:04:37.496 | | updated_at | 2025-02-03T12:04:36Z | 2025-02-03 12:04:37.496 | | visibility | public | 2025-02-03 12:04:37.496 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-02-03 12:04:37.628 | + functions:upload_image:291 : return 2025-02-03 12:04:37.630 | + stack.sh:main:1386 : async_wait create_flavors 2025-02-03 12:04:37.669 | [3696 Async create_flavors:53107]: Waiting for completion of create_flavors running on PID 53107 (2 other jobs running) 2025-02-03 12:04:37.687 | [3696 Async create_flavors:53107]: Signaling child to exit 2025-02-03 12:04:38.627 | + inc/async:async_inner:64 : rc=0 2025-02-03 12:04:38.646 | [53107 Async create_flavors:53107]: finished successfully 2025-02-03 12:04:38.663 | WAKEUP 2025-02-03 12:04:38.680 | [3696 Async create_flavors:53107]: Signaled 2025-02-03 12:04:38.681 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2025-02-03 12:04:38.681 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:38.681 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2025-02-03 12:04:38.681 | + lib/nova:create_flavors:1256 : grep -q ds512M 2025-02-03 12:04:38.681 | + 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-02-03 12:04:38.681 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.681 | | Field | Value | 2025-02-03 12:04:38.681 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.681 | | OS-FLV-DISABLED:disabled | False | 2025-02-03 12:04:38.681 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-03 12:04:38.681 | | description | None | 2025-02-03 12:04:38.681 | | disk | 1 | 2025-02-03 12:04:38.681 | | id | c1 | 2025-02-03 12:04:38.681 | | name | cirros256 | 2025-02-03 12:04:38.681 | | os-flavor-access:is_public | True | 2025-02-03 12:04:38.681 | | properties | hw_rng:allowed='True' | 2025-02-03 12:04:38.681 | | ram | 256 | 2025-02-03 12:04:38.681 | | rxtx_factor | 1.0 | 2025-02-03 12:04:38.681 | | swap | 0 | 2025-02-03 12:04:38.681 | | vcpus | 1 | 2025-02-03 12:04:38.681 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.681 | + 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-02-03 12:04:38.681 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.681 | | Field | Value | 2025-02-03 12:04:38.681 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.681 | | OS-FLV-DISABLED:disabled | False | 2025-02-03 12:04:38.681 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-03 12:04:38.681 | | description | None | 2025-02-03 12:04:38.681 | | disk | 5 | 2025-02-03 12:04:38.681 | | id | d1 | 2025-02-03 12:04:38.681 | | name | ds512M | 2025-02-03 12:04:38.681 | | os-flavor-access:is_public | True | 2025-02-03 12:04:38.681 | | properties | hw_rng:allowed='True' | 2025-02-03 12:04:38.681 | | ram | 512 | 2025-02-03 12:04:38.681 | | rxtx_factor | 1.0 | 2025-02-03 12:04:38.681 | | swap | 0 | 2025-02-03 12:04:38.681 | | vcpus | 1 | 2025-02-03 12:04:38.681 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.681 | + 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-02-03 12:04:38.681 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.681 | | Field | Value | 2025-02-03 12:04:38.681 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.681 | | OS-FLV-DISABLED:disabled | False | 2025-02-03 12:04:38.681 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-03 12:04:38.681 | | description | None | 2025-02-03 12:04:38.682 | | disk | 10 | 2025-02-03 12:04:38.682 | | id | d2 | 2025-02-03 12:04:38.682 | | name | ds1G | 2025-02-03 12:04:38.682 | | os-flavor-access:is_public | True | 2025-02-03 12:04:38.682 | | properties | hw_rng:allowed='True' | 2025-02-03 12:04:38.682 | | ram | 1024 | 2025-02-03 12:04:38.682 | | rxtx_factor | 1.0 | 2025-02-03 12:04:38.682 | | swap | 0 | 2025-02-03 12:04:38.682 | | vcpus | 1 | 2025-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | + 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-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | | Field | Value | 2025-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | | OS-FLV-DISABLED:disabled | False | 2025-02-03 12:04:38.682 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-03 12:04:38.682 | | description | None | 2025-02-03 12:04:38.682 | | disk | 10 | 2025-02-03 12:04:38.682 | | id | d3 | 2025-02-03 12:04:38.682 | | name | ds2G | 2025-02-03 12:04:38.682 | | os-flavor-access:is_public | True | 2025-02-03 12:04:38.682 | | properties | hw_rng:allowed='True' | 2025-02-03 12:04:38.682 | | ram | 2048 | 2025-02-03 12:04:38.682 | | rxtx_factor | 1.0 | 2025-02-03 12:04:38.682 | | swap | 0 | 2025-02-03 12:04:38.682 | | vcpus | 2 | 2025-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | + 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-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | | Field | Value | 2025-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | | OS-FLV-DISABLED:disabled | False | 2025-02-03 12:04:38.682 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-03 12:04:38.682 | | description | None | 2025-02-03 12:04:38.682 | | disk | 20 | 2025-02-03 12:04:38.682 | | id | d4 | 2025-02-03 12:04:38.682 | | name | ds4G | 2025-02-03 12:04:38.682 | | os-flavor-access:is_public | True | 2025-02-03 12:04:38.682 | | properties | hw_rng:allowed='True' | 2025-02-03 12:04:38.682 | | ram | 4096 | 2025-02-03 12:04:38.682 | | rxtx_factor | 1.0 | 2025-02-03 12:04:38.682 | | swap | 0 | 2025-02-03 12:04:38.682 | | vcpus | 4 | 2025-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2025-02-03 12:04:38.682 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2025-02-03 12:04:38.682 | + 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-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | | Field | Value | 2025-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | | OS-FLV-DISABLED:disabled | False | 2025-02-03 12:04:38.682 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-03 12:04:38.682 | | description | None | 2025-02-03 12:04:38.682 | | disk | 1 | 2025-02-03 12:04:38.682 | | id | 1 | 2025-02-03 12:04:38.682 | | name | m1.tiny | 2025-02-03 12:04:38.682 | | os-flavor-access:is_public | True | 2025-02-03 12:04:38.682 | | properties | hw_rng:allowed='True' | 2025-02-03 12:04:38.682 | | ram | 512 | 2025-02-03 12:04:38.682 | | rxtx_factor | 1.0 | 2025-02-03 12:04:38.682 | | swap | 0 | 2025-02-03 12:04:38.682 | | vcpus | 1 | 2025-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | + 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-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | | Field | Value | 2025-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | | OS-FLV-DISABLED:disabled | False | 2025-02-03 12:04:38.682 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-03 12:04:38.682 | | description | None | 2025-02-03 12:04:38.682 | | disk | 20 | 2025-02-03 12:04:38.682 | | id | 2 | 2025-02-03 12:04:38.682 | | name | m1.small | 2025-02-03 12:04:38.682 | | os-flavor-access:is_public | True | 2025-02-03 12:04:38.682 | | properties | hw_rng:allowed='True' | 2025-02-03 12:04:38.682 | | ram | 2048 | 2025-02-03 12:04:38.682 | | rxtx_factor | 1.0 | 2025-02-03 12:04:38.682 | | swap | 0 | 2025-02-03 12:04:38.682 | | vcpus | 1 | 2025-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | + 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-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | | Field | Value | 2025-02-03 12:04:38.682 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.682 | | OS-FLV-DISABLED:disabled | False | 2025-02-03 12:04:38.682 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-03 12:04:38.683 | | description | None | 2025-02-03 12:04:38.683 | | disk | 40 | 2025-02-03 12:04:38.683 | | id | 3 | 2025-02-03 12:04:38.683 | | name | m1.medium | 2025-02-03 12:04:38.683 | | os-flavor-access:is_public | True | 2025-02-03 12:04:38.683 | | properties | hw_rng:allowed='True' | 2025-02-03 12:04:38.683 | | ram | 4096 | 2025-02-03 12:04:38.683 | | rxtx_factor | 1.0 | 2025-02-03 12:04:38.683 | | swap | 0 | 2025-02-03 12:04:38.683 | | vcpus | 2 | 2025-02-03 12:04:38.683 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.683 | + 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-02-03 12:04:38.683 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.683 | | Field | Value | 2025-02-03 12:04:38.683 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.683 | | OS-FLV-DISABLED:disabled | False | 2025-02-03 12:04:38.683 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-03 12:04:38.683 | | description | None | 2025-02-03 12:04:38.683 | | disk | 80 | 2025-02-03 12:04:38.683 | | id | 4 | 2025-02-03 12:04:38.683 | | name | m1.large | 2025-02-03 12:04:38.683 | | os-flavor-access:is_public | True | 2025-02-03 12:04:38.683 | | properties | hw_rng:allowed='True' | 2025-02-03 12:04:38.683 | | ram | 8192 | 2025-02-03 12:04:38.683 | | rxtx_factor | 1.0 | 2025-02-03 12:04:38.683 | | swap | 0 | 2025-02-03 12:04:38.683 | | vcpus | 4 | 2025-02-03 12:04:38.683 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.683 | + 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-02-03 12:04:38.683 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.683 | | Field | Value | 2025-02-03 12:04:38.683 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.683 | | OS-FLV-DISABLED:disabled | False | 2025-02-03 12:04:38.683 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-03 12:04:38.683 | | description | None | 2025-02-03 12:04:38.683 | | disk | 160 | 2025-02-03 12:04:38.683 | | id | 5 | 2025-02-03 12:04:38.683 | | name | m1.xlarge | 2025-02-03 12:04:38.683 | | os-flavor-access:is_public | True | 2025-02-03 12:04:38.683 | | properties | hw_rng:allowed='True' | 2025-02-03 12:04:38.683 | | ram | 16384 | 2025-02-03 12:04:38.683 | | rxtx_factor | 1.0 | 2025-02-03 12:04:38.683 | | swap | 0 | 2025-02-03 12:04:38.683 | | vcpus | 8 | 2025-02-03 12:04:38.683 | +----------------------------+-----------------------+ 2025-02-03 12:04:38.714 | [3696 Async create_flavors:53107]: finished create_flavors with result 0 in 14 seconds 2025-02-03 12:04:38.718 | + inc/async:async_wait:197 : return 0 2025-02-03 12:04:38.720 | + stack.sh:main:1388 : is_service_enabled horizon 2025-02-03 12:04:38.733 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:38.735 | + stack.sh:main:1402 : is_service_enabled nova 2025-02-03 12:04:38.749 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:38.751 | + stack.sh:main:1402 : is_service_enabled keystone 2025-02-03 12:04:38.765 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:38.767 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-02-03 12:04:38.769 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-02-03 12:04:38.770 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-02-03 12:04:38.773 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-02-03 12:04:38.775 | ++ 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-02-03 12:04:38.777 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-02-03 12:04:38.778 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-02-03 12:04:38.779 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-02-03 12:04:38.781 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-02-03 12:04:38.782 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-02-03 12:04:38.783 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-02-03 12:04:38.784 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-02-03 12:04:38.785 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-02-03 12:04:38.786 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-02-03 12:04:38.787 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-02-03 12:04:38.788 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-02-03 12:04:38.789 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-02-03 12:04:38.790 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-02-03 12:04:38.791 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-02-03 12:04:38.792 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-02-03 12:04:38.793 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-02-03 12:04:38.794 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-02-03 12:04:38.796 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-02-03 12:04:38.797 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-02-03 12:04:38.798 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-02-03 12:04:38.799 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-02-03 12:04:38.800 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-02-03 12:04:38.801 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-02-03 12:04:38.802 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-02-03 12:04:38.803 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-02-03 12:04:38.804 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-02-03 12:04:38.805 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-02-03 12:04:38.806 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-02-03 12:04:38.807 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-02-03 12:04:38.808 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-02-03 12:04:38.809 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-02-03 12:04:38.810 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-02-03 12:04:38.811 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-02-03 12:04:38.813 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-02-03 12:04:38.814 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-02-03 12:04:38.815 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-02-03 12:04:38.816 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-02-03 12:04:38.817 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-02-03 12:04:38.818 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-02-03 12:04:38.819 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-02-03 12:04:38.820 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-02-03 12:04:38.821 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-02-03 12:04:38.822 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-02-03 12:04:38.823 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-02-03 12:04:38.824 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-02-03 12:04:38.825 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-02-03 12:04:38.827 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-02-03 12:04:38.828 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-02-03 12:04:38.829 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-02-03 12:04:38.830 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-02-03 12:04:38.831 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-02-03 12:04:38.832 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-02-03 12:04:38.833 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-02-03 12:04:38.835 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-02-03 12:04:38.835 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-02-03 12:04:38.835 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-02-03 12:04:38.835 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-02-03 12:04:38.836 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-02-03 12:04:39.644 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-02-03 12:04:39.645 | 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-02-03 12:04:39.765 | + stack.sh:main:1414 : save_stackenv 2025-02-03 12:04:39.767 | + functions-common:save_stackenv:60 : local tag= 2025-02-03 12:04:39.770 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-02-03 12:04:39.773 | + functions-common:save_stackenv:62 : time_stamp=2025-02-03-120439 2025-02-03 12:04:39.776 | + functions-common:save_stackenv:63 : echo '# 2025-02-03-120439 ' 2025-02-03 12:04:39.778 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.780 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-02-03 12:04:39.783 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.785 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-02-03 12:04:39.787 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.789 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-02-03 12:04:39.791 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.794 | + 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-02-03 12:04:39.796 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.798 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-02-03 12:04:39.800 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.802 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-02-03 12:04:39.804 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.807 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-02-03-115836 2025-02-03 12:04:39.810 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.812 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-02-03 12:04:39.814 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.816 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-02-03 12:04:39.818 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.820 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-02-03 12:04:39.822 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.824 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-02-03 12:04:39.827 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.829 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-02-03 12:04:39.831 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.833 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-02-03 12:04:39.834 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.837 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-02-03 12:04:39.839 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-03 12:04:39.841 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-02-03 12:04:39.843 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2025-02-03 12:04:39.845 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-02-03 12:04:39.848 | + inc/meta-config:merge_config_group:171 : shift 2025-02-03 12:04:39.849 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-02-03 12:04:39.851 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:04:39.853 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-02-03 12:04:39.855 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-02-03 12:04:39.858 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-02-03 12:04:39.861 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:04:39.863 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-02-03 12:04:39.865 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:04:39.867 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-02-03 12:04:39.868 | /^\[\[.+\|.*\]\]/ { 2025-02-03 12:04:39.868 | gsub("[][]", "", $1); 2025-02-03 12:04:39.868 | split($1, a, "|"); 2025-02-03 12:04:39.868 | if (a[1] == matchgroup) 2025-02-03 12:04:39.868 | print a[2] 2025-02-03 12:04:39.868 | } 2025-02-03 12:04:39.868 | ' /opt/stack/devstack/local.conf 2025-02-03 12:04:39.873 | + stack.sh:main:1432 : run_phase stack extra 2025-02-03 12:04:39.875 | + functions-common:run_phase:1828 : local mode=stack 2025-02-03 12:04:39.877 | + functions-common:run_phase:1829 : local phase=extra 2025-02-03 12:04:39.879 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-03 12:04:39.881 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-02-03 12:04:39.883 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-03 12:04:39.885 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-02-03 12:04:39.887 | + functions-common:run_phase:1838 : local extra 2025-02-03 12:04:39.890 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-03 12:04:39.895 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-02-03 12:04:39.897 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-03 12:04:39.899 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-03 12:04:39.902 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-02-03 12:04:39.904 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-03 12:04:39.929 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:39.932 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 12:04:39.934 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:04:39.936 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-02-03 12:04:39.939 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:04:39.941 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-03 12:04:39.943 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:04:39.946 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-02-03 12:04:39.948 | ++ extras.d/80-tempest.sh:source:15 : : 2025-02-03 12:04:39.950 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-02-03 12:04:39.952 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-02-03 12:04:39.955 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 12:04:39.957 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-02-03 12:04:39.959 | + functions-common:run_phase:1855 : run_plugins stack extra 2025-02-03 12:04:39.961 | + functions-common:run_plugins:1814 : local mode=stack 2025-02-03 12:04:39.964 | + functions-common:run_plugins:1815 : local phase=extra 2025-02-03 12:04:39.966 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-02-03 12:04:39.968 | + functions-common:run_plugins:1818 : local plugin 2025-02-03 12:04:39.970 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-02-03 12:04:39.972 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-02-03 12:04:39.975 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-02-03 12:04:39.977 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-02-03 12:04:39.979 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 12:04:39.981 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:04:39.984 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-02-03 12:04:39.986 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:04:39.988 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-03 12:04:39.990 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:04:39.992 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-02-03 12:04:39.994 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-02-03 12:04:39.997 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:04:39.999 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2025-02-03 12:04:40.001 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-02-03 12:04:40.003 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-02-03 12:04:40.006 | + inc/meta-config:merge_config_group:171 : shift 2025-02-03 12:04:40.008 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-02-03 12:04:40.010 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:04:40.013 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-02-03 12:04:40.015 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-02-03 12:04:40.018 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-02-03 12:04:40.021 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:04:40.023 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-02-03 12:04:40.026 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:04:40.028 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-02-03 12:04:40.028 | /^\[\[.+\|.*\]\]/ { 2025-02-03 12:04:40.028 | gsub("[][]", "", $1); 2025-02-03 12:04:40.028 | split($1, a, "|"); 2025-02-03 12:04:40.028 | if (a[1] == matchgroup) 2025-02-03 12:04:40.028 | print a[2] 2025-02-03 12:04:40.028 | } 2025-02-03 12:04:40.028 | ' /opt/stack/devstack/local.conf 2025-02-03 12:04:40.033 | + stack.sh:main:1449 : is_service_enabled n-cpu 2025-02-03 12:04:40.049 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:40.051 | + stack.sh:main:1454 : service_check 2025-02-03 12:04:40.054 | + functions-common:service_check:1693 : local service 2025-02-03 12:04:40.056 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.058 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2025-02-03 12:04:40.068 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-02-03 12:04:40.072 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.074 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2025-02-03 12:04:40.084 | enabled 2025-02-03 12:04:40.088 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2025-02-03 12:04:40.117 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-02-03 12:04:40.117 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.117 | Active: active (running) since Mon 2025-02-03 12:03:45 UTC; 54s ago 2025-02-03 12:04:40.117 | Main PID: 46419 (uwsgi) 2025-02-03 12:04:40.117 | Status: "uWSGI is ready" 2025-02-03 12:04:40.117 | Tasks: 3 (limit: 19126) 2025-02-03 12:04:40.117 | Memory: 226.3M 2025-02-03 12:04:40.117 | CPU: 6.160s 2025-02-03 12:04:40.117 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-02-03 12:04:40.117 | ├─46419 "nova-apiuWSGI master" 2025-02-03 12:04:40.117 | ├─46420 "nova-apiuWSGI worker 1" 2025-02-03 12:04:40.117 | └─46421 "nova-apiuWSGI worker 2" 2025-02-03 12:04:40.117 | 2025-02-03 12:04:40.117 | Feb 03 12:04:37 devstack devstack@n-api.service[46420]: [pid: 46420|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Mon Feb 3 12:04:37 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-02-03 12:04:40.117 | Feb 03 12:04:38 devstack devstack@n-api.service[46421]: DEBUG nova.api.openstack.wsgi [None req-98668eab-9d50-4e72-ad64-86c05ae367fc admin admin] Calling method '>' {{(pid=46421) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-02-03 12:04:40.117 | Feb 03 12:04:38 devstack devstack@n-api.service[46421]: INFO nova.api.openstack.requestlog [None req-98668eab-9d50-4e72-ad64-86c05ae367fc admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000996 2025-02-03 12:04:40.117 | Feb 03 12:04:38 devstack devstack@n-api.service[46421]: [pid: 46421|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Mon Feb 3 12:04:38 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-02-03 12:04:40.117 | Feb 03 12:04:38 devstack devstack@n-api.service[46420]: DEBUG nova.api.openstack.wsgi [None req-86b7fc98-e5cb-447b-9d3a-e4f7954b92fe admin admin] Action: 'create', calling method: >, body: {"flavor": {"name": "m1.xlarge", "ram": 16384, "swap": 0, "rxtx_factor": 1.0, "disk": 160, "os-flavor-access:is_public": true, "id": "5", "vcpus": 8, "OS-FLV-EXT-DATA:ephemeral": 0}} {{(pid=46420) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-02-03 12:04:40.117 | Feb 03 12:04:38 devstack devstack@n-api.service[46420]: INFO nova.api.openstack.requestlog [None req-86b7fc98-e5cb-447b-9d3a-e4f7954b92fe admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.039054 2025-02-03 12:04:40.117 | Feb 03 12:04:38 devstack devstack@n-api.service[46420]: [pid: 46420|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Mon Feb 3 12:04:38 2025] POST /compute/v2.1/flavors => generated 408 bytes in 40 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-02-03 12:04:40.117 | Feb 03 12:04:38 devstack devstack@n-api.service[46421]: DEBUG nova.api.openstack.wsgi [None req-692ff473-98fb-4ad5-a9b4-d0d51349e67e admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=46421) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-02-03 12:04:40.117 | Feb 03 12:04:38 devstack devstack@n-api.service[46421]: INFO nova.api.openstack.requestlog [None req-692ff473-98fb-4ad5-a9b4-d0d51349e67e admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.016057 2025-02-03 12:04:40.117 | Feb 03 12:04:38 devstack devstack@n-api.service[46421]: [pid: 46421|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Mon Feb 3 12:04:38 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-02-03 12:04:40.121 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.123 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2025-02-03 12:04:40.136 | enabled 2025-02-03 12:04:40.140 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2025-02-03 12:04:40.154 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-02-03 12:04:40.154 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.154 | Active: active (running) since Mon 2025-02-03 12:04:21 UTC; 18s ago 2025-02-03 12:04:40.154 | Main PID: 52635 (nova-conductor) 2025-02-03 12:04:40.154 | Tasks: 3 (limit: 19126) 2025-02-03 12:04:40.154 | Memory: 142.2M 2025-02-03 12:04:40.154 | CPU: 2.015s 2025-02-03 12:04:40.154 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-02-03 12:04:40.154 | ├─52635 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-02-03 12:04:40.154 | ├─53055 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-02-03 12:04:40.154 | └─53056 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-02-03 12:04:40.154 | 2025-02-03 12:04:40.154 | Feb 03 12:04:23 devstack nova-conductor[52635]: DEBUG oslo_service.service [None req-1b58c347-d2eb-466e-bcf4-067076ae688b None None] oslo_limit.version = None {{(pid=52635) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.154 | Feb 03 12:04:23 devstack nova-conductor[52635]: DEBUG oslo_service.service [None req-1b58c347-d2eb-466e-bcf4-067076ae688b None None] oslo_reports.file_event_handler = None {{(pid=52635) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.154 | Feb 03 12:04:23 devstack nova-conductor[52635]: DEBUG oslo_service.service [None req-1b58c347-d2eb-466e-bcf4-067076ae688b None None] oslo_reports.file_event_handler_interval = 1 {{(pid=52635) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.154 | Feb 03 12:04:23 devstack nova-conductor[52635]: DEBUG oslo_service.service [None req-1b58c347-d2eb-466e-bcf4-067076ae688b None None] oslo_reports.log_dir = None {{(pid=52635) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.154 | Feb 03 12:04:23 devstack nova-conductor[52635]: DEBUG oslo_service.service [None req-1b58c347-d2eb-466e-bcf4-067076ae688b None None] ******************************************************************************** {{(pid=52635) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-02-03 12:04:40.154 | Feb 03 12:04:33 devstack nova-conductor[52635]: DEBUG dbcounter [-] [52635] Writing DB stats nova_api:SELECT=3 {{(pid=52635) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.154 | Feb 03 12:04:33 devstack nova-conductor[52635]: DEBUG dbcounter [-] [52635] Writing DB stats nova_cell0:SELECT=3 {{(pid=52635) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.154 | Feb 03 12:04:33 devstack nova-conductor[52635]: DEBUG dbcounter [-] [52635] Writing DB stats nova_cell1:SELECT=3 {{(pid=52635) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.154 | Feb 03 12:04:38 devstack nova-conductor[53055]: DEBUG dbcounter [-] [53055] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=53055) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.154 | Feb 03 12:04:38 devstack nova-conductor[53056]: DEBUG dbcounter [-] [53056] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1 {{(pid=53056) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.158 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.160 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2025-02-03 12:04:40.172 | enabled 2025-02-03 12:04:40.176 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2025-02-03 12:04:40.192 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-02-03 12:04:40.192 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.192 | Active: active (running) since Mon 2025-02-03 12:04:18 UTC; 21s ago 2025-02-03 12:04:40.192 | Main PID: 51337 (nova-scheduler) 2025-02-03 12:04:40.192 | Tasks: 3 (limit: 19126) 2025-02-03 12:04:40.192 | Memory: 142.4M 2025-02-03 12:04:40.192 | CPU: 2.076s 2025-02-03 12:04:40.192 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-02-03 12:04:40.192 | ├─51337 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-02-03 12:04:40.192 | ├─52311 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-02-03 12:04:40.192 | └─52317 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-02-03 12:04:40.192 | 2025-02-03 12:04:40.192 | Feb 03 12:04:20 devstack nova-scheduler[51337]: DEBUG oslo_service.service [None req-6f657ded-c124-4cb7-a0a2-0284f018f9ac None None] oslo_limit.version = None {{(pid=51337) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.192 | Feb 03 12:04:20 devstack nova-scheduler[51337]: DEBUG oslo_service.service [None req-6f657ded-c124-4cb7-a0a2-0284f018f9ac None None] oslo_reports.file_event_handler = None {{(pid=51337) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.192 | Feb 03 12:04:20 devstack nova-scheduler[51337]: DEBUG oslo_service.service [None req-6f657ded-c124-4cb7-a0a2-0284f018f9ac None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51337) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.192 | Feb 03 12:04:20 devstack nova-scheduler[51337]: DEBUG oslo_service.service [None req-6f657ded-c124-4cb7-a0a2-0284f018f9ac None None] oslo_reports.log_dir = None {{(pid=51337) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.192 | Feb 03 12:04:20 devstack nova-scheduler[51337]: DEBUG oslo_service.service [None req-6f657ded-c124-4cb7-a0a2-0284f018f9ac None None] ******************************************************************************** {{(pid=51337) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-02-03 12:04:40.192 | Feb 03 12:04:30 devstack nova-scheduler[51337]: DEBUG dbcounter [-] [51337] Writing DB stats nova_api:SELECT=7 {{(pid=51337) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.192 | Feb 03 12:04:30 devstack nova-scheduler[51337]: DEBUG dbcounter [-] [51337] Writing DB stats nova_cell1:SELECT=5 {{(pid=51337) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.192 | Feb 03 12:04:30 devstack nova-scheduler[51337]: DEBUG dbcounter [-] [51337] Writing DB stats nova_cell0:SELECT=3 {{(pid=51337) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.192 | Feb 03 12:04:35 devstack nova-scheduler[52311]: DEBUG dbcounter [-] [52311] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=52311) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.192 | Feb 03 12:04:35 devstack nova-scheduler[52317]: DEBUG dbcounter [-] [52317] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=52317) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.196 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.198 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-02-03 12:04:40.209 | enabled 2025-02-03 12:04:40.212 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-02-03 12:04:40.225 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-02-03 12:04:40.225 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.225 | Active: active (running) since Mon 2025-02-03 12:04:20 UTC; 19s ago 2025-02-03 12:04:40.225 | Main PID: 51937 (uwsgi) 2025-02-03 12:04:40.225 | Status: "uWSGI is ready" 2025-02-03 12:04:40.225 | Tasks: 4 (limit: 19126) 2025-02-03 12:04:40.225 | Memory: 188.4M 2025-02-03 12:04:40.225 | CPU: 3.909s 2025-02-03 12:04:40.225 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-02-03 12:04:40.225 | ├─51937 "nova-api-metauWSGI master" 2025-02-03 12:04:40.226 | ├─51938 "nova-api-metauWSGI worker 1" 2025-02-03 12:04:40.226 | ├─51939 "nova-api-metauWSGI worker 2" 2025-02-03 12:04:40.226 | └─51940 "nova-api-metauWSGI http 1" 2025-02-03 12:04:40.226 | 2025-02-03 12:04:40.226 | Feb 03 12:04:22 devstack devstack@n-api-meta.service[51938]: INFO dbcounter [None req-25898a18-c21b-4d89-8154-4d94640a756a None None] Registered counter for database nova_cell1 2025-02-03 12:04:40.226 | Feb 03 12:04:22 devstack devstack@n-api-meta.service[51938]: DEBUG oslo_db.sqlalchemy.engines [None req-25898a18-c21b-4d89-8154-4d94640a756a 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=51938) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-02-03 12:04:40.226 | Feb 03 12:04:22 devstack devstack@n-api-meta.service[51938]: DEBUG dbcounter [-] [51938] Writer thread running {{(pid=51938) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:04:40.226 | Feb 03 12:04:22 devstack devstack@n-api-meta.service[51938]: WARNING nova.api.metadata.handler [None req-25898a18-c21b-4d89-8154-4d94640a756a None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-02-03 12:04:40.226 | Feb 03 12:04:22 devstack devstack@n-api-meta.service[51938]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5e6d0fd41100 pid: 51938 (default app) 2025-02-03 12:04:40.226 | Feb 03 12:04:22 devstack devstack@n-api-meta.service[51939]: INFO dbcounter [None req-7a0face0-d507-4399-99a1-f1bc8d109c37 None None] Registered counter for database nova_cell1 2025-02-03 12:04:40.226 | Feb 03 12:04:22 devstack devstack@n-api-meta.service[51939]: DEBUG oslo_db.sqlalchemy.engines [None req-7a0face0-d507-4399-99a1-f1bc8d109c37 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=51939) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-02-03 12:04:40.226 | Feb 03 12:04:22 devstack devstack@n-api-meta.service[51939]: DEBUG dbcounter [-] [51939] Writer thread running {{(pid=51939) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:04:40.226 | Feb 03 12:04:22 devstack devstack@n-api-meta.service[51939]: WARNING nova.api.metadata.handler [None req-7a0face0-d507-4399-99a1-f1bc8d109c37 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-02-03 12:04:40.226 | Feb 03 12:04:22 devstack devstack@n-api-meta.service[51939]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5e6d0fd41100 pid: 51939 (default app) 2025-02-03 12:04:40.229 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.232 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2025-02-03 12:04:40.243 | enabled 2025-02-03 12:04:40.247 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2025-02-03 12:04:40.259 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-02-03 12:04:40.259 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.259 | Active: active (running) since Mon 2025-02-03 12:03:53 UTC; 46s ago 2025-02-03 12:04:40.259 | Main PID: 47816 (uwsgi) 2025-02-03 12:04:40.259 | Status: "uWSGI is ready" 2025-02-03 12:04:40.259 | Tasks: 5 (limit: 19126) 2025-02-03 12:04:40.259 | Memory: 136.6M 2025-02-03 12:04:40.259 | CPU: 2.452s 2025-02-03 12:04:40.259 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-02-03 12:04:40.259 | ├─47816 "placementuWSGI master" 2025-02-03 12:04:40.259 | ├─47817 "placementuWSGI worker 1" 2025-02-03 12:04:40.259 | └─47818 "placementuWSGI worker 2" 2025-02-03 12:04:40.259 | 2025-02-03 12:04:40.259 | Feb 03 12:03:55 devstack devstack@placement-api.service[47817]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=47817) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:333}} 2025-02-03 12:04:40.259 | Feb 03 12:03:55 devstack devstack@placement-api.service[47817]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5aa1779ceb70 pid: 47817 (default app) 2025-02-03 12:04:40.259 | Feb 03 12:04:04 devstack devstack@placement-api.service[47818]: DEBUG dbcounter [-] [47818] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=47818) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.259 | Feb 03 12:04:05 devstack devstack@placement-api.service[47817]: DEBUG dbcounter [-] [47817] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=47817) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.259 | Feb 03 12:04:20 devstack devstack@placement-api.service[47818]: DEBUG placement.requestlog [None req-7a4decdd-6d95-4d76-add9-cecd18f07b67 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47818) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-02-03 12:04:40.259 | Feb 03 12:04:20 devstack devstack@placement-api.service[47818]: INFO placement.requestlog [None req-7a4decdd-6d95-4d76-add9-cecd18f07b67 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-02-03 12:04:40.259 | Feb 03 12:04:20 devstack devstack@placement-api.service[47818]: [pid: 47818|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Mon Feb 3 12:04:20 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-02-03 12:04:40.259 | Feb 03 12:04:23 devstack devstack@placement-api.service[47817]: DEBUG placement.requestlog [None req-bf462649-b98e-42e0-9add-c23bee008e5e None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47817) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-02-03 12:04:40.259 | Feb 03 12:04:23 devstack devstack@placement-api.service[47817]: INFO placement.requestlog [None req-bf462649-b98e-42e0-9add-c23bee008e5e None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-02-03 12:04:40.259 | Feb 03 12:04:23 devstack devstack@placement-api.service[47817]: [pid: 47817|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Mon Feb 3 12:04:23 2025] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-02-03 12:04:40.263 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.265 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2025-02-03 12:04:40.274 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-02-03 12:04:40.278 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.280 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2025-02-03 12:04:40.291 | enabled 2025-02-03 12:04:40.294 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2025-02-03 12:04:40.307 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-02-03 12:04:40.307 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.307 | Active: active (running) since Mon 2025-02-03 12:04:32 UTC; 7s ago 2025-02-03 12:04:40.307 | Main PID: 55491 (uwsgi) 2025-02-03 12:04:40.307 | Status: "uWSGI is ready" 2025-02-03 12:04:40.307 | Tasks: 9 (limit: 19126) 2025-02-03 12:04:40.307 | Memory: 223.5M 2025-02-03 12:04:40.307 | CPU: 4.499s 2025-02-03 12:04:40.307 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-02-03 12:04:40.307 | ├─55491 "glance-apiuWSGI master" 2025-02-03 12:04:40.307 | ├─55492 "glance-apiuWSGI worker 1" 2025-02-03 12:04:40.307 | └─55493 "glance-apiuWSGI worker 2" 2025-02-03 12:04:40.307 | 2025-02-03 12:04:40.307 | Feb 03 12:04:36 devstack devstack@g-api.service[55493]: DEBUG glance.api.middleware.version_negotiation [None req-52404069-78fa-4c98-acc1-5317a57893ac None None] new path /v2/images/1d9d6f6c-1335-48c8-9690-b6c8e781cb21/file {{(pid=55493) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-02-03 12:04:40.307 | Feb 03 12:04:37 devstack devstack@g-api.service[55493]: INFO dbcounter [None req-75dc551f-293f-40fe-85e1-70c6538acdae admin admin] Registered counter for database glance 2025-02-03 12:04:40.307 | Feb 03 12:04:37 devstack devstack@g-api.service[55493]: DEBUG oslo_db.sqlalchemy.engines [None req-75dc551f-293f-40fe-85e1-70c6538acdae 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=55493) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-02-03 12:04:40.307 | Feb 03 12:04:37 devstack devstack@g-api.service[55493]: DEBUG dbcounter [-] [55493] Writer thread running {{(pid=55493) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-02-03 12:04:40.307 | Feb 03 12:04:37 devstack devstack@g-api.service[55493]: INFO glance.api.v2.image_data [None req-75dc551f-293f-40fe-85e1-70c6538acdae admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-02-03 12:04:40.307 | Feb 03 12:04:37 devstack devstack@g-api.service[55493]: DEBUG glance.location [None req-75dc551f-293f-40fe-85e1-70c6538acdae admin admin] Enabling in-flight format inspection for vmdk {{(pid=55493) set_data /opt/stack/glance/glance/location.py:592}} 2025-02-03 12:04:40.307 | Feb 03 12:04:37 devstack devstack@g-api.service[55493]: DEBUG glance_store._drivers.filesystem [None req-75dc551f-293f-40fe-85e1-70c6538acdae admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/1d9d6f6c-1335-48c8-9690-b6c8e781cb21 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=55493) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2025-02-03 12:04:40.307 | Feb 03 12:04:37 devstack devstack@g-api.service[55493]: INFO glance.location [None req-75dc551f-293f-40fe-85e1-70c6538acdae admin admin] Image format matched and virtual size computed: 117440512 2025-02-03 12:04:40.307 | Feb 03 12:04:37 devstack devstack@g-api.service[55493]: DEBUG glance_store.backend [None req-75dc551f-293f-40fe-85e1-70c6538acdae admin admin] Skipping store.set_acls... not implemented. {{(pid=55493) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2025-02-03 12:04:40.307 | Feb 03 12:04:37 devstack devstack@g-api.service[55493]: [pid: 55493|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Mon Feb 3 12:04:36 2025] PUT /v2/images/1d9d6f6c-1335-48c8-9690-b6c8e781cb21/file => generated 0 bytes in 747 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-02-03 12:04:40.311 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.313 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2025-02-03 12:04:40.324 | enabled 2025-02-03 12:04:40.327 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2025-02-03 12:04:40.340 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-02-03 12:04:40.340 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.340 | Active: active (running) since Mon 2025-02-03 12:04:28 UTC; 12s ago 2025-02-03 12:04:40.340 | Main PID: 54271 (cinder-schedule) 2025-02-03 12:04:40.340 | Tasks: 1 (limit: 19126) 2025-02-03 12:04:40.340 | Memory: 93.8M 2025-02-03 12:04:40.340 | CPU: 1.762s 2025-02-03 12:04:40.340 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-02-03 12:04:40.340 | └─54271 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-02-03 12:04:40.340 | 2025-02-03 12:04:40.340 | Feb 03 12:04:29 devstack cinder-scheduler[54271]: DEBUG oslo_service.service [None req-5d774044-2f78-48b4-8ba2-29d41a60f7c3 None None] nova.token_auth_url = None {{(pid=54271) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.340 | Feb 03 12:04:29 devstack cinder-scheduler[54271]: DEBUG oslo_service.service [None req-5d774044-2f78-48b4-8ba2-29d41a60f7c3 None None] ******************************************************************************** {{(pid=54271) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-02-03 12:04:40.340 | Feb 03 12:04:29 devstack cinder-scheduler[54271]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-02-03 12:04:40.340 | Feb 03 12:04:29 devstack cinder-scheduler[54271]: INFO cinder.manager [None req-1f76e4b6-801a-4390-b3a4-c4bf5b806a76 None None] Initiating service 1 cleanup 2025-02-03 12:04:40.340 | Feb 03 12:04:29 devstack cinder-scheduler[54271]: INFO cinder.manager [None req-1f76e4b6-801a-4390-b3a4-c4bf5b806a76 None None] Service 1 cleanup completed. 2025-02-03 12:04:40.340 | Feb 03 12:04:29 devstack cinder-scheduler[54271]: DEBUG cinder.service [None req-1f76e4b6-801a-4390-b3a4-c4bf5b806a76 None None] Creating RPC server for service cinder-scheduler {{(pid=54271) start /opt/stack/cinder/cinder/service.py:239}} 2025-02-03 12:04:40.340 | Feb 03 12:04:29 devstack cinder-scheduler[54271]: DEBUG cinder.service [None req-1f76e4b6-801a-4390-b3a4-c4bf5b806a76 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54271) start /opt/stack/cinder/cinder/service.py:245}} 2025-02-03 12:04:40.340 | Feb 03 12:04:33 devstack cinder-scheduler[54271]: DEBUG cinder.scheduler.host_manager [None req-8366af60-ee4f-4517-8116-8743d67b5a76 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=54271) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-02-03 12:04:40.340 | Feb 03 12:04:33 devstack cinder-scheduler[54271]: DEBUG cinder.scheduler.host_manager [None req-8366af60-ee4f-4517-8116-8743d67b5a76 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, 2, 3, 12, 4, 33, 616847)} {{(pid=54271) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-02-03 12:04:40.340 | Feb 03 12:04:33 devstack cinder-scheduler[54271]: DEBUG cinder.utils [None req-8366af60-ee4f-4517-8116-8743d67b5a76 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=54271) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-02-03 12:04:40.344 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.346 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2025-02-03 12:04:40.357 | enabled 2025-02-03 12:04:40.361 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2025-02-03 12:04:40.375 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-02-03 12:04:40.375 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.375 | Active: active (running) since Mon 2025-02-03 12:04:25 UTC; 15s ago 2025-02-03 12:04:40.375 | Main PID: 53735 (uwsgi) 2025-02-03 12:04:40.375 | Status: "uWSGI is ready" 2025-02-03 12:04:40.375 | Tasks: 7 (limit: 19126) 2025-02-03 12:04:40.375 | Memory: 213.6M 2025-02-03 12:04:40.375 | CPU: 4.710s 2025-02-03 12:04:40.375 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-02-03 12:04:40.375 | ├─53735 "cinder-apiuWSGI master" 2025-02-03 12:04:40.375 | ├─53736 "cinder-apiuWSGI worker 1" 2025-02-03 12:04:40.375 | └─53737 "cinder-apiuWSGI worker 2" 2025-02-03 12:04:40.375 | 2025-02-03 12:04:40.375 | Feb 03 12:04:31 devstack devstack@c-api.service[53736]: INFO cinder.api.openstack.wsgi [None req-1dd62665-a6e3-4815-aedb-2b4d45f7eea6 admin admin] http://10.180.1.21/volume/v3/557dda57b95d4800898c4a941c455b73/types returned with HTTP 200 2025-02-03 12:04:40.375 | Feb 03 12:04:31 devstack devstack@c-api.service[53736]: [pid: 53736|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Mon Feb 3 12:04:30 2025] POST /volume/v3/557dda57b95d4800898c4a941c455b73/types => generated 182 bytes in 497 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-02-03 12:04:40.375 | Feb 03 12:04:31 devstack devstack@c-api.service[53737]: DEBUG cinder.api.middleware.request_id [req-1dd62665-a6e3-4815-aedb-2b4d45f7eea6 req-5df504f3-5d69-402b-b6f8-ba490f206a89 None None] RequestId filter calling following filter/app {{(pid=53737) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-02-03 12:04:40.375 | Feb 03 12:04:31 devstack devstack@c-api.service[53737]: INFO cinder.api.openstack.wsgi [req-1dd62665-a6e3-4815-aedb-2b4d45f7eea6 req-5df504f3-5d69-402b-b6f8-ba490f206a89 admin admin] POST http://10.180.1.21/volume/v3/557dda57b95d4800898c4a941c455b73/types/11e93de3-154b-485c-9684-95163870288a/extra_specs 2025-02-03 12:04:40.375 | Feb 03 12:04:31 devstack devstack@c-api.service[53737]: DEBUG cinder.api.openstack.wsgi [req-1dd62665-a6e3-4815-aedb-2b4d45f7eea6 req-5df504f3-5d69-402b-b6f8-ba490f206a89 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=53737) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-02-03 12:04:40.375 | Feb 03 12:04:31 devstack devstack@c-api.service[53737]: /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-02-03 12:04:40.375 | Feb 03 12:04:31 devstack devstack@c-api.service[53737]: warnings.warn('Policy enforcement is depending on the value of ' 2025-02-03 12:04:40.375 | Feb 03 12:04:31 devstack devstack@c-api.service[53737]: DEBUG oslo_db.sqlalchemy.engines [req-1dd62665-a6e3-4815-aedb-2b4d45f7eea6 req-5df504f3-5d69-402b-b6f8-ba490f206a89 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=53737) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-02-03 12:04:40.375 | Feb 03 12:04:31 devstack devstack@c-api.service[53737]: INFO cinder.api.openstack.wsgi [req-1dd62665-a6e3-4815-aedb-2b4d45f7eea6 req-5df504f3-5d69-402b-b6f8-ba490f206a89 admin admin] http://10.180.1.21/volume/v3/557dda57b95d4800898c4a941c455b73/types/11e93de3-154b-485c-9684-95163870288a/extra_specs returned with HTTP 200 2025-02-03 12:04:40.375 | Feb 03 12:04:31 devstack devstack@c-api.service[53737]: [pid: 53737|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Mon Feb 3 12:04:31 2025] POST /volume/v3/557dda57b95d4800898c4a941c455b73/types/11e93de3-154b-485c-9684-95163870288a/extra_specs => generated 51 bytes in 437 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-02-03 12:04:40.379 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.381 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2025-02-03 12:04:40.395 | enabled 2025-02-03 12:04:40.399 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2025-02-03 12:04:40.412 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-02-03 12:04:40.412 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.412 | Active: active (running) since Mon 2025-02-03 12:04:29 UTC; 10s ago 2025-02-03 12:04:40.412 | Main PID: 54817 (cinder-volume) 2025-02-03 12:04:40.412 | Tasks: 3 (limit: 19126) 2025-02-03 12:04:40.412 | Memory: 243.1M 2025-02-03 12:04:40.412 | CPU: 4.235s 2025-02-03 12:04:40.412 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-02-03 12:04:40.412 | ├─54817 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-02-03 12:04:40.412 | └─54917 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-02-03 12:04:40.412 | 2025-02-03 12:04:40.412 | Feb 03 12:04:33 devstack cinder-volume[54917]: DEBUG cinder.image.image_utils [None req-8366af60-ee4f-4517-8116-8743d67b5a76 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=54917) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1242}} 2025-02-03 12:04:40.412 | Feb 03 12:04:33 devstack cinder-volume[54917]: INFO cinder.keymgr.migration [None req-609c948a-6d7d-4c4c-b013-1fd64116a4e6 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-02-03 12:04:40.412 | Feb 03 12:04:33 devstack cinder-volume[54917]: DEBUG cinder.manager [None req-8366af60-ee4f-4517-8116-8743d67b5a76 None None] Notifying Schedulers of capabilities ... {{(pid=54917) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-02-03 12:04:40.412 | Feb 03 12:04:33 devstack cinder-volume[54917]: INFO cinder.volume.manager [None req-8366af60-ee4f-4517-8116-8743d67b5a76 None None] Driver initialization completed successfully. 2025-02-03 12:04:40.412 | Feb 03 12:04:33 devstack cinder-volume[54917]: INFO cinder.manager [None req-8366af60-ee4f-4517-8116-8743d67b5a76 None None] Initiating service 2 cleanup 2025-02-03 12:04:40.412 | Feb 03 12:04:33 devstack cinder-volume[54917]: INFO cinder.manager [None req-8366af60-ee4f-4517-8116-8743d67b5a76 None None] Service 2 cleanup completed. 2025-02-03 12:04:40.412 | Feb 03 12:04:33 devstack cinder-volume[54917]: DEBUG cinder.service [None req-8366af60-ee4f-4517-8116-8743d67b5a76 None None] Creating RPC server for service cinder-volume {{(pid=54917) start /opt/stack/cinder/cinder/service.py:239}} 2025-02-03 12:04:40.412 | Feb 03 12:04:33 devstack cinder-volume[54917]: DEBUG cinder.service [None req-8366af60-ee4f-4517-8116-8743d67b5a76 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54917) start /opt/stack/cinder/cinder/service.py:245}} 2025-02-03 12:04:40.412 | Feb 03 12:04:33 devstack cinder-volume[54917]: INFO cinder.volume.manager [None req-8366af60-ee4f-4517-8116-8743d67b5a76 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-02-03 12:04:40.412 | Feb 03 12:04:33 devstack cinder-volume[54917]: INFO cinder.volume.manager [None req-8366af60-ee4f-4517-8116-8743d67b5a76 None None] Driver post RPC initialization completed successfully. 2025-02-03 12:04:40.416 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.418 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-02-03 12:04:40.429 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-02-03 12:04:40.433 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.435 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-02-03 12:04:40.445 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-02-03 12:04:40.448 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.451 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2025-02-03 12:04:40.462 | enabled 2025-02-03 12:04:40.466 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2025-02-03 12:04:40.479 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-02-03 12:04:40.479 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.479 | Active: active (running) since Mon 2025-02-03 12:03:48 UTC; 51s ago 2025-02-03 12:04:40.479 | Main PID: 47134 (/opt/stack/data) 2025-02-03 12:04:40.479 | Tasks: 5 (limit: 19126) 2025-02-03 12:04:40.479 | Memory: 379.5M 2025-02-03 12:04:40.479 | CPU: 10.405s 2025-02-03 12:04:40.479 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-02-03 12:04:40.479 | ├─47134 "/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-02-03 12:04:40.479 | ├─47237 "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-02-03 12:04:40.479 | ├─47238 "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-02-03 12:04:40.479 | ├─47239 "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-02-03 12:04:40.479 | └─47240 "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-02-03 12:04:40.479 | 2025-02-03 12:04:40.479 | Feb 03 12:04:24 devstack neutron-server[47240]: DEBUG dbcounter [-] [47240] Writing DB stats neutron:SELECT=229,neutron:UPDATE=3,neutron:INSERT=1 {{(pid=47240) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.479 | Feb 03 12:04:24 devstack neutron-server[47237]: DEBUG dbcounter [-] [47237] Writing DB stats neutron:SELECT=251,neutron:INSERT=7,neutron:UPDATE=4,neutron:DELETE=1 {{(pid=47237) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.479 | Feb 03 12:04:24 devstack neutron-server[47237]: DEBUG dbcounter [-] [47237] Writing DB stats neutron:SELECT=248,neutron:INSERT=12,neutron:UPDATE=3,neutron:DELETE=1 {{(pid=47237) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.479 | Feb 03 12:04:27 devstack neutron-server[47238]: DEBUG dbcounter [-] [47238] Writing DB stats neutron:SELECT=375,neutron:INSERT=35,neutron:DELETE=4,neutron:UPDATE=9 {{(pid=47238) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.479 | Feb 03 12:04:27 devstack neutron-server[47238]: DEBUG dbcounter [-] [47238] Writing DB stats neutron:SELECT=364,neutron:INSERT=34,neutron:DELETE=6,neutron:UPDATE=9 {{(pid=47238) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.479 | Feb 03 12:04:28 devstack neutron-server[47239]: DEBUG neutron_lib.callbacks.manager [None req-d807ecac-2dd0-4111-8f45-0f7c3facba00 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8597303110527', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-794755'] for agent (32dc1ce2-7dcc-4686-8793-6d44feba0a26), after_update {{(pid=47239) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-02-03 12:04:40.479 | Feb 03 12:04:29 devstack neutron-server[47239]: DEBUG neutron_lib.callbacks.manager [None req-23b061f8-9981-47ba-93a5-90ef42502f3b None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8597303110527', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-794755'] for agent (9bfce8cd-8551-4b4b-ab6d-d297e40efc5d), after_update {{(pid=47239) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-02-03 12:04:40.480 | Feb 03 12:04:29 devstack neutron-server[47239]: DEBUG neutron_lib.callbacks.manager [None req-00fefe49-76dc-4bb0-baaa-e49942181c31 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8597303110527', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-794755'] for agent (15d678bd-72a7-4e2d-81d4-0bdafa5d1ec1), after_update {{(pid=47239) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-02-03 12:04:40.480 | Feb 03 12:04:30 devstack neutron-server[47239]: DEBUG neutron_lib.callbacks.manager [None req-ccf273f3-a758-43d4-85f6-423a80c75249 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8597303110527', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-794755'] for agent (c9c1fddc-f89b-4f51-92bd-5ed55c04138b), after_update {{(pid=47239) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-02-03 12:04:40.480 | Feb 03 12:04:38 devstack neutron-server[47240]: DEBUG dbcounter [-] [47240] Writing DB stats neutron:SELECT=3 {{(pid=47240) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-02-03 12:04:40.483 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.485 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2025-02-03 12:04:40.496 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-02-03 12:04:40.500 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.502 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2025-02-03 12:04:40.511 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-02-03 12:04:40.515 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.517 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2025-02-03 12:04:40.528 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-02-03 12:04:40.531 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.533 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2025-02-03 12:04:40.543 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-02-03 12:04:40.547 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.549 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2025-02-03 12:04:40.562 | enabled 2025-02-03 12:04:40.565 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2025-02-03 12:04:40.577 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-02-03 12:04:40.577 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.577 | Active: active (running) since Mon 2025-02-03 12:03:55 UTC; 45s ago 2025-02-03 12:04:40.577 | Main PID: 48349 (neutron-openvsw) 2025-02-03 12:04:40.577 | Tasks: 4 (limit: 19126) 2025-02-03 12:04:40.577 | Memory: 153.2M 2025-02-03 12:04:40.577 | CPU: 3.724s 2025-02-03 12:04:40.577 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-02-03 12:04:40.577 | ├─48349 "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-02-03 12:04:40.577 | ├─49976 /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/tmpnjw63hi0/privsep.sock 2025-02-03 12:04:40.577 | └─49979 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-02-03 12:04:40.577 | 2025-02-03 12:04:40.577 | Feb 03 12:04:37 devstack neutron-openvswitch-agent[48349]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-dda8c6d7-8e61-4f3e-8f16-b433b305a23f None None] Agent rpc_loop - iteration:18 started 2025-02-03 12:04:40.577 | Feb 03 12:04:37 devstack neutron-openvswitch-agent[48349]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-dda8c6d7-8e61-4f3e-8f16-b433b305a23f None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xcb20dce2,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=10164500201348396150,duration_nsec=219000000,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=48349) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-02-03 12:04:40.578 | Feb 03 12:04:37 devstack neutron-openvswitch-agent[48349]: DEBUG neutron.agent.linux.utils [None req-dda8c6d7-8e61-4f3e-8f16-b433b305a23f None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49979. {{(pid=48349) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-02-03 12:04:40.578 | Feb 03 12:04:37 devstack neutron-openvswitch-agent[48349]: DEBUG neutron.agent.common.ovsdb_monitor [None req-dda8c6d7-8e61-4f3e-8f16-b433b305a23f None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=48349) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-02-03 12:04:40.578 | Feb 03 12:04:37 devstack neutron-openvswitch-agent[48349]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-dda8c6d7-8e61-4f3e-8f16-b433b305a23f None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-02-03 12:04:40.578 | Feb 03 12:04:39 devstack neutron-openvswitch-agent[48349]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-dda8c6d7-8e61-4f3e-8f16-b433b305a23f None None] Agent rpc_loop - iteration:19 started 2025-02-03 12:04:40.578 | Feb 03 12:04:39 devstack neutron-openvswitch-agent[48349]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-dda8c6d7-8e61-4f3e-8f16-b433b305a23f None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xcb20dce4,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=10164500201348396150,duration_nsec=219000000,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=48349) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-02-03 12:04:40.578 | Feb 03 12:04:39 devstack neutron-openvswitch-agent[48349]: DEBUG neutron.agent.linux.utils [None req-dda8c6d7-8e61-4f3e-8f16-b433b305a23f None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49979. {{(pid=48349) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-02-03 12:04:40.578 | Feb 03 12:04:39 devstack neutron-openvswitch-agent[48349]: DEBUG neutron.agent.common.ovsdb_monitor [None req-dda8c6d7-8e61-4f3e-8f16-b433b305a23f None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=48349) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-02-03 12:04:40.578 | Feb 03 12:04:39 devstack neutron-openvswitch-agent[48349]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-dda8c6d7-8e61-4f3e-8f16-b433b305a23f None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-02-03 12:04:40.581 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.584 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-02-03 12:04:40.594 | enabled 2025-02-03 12:04:40.597 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-02-03 12:04:40.609 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-02-03 12:04:40.609 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.609 | Active: active (running) since Mon 2025-02-03 12:03:56 UTC; 44s ago 2025-02-03 12:04:40.609 | Main PID: 48864 (neutron-dhcp-ag) 2025-02-03 12:04:40.609 | Tasks: 13 (limit: 19126) 2025-02-03 12:04:40.609 | Memory: 400.3M 2025-02-03 12:04:40.609 | CPU: 8.709s 2025-02-03 12:04:40.609 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-02-03 12:04:40.609 | ├─48864 "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-02-03 12:04:40.609 | ├─50162 /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/tmpbpp7ima9/privsep.sock 2025-02-03 12:04:40.609 | ├─50215 /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/tmpac593pdb/privsep.sock 2025-02-03 12:04:40.609 | ├─50319 /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/tmp0dgbyij9/privsep.sock 2025-02-03 12:04:40.609 | ├─50429 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-02-03 12:04:40.610 | ├─50435 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-02-03 12:04:40.610 | └─50450 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/faefba0e-6abc-4581-839d-2cd3a02c9dcd/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/faefba0e-6abc-4581-839d-2cd3a02c9dcd/host --addn-hosts=/opt/stack/data/neutron/dhcp/faefba0e-6abc-4581-839d-2cd3a02c9dcd/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/faefba0e-6abc-4581-839d-2cd3a02c9dcd/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/faefba0e-6abc-4581-839d-2cd3a02c9dcd/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-70a9d4cf-3beb-4dd7-b67f-2963d848643e,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-02-03 12:04:40.610 | 2025-02-03 12:04:40.610 | Feb 03 12:04:12 devstack neutron-dhcp-agent[48864]: INFO neutron.agent.dhcp.agent [None req-605294e5-ff78-462a-8420-21637005d4d1 None None] DHCP configuration for ports {'d45c0cea-2abc-4f5f-807b-a705980381d7'} is completed 2025-02-03 12:04:40.610 | Feb 03 12:04:14 devstack neutron-dhcp-agent[48864]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '642615d2-548b-44db-9e29-a1466742c284'}, 'priority': 0},) {} {{(pid=48864) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-02-03 12:04:40.610 | Feb 03 12:04:14 devstack neutron-dhcp-agent[48864]: DEBUG oslo_concurrency.lockutils [None req-2ec5edb6-7090-4e9e-bdbb-a85f41f9dc38 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48864) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-02-03 12:04:40.610 | Feb 03 12:04:14 devstack neutron-dhcp-agent[48864]: DEBUG oslo_concurrency.lockutils [None req-2ec5edb6-7090-4e9e-bdbb-a85f41f9dc38 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48864) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-02-03 12:04:40.610 | Feb 03 12:04:14 devstack neutron-dhcp-agent[48864]: DEBUG oslo_concurrency.lockutils [None req-2ec5edb6-7090-4e9e-bdbb-a85f41f9dc38 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48864) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-02-03 12:04:40.610 | Feb 03 12:04:14 devstack neutron-dhcp-agent[48864]: DEBUG neutron.agent.dhcp.agent [None req-2ec5edb6-7090-4e9e-bdbb-a85f41f9dc38 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '8609b0f1-e915-4416-98c0-6cbcc58f67d6', 'name': 'public-subnet', 'tenant_id': '557dda57b95d4800898c4a941c455b73', 'network_id': '642615d2-548b-44db-9e29-a1466742c284', '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-02-03T12:04:14Z', 'updated_at': '2025-02-03T12:04:14Z', 'revision_number': 0, 'project_id': '557dda57b95d4800898c4a941c455b73', 'network': {'id': '642615d2-548b-44db-9e29-a1466742c284', 'name': 'public', 'tenant_id': '557dda57b95d4800898c4a941c455b73', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['8609b0f1-e915-4416-98c0-6cbcc58f67d6'], '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-02-03T12:04:10Z', 'updated_at': '2025-02-03T12:04:14Z', 'revision_number': 2, 'project_id': '557dda57b95d4800898c4a941c455b73', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=48864) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-02-03 12:04:40.610 | Feb 03 12:04:14 devstack neutron-dhcp-agent[48864]: DEBUG oslo_concurrency.lockutils [None req-427f0faf-978d-44cf-9b3b-2b43b0061b4b None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48864) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-02-03 12:04:40.610 | Feb 03 12:04:14 devstack neutron-dhcp-agent[48864]: DEBUG oslo_concurrency.lockutils [None req-427f0faf-978d-44cf-9b3b-2b43b0061b4b None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48864) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-02-03 12:04:40.610 | Feb 03 12:04:14 devstack neutron-dhcp-agent[48864]: DEBUG oslo_concurrency.lockutils [None req-427f0faf-978d-44cf-9b3b-2b43b0061b4b None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48864) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-02-03 12:04:40.610 | Feb 03 12:04:16 devstack neutron-dhcp-agent[48864]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=48864) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-02-03 12:04:40.614 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.616 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2025-02-03 12:04:40.626 | enabled 2025-02-03 12:04:40.629 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2025-02-03 12:04:40.642 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-02-03 12:04:40.642 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.642 | Active: active (running) since Mon 2025-02-03 12:03:57 UTC; 42s ago 2025-02-03 12:04:40.642 | Main PID: 49322 (neutron-l3-agen) 2025-02-03 12:04:40.642 | Tasks: 22 (limit: 19126) 2025-02-03 12:04:40.642 | Memory: 405.4M 2025-02-03 12:04:40.642 | CPU: 8.594s 2025-02-03 12:04:40.642 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-02-03 12:04:40.642 | ├─49322 "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-02-03 12:04:40.642 | ├─50081 /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/tmpat1gpavw/privsep.sock 2025-02-03 12:04:40.642 | ├─50630 /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/tmp8a74cbe6/privsep.sock 2025-02-03 12:04:40.642 | ├─50643 /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/tmps1fbr1tu/privsep.sock 2025-02-03 12:04:40.642 | ├─50850 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-02-03 12:04:40.642 | ├─50852 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-02-03 12:04:40.642 | └─51130 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/12226512-7a4c-482b-b657-cdd39d3f4f1f.conf 2025-02-03 12:04:40.642 | 2025-02-03 12:04:40.642 | Feb 03 12:04:20 devstack neutron-l3-agent[49322]: DEBUG oslo.privsep.daemon [-] privsep: reply[f24b60c2-7b2b-4c7e-80cb-0bd0c1e07db0]: (4, ('ARPING 10.180.180.143 from 10.180.180.143 qg-18b86a8b-b1\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-02-03 12:04:40.642 | Feb 03 12:04:21 devstack neutron-l3-agent[49322]: DEBUG oslo.privsep.daemon [-] privsep: reply[04e5851e-b13e-4658-91dd-69503a42bd47]: (4, ('ARPING 10.180.180.143 from 10.180.180.143 qg-18b86a8b-b1\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-02-03 12:04:40.642 | Feb 03 12:04:22 devstack neutron-l3-agent[49322]: DEBUG oslo.privsep.daemon [-] privsep: reply[2ff3edde-a532-4e1d-aeda-0f81d6a2dfc1]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d45c0cea-2a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-02-03 12:04:40.642 | Feb 03 12:04:23 devstack neutron-l3-agent[49322]: DEBUG oslo.privsep.daemon [-] privsep: reply[6cb2288c-6c8e-4552-8f4e-08e9eef804ea]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d45c0cea-2a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-02-03 12:04:40.642 | Feb 03 12:04:24 devstack neutron-l3-agent[49322]: DEBUG oslo.privsep.daemon [-] privsep: reply[fe94ac89-ae4a-4428-bb6e-a6e9b31c9c5c]: (4, ('ARPING 10.180.180.143 from 10.180.180.143 qg-18b86a8b-b1\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-02-03 12:04:40.642 | Feb 03 12:04:25 devstack neutron-l3-agent[49322]: DEBUG oslo.privsep.daemon [-] privsep: reply[8a2caa59-e227-497b-8452-bc2af8f45f2c]: (4, ('ARPING 10.180.180.143 from 10.180.180.143 qg-18b86a8b-b1\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-02-03 12:04:40.642 | Feb 03 12:04:26 devstack neutron-l3-agent[49322]: DEBUG oslo.privsep.daemon [-] privsep: reply[62699b9a-0498-42b2-833e-04df4366dafd]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d45c0cea-2a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-02-03 12:04:40.642 | Feb 03 12:04:27 devstack neutron-l3-agent[49322]: DEBUG oslo.privsep.daemon [-] privsep: reply[adbe97f2-cd51-4f43-be12-b5017db6680e]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d45c0cea-2a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-02-03 12:04:40.642 | Feb 03 12:04:28 devstack neutron-l3-agent[49322]: DEBUG oslo.privsep.daemon [-] privsep: reply[b51b67c0-a434-4d54-ae66-0c60ef04c34e]: (4, ('ARPING 10.180.180.143 from 10.180.180.143 qg-18b86a8b-b1\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-02-03 12:04:40.642 | Feb 03 12:04:29 devstack neutron-l3-agent[49322]: DEBUG oslo.privsep.daemon [-] privsep: reply[ce44ea94-9ed6-4b97-b5d8-70ddf1a84926]: (4, ('ARPING 10.180.180.143 from 10.180.180.143 qg-18b86a8b-b1\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-02-03 12:04:40.646 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-02-03 12:04:40.648 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2025-02-03 12:04:40.657 | enabled 2025-02-03 12:04:40.661 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2025-02-03 12:04:40.673 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-02-03 12:04:40.673 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-02-03 12:04:40.673 | Active: active (running) since Mon 2025-02-03 12:03:58 UTC; 41s ago 2025-02-03 12:04:40.673 | Main PID: 49765 (neutron-metadat) 2025-02-03 12:04:40.673 | Tasks: 3 (limit: 19126) 2025-02-03 12:04:40.673 | Memory: 117.1M 2025-02-03 12:04:40.673 | CPU: 1.922s 2025-02-03 12:04:40.673 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-02-03 12:04:40.673 | ├─49765 "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-02-03 12:04:40.673 | ├─49972 "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-02-03 12:04:40.673 | └─49973 "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-02-03 12:04:40.673 | 2025-02-03 12:04:40.673 | Feb 03 12:04:00 devstack neutron-metadata-agent[49765]: DEBUG oslo_service.service [None req-ccf273f3-a758-43d4-85f6-423a80c75249 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=49765) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.673 | Feb 03 12:04:00 devstack neutron-metadata-agent[49765]: DEBUG oslo_service.service [None req-ccf273f3-a758-43d4-85f6-423a80c75249 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=49765) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.673 | Feb 03 12:04:00 devstack neutron-metadata-agent[49765]: DEBUG oslo_service.service [None req-ccf273f3-a758-43d4-85f6-423a80c75249 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=49765) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.673 | Feb 03 12:04:00 devstack neutron-metadata-agent[49765]: DEBUG oslo_service.service [None req-ccf273f3-a758-43d4-85f6-423a80c75249 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=49765) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.673 | Feb 03 12:04:00 devstack neutron-metadata-agent[49765]: DEBUG oslo_service.service [None req-ccf273f3-a758-43d4-85f6-423a80c75249 None None] oslo_messaging_rabbit.ssl_version = {{(pid=49765) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.673 | Feb 03 12:04:00 devstack neutron-metadata-agent[49765]: DEBUG oslo_service.service [None req-ccf273f3-a758-43d4-85f6-423a80c75249 None None] oslo_messaging_notifications.driver = [] {{(pid=49765) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.673 | Feb 03 12:04:00 devstack neutron-metadata-agent[49765]: DEBUG oslo_service.service [None req-ccf273f3-a758-43d4-85f6-423a80c75249 None None] oslo_messaging_notifications.retry = -1 {{(pid=49765) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.673 | Feb 03 12:04:00 devstack neutron-metadata-agent[49765]: DEBUG oslo_service.service [None req-ccf273f3-a758-43d4-85f6-423a80c75249 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=49765) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.673 | Feb 03 12:04:00 devstack neutron-metadata-agent[49765]: DEBUG oslo_service.service [None req-ccf273f3-a758-43d4-85f6-423a80c75249 None None] oslo_messaging_notifications.transport_url = **** {{(pid=49765) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-02-03 12:04:40.674 | Feb 03 12:04:00 devstack neutron-metadata-agent[49765]: DEBUG oslo_service.service [None req-ccf273f3-a758-43d4-85f6-423a80c75249 None None] ******************************************************************************** {{(pid=49765) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-02-03 12:04:40.677 | + stack.sh:main:1460 : is_service_enabled n-api 2025-02-03 12:04:40.692 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:40.695 | + stack.sh:main:1461 : is_service_enabled n-cpu 2025-02-03 12:04:40.709 | + functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:04:40.712 | + 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-02-03 12:04:40.714 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:04:40.716 | + 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-02-03 12:04:40.718 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-02-03 12:04:41.205 | 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-02-03 12:04:42.583 | +--------------------------------------------------------------------+ 2025-02-03 12:04:42.583 | | Upgrade Check Results | 2025-02-03 12:04:42.583 | +--------------------------------------------------------------------+ 2025-02-03 12:04:42.583 | | Check: Cells v2 | 2025-02-03 12:04:42.583 | | Result: Success | 2025-02-03 12:04:42.583 | | Details: No host mappings or compute nodes were found. Remember to | 2025-02-03 12:04:42.583 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-02-03 12:04:42.583 | | compute hosts are deployed. | 2025-02-03 12:04:42.583 | +--------------------------------------------------------------------+ 2025-02-03 12:04:42.583 | | Check: Placement API | 2025-02-03 12:04:42.583 | | Result: Success | 2025-02-03 12:04:42.583 | | Details: None | 2025-02-03 12:04:42.583 | +--------------------------------------------------------------------+ 2025-02-03 12:04:42.583 | | Check: Cinder API | 2025-02-03 12:04:42.583 | | Result: Success | 2025-02-03 12:04:42.583 | | Details: None | 2025-02-03 12:04:42.583 | +--------------------------------------------------------------------+ 2025-02-03 12:04:42.583 | | Check: Policy File JSON to YAML Migration | 2025-02-03 12:04:42.583 | | Result: Success | 2025-02-03 12:04:42.583 | | Details: None | 2025-02-03 12:04:42.583 | +--------------------------------------------------------------------+ 2025-02-03 12:04:42.583 | | Check: Older than N-1 computes | 2025-02-03 12:04:42.583 | | Result: Success | 2025-02-03 12:04:42.583 | | Details: None | 2025-02-03 12:04:42.583 | +--------------------------------------------------------------------+ 2025-02-03 12:04:42.583 | | Check: hw_machine_type unset | 2025-02-03 12:04:42.583 | | Result: Success | 2025-02-03 12:04:42.583 | | Details: None | 2025-02-03 12:04:42.583 | +--------------------------------------------------------------------+ 2025-02-03 12:04:42.583 | | Check: Service User Token Configuration | 2025-02-03 12:04:42.583 | | Result: Success | 2025-02-03 12:04:42.583 | | Details: None | 2025-02-03 12:04:42.583 | +--------------------------------------------------------------------+ 2025-02-03 12:04:42.945 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2025-02-03 12:04:42.948 | + stack.sh:main:1493 : command openstack complete 2025-02-03 12:04:42.948 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-02-03 12:04:44.265 | + stack.sh:main:1497 : is_service_enabled cinder 2025-02-03 12:04:44.280 | + functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:44.282 | + stack.sh:main:1498 : is_ubuntu 2025-02-03 12:04:44.284 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-02-03 12:04:44.286 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-02-03 12:04:44.288 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2025-02-03 12:04:44.290 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:04:44.293 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2025-02-03 12:04:44.295 | + stack.sh:main:1500 : set_lvm_filter 2025-02-03 12:04:44.297 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-02-03 12:04:44.299 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2025-02-03 12:04:44.301 | + lib/lvm:set_lvm_filter:191 : local pv 2025-02-03 12:04:44.303 | + lib/lvm:set_lvm_filter:192 : local vg 2025-02-03 12:04:44.305 | + lib/lvm:set_lvm_filter:193 : local line 2025-02-03 12:04:44.308 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2025-02-03 12:04:44.350 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-02-03 12:04:44.352 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2025-02-03 12:04:44.354 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-02-03 12:04:44.365 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-02-03 12:04:44.376 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-02-03 12:04:44.378 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:04:44.380 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-02-03 12:04:44.382 | + stack.sh:main:1510 : run_phase stack test-config 2025-02-03 12:04:44.384 | + functions-common:run_phase:1828 : local mode=stack 2025-02-03 12:04:44.387 | + functions-common:run_phase:1829 : local phase=test-config 2025-02-03 12:04:44.389 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-03 12:04:44.391 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-02-03 12:04:44.393 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-03 12:04:44.395 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-02-03 12:04:44.397 | + functions-common:run_phase:1838 : local extra 2025-02-03 12:04:44.400 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-03 12:04:44.403 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-02-03 12:04:44.406 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-03 12:04:44.408 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-03 12:04:44.410 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-02-03 12:04:44.412 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-03 12:04:44.426 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:44.428 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 12:04:44.430 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:04:44.432 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-02-03 12:04:44.434 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:04:44.436 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-03 12:04:44.438 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:04:44.440 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-02-03 12:04:44.442 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:04:44.444 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-02-03 12:04:44.446 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:04:44.448 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-02-03 12:04:44.450 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-02-03 12:04:44.485 | [3696 Async install_tempest:27158]: Waiting for completion of install_tempest running on PID 27158 (1 other jobs running) 2025-02-03 12:04:44.502 | [3696 Async install_tempest:27158]: Signaling child to exit 2025-02-03 12:04:44.502 | WAKEUP 2025-02-03 12:04:44.517 | [3696 Async install_tempest:27158]: Signaled 2025-02-03 12:04:44.518 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:574 : local git_ref=master 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:575 : local orig_dir 2025-02-03 12:04:44.518 | +++ functions-common:git_clone:576 : pwd 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:577 : local git_clone_flags= 2025-02-03 12:04:44.518 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:579 : RECLONE=False 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:593 : echo master 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-02-03 12:04:44.518 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-02-03 12:04:44.518 | ++ functions-common:git_timed:680 : local count=0 2025-02-03 12:04:44.518 | ++ functions-common:git_timed:681 : local timeout=0 2025-02-03 12:04:44.518 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:04:44.518 | ++ functions-common:git_timed:684 : timeout=0 2025-02-03 12:04:44.518 | ++ functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:04:44.518 | ++ functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:04:44.518 | ++ functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:44.518 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:44.518 | +++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:44.518 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1738584081472 2025-02-03 12:04:44.518 | ++ 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-02-03 12:04:44.518 | Cloning into '/opt/stack//tempest'... 2025-02-03 12:04:44.518 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:04:44.518 | ++ functions-common:time_stop:2400 : local name 2025-02-03 12:04:44.518 | ++ functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:44.518 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:44.518 | ++ functions-common:time_stop:2403 : local total 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2407 : start_time=1738584081472 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2409 : [[ -z 1738584081472 ]] 2025-02-03 12:04:44.519 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2412 : end_time=1738584083447 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2413 : elapsed_time=1975 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2414 : total=40051 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=42026 2025-02-03 12:04:44.519 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2025-02-03 12:04:44.519 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:680 : local count=0 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:681 : local timeout=0 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:684 : timeout=0 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:04:44.519 | ++ functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:04:44.519 | ++ functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:44.519 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:44.519 | +++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:44.519 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1738584083478 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2025-02-03 12:04:44.519 | From https://opendev.org/openstack/tempest 2025-02-03 12:04:44.519 | * branch master -> FETCH_HEAD 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2400 : local name 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2403 : local total 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2407 : start_time=1738584083478 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2409 : [[ -z 1738584083478 ]] 2025-02-03 12:04:44.519 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2412 : end_time=1738584084346 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2413 : elapsed_time=868 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2414 : total=42026 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=42894 2025-02-03 12:04:44.519 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:680 : local count=0 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:681 : local timeout=0 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:684 : timeout=0 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:687 : time_start git_timed 2025-02-03 12:04:44.519 | ++ functions-common:time_start:2386 : local name=git_timed 2025-02-03 12:04:44.519 | ++ functions-common:time_start:2387 : local start_time= 2025-02-03 12:04:44.519 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-02-03 12:04:44.519 | +++ functions-common:time_start:2391 : date +%s%3N 2025-02-03 12:04:44.519 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1738584084374 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-03 12:04:44.519 | Note: switching to 'FETCH_HEAD'. 2025-02-03 12:04:44.519 | 2025-02-03 12:04:44.519 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-03 12:04:44.519 | changes and commit them, and you can discard any commits you make in this 2025-02-03 12:04:44.519 | state without impacting any branches by switching back to a branch. 2025-02-03 12:04:44.519 | 2025-02-03 12:04:44.519 | If you want to create a new branch to retain commits you create, you may 2025-02-03 12:04:44.519 | do so (now or later) by using -c with the switch command. Example: 2025-02-03 12:04:44.519 | 2025-02-03 12:04:44.519 | git switch -c 2025-02-03 12:04:44.519 | 2025-02-03 12:04:44.519 | Or undo this operation with: 2025-02-03 12:04:44.519 | 2025-02-03 12:04:44.519 | git switch - 2025-02-03 12:04:44.519 | 2025-02-03 12:04:44.519 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-03 12:04:44.519 | 2025-02-03 12:04:44.519 | HEAD is now at a552cb9 Merge "test_instances_with_cinder_volumes: Make sure attachments in guest are correct" 2025-02-03 12:04:44.519 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2400 : local name 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2403 : local total 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2406 : name=git_timed 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2407 : start_time=1738584084374 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2409 : [[ -z 1738584084374 ]] 2025-02-03 12:04:44.519 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2412 : end_time=1738584084469 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2413 : elapsed_time=95 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2414 : total=42894 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:44.519 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=42989 2025-02-03 12:04:44.519 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-02-03 12:04:44.519 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2025-02-03 12:04:44.519 | ++ functions-common:git_clone:656 : git show --oneline 2025-02-03 12:04:44.519 | ++ functions-common:git_clone:656 : head -1 2025-02-03 12:04:44.519 | a552cb9 Merge "test_instances_with_cinder_volumes: Make sure attachments in guest are correct" 2025-02-03 12:04:44.519 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2025-02-03 12:04:44.519 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2025-02-03 12:04:44.519 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-02-03 12:04:44.519 | ++ 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-02-03 12:04:44.519 | Collecting tox!=2.8.0,<4.0.0 2025-02-03 12:04:44.519 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2025-02-03 12:04:44.519 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2025-02-03 12:04:44.519 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2025-02-03 12:04:44.519 | 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-02-03 12:04:44.519 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2025-02-03 12:04:44.519 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2025-02-03 12:04:44.519 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2025-02-03 12:04:44.519 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2025-02-03 12:04:44.519 | 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-02-03 12:04:44.519 | 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-02-03 12:04:44.519 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2025-02-03 12:04:44.519 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2025-02-03 12:04:44.519 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-02-03 12:04:44.519 | 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-02-03 12:04:44.519 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2025-02-03 12:04:44.519 | 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-02-03 12:04:44.519 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2025-02-03 12:04:44.519 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-02-03 12:04:44.519 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2025-02-03 12:04:44.519 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-02-03 12:04:44.519 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-02-03 12:04:44.519 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-02-03 12:04:44.519 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2025-02-03 12:04:44.519 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-02-03 12:04:44.520 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2025-02-03 12:04:44.520 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | ++ inc/python:pip_install:222 : result=0 2025-02-03 12:04:44.520 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-02-03 12:04:44.520 | ++ functions-common:time_stop:2400 : local name 2025-02-03 12:04:44.520 | ++ functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:44.520 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:44.520 | ++ functions-common:time_stop:2403 : local total 2025-02-03 12:04:44.520 | ++ functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:44.520 | ++ functions-common:time_stop:2406 : name=pip_install 2025-02-03 12:04:44.520 | ++ functions-common:time_stop:2407 : start_time=1738584084511 2025-02-03 12:04:44.520 | ++ functions-common:time_stop:2409 : [[ -z 1738584084511 ]] 2025-02-03 12:04:44.520 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:44.520 | ++ functions-common:time_stop:2412 : end_time=1738584087665 2025-02-03 12:04:44.520 | ++ functions-common:time_stop:2413 : elapsed_time=3154 2025-02-03 12:04:44.520 | ++ functions-common:time_stop:2414 : total=83546 2025-02-03 12:04:44.520 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:44.520 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=86700 2025-02-03 12:04:44.520 | ++ inc/python:pip_install:225 : return 0 2025-02-03 12:04:44.520 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2025-02-03 12:04:44.520 | ~/tempest ~/devstack 2025-02-03 12:04:44.520 | ++ lib/tempest:install_tempest:869 : git checkout master 2025-02-03 12:04:44.520 | Switched to branch 'master' 2025-02-03 12:04:44.520 | Your branch is up to date with 'origin/master'. 2025-02-03 12:04:44.520 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2025-02-03 12:04:44.520 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-02-03 12:04:44.520 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.x6bSGr3pg4 2025-02-03 12:04:44.520 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.x6bSGr3pg4 2025-02-03 12:04:44.520 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-02-03 12:04:44.520 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.x6bSGr3pg4 2025-02-03 12:04:44.520 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-02-03 12:04:44.520 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-02-03 12:04:44.520 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-02-03 12:04:44.520 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-02-03 12:04:44.520 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-02-03 12:04:44.520 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-02-03 12:04:44.520 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-02-03 12:04:44.520 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2025-02-03 12:04:44.520 | full create: /opt/stack/tempest/.tox/tempest 2025-02-03 12:04:44.520 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-02-03 12:04:44.520 | full develop-inst: /opt/stack/tempest 2025-02-03 12:04:44.520 | full installed: attrs==24.3.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.8.0,cmd2==2.5.9,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.2,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.0.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==7.0.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.13.0,psutil==6.1.1,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.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,stestr==4.1.0,stevedore==5.4.0,-e git+https://opendev.org/openstack/tempest.git@a552cb93aea10fd62648f1b8d74b16a7b3e801dc#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-02-03 12:04:44.520 | ___________________________________ summary ____________________________________ 2025-02-03 12:04:44.520 | full: skipped tests 2025-02-03 12:04:44.520 | congratulations :) 2025-02-03 12:04:44.520 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.x6bSGr3pg4 -r requirements.txt 2025-02-03 12:04:44.520 | 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.0) 2025-02-03 12:04:44.520 | 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.8.0) 2025-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.0) 2025-02-03 12:04:44.520 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (44.0.0) 2025-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.0.0) 2025-02-03 12:04:44.520 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.0) 2025-02-03 12:04:44.520 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.0.0) 2025-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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.6.0) 2025-02-03 12:04:44.520 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.0.0) 2025-02-03 12:04:44.520 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.2) 2025-02-03 12:04:44.520 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.0) 2025-02-03 12:04:44.520 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.13.0) 2025-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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.9) 2025-02-03 12:04:44.520 | 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)) (24.3.0) 2025-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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.1) 2025-02-03 12:04:44.520 | 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.22.3) 2025-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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.0) 2025-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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.0) 2025-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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)) (6.1.1) 2025-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | 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-02-03 12:04:44.520 | WARNING: There was an error checking the latest version of pip. 2025-02-03 12:04:44.520 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-02-03 12:04:44.521 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.x6bSGr3pg4 2025-02-03 12:04:44.521 | ++ lib/tempest:install_tempest:882 : popd 2025-02-03 12:04:44.521 | ~/devstack 2025-02-03 12:04:44.548 | [3696 Async install_tempest:27158]: finished install_tempest with result 0 in 21 seconds 2025-02-03 12:04:44.551 | ++ inc/async:async_wait:197 : return 0 2025-02-03 12:04:44.553 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-02-03 12:04:44.555 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:04:44.557 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2025-02-03 12:04:44.559 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-02-03 12:04:44.561 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2025-02-03 12:04:44.563 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2025-02-03 12:04:44.565 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2025-02-03 12:04:44.567 | ++ inc/python:pip_install_gr:95 : local clean_name 2025-02-03 12:04:44.569 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2025-02-03 12:04:44.571 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2025-02-03 12:04:44.572 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-02-03 12:04:44.575 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-02-03 12:04:44.575 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-02-03 12:04:44.579 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2025-02-03 12:04:44.580 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2025-02-03 12:04:44.582 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2025-02-03 12:04:44.584 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2025-02-03 12:04:44.586 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2025-02-03 12:04:44.600 | Using python 3.10 to install testrepository 2025-02-03 12:04:44.602 | ++ 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-02-03 12:04:45.670 | Collecting testrepository 2025-02-03 12:04:45.670 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-02-03 12:04:45.704 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2025-02-03 12:04:45.705 | Requirement already satisfied: python-subunit>=0.0.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (1.4.2) 2025-02-03 12:04:45.705 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2025-02-03 12:04:45.711 | 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-02-03 12:04:45.716 | 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-02-03 12:04:46.751 | Installing collected packages: testrepository 2025-02-03 12:04:46.857 | Successfully installed testrepository-0.0.20 2025-02-03 12:04:46.961 | ++ inc/python:pip_install:222 : result=0 2025-02-03 12:04:46.963 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-02-03 12:04:46.965 | ++ functions-common:time_stop:2400 : local name 2025-02-03 12:04:46.966 | ++ functions-common:time_stop:2401 : local end_time 2025-02-03 12:04:46.968 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-02-03 12:04:46.970 | ++ functions-common:time_stop:2403 : local total 2025-02-03 12:04:46.972 | ++ functions-common:time_stop:2404 : local start_time 2025-02-03 12:04:46.973 | ++ functions-common:time_stop:2406 : name=pip_install 2025-02-03 12:04:46.975 | ++ functions-common:time_stop:2407 : start_time=1738584284597 2025-02-03 12:04:46.977 | ++ functions-common:time_stop:2409 : [[ -z 1738584284597 ]] 2025-02-03 12:04:46.979 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-02-03 12:04:46.982 | ++ functions-common:time_stop:2412 : end_time=1738584286980 2025-02-03 12:04:46.984 | ++ functions-common:time_stop:2413 : elapsed_time=2383 2025-02-03 12:04:46.986 | ++ functions-common:time_stop:2414 : total=99759 2025-02-03 12:04:46.988 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-02-03 12:04:46.990 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=102142 2025-02-03 12:04:46.991 | ++ inc/python:pip_install:225 : return 0 2025-02-03 12:04:46.993 | ++ lib/tempest:configure_tempest:196 : local image_lines 2025-02-03 12:04:46.995 | ++ lib/tempest:configure_tempest:197 : local images 2025-02-03 12:04:46.997 | ++ lib/tempest:configure_tempest:198 : local num_images 2025-02-03 12:04:46.998 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2025-02-03 12:04:47.000 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2025-02-03 12:04:47.002 | ++ lib/tempest:configure_tempest:201 : local password 2025-02-03 12:04:47.004 | ++ lib/tempest:configure_tempest:202 : local line 2025-02-03 12:04:47.006 | ++ lib/tempest:configure_tempest:203 : local flavors 2025-02-03 12:04:47.007 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2025-02-03 12:04:47.009 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2025-02-03 12:04:47.011 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2025-02-03 12:04:47.012 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2025-02-03 12:04:47.014 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2025-02-03 12:04:47.016 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2025-02-03 12:04:47.018 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2025-02-03 12:04:47.019 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2025-02-03 12:04:47.021 | ++ lib/tempest:configure_tempest:212 : local disk 2025-02-03 12:04:47.023 | ++ lib/tempest:configure_tempest:215 : ifs=' 2025-02-03 12:04:47.023 | ' 2025-02-03 12:04:47.024 | ++ lib/tempest:configure_tempest:225 : declare -a images 2025-02-03 12:04:47.026 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2025-02-03 12:04:47.038 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:47.040 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2025-02-03 12:04:47.042 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-02-03 12:04:47.043 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-02-03 12:04:47.045 | ++ lib/tempest:get_active_images:158 : img_array=() 2025-02-03 12:04:47.047 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-02-03 12:04:47.048 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-02-03 12:04:47.048 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-02-03 12:04:48.211 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:48.214 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-02-03 12:04:48.216 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2025-02-03 12:04:48.217 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-02-03 12:04:48.219 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2025-02-03 12:04:48.221 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2025-02-03 12:04:48.223 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2025-02-03 12:04:48.225 | ++ lib/tempest:configure_tempest:251 : image_uuid=1d9d6f6c-1335-48c8-9690-b6c8e781cb21 2025-02-03 12:04:48.226 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=1d9d6f6c-1335-48c8-9690-b6c8e781cb21 2025-02-03 12:04:48.228 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2025-02-03 12:04:48.238 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-02-03 12:04:48.240 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2025-02-03 12:04:48.242 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2025-02-03 12:04:48.244 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2025-02-03 12:04:48.246 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2025-02-03 12:04:48.248 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2025-02-03 12:04:48.250 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2025-02-03 12:04:48.251 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2025-02-03 12:04:48.254 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2025-02-03 12:04:48.254 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2025-02-03 12:04:49.323 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:49.326 | ++ lib/tempest:configure_tempest:287 : admin_project_id=557dda57b95d4800898c4a941c455b73 2025-02-03 12:04:49.328 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2025-02-03 12:04:49.340 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:04:49.342 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2025-02-03 12:04:50.458 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:50.460 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-02-03 12:04:50.460 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-02-03 12:04:50.460 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-02-03 12:04:50.460 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-02-03 12:04:50.460 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-02-03 12:04:50.460 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-02-03 12:04:50.460 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-02-03 12:04:50.460 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-02-03 12:04:50.460 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-02-03 12:04:50.460 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-02-03 12:04:50.460 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-02-03 12:04:50.460 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-02-03 12:04:50.460 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-02-03 12:04:50.460 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-02-03 12:04:50.462 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2025-02-03 12:04:50.463 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-02-03 12:04:50.463 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-02-03 12:04:50.463 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-02-03 12:04:50.463 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-02-03 12:04:50.463 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-02-03 12:04:50.463 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-02-03 12:04:50.463 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-02-03 12:04:50.463 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-02-03 12:04:50.463 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-02-03 12:04:50.463 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-02-03 12:04:50.463 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-02-03 12:04:50.463 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-02-03 12:04:50.463 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-02-03 12:04:50.464 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-02-03 12:04:50.466 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 1d9d6f6c-1335-48c8-9690-b6c8e781cb21 2025-02-03 12:04:50.468 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-02-03 12:04:50.470 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 1d9d6f6c-1335-48c8-9690-b6c8e781cb21 -c size -f value 2025-02-03 12:04:51.580 | ++++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:51.582 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-02-03 12:04:51.584 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-02-03 12:04:51.585 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-02-03 12:04:51.613 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-02-03 12:04:51.615 | ++ 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-02-03 12:04:52.636 | +----------------------------+-----------------------+ 2025-02-03 12:04:52.636 | | Field | Value | 2025-02-03 12:04:52.636 | +----------------------------+-----------------------+ 2025-02-03 12:04:52.636 | | OS-FLV-DISABLED:disabled | False | 2025-02-03 12:04:52.636 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-03 12:04:52.636 | | description | None | 2025-02-03 12:04:52.636 | | disk | 1 | 2025-02-03 12:04:52.636 | | id | 42 | 2025-02-03 12:04:52.636 | | name | m1.nano | 2025-02-03 12:04:52.636 | | os-flavor-access:is_public | True | 2025-02-03 12:04:52.636 | | properties | hw_rng:allowed='True' | 2025-02-03 12:04:52.636 | | ram | 128 | 2025-02-03 12:04:52.636 | | rxtx_factor | 1.0 | 2025-02-03 12:04:52.636 | | swap | 0 | 2025-02-03 12:04:52.636 | | vcpus | 1 | 2025-02-03 12:04:52.636 | +----------------------------+-----------------------+ 2025-02-03 12:04:52.772 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2025-02-03 12:04:52.774 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-02-03 12:04:52.774 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-02-03 12:04:52.775 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-02-03 12:04:52.775 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-02-03 12:04:52.775 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-02-03 12:04:52.775 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-02-03 12:04:52.775 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-02-03 12:04:52.775 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-02-03 12:04:52.775 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-02-03 12:04:52.775 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-02-03 12:04:52.775 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-02-03 12:04:52.775 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-02-03 12:04:52.775 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-02-03 12:04:52.775 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-02-03 12:04:52.777 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib 1d9d6f6c-1335-48c8-9690-b6c8e781cb21 2025-02-03 12:04:52.779 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-02-03 12:04:52.781 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 1d9d6f6c-1335-48c8-9690-b6c8e781cb21 -c size -f value 2025-02-03 12:04:53.881 | ++++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:53.884 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-02-03 12:04:53.886 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-02-03 12:04:53.886 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-02-03 12:04:53.913 | ++ lib/tempest:configure_tempest:302 : disk=1 2025-02-03 12:04:53.916 | ++ 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-02-03 12:04:54.905 | +----------------------------+-----------------------+ 2025-02-03 12:04:54.905 | | Field | Value | 2025-02-03 12:04:54.905 | +----------------------------+-----------------------+ 2025-02-03 12:04:54.905 | | OS-FLV-DISABLED:disabled | False | 2025-02-03 12:04:54.905 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-03 12:04:54.905 | | description | None | 2025-02-03 12:04:54.905 | | disk | 1 | 2025-02-03 12:04:54.905 | | id | 84 | 2025-02-03 12:04:54.905 | | name | m1.micro | 2025-02-03 12:04:54.905 | | os-flavor-access:is_public | True | 2025-02-03 12:04:54.905 | | properties | hw_rng:allowed='True' | 2025-02-03 12:04:54.905 | | ram | 192 | 2025-02-03 12:04:54.905 | | rxtx_factor | 1.0 | 2025-02-03 12:04:54.905 | | swap | 0 | 2025-02-03 12:04:54.905 | | vcpus | 1 | 2025-02-03 12:04:54.905 | +----------------------------+-----------------------+ 2025-02-03 12:04:55.026 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2025-02-03 12:04:55.028 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-02-03 12:04:55.053 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2025-02-03 12:04:55.055 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2025-02-03 12:04:55.057 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2025-02-03 12:04:55.059 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-02-03 12:04:55.061 | +++ 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-02-03 12:04:56.204 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:56.207 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-02-03 12:04:56.207 | address-scope 2025-02-03 12:04:56.207 | router-admin-state-down-before-update 2025-02-03 12:04:56.207 | agent 2025-02-03 12:04:56.207 | agent-resources-synced 2025-02-03 12:04:56.207 | allowed-address-pairs 2025-02-03 12:04:56.207 | auto-allocated-topology 2025-02-03 12:04:56.207 | availability_zone 2025-02-03 12:04:56.207 | availability_zone_filter 2025-02-03 12:04:56.207 | default-subnetpools 2025-02-03 12:04:56.207 | dhcp_agent_scheduler 2025-02-03 12:04:56.207 | dvr 2025-02-03 12:04:56.207 | empty-string-filtering 2025-02-03 12:04:56.207 | external-net 2025-02-03 12:04:56.207 | extra_dhcp_opt 2025-02-03 12:04:56.207 | extraroute 2025-02-03 12:04:56.207 | extraroute-atomic 2025-02-03 12:04:56.207 | filter-validation 2025-02-03 12:04:56.207 | floating-ip-port-forwarding-detail 2025-02-03 12:04:56.207 | fip-port-details 2025-02-03 12:04:56.207 | flavors 2025-02-03 12:04:56.207 | floatingip-pools 2025-02-03 12:04:56.207 | ip-substring-filtering 2025-02-03 12:04:56.207 | router 2025-02-03 12:04:56.207 | ext-gw-mode 2025-02-03 12:04:56.207 | l3-ha 2025-02-03 12:04:56.207 | l3-flavors 2025-02-03 12:04:56.207 | l3-port-ip-change-not-allowed 2025-02-03 12:04:56.207 | l3_agent_scheduler 2025-02-03 12:04:56.207 | multi-provider 2025-02-03 12:04:56.207 | net-mtu 2025-02-03 12:04:56.207 | net-mtu-writable 2025-02-03 12:04:56.207 | network_availability_zone 2025-02-03 12:04:56.207 | network_ha 2025-02-03 12:04:56.207 | network-ip-availability 2025-02-03 12:04:56.207 | pagination 2025-02-03 12:04:56.207 | port-device-profile 2025-02-03 12:04:56.207 | port-mac-override 2025-02-03 12:04:56.207 | port-mac-address-regenerate 2025-02-03 12:04:56.207 | port-numa-affinity-policy 2025-02-03 12:04:56.207 | binding 2025-02-03 12:04:56.207 | binding-extended 2025-02-03 12:04:56.208 | port-security 2025-02-03 12:04:56.208 | project-id 2025-02-03 12:04:56.208 | provider 2025-02-03 12:04:56.208 | quota-check-limit 2025-02-03 12:04:56.208 | quotas 2025-02-03 12:04:56.208 | quota_details 2025-02-03 12:04:56.208 | rbac-policies 2025-02-03 12:04:56.208 | rbac-address-group 2025-02-03 12:04:56.208 | rbac-address-scope 2025-02-03 12:04:56.208 | rbac-security-groups 2025-02-03 12:04:56.208 | rbac-subnetpool 2025-02-03 12:04:56.208 | revision-if-match 2025-02-03 12:04:56.208 | standard-attr-revisions 2025-02-03 12:04:56.208 | router_availability_zone 2025-02-03 12:04:56.208 | security-groups-default-rules 2025-02-03 12:04:56.208 | security-groups-normalized-cidr 2025-02-03 12:04:56.208 | port-security-groups-filtering 2025-02-03 12:04:56.208 | security-groups-remote-address-group 2025-02-03 12:04:56.208 | security-groups-shared-filtering 2025-02-03 12:04:56.208 | security-group 2025-02-03 12:04:56.208 | service-type 2025-02-03 12:04:56.208 | sorting 2025-02-03 12:04:56.208 | standard-attr-description 2025-02-03 12:04:56.208 | stateful-security-group 2025-02-03 12:04:56.208 | subnet_onboard 2025-02-03 12:04:56.208 | subnet-service-types 2025-02-03 12:04:56.208 | subnet_allocation 2025-02-03 12:04:56.208 | subnetpool-prefix-ops 2025-02-03 12:04:56.208 | standard-attr-tag 2025-02-03 12:04:56.208 | standard-attr-timestamp 2025-02-03 12:04:56.208 | nsxt-ops' 2025-02-03 12:04:56.209 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-02-03 12:04:56.209 | address-scope 2025-02-03 12:04:56.209 | router-admin-state-down-before-update 2025-02-03 12:04:56.209 | agent 2025-02-03 12:04:56.209 | agent-resources-synced 2025-02-03 12:04:56.209 | allowed-address-pairs 2025-02-03 12:04:56.209 | auto-allocated-topology 2025-02-03 12:04:56.209 | availability_zone 2025-02-03 12:04:56.209 | availability_zone_filter 2025-02-03 12:04:56.209 | default-subnetpools 2025-02-03 12:04:56.209 | dhcp_agent_scheduler 2025-02-03 12:04:56.209 | dvr 2025-02-03 12:04:56.209 | empty-string-filtering 2025-02-03 12:04:56.209 | external-net 2025-02-03 12:04:56.209 | extra_dhcp_opt 2025-02-03 12:04:56.209 | extraroute 2025-02-03 12:04:56.209 | extraroute-atomic 2025-02-03 12:04:56.209 | filter-validation 2025-02-03 12:04:56.209 | floating-ip-port-forwarding-detail 2025-02-03 12:04:56.209 | fip-port-details 2025-02-03 12:04:56.209 | flavors 2025-02-03 12:04:56.209 | floatingip-pools 2025-02-03 12:04:56.209 | ip-substring-filtering 2025-02-03 12:04:56.209 | router 2025-02-03 12:04:56.209 | ext-gw-mode 2025-02-03 12:04:56.209 | l3-ha 2025-02-03 12:04:56.209 | l3-flavors 2025-02-03 12:04:56.209 | l3-port-ip-change-not-allowed 2025-02-03 12:04:56.209 | l3_agent_scheduler 2025-02-03 12:04:56.209 | multi-provider 2025-02-03 12:04:56.209 | net-mtu 2025-02-03 12:04:56.209 | net-mtu-writable 2025-02-03 12:04:56.209 | network_availability_zone 2025-02-03 12:04:56.209 | network_ha 2025-02-03 12:04:56.209 | network-ip-availability 2025-02-03 12:04:56.209 | pagination 2025-02-03 12:04:56.209 | port-device-profile 2025-02-03 12:04:56.209 | port-mac-override 2025-02-03 12:04:56.209 | port-mac-address-regenerate 2025-02-03 12:04:56.209 | port-numa-affinity-policy 2025-02-03 12:04:56.209 | binding 2025-02-03 12:04:56.209 | binding-extended 2025-02-03 12:04:56.209 | port-security 2025-02-03 12:04:56.210 | project-id 2025-02-03 12:04:56.210 | provider 2025-02-03 12:04:56.210 | quota-check-limit 2025-02-03 12:04:56.210 | quotas 2025-02-03 12:04:56.210 | quota_details 2025-02-03 12:04:56.210 | rbac-policies 2025-02-03 12:04:56.210 | rbac-address-group 2025-02-03 12:04:56.210 | rbac-address-scope 2025-02-03 12:04:56.210 | rbac-security-groups 2025-02-03 12:04:56.210 | rbac-subnetpool 2025-02-03 12:04:56.210 | revision-if-match 2025-02-03 12:04:56.210 | standard-attr-revisions 2025-02-03 12:04:56.210 | router_availability_zone 2025-02-03 12:04:56.210 | security-groups-default-rules 2025-02-03 12:04:56.210 | security-groups-normalized-cidr 2025-02-03 12:04:56.210 | port-security-groups-filtering 2025-02-03 12:04:56.210 | security-groups-remote-address-group 2025-02-03 12:04:56.210 | security-groups-shared-filtering 2025-02-03 12:04:56.210 | security-group 2025-02-03 12:04:56.210 | service-type 2025-02-03 12:04:56.210 | sorting 2025-02-03 12:04:56.210 | standard-attr-description 2025-02-03 12:04:56.210 | stateful-security-group 2025-02-03 12:04:56.210 | subnet_onboard 2025-02-03 12:04:56.210 | subnet-service-types 2025-02-03 12:04:56.210 | subnet_allocation 2025-02-03 12:04:56.210 | subnetpool-prefix-ops 2025-02-03 12:04:56.210 | standard-attr-tag 2025-02-03 12:04:56.210 | standard-attr-timestamp 2025-02-03 12:04:56.210 | nsxt-ops =~ external-net ]] 2025-02-03 12:04:56.211 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-02-03 12:04:56.213 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-02-03 12:04:57.387 | +++ functions-common:oscwrap:2440 : return 0 2025-02-03 12:04:57.389 | ++ lib/tempest:configure_tempest:363 : public_network_id=642615d2-548b-44db-9e29-a1466742c284 2025-02-03 12:04:57.392 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-02-03 12:04:58.463 | +---------------------------+--------------------------------------+ 2025-02-03 12:04:58.463 | | Field | Value | 2025-02-03 12:04:58.463 | +---------------------------+--------------------------------------+ 2025-02-03 12:04:58.463 | | admin_state_up | UP | 2025-02-03 12:04:58.463 | | availability_zone_hints | | 2025-02-03 12:04:58.463 | | availability_zones | | 2025-02-03 12:04:58.463 | | created_at | 2025-02-03T12:04:58Z | 2025-02-03 12:04:58.463 | | description | | 2025-02-03 12:04:58.463 | | dns_domain | None | 2025-02-03 12:04:58.463 | | id | 607a5b5f-e457-42fc-bfb4-959832d584d2 | 2025-02-03 12:04:58.463 | | ipv4_address_scope | None | 2025-02-03 12:04:58.463 | | ipv6_address_scope | None | 2025-02-03 12:04:58.463 | | is_default | False | 2025-02-03 12:04:58.463 | | is_vlan_transparent | None | 2025-02-03 12:04:58.463 | | mtu | 8950 | 2025-02-03 12:04:58.463 | | name | shared | 2025-02-03 12:04:58.463 | | port_security_enabled | True | 2025-02-03 12:04:58.463 | | project_id | 557dda57b95d4800898c4a941c455b73 | 2025-02-03 12:04:58.463 | | provider:network_type | vlan | 2025-02-03 12:04:58.463 | | provider:physical_network | default | 2025-02-03 12:04:58.463 | | provider:segmentation_id | 498 | 2025-02-03 12:04:58.463 | | qos_policy_id | None | 2025-02-03 12:04:58.463 | | revision_number | 1 | 2025-02-03 12:04:58.463 | | router:external | Internal | 2025-02-03 12:04:58.463 | | segments | None | 2025-02-03 12:04:58.463 | | shared | True | 2025-02-03 12:04:58.463 | | status | ACTIVE | 2025-02-03 12:04:58.463 | | subnets | | 2025-02-03 12:04:58.463 | | tags | | 2025-02-03 12:04:58.463 | | tenant_id | 557dda57b95d4800898c4a941c455b73 | 2025-02-03 12:04:58.463 | | updated_at | 2025-02-03T12:04:58Z | 2025-02-03 12:04:58.463 | +---------------------------+--------------------------------------+ 2025-02-03 12:04:58.602 | ++ 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-02-03 12:04:59.770 | +----------------------+--------------------------------------+ 2025-02-03 12:04:59.770 | | Field | Value | 2025-02-03 12:04:59.770 | +----------------------+--------------------------------------+ 2025-02-03 12:04:59.770 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-02-03 12:04:59.770 | | cidr | 192.168.233.0/24 | 2025-02-03 12:04:59.770 | | created_at | 2025-02-03T12:04:59Z | 2025-02-03 12:04:59.770 | | description | shared-subnet | 2025-02-03 12:04:59.770 | | dns_nameservers | | 2025-02-03 12:04:59.770 | | dns_publish_fixed_ip | None | 2025-02-03 12:04:59.770 | | enable_dhcp | True | 2025-02-03 12:04:59.770 | | gateway_ip | 192.168.233.1 | 2025-02-03 12:04:59.770 | | host_routes | | 2025-02-03 12:04:59.770 | | id | e2fcf2c1-5154-4976-a866-4be02d6c38f2 | 2025-02-03 12:04:59.770 | | ip_version | 4 | 2025-02-03 12:04:59.770 | | ipv6_address_mode | None | 2025-02-03 12:04:59.770 | | ipv6_ra_mode | None | 2025-02-03 12:04:59.770 | | name | shared-subnet | 2025-02-03 12:04:59.770 | | network_id | 607a5b5f-e457-42fc-bfb4-959832d584d2 | 2025-02-03 12:04:59.770 | | project_id | 557dda57b95d4800898c4a941c455b73 | 2025-02-03 12:04:59.770 | | revision_number | 0 | 2025-02-03 12:04:59.770 | | segment_id | None | 2025-02-03 12:04:59.770 | | service_types | | 2025-02-03 12:04:59.770 | | subnetpool_id | None | 2025-02-03 12:04:59.770 | | tags | | 2025-02-03 12:04:59.770 | | updated_at | 2025-02-03T12:04:59Z | 2025-02-03 12:04:59.770 | +----------------------+--------------------------------------+ 2025-02-03 12:04:59.913 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-02-03 12:04:59.939 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-02-03 12:04:59.964 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2025-02-03 12:04:59.968 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-02-03 12:04:59.991 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-02-03 12:05:00.014 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-02-03 12:05:00.041 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-02-03 12:05:00.066 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-02-03 12:05:00.091 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-02-03 12:05:00.115 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-02-03 12:05:00.137 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-02-03 12:05:00.160 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-02-03 12:05:00.185 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-02-03 12:05:00.208 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2025-02-03 12:05:00.210 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-02-03 12:05:00.234 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-02-03 12:05:00.257 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-02-03 12:05:00.280 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-02-03 12:05:00.303 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2025-02-03 12:05:00.306 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-02-03 12:05:00.330 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-02-03 12:05:00.354 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2025-02-03 12:05:00.356 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-02-03 12:05:00.384 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2025-02-03 12:05:00.397 | ++ functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:05:00.398 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2025-02-03 12:05:00.400 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-02-03 12:05:00.432 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2025-02-03 12:05:00.445 | ++ functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:05:00.447 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-02-03 12:05:00.471 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-02-03 12:05:00.495 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-02-03 12:05:00.518 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2025-02-03 12:05:00.520 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-02-03 12:05:00.545 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-02-03 12:05:00.568 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2025-02-03 12:05:00.580 | ++ functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:05:00.582 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 1d9d6f6c-1335-48c8-9690-b6c8e781cb21 2025-02-03 12:05:00.606 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 1d9d6f6c-1335-48c8-9690-b6c8e781cb21 2025-02-03 12:05:00.630 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-02-03 12:05:00.653 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-02-03 12:05:00.675 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-02-03 12:05:00.700 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2025-02-03 12:05:00.714 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:05:00.716 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2025-02-03 12:05:00.717 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2025-02-03 12:05:00.719 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2025-02-03 12:05:00.721 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-02-03 12:05:00.723 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2025-02-03 12:05:00.725 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-02-03 12:05:00.739 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2025-02-03 12:05:00.741 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-02-03 12:05:00.764 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-02-03 12:05:00.789 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-02-03 12:05:00.813 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-02-03 12:05:00.837 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-02-03 12:05:00.864 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-02-03 12:05:00.887 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-02-03 12:05:00.910 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-02-03 12:05:00.935 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-02-03 12:05:00.958 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-02-03 12:05:00.960 | ++ 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-02-03 12:05:00.983 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2025-02-03 12:05:00.984 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2025-02-03 12:05:00.997 | ++ functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:05:00.999 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-02-03 12:05:01.021 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 642615d2-548b-44db-9e29-a1466742c284 2025-02-03 12:05:01.043 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-02-03 12:05:01.067 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-02-03 12:05:01.090 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-02-03 12:05:01.115 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-02-03 12:05:01.139 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-02-03 12:05:01.162 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-02-03 12:05:01.186 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-02-03 12:05:01.188 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2025-02-03 12:05:01.190 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2025-02-03 12:05:01.191 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-02-03 12:05:01.216 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2025-02-03 12:05:01.219 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2025-02-03 12:05:01.219 | +++ lib/tempest:configure_tempest:534 : tr -d . 2025-02-03 12:05:01.222 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2025-02-03 12:05:01.224 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2025-02-03 12:05:01.247 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2025-02-03 12:05:01.248 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2025-02-03 12:05:01.250 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-02-03 12:05:01.252 | ++ functions-common:is_provider_network:2252 : return 1 2025-02-03 12:05:01.254 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-02-03 12:05:01.276 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-02-03 12:05:01.299 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-02-03 12:05:01.322 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-02-03 12:05:01.344 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-02-03 12:05:01.367 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-02-03 12:05:01.389 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-02-03 12:05:01.391 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-02-03 12:05:01.404 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-02-03 12:05:01.428 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-02-03 12:05:01.431 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-02-03 12:05:01.443 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-02-03 12:05:01.466 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-02-03 12:05:01.468 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-02-03 12:05:01.480 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-02-03 12:05:01.503 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-02-03 12:05:01.505 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-02-03 12:05:01.517 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-02-03 12:05:01.540 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2025-02-03 12:05:01.542 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2025-02-03 12:05:01.544 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2025-02-03 12:05:01.546 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-02-03 12:05:01.559 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2025-02-03 12:05:01.561 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-02-03 12:05:01.583 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2025-02-03 12:05:01.595 | ++ functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:05:01.597 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-02-03 12:05:01.619 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2025-02-03 12:05:01.621 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2025-02-03 12:05:01.623 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-02-03 12:05:01.625 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-02-03 12:05:01.626 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2025-02-03 12:05:01.628 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2025-02-03 12:05:01.630 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2025-02-03 12:05:01.632 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2025-02-03 12:05:01.634 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-02-03 12:05:01.648 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2025-02-03 12:05:01.650 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-02-03 12:05:01.674 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2025-02-03 12:05:01.676 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2025-02-03 12:05:01.678 | ++ lib/tempest:configure_tempest:685 : local service 2025-02-03 12:05:01.680 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-02-03 12:05:01.682 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-02-03 12:05:01.683 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2025-02-03 12:05:01.696 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:05:01.698 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-02-03 12:05:01.723 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-02-03 12:05:01.725 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2025-02-03 12:05:01.738 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:05:01.740 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-02-03 12:05:01.763 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-02-03 12:05:01.765 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2025-02-03 12:05:01.778 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:05:01.780 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-02-03 12:05:01.803 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-02-03 12:05:01.804 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2025-02-03 12:05:01.817 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:05:01.819 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-02-03 12:05:01.842 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-02-03 12:05:01.844 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2025-02-03 12:05:01.856 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:05:01.858 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-02-03 12:05:01.881 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-02-03 12:05:01.883 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2025-02-03 12:05:01.895 | ++ functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:05:01.897 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-02-03 12:05:01.920 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-02-03 12:05:01.922 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2025-02-03 12:05:01.934 | ++ functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:05:01.936 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-02-03 12:05:01.959 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-02-03 12:05:01.961 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-02-03 12:05:01.963 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2025-02-03 12:05:01.965 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2025-02-03 12:05:01.988 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-02-03 12:05:01.989 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-02-03 12:05:01.991 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2025-02-03 12:05:01.993 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2025-02-03 12:05:02.016 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-02-03 12:05:02.019 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-02-03 12:05:02.020 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2025-02-03 12:05:02.022 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2025-02-03 12:05:02.024 | +++ lib/tempest:configure_tempest:732 : mktemp 2025-02-03 12:05:02.027 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.a5RTASi3ZT 2025-02-03 12:05:02.029 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2025-02-03 12:05:02.031 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2025-02-03 12:05:02.033 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-02-03 12:05:02.037 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.pcR1Fxazwv 2025-02-03 12:05:02.039 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.pcR1Fxazwv 2025-02-03 12:05:02.040 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-02-03 12:05:02.042 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.pcR1Fxazwv 2025-02-03 12:05:02.044 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-02-03 12:05:02.047 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-02-03 12:05:02.048 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-02-03 12:05:02.053 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-02-03 12:05:02.055 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-02-03 12:05:02.057 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-02-03 12:05:02.059 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-02-03 12:05:02.061 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2025-02-03 12:05:02.064 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2025-02-03 12:05:02.286 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-02-03 12:05:02.675 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-02-03 12:05:12.511 | venv-tempest develop-inst: /opt/stack/tempest 2025-02-03 12:05:15.348 | venv-tempest installed: attrs==24.3.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.8.0,cmd2==2.5.9,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.2,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.0.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==7.0.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.13.0,psutil==6.1.1,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.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,stestr==4.1.0,stevedore==5.4.0,-e git+https://opendev.org/openstack/tempest.git@a552cb93aea10fd62648f1b8d74b16a7b3e801dc#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-02-03 12:05:15.348 | ___________________________________ summary ____________________________________ 2025-02-03 12:05:15.349 | venv-tempest: skipped tests 2025-02-03 12:05:15.349 | congratulations :) 2025-02-03 12:05:15.370 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.pcR1Fxazwv -r requirements.txt 2025-02-03 12:05:15.801 | /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-02-03 12:05:15.801 | dist.fetch_build_eggs(dist.setup_requires) 2025-02-03 12:05:15.867 | /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-02-03 12:05:15.867 | warnings.warn( 2025-02-03 12:05:15.867 | /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-02-03 12:05:15.867 | warnings.warn( 2025-02-03 12:05:15.929 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2025-02-03 12:05:18.057 | venv-tempest installed: attrs==24.3.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.8.0,cmd2==2.5.9,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.2,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.0.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==7.0.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.13.0,psutil==6.1.1,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.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,stestr==4.1.0,stevedore==5.4.0,-e git+https://opendev.org/openstack/tempest.git@a552cb93aea10fd62648f1b8d74b16a7b3e801dc#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-02-03 12:05:18.058 | venv-tempest run-test-pre: PYTHONHASHSEED='2786733768' 2025-02-03 12:05:18.058 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.pcR1Fxazwv -r requirements.txt 2025-02-03 12:05:18.889 | 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.0) 2025-02-03 12:05:18.890 | 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.8.0) 2025-02-03 12:05:18.890 | 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-02-03 12:05:18.891 | 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-02-03 12:05:18.892 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.0) 2025-02-03 12:05:18.893 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (44.0.0) 2025-02-03 12:05:18.893 | 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-02-03 12:05:18.894 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.0.0) 2025-02-03 12:05:18.897 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.0) 2025-02-03 12:05:18.897 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.0.0) 2025-02-03 12:05:18.897 | 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-02-03 12:05:18.897 | 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.6.0) 2025-02-03 12:05:18.898 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.0.0) 2025-02-03 12:05:18.899 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.2) 2025-02-03 12:05:18.899 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-02-03 12:05:18.900 | 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-02-03 12:05:18.901 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.0) 2025-02-03 12:05:18.902 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.13.0) 2025-02-03 12:05:18.902 | 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-02-03 12:05:18.903 | 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-02-03 12:05:18.904 | 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-02-03 12:05:18.905 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-02-03 12:05:18.905 | 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-02-03 12:05:18.912 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (0.5.2) 2025-02-03 12:05:18.912 | 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.9) 2025-02-03 12:05:18.930 | 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)) (24.3.0) 2025-02-03 12:05:18.930 | 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-02-03 12:05:18.931 | 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.1) 2025-02-03 12:05:18.932 | 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.22.3) 2025-02-03 12:05:18.948 | 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-02-03 12:05:18.949 | 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-02-03 12:05:18.972 | 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-02-03 12:05:18.985 | 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.0) 2025-02-03 12:05:19.001 | 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-02-03 12:05:19.002 | 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-02-03 12:05:19.015 | 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.0) 2025-02-03 12:05:19.016 | 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-02-03 12:05:19.031 | 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-02-03 12:05:19.032 | 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-02-03 12:05:19.033 | 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-02-03 12:05:19.037 | 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-02-03 12:05:19.039 | 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-02-03 12:05:19.047 | 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-02-03 12:05:19.047 | 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-02-03 12:05:19.048 | 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)) (6.1.1) 2025-02-03 12:05:19.049 | 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-02-03 12:05:19.077 | 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-02-03 12:05:19.100 | 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-02-03 12:05:19.176 | 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-02-03 12:05:19.183 | 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-02-03 12:05:19.261 | 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-02-03 12:05:19.270 | 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-02-03 12:05:19.282 | 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-02-03 12:05:19.282 | 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-02-03 12:05:19.284 | 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-02-03 12:05:19.438 | WARNING: There was an error checking the latest version of pip. 2025-02-03 12:05:19.508 | ___________________________________ summary ____________________________________ 2025-02-03 12:05:19.508 | venv-tempest: commands succeeded 2025-02-03 12:05:19.508 | congratulations :) 2025-02-03 12:05:19.528 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.pcR1Fxazwv 2025-02-03 12:05:19.531 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2025-02-03 12:05:19.534 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2025-02-03 12:05:19.536 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-02-03 12:05:19.559 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.a5RTASi3ZT 2025-02-03 12:05:19.789 | venv create: /opt/stack/tempest/.tox/venv 2025-02-03 12:05:20.075 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-02-03 12:05:34.350 | venv develop-inst: /opt/stack/tempest 2025-02-03 12:05:37.725 | 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==24.3.0,autopage==0.5.2,babel==2.16.0,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.8.0,cmd2==2.5.9,cryptography==44.0.0,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.2,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.0.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==7.0.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.13.0,psutil==6.1.1,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.1,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,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.0,-e git+https://opendev.org/openstack/tempest.git@a552cb93aea10fd62648f1b8d74b16a7b3e801dc#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-02-03 12:05:37.725 | venv run-test-pre: PYTHONHASHSEED='3414563574' 2025-02-03 12:05:37.725 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.a5RTASi3ZT 2025-02-03 12:05:38.025 | /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-02-03 12:05:38.025 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-02-03 12:05:38.025 | /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-02-03 12:05:38.025 | @jsonschema.FormatChecker.cls_checks('base64') 2025-02-03 12:05:38.276 | /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-02-03 12:05:38.276 | warnings.warn( 2025-02-03 12:05:38.461 | /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-02-03 12:05:38.461 | for key, value in info.getheaders().items(): 2025-02-03 12:05:38.486 | /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-02-03 12:05:38.487 | for key, value in info.getheaders().items(): 2025-02-03 12:05:38.720 | /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-02-03 12:05:38.720 | for key, value in info.getheaders().items(): 2025-02-03 12:05:38.721 | /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-02-03 12:05:38.721 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-02-03 12:05:39.342 | ___________________________________ summary ____________________________________ 2025-02-03 12:05:39.342 | venv: commands succeeded 2025-02-03 12:05:39.342 | congratulations :) 2025-02-03 12:05:39.363 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2025-02-03 12:05:39.376 | ++ functions-common:is_service_enabled:2056 : return 1 2025-02-03 12:05:39.378 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-02-03 12:05:39.380 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2025-02-03 12:05:39.393 | ++ functions-common:is_service_enabled:2056 : return 0 2025-02-03 12:05:39.395 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-02-03 12:05:39.396 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-02-03 12:05:39.398 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-02-03 12:05:39.400 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-02-03 12:05:39.402 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-02-03 12:05:39.404 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-02-03 12:05:39.406 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-02-03 12:05:39.408 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-02-03 12:05:39.410 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-02-03 12:05:39.412 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-02-03 12:05:39.413 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-02-03 12:05:39.415 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-02-03 12:05:39.417 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-02-03 12:05:39.419 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-02-03 12:05:39.421 | ++ lib/tempest:configure_tempest:791 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-02-03 12:05:39.423 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-02-03 12:05:39.425 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-02-03 12:05:39.426 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-02-03 12:05:39.428 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-02-03 12:05:39.430 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-02-03 12:05:39.432 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-02-03 12:05:39.434 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-02-03 12:05:39.436 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2025-02-03 12:05:39.437 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2025-02-03 12:05:39.439 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2025-02-03 12:05:39.441 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2025-02-03 12:05:39.443 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2025-02-03 12:05:39.445 | ++ 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-02-03 12:05:39.447 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2025-02-03 12:05:39.450 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.a5RTASi3ZT network-feature-enabled api_extensions 2025-02-03 12:05:39.450 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2025-02-03 12:05:39.466 | ++ 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-02-03 12:05:39.469 | +++ 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-02-03 12:05:39.470 | +++ 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-02-03 12:05:39.473 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-02-03 12:05:39.475 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-02-03 12:05:39.477 | +++ 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-02-03 12:05:39.491 | +++ 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-02-03 12:05:39.506 | ++ 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-02-03 12:05:39.508 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2025-02-03 12:05:39.510 | ++ 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-02-03 12:05:39.533 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-02-03 12:05:39.535 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-02-03 12:05:39.537 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-02-03 12:05:39.539 | ++ 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-02-03 12:05:39.541 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2025-02-03 12:05:39.543 | ++ 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-02-03 12:05:39.569 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-02-03 12:05:39.571 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-02-03 12:05:39.573 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-02-03 12:05:39.575 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-02-03 12:05:39.577 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-02-03 12:05:39.579 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-02-03 12:05:39.581 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-02-03 12:05:39.583 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-02-03 12:05:39.585 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-02-03 12:05:39.587 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-02-03 12:05:39.589 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-02-03 12:05:39.591 | ++ 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-02-03 12:05:39.593 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2025-02-03 12:05:39.595 | ++ 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-02-03 12:05:39.619 | ++ lib/tempest:configure_tempest:853 : IFS=' 2025-02-03 12:05:39.619 | ' 2025-02-03 12:05:39.621 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-02-03 12:05:39.623 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-02-03 12:05:39.625 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2025-02-03 12:05:39.627 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-02-03 12:05:39.629 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2025-02-03 12:05:39.629 | ~/tempest ~/tempest 2025-02-03 12:05:39.631 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2025-02-03 12:05:39.633 | ++ lib/tempest:install_tempest_plugins:897 : popd 2025-02-03 12:05:39.633 | ~/tempest 2025-02-03 12:05:39.635 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-02-03 12:05:39.637 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-02-03 12:05:39.639 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 12:05:39.642 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-02-03 12:05:39.644 | + functions-common:run_phase:1855 : run_plugins stack test-config 2025-02-03 12:05:39.646 | + functions-common:run_plugins:1814 : local mode=stack 2025-02-03 12:05:39.648 | + functions-common:run_plugins:1815 : local phase=test-config 2025-02-03 12:05:39.650 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-02-03 12:05:39.652 | + functions-common:run_plugins:1818 : local plugin 2025-02-03 12:05:39.654 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-02-03 12:05:39.657 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-02-03 12:05:39.659 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-02-03 12:05:39.661 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-02-03 12:05:39.663 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-03 12:05:39.665 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:05:39.667 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-02-03 12:05:39.669 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:05:39.671 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-03 12:05:39.673 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-02-03 12:05:39.675 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-02-03 12:05:39.678 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-02-03 12:05:39.680 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-02-03 12:05:39.681 | + inc/meta-config:merge_config_group:171 : shift 2025-02-03 12:05:39.684 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-02-03 12:05:39.686 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:05:39.688 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-02-03 12:05:39.690 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-02-03 12:05:39.693 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-02-03 12:05:39.695 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-02-03 12:05:39.698 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-02-03 12:05:39.700 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-03 12:05:39.703 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-02-03 12:05:39.703 | /^\[\[.+\|.*\]\]/ { 2025-02-03 12:05:39.703 | gsub("[][]", "", $1); 2025-02-03 12:05:39.703 | split($1, a, "|"); 2025-02-03 12:05:39.703 | if (a[1] == matchgroup) 2025-02-03 12:05:39.703 | print a[2] 2025-02-03 12:05:39.703 | } 2025-02-03 12:05:39.703 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 9 async_wait 41 osc 148 apt-get 4 test_with_retry 3 dbsync 2 pip_install 102 apt-get-update 5 run_process 16 git_timed 40 ------------------------- Unaccounted time 54 ========================= Total runtime 424 ================= Async summary ================= Time spent in the background minus waits: 177 sec Elapsed time: 424 sec Time if we did everything serially: 601 sec Speedup: 1.41745 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36774 | | keystone | INSERT | 93 | | keystone | UPDATE | 7 | | neutron | SELECT | 3458 | | neutron | INSERT | 131 | | placement | SELECT | 12 | | placement | INSERT | 3 | | placement | SET | 1 | | neutron | UPDATE | 71 | | neutron | DELETE | 16 | | nova_api | SELECT | 110 | | nova_cell1 | SELECT | 70 | | nova_cell0 | SELECT | 12 | | nova_cell1 | INSERT | 6 | | nova_cell1 | UPDATE | 3 | | 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: 23b3accb9a0472e2c9201855960b77ec2241b7c9 Merge "nova: unset cpu_model on aarch64" into stable/2023.2 2025-01-10 20:29:09 +0000 OS Version: Ubuntu 22.04 jammy