2024-10-23 14:35:26.977 | + stack.sh:main:496 : exec 2024-10-23 14:35:26.978 | + stack.sh:main:504 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-10-23-143526' 2024-10-23 14:35:26.978 | ++ stack.sh:main:496 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-10-23-143526.summary.2024-10-23-143526 2024-10-23 14:35:26.978 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:35:26.978 | + stack.sh:echo_summary:455 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-10-23-143526 2024-10-23 14:35:26.978 | + stack.sh:main:506 : ln -sf /opt/stack//logs/stack.sh.log.2024-10-23-143526 /opt/stack//logs/stack.sh.log 2024-10-23 14:35:26.978 | + stack.sh:main:507 : ln -sf /opt/stack//logs/stack.sh.log.2024-10-23-143526.summary.2024-10-23-143526 /opt/stack//logs/stack.sh.log.summary 2024-10-23 14:35:26.978 | + stack.sh:main:522 : check_path_perm_sanity /opt/stack/ 2024-10-23 14:35:26.978 | + functions:check_path_perm_sanity:607 : local real_path 2024-10-23 14:35:26.978 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-10-23 14:35:26.978 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-10-23 14:35:26.978 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-10-23 14:35:26.978 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-10-23 14:35:26.978 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-10-23 14:35:26.978 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-10-23 14:35:26.978 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-10-23 14:35:26.978 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-10-23 14:35:26.978 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-10-23 14:35:26.979 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-10-23 14:35:26.980 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-10-23 14:35:26.982 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-10-23 14:35:26.984 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-10-23 14:35:26.986 | + stack.sh:main:528 : trap exit_trap EXIT 2024-10-23 14:35:26.987 | + stack.sh:main:569 : trap err_trap ERR 2024-10-23 14:35:26.989 | + stack.sh:main:582 : set -o errexit 2024-10-23 14:35:26.990 | + stack.sh:main:585 : uname -a 2024-10-23 14:35:26.991 | Linux devstack 6.8.0-47-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Oct 2 16:16:55 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-10-23 14:35:26.992 | + stack.sh:main:588 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-10-23 14:35:26.993 | + stack.sh:main:589 : rm -f /opt/stack/data/ca-bundle.pem 2024-10-23 14:35:26.995 | + stack.sh:main:592 : source /opt/stack/devstack/lib/database 2024-10-23 14:35:27.019 | + stack.sh:main:593 : source /opt/stack/devstack/lib/rpc_backend 2024-10-23 14:35:27.029 | + stack.sh:main:599 : fetch_plugins 2024-10-23 14:35:27.030 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-10-23 14:35:27.032 | + functions-common:fetch_plugins:1782 : local plugin 2024-10-23 14:35:27.033 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-10-23 14:35:27.034 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-10-23 14:35:27.034 | Fetching DevStack plugins 2024-10-23 14:35:27.036 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-10-23 14:35:27.037 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-10-23 14:35:27.038 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-10-23 14:35:27.040 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-10-23 14:35:27.041 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-10-23 14:35:27.042 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-10-23 14:35:27.044 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-10-23 14:35:27.045 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-10-23 14:35:27.046 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-10-23 14:35:27.047 | + functions-common:git_clone:614 : local git_ref=devstack 2024-10-23 14:35:27.049 | + functions-common:git_clone:615 : local orig_dir 2024-10-23 14:35:27.050 | ++ functions-common:git_clone:616 : pwd 2024-10-23 14:35:27.057 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-23 14:35:27.057 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-23 14:35:27.059 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-23 14:35:27.092 | + functions-common:git_clone:619 : RECLONE=False 2024-10-23 14:35:27.105 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-23 14:35:27.117 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-23 14:35:27.119 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-23 14:35:27.121 | + functions-common:git_clone:633 : echo devstack 2024-10-23 14:35:27.129 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-23 14:35:27.146 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-10-23 14:35:27.152 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-23 14:35:27.161 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-10-23 14:35:27.162 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:35:27.163 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:35:27.165 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:35:27.166 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:35:27.167 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:35:27.169 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:35:27.170 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:35:27.171 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:35:27.173 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:35:27.176 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694127174 2024-10-23 14:35:27.177 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-10-23 14:35:27.180 | Cloning into '/opt/stack/networking-nsx-t'... 2024-10-23 14:35:27.639 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:35:27.640 | + functions-common:time_stop:2435 : local name 2024-10-23 14:35:27.642 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:35:27.643 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:35:27.644 | + functions-common:time_stop:2438 : local total 2024-10-23 14:35:27.646 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:35:27.647 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:35:27.648 | + functions-common:time_stop:2442 : start_time=1729694127174 2024-10-23 14:35:27.650 | + functions-common:time_stop:2444 : [[ -z 1729694127174 ]] 2024-10-23 14:35:27.651 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:35:27.654 | + functions-common:time_stop:2447 : end_time=1729694127652 2024-10-23 14:35:27.655 | + functions-common:time_stop:2448 : elapsed_time=478 2024-10-23 14:35:27.657 | + functions-common:time_stop:2449 : total=0 2024-10-23 14:35:27.658 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:35:27.659 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=478 2024-10-23 14:35:27.660 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-10-23 14:35:27.662 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-10-23 14:35:27.663 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:35:27.670 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:35:27.672 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:35:27.673 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:35:27.675 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:35:27.676 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:35:27.677 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:35:27.679 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:35:27.680 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:35:27.682 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694127681 2024-10-23 14:35:27.684 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-10-23 14:35:28.087 | From https://github.com/sapcc/networking-nsx-t 2024-10-23 14:35:28.087 | * branch devstack -> FETCH_HEAD 2024-10-23 14:35:28.091 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:35:28.092 | + functions-common:time_stop:2435 : local name 2024-10-23 14:35:28.094 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:35:28.095 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:35:28.096 | + functions-common:time_stop:2438 : local total 2024-10-23 14:35:28.098 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:35:28.099 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:35:28.100 | + functions-common:time_stop:2442 : start_time=1729694127681 2024-10-23 14:35:28.102 | + functions-common:time_stop:2444 : [[ -z 1729694127681 ]] 2024-10-23 14:35:28.103 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:35:28.106 | + functions-common:time_stop:2447 : end_time=1729694128104 2024-10-23 14:35:28.107 | + functions-common:time_stop:2448 : elapsed_time=423 2024-10-23 14:35:28.108 | + functions-common:time_stop:2449 : total=478 2024-10-23 14:35:28.110 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:35:28.111 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=901 2024-10-23 14:35:28.112 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-23 14:35:28.114 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:35:28.115 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:35:28.116 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:35:28.118 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:35:28.119 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:35:28.120 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:35:28.122 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:35:28.123 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:35:28.125 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:35:28.127 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694128125 2024-10-23 14:35:28.128 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-23 14:35:28.138 | Note: switching to 'FETCH_HEAD'. 2024-10-23 14:35:28.138 | 2024-10-23 14:35:28.138 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-23 14:35:28.138 | changes and commit them, and you can discard any commits you make in this 2024-10-23 14:35:28.138 | state without impacting any branches by switching back to a branch. 2024-10-23 14:35:28.138 | 2024-10-23 14:35:28.138 | If you want to create a new branch to retain commits you create, you may 2024-10-23 14:35:28.138 | do so (now or later) by using -c with the switch command. Example: 2024-10-23 14:35:28.138 | 2024-10-23 14:35:28.138 | git switch -c 2024-10-23 14:35:28.138 | 2024-10-23 14:35:28.138 | Or undo this operation with: 2024-10-23 14:35:28.138 | 2024-10-23 14:35:28.138 | git switch - 2024-10-23 14:35:28.138 | 2024-10-23 14:35:28.138 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-23 14:35:28.138 | 2024-10-23 14:35:28.138 | HEAD is now at 888ec0b Register options to fix cli and agent startup 2024-10-23 14:35:28.140 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:35:28.141 | + functions-common:time_stop:2435 : local name 2024-10-23 14:35:28.143 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:35:28.144 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:35:28.146 | + functions-common:time_stop:2438 : local total 2024-10-23 14:35:28.147 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:35:28.148 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:35:28.149 | + functions-common:time_stop:2442 : start_time=1729694128125 2024-10-23 14:35:28.151 | + functions-common:time_stop:2444 : [[ -z 1729694128125 ]] 2024-10-23 14:35:28.153 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:35:28.155 | + functions-common:time_stop:2447 : end_time=1729694128153 2024-10-23 14:35:28.156 | + functions-common:time_stop:2448 : elapsed_time=28 2024-10-23 14:35:28.157 | + functions-common:time_stop:2449 : total=901 2024-10-23 14:35:28.159 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:35:28.160 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=929 2024-10-23 14:35:28.161 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-10-23 14:35:28.171 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-10-23 14:35:28.172 | + functions-common:git_clone:696 : git show --oneline 2024-10-23 14:35:28.172 | + functions-common:git_clone:696 : head -1 2024-10-23 14:35:28.175 | 888ec0b Register options to fix cli and agent startup 2024-10-23 14:35:28.177 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-23 14:35:28.178 | + stack.sh:main:603 : run_phase override_defaults 2024-10-23 14:35:28.180 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-10-23 14:35:28.181 | + functions-common:run_phase:1864 : local phase= 2024-10-23 14:35:28.183 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-23 14:35:28.184 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-23 14:35:28.185 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-23 14:35:28.187 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-23 14:35:28.188 | + functions-common:run_phase:1873 : local extra 2024-10-23 14:35:28.190 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-23 14:35:28.192 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-23 14:35:28.194 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-23 14:35:28.195 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-23 14:35:28.197 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-10-23 14:35:28.198 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-23 14:35:28.208 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:35:28.209 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-10-23 14:35:28.210 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-23 14:35:28.212 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-23 14:35:28.213 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-23 14:35:28.214 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-23 14:35:28.216 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-23 14:35:28.217 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-10-23 14:35:28.218 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-10-23 14:35:28.220 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-10-23 14:35:28.221 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-23 14:35:28.223 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-10-23 14:35:28.224 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-10-23 14:35:28.225 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-10-23 14:35:28.227 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-10-23 14:35:28.228 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-10-23 14:35:28.228 | Overriding Configuration Defaults 2024-10-23 14:35:28.230 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-10-23 14:35:28.231 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-10-23 14:35:28.232 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-10-23 14:35:28.234 | + stack.sh:main:606 : source /opt/stack/devstack/lib/apache 2024-10-23 14:35:28.245 | + stack.sh:main:609 : source /opt/stack/devstack/lib/tls 2024-10-23 14:35:28.247 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-10-23 14:35:28.256 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:35:28.258 | +++ lib/tls:source:43 : hostname -f 2024-10-23 14:35:28.260 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-10-23 14:35:28.262 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-10-23 14:35:28.263 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-10-23 14:35:28.265 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-10-23 14:35:28.266 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-10-23 14:35:28.268 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-10-23 14:35:28.269 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-10-23 14:35:28.270 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-10-23 14:35:28.272 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-10-23 14:35:28.273 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-10-23 14:35:28.276 | + stack.sh:main:612 : source /opt/stack/devstack/lib/infra 2024-10-23 14:35:28.284 | + stack.sh:main:613 : source /opt/stack/devstack/lib/libraries 2024-10-23 14:35:28.296 | + stack.sh:main:614 : source /opt/stack/devstack/lib/lvm 2024-10-23 14:35:28.304 | + stack.sh:main:615 : source /opt/stack/devstack/lib/horizon 2024-10-23 14:35:28.313 | + stack.sh:main:616 : source /opt/stack/devstack/lib/keystone 2024-10-23 14:35:28.336 | + stack.sh:main:617 : source /opt/stack/devstack/lib/glance 2024-10-23 14:35:28.375 | + stack.sh:main:618 : source /opt/stack/devstack/lib/nova 2024-10-23 14:35:28.420 | + stack.sh:main:619 : source /opt/stack/devstack/lib/placement 2024-10-23 14:35:28.439 | + stack.sh:main:620 : source /opt/stack/devstack/lib/cinder 2024-10-23 14:35:28.473 | + stack.sh:main:621 : source /opt/stack/devstack/lib/swift 2024-10-23 14:35:28.505 | + stack.sh:main:622 : source /opt/stack/devstack/lib/neutron 2024-10-23 14:35:28.507 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-10-23 14:35:28.517 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:35:28.518 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-10-23 14:35:28.520 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-10-23 14:35:28.522 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-10-23 14:35:28.523 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-10-23 14:35:28.526 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-10-23 14:35:28.536 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-10-23 14:35:28.537 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-10-23 14:35:28.539 | +++ functions-common:is_suse:544 : is_opensuse 2024-10-23 14:35:28.541 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-23 14:35:28.542 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-23 14:35:28.544 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-23 14:35:28.545 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-23 14:35:28.547 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-23 14:35:28.548 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-10-23 14:35:28.550 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-10-23 14:35:28.552 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-10-23 14:35:28.553 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-10-23 14:35:28.555 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-10-23 14:35:28.557 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-10-23 14:35:28.559 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-10-23 14:35:28.569 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-10-23 14:35:28.571 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-10-23 14:35:28.573 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-10-23 14:35:28.583 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-10-23 14:35:28.585 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-10-23 14:35:28.587 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-10-23 14:35:28.588 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-10-23 14:35:28.590 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-10-23 14:35:28.591 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-10-23 14:35:28.593 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-10-23 14:35:28.594 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-10-23 14:35:28.596 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-10-23 14:35:28.598 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-10-23 14:35:28.599 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-10-23 14:35:28.601 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-10-23 14:35:28.602 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-10-23 14:35:28.604 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-10-23 14:35:28.605 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-10-23 14:35:28.607 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-10-23 14:35:28.610 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-10-23 14:35:28.610 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-10-23 14:35:28.612 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-10-23 14:35:28.614 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-10-23 14:35:28.616 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-10-23 14:35:28.617 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-10-23 14:35:28.619 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-10-23 14:35:28.621 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-10-23 14:35:28.631 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-10-23 14:35:28.633 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-10-23 14:35:28.635 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-10-23 14:35:28.635 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-10-23 14:35:28.638 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-10-23 14:35:28.640 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-10-23 14:35:28.641 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-10-23 14:35:28.643 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-10-23 14:35:28.644 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-10-23 14:35:28.646 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-10-23 14:35:28.647 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-10-23 14:35:28.649 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-10-23 14:35:28.650 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-10-23 14:35:28.652 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-10-23 14:35:28.653 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-10-23 14:35:28.655 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-10-23 14:35:28.656 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-10-23 14:35:28.658 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-10-23 14:35:28.660 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-10-23 14:35:28.661 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-10-23 14:35:28.663 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-10-23 14:35:28.678 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-10-23 14:35:28.680 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-10-23 14:35:28.681 | ++++ functions-common:is_suse:544 : is_opensuse 2024-10-23 14:35:28.683 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-23 14:35:28.684 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-23 14:35:28.686 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-23 14:35:28.687 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-23 14:35:28.689 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-23 14:35:28.690 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-10-23 14:35:28.692 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-10-23 14:35:28.694 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-10-23 14:35:28.695 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-23 14:35:28.697 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-10-23 14:35:28.698 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-23 14:35:28.700 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-10-23 14:35:28.701 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-10-23 14:35:28.703 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-10-23 14:35:28.704 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-10-23 14:35:28.706 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-10-23 14:35:28.707 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-10-23 14:35:28.709 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-10-23 14:35:28.710 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-10-23 14:35:28.712 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-10-23 14:35:28.713 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-10-23 14:35:28.715 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-10-23 14:35:28.716 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-10-23 14:35:28.718 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-10-23 14:35:28.719 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-10-23 14:35:28.740 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-10-23 14:35:28.749 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-10-23 14:35:28.751 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-10-23 14:35:28.752 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-10-23 14:35:28.754 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-10-23 14:35:28.756 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-10-23 14:35:28.757 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-10-23 14:35:28.759 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-10-23 14:35:28.760 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-10-23 14:35:28.762 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-10-23 14:35:28.763 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-10-23 14:35:28.765 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-10-23 14:35:28.767 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-10-23 14:35:28.768 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-10-23 14:35:28.770 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-10-23 14:35:28.771 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-10-23 14:35:28.773 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-10-23 14:35:28.774 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-10-23 14:35:28.776 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-10-23 14:35:28.779 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-10-23 14:35:28.779 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-10-23 14:35:28.779 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-10-23 14:35:28.779 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-10-23 14:35:28.783 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=fc:290f:111a 2024-10-23 14:35:28.785 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-10-23 14:35:28.786 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-10-23 14:35:28.788 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-10-23 14:35:28.789 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-10-23 14:35:28.791 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fdfc:290f:111a::/56 2024-10-23 14:35:28.794 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fdfc:290f:111a::/56 2024-10-23 14:35:28.794 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-10-23 14:35:28.798 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fdfc:290f:111a::/64 2024-10-23 14:35:28.799 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-10-23 14:35:28.801 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-10-23 14:35:28.803 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-10-23 14:35:28.804 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-10-23 14:35:28.806 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-10-23 14:35:28.808 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-10-23 14:35:28.809 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-10-23 14:35:28.811 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-10-23 14:35:28.813 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-10-23 14:35:28.814 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-10-23 14:35:28.816 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-10-23 14:35:28.817 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-10-23 14:35:28.819 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fdfc:290f:111a::/56 2024-10-23 14:35:28.821 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-10-23 14:35:28.822 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-10-23 14:35:28.825 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-10-23 14:35:28.825 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-10-23 14:35:28.825 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-10-23 14:35:28.829 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-10-23 14:35:28.831 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-10-23 14:35:28.832 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-10-23 14:35:28.832 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-10-23 14:35:28.835 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-10-23 14:35:28.838 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-10-23 14:35:28.840 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-10-23 14:35:28.842 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-10-23 14:35:28.843 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-10-23 14:35:28.845 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-10-23 14:35:28.846 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-10-23 14:35:28.858 | + stack.sh:main:623 : source /opt/stack/devstack/lib/ldap 2024-10-23 14:35:28.868 | + stack.sh:main:624 : source /opt/stack/devstack/lib/dstat 2024-10-23 14:35:28.878 | + stack.sh:main:625 : source /opt/stack/devstack/lib/tcpdump 2024-10-23 14:35:28.887 | + stack.sh:main:626 : source /opt/stack/devstack/lib/etcd3 2024-10-23 14:35:28.933 | + stack.sh:main:627 : source /opt/stack/devstack/lib/os-vif 2024-10-23 14:35:28.936 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-10-23 14:35:28.937 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-10-23 14:35:28.939 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-10-23 14:35:28.941 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-10-23 14:35:28.943 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-10-23 14:35:28.943 | False' 2024-10-23 14:35:28.945 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-10-23 14:35:28.956 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-10-23 14:35:28.958 | + stack.sh:main:633 : run_phase source 2024-10-23 14:35:28.960 | + functions-common:run_phase:1863 : local mode=source 2024-10-23 14:35:28.961 | + functions-common:run_phase:1864 : local phase= 2024-10-23 14:35:28.963 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-23 14:35:28.964 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-23 14:35:28.966 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-23 14:35:28.967 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-23 14:35:28.969 | + functions-common:run_phase:1873 : local extra 2024-10-23 14:35:28.971 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-23 14:35:28.974 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-23 14:35:28.975 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-23 14:35:28.977 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-23 14:35:28.979 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-10-23 14:35:28.980 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-23 14:35:28.991 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:35:28.993 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-10-23 14:35:28.994 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-10-23 14:35:29.021 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-10-23 14:35:29.023 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-10-23 14:35:29.024 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-10-23 14:35:29.026 | + functions-common:run_phase:1885 : load_plugin_settings 2024-10-23 14:35:29.028 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-10-23 14:35:29.029 | + functions-common:load_plugin_settings:1800 : local plugin 2024-10-23 14:35:29.031 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-10-23 14:35:29.032 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-10-23 14:35:29.032 | Loading plugin settings 2024-10-23 14:35:29.034 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-10-23 14:35:29.036 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-10-23 14:35:29.037 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-10-23 14:35:29.039 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-10-23 14:35:29.041 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-10-23 14:35:29.043 | ++ functions-common:define_plugin:1907 : : 2024-10-23 14:35:29.044 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-10-23 14:35:29.046 | + functions-common:run_phase:1886 : verify_disabled_services 2024-10-23 14:35:29.048 | + functions-common:verify_disabled_services:2146 : local service 2024-10-23 14:35:29.049 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.051 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-10-23 14:35:29.053 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.055 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-10-23 14:35:29.056 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.058 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-10-23 14:35:29.060 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.062 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-10-23 14:35:29.063 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.065 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2024-10-23 14:35:29.067 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.069 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-10-23 14:35:29.070 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.072 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-10-23 14:35:29.074 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.076 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-10-23 14:35:29.077 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.079 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-10-23 14:35:29.081 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.082 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-10-23 14:35:29.084 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.086 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-10-23 14:35:29.088 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.089 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-10-23 14:35:29.091 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.093 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-10-23 14:35:29.095 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.096 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-10-23 14:35:29.098 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.100 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-10-23 14:35:29.101 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.103 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-10-23 14:35:29.105 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.106 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-10-23 14:35:29.108 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.110 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-10-23 14:35:29.112 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.113 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-10-23 14:35:29.115 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.117 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-10-23 14:35:29.118 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.121 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-10-23 14:35:29.122 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:35:29.124 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-10-23 14:35:29.126 | + stack.sh:main:704 : initialize_database_backends 2024-10-23 14:35:29.128 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-10-23 14:35:29.130 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-10-23 14:35:29.142 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:35:29.143 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-10-23 14:35:29.145 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-10-23 14:35:29.147 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-10-23 14:35:29.159 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:35:29.160 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-10-23 14:35:29.162 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-10-23 14:35:29.164 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-10-23 14:35:29.166 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-10-23 14:35:29.168 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-10-23 14:35:29.170 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-10-23 14:35:29.171 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-10-23 14:35:29.173 | + lib/database:initialize_database_backends:92 : return 0 2024-10-23 14:35:29.175 | + stack.sh:main:705 : echo 'Using mysql database backend' 2024-10-23 14:35:29.175 | Using mysql database backend 2024-10-23 14:35:29.178 | + stack.sh:main:708 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-10-23 14:35:29.190 | + stack.sh:main:710 : define_database_baseurl 2024-10-23 14:35:29.192 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-10-23 14:35:29.194 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-10-23 14:35:29.196 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-10-23 14:35:29.199 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-10-23 14:35:29.201 | + stack.sh:main:722 : is_service_enabled rabbit 2024-10-23 14:35:29.213 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:35:29.215 | + stack.sh:main:723 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-10-23 14:35:29.228 | + stack.sh:main:730 : is_service_enabled keystone 2024-10-23 14:35:29.240 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:35:29.242 | + stack.sh:main:732 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-10-23 14:35:29.254 | + stack.sh:main:734 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-10-23 14:35:29.266 | + stack.sh:main:745 : is_service_enabled ldap 2024-10-23 14:35:29.278 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:35:29.280 | + stack.sh:main:754 : is_service_enabled s-proxy 2024-10-23 14:35:29.292 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:35:29.294 | + stack.sh:main:766 : save_stackenv 766 2024-10-23 14:35:29.296 | + functions-common:save_stackenv:60 : local tag=766 2024-10-23 14:35:29.298 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-10-23 14:35:29.301 | + functions-common:save_stackenv:62 : time_stamp=2024-10-23-143529 2024-10-23 14:35:29.303 | + functions-common:save_stackenv:63 : echo '# 2024-10-23-143529 766' 2024-10-23 14:35:29.305 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.307 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-10-23 14:35:29.309 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.310 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-10-23 14:35:29.312 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.314 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-10-23 14:35:29.316 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.318 | + 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 2024-10-23 14:35:29.319 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.321 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-10-23 14:35:29.323 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.325 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-10-23 14:35:29.327 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.329 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-10-23-143526 2024-10-23 14:35:29.330 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.332 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-10-23 14:35:29.334 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.336 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-10-23 14:35:29.338 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.340 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-10-23 14:35:29.341 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.343 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-10-23 14:35:29.345 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.347 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-10-23 14:35:29.349 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.350 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-10-23 14:35:29.352 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.354 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-10-23 14:35:29.356 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:35:29.358 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-10-23 14:35:29.360 | + stack.sh:main:779 : GIT_DEPTH=0 2024-10-23 14:35:29.362 | + stack.sh:main:779 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-10-23 14:35:29.363 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-10-23 14:35:29.365 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-10-23 14:35:29.367 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-23 14:35:29.368 | + functions-common:git_clone:615 : local orig_dir 2024-10-23 14:35:29.370 | ++ functions-common:git_clone:616 : pwd 2024-10-23 14:35:29.372 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-23 14:35:29.374 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-23 14:35:29.376 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-23 14:35:29.387 | + functions-common:git_clone:619 : RECLONE=False 2024-10-23 14:35:29.389 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-10-23 14:35:29.390 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-23 14:35:29.392 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-23 14:35:29.393 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-23 14:35:29.396 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-10-23 14:35:29.398 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-23 14:35:29.399 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-10-23 14:35:29.401 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:35:29.403 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:35:29.404 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:35:29.406 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:35:29.407 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:35:29.409 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:35:29.411 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:35:29.412 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:35:29.414 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:35:29.417 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694129415 2024-10-23 14:35:29.419 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-10-23 14:35:29.421 | Cloning into '/opt/stack//requirements'... 2024-10-23 14:36:10.366 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:36:10.368 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:10.369 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:10.371 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:10.373 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:10.374 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:10.376 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:36:10.378 | + functions-common:time_stop:2442 : start_time=1729694129415 2024-10-23 14:36:10.379 | + functions-common:time_stop:2444 : [[ -z 1729694129415 ]] 2024-10-23 14:36:10.382 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:10.385 | + functions-common:time_stop:2447 : end_time=1729694170383 2024-10-23 14:36:10.386 | + functions-common:time_stop:2448 : elapsed_time=40968 2024-10-23 14:36:10.388 | + functions-common:time_stop:2449 : total=929 2024-10-23 14:36:10.390 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:10.391 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=41897 2024-10-23 14:36:10.393 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-10-23 14:36:10.394 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-10-23 14:36:10.396 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:36:10.398 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:36:10.399 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:36:10.401 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:36:10.403 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:36:10.404 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:36:10.406 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:36:10.408 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:36:10.410 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:36:10.413 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694170411 2024-10-23 14:36:10.414 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-10-23 14:36:11.086 | From https://opendev.org/openstack/requirements 2024-10-23 14:36:11.086 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-23 14:36:11.094 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:36:11.096 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:11.098 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:11.099 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:11.101 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:11.103 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:11.104 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:36:11.106 | + functions-common:time_stop:2442 : start_time=1729694170411 2024-10-23 14:36:11.108 | + functions-common:time_stop:2444 : [[ -z 1729694170411 ]] 2024-10-23 14:36:11.110 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:11.113 | + functions-common:time_stop:2447 : end_time=1729694171111 2024-10-23 14:36:11.114 | + functions-common:time_stop:2448 : elapsed_time=700 2024-10-23 14:36:11.116 | + functions-common:time_stop:2449 : total=41897 2024-10-23 14:36:11.118 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:11.119 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=42597 2024-10-23 14:36:11.121 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-23 14:36:11.123 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:36:11.124 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:36:11.126 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:36:11.128 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:36:11.129 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:36:11.131 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:36:11.132 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:36:11.134 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:36:11.136 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:36:11.139 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694171137 2024-10-23 14:36:11.141 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-23 14:36:11.150 | Note: switching to 'FETCH_HEAD'. 2024-10-23 14:36:11.150 | 2024-10-23 14:36:11.150 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-23 14:36:11.150 | changes and commit them, and you can discard any commits you make in this 2024-10-23 14:36:11.150 | state without impacting any branches by switching back to a branch. 2024-10-23 14:36:11.150 | 2024-10-23 14:36:11.150 | If you want to create a new branch to retain commits you create, you may 2024-10-23 14:36:11.150 | do so (now or later) by using -c with the switch command. Example: 2024-10-23 14:36:11.150 | 2024-10-23 14:36:11.150 | git switch -c 2024-10-23 14:36:11.150 | 2024-10-23 14:36:11.150 | Or undo this operation with: 2024-10-23 14:36:11.150 | 2024-10-23 14:36:11.150 | git switch - 2024-10-23 14:36:11.150 | 2024-10-23 14:36:11.150 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-23 14:36:11.150 | 2024-10-23 14:36:11.150 | HEAD is now at 72e02e2a Merge "update constraint for keystoneauth1 to new release 5.1.3" into stable/2023.1 2024-10-23 14:36:11.152 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:36:11.154 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:11.156 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:11.157 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:11.159 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:11.161 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:11.162 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:36:11.164 | + functions-common:time_stop:2442 : start_time=1729694171137 2024-10-23 14:36:11.166 | + functions-common:time_stop:2444 : [[ -z 1729694171137 ]] 2024-10-23 14:36:11.168 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:11.171 | + functions-common:time_stop:2447 : end_time=1729694171169 2024-10-23 14:36:11.173 | + functions-common:time_stop:2448 : elapsed_time=32 2024-10-23 14:36:11.174 | + functions-common:time_stop:2449 : total=42597 2024-10-23 14:36:11.176 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:11.178 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=42629 2024-10-23 14:36:11.179 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-10-23 14:36:11.189 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-10-23 14:36:11.191 | + functions-common:git_clone:696 : git show --oneline 2024-10-23 14:36:11.191 | + functions-common:git_clone:696 : head -1 2024-10-23 14:36:11.194 | 72e02e2a Merge "update constraint for keystoneauth1 to new release 5.1.3" into stable/2023.1 2024-10-23 14:36:11.196 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-23 14:36:11.198 | + stack.sh:main:783 : echo_summary 'Installing package prerequisites' 2024-10-23 14:36:11.200 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:36:11.202 | + stack.sh:echo_summary:455 : echo -e Installing package prerequisites 2024-10-23 14:36:11.204 | + stack.sh:main:784 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-10-23 14:36:11.206 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-10-23 14:36:11.208 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-10-23 14:36:11.209 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-10-23 14:36:11.211 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-10-23 14:36:11.213 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-10-23 14:36:11.215 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-10-23 14:36:11.218 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-10-23 14:36:11.221 | ++ tools/install_prereqs.sh:source:47 : NOW=1729694171 2024-10-23 14:36:11.223 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-10-23 14:36:11.226 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-10-23 14:36:11.228 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-10-23 14:36:11.230 | ++ tools/install_prereqs.sh:source:49 : DELTA=1729694171 2024-10-23 14:36:11.232 | ++ tools/install_prereqs.sh:source:50 : [[ 1729694171 -lt 7200 ]] 2024-10-23 14:36:11.234 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-10-23 14:36:11.236 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-10-23 14:36:11.238 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-10-23 14:36:11.239 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-10-23 14:36:11.241 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-10-23 14:36:11.243 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-10-23 14:36:11.245 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-10-23 14:36:11.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 2024-10-23 14:36:11.274 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-10-23 14:36:11.274 | apache2-dev 2024-10-23 14:36:11.274 | bc 2024-10-23 14:36:11.274 | bsdmainutils 2024-10-23 14:36:11.274 | curl 2024-10-23 14:36:11.274 | g++ 2024-10-23 14:36:11.274 | gawk 2024-10-23 14:36:11.274 | gcc 2024-10-23 14:36:11.274 | gettext 2024-10-23 14:36:11.274 | git 2024-10-23 14:36:11.274 | graphviz 2024-10-23 14:36:11.274 | iputils-ping 2024-10-23 14:36:11.274 | libapache2-mod-proxy-uwsgi 2024-10-23 14:36:11.274 | libffi-dev 2024-10-23 14:36:11.274 | libjpeg-dev 2024-10-23 14:36:11.274 | libpcre3-dev 2024-10-23 14:36:11.274 | libpq-dev 2024-10-23 14:36:11.274 | libssl-dev 2024-10-23 14:36:11.274 | libsystemd-dev 2024-10-23 14:36:11.274 | libxml2-dev 2024-10-23 14:36:11.274 | libxslt1-dev 2024-10-23 14:36:11.274 | libyaml-dev 2024-10-23 14:36:11.274 | lsof 2024-10-23 14:36:11.274 | openssh-server 2024-10-23 14:36:11.274 | openssl 2024-10-23 14:36:11.274 | pkg-config 2024-10-23 14:36:11.274 | psmisc 2024-10-23 14:36:11.274 | python3-dev 2024-10-23 14:36:11.274 | python3-pip 2024-10-23 14:36:11.274 | python3-systemd 2024-10-23 14:36:11.274 | python3-venv 2024-10-23 14:36:11.274 | tar 2024-10-23 14:36:11.274 | tcpdump 2024-10-23 14:36:11.274 | unzip 2024-10-23 14:36:11.274 | uuid-runtime 2024-10-23 14:36:11.274 | wget 2024-10-23 14:36:11.274 | wget 2024-10-23 14:36:11.274 | zlib1g-dev 2024-10-23 14:36:11.274 | libkrb5-dev 2024-10-23 14:36:11.274 | libldap2-dev 2024-10-23 14:36:11.274 | libsasl2-dev 2024-10-23 14:36:11.274 | memcached 2024-10-23 14:36:11.274 | python3-mysqldb 2024-10-23 14:36:11.274 | sqlite3 2024-10-23 14:36:11.274 | conntrack 2024-10-23 14:36:11.274 | curl 2024-10-23 14:36:11.274 | ebtables 2024-10-23 14:36:11.274 | genisoimage 2024-10-23 14:36:11.274 | iptables 2024-10-23 14:36:11.274 | iputils-arping 2024-10-23 14:36:11.274 | kpartx 2024-10-23 14:36:11.274 | libjs-jquery-tablesorter 2024-10-23 14:36:11.274 | parted 2024-10-23 14:36:11.274 | pm-utils 2024-10-23 14:36:11.274 | python3-mysqldb 2024-10-23 14:36:11.274 | socat 2024-10-23 14:36:11.274 | sqlite3 2024-10-23 14:36:11.274 | sudo 2024-10-23 14:36:11.274 | vlan 2024-10-23 14:36:11.274 | lsscsi 2024-10-23 14:36:11.274 | open-iscsi 2024-10-23 14:36:11.274 | lvm2 2024-10-23 14:36:11.274 | qemu-utils 2024-10-23 14:36:11.274 | thin-provisioning-tools 2024-10-23 14:36:11.274 | acl 2024-10-23 14:36:11.274 | dnsmasq-base 2024-10-23 14:36:11.274 | dnsmasq-utils 2024-10-23 14:36:11.274 | ebtables 2024-10-23 14:36:11.274 | haproxy 2024-10-23 14:36:11.274 | iptables 2024-10-23 14:36:11.274 | iputils-arping 2024-10-23 14:36:11.275 | iputils-ping 2024-10-23 14:36:11.275 | postgresql-server-dev-all 2024-10-23 14:36:11.275 | python3-mysqldb 2024-10-23 14:36:11.275 | sqlite3 2024-10-23 14:36:11.275 | sudo 2024-10-23 14:36:11.275 | vlan 2024-10-23 14:36:11.275 | ipset 2024-10-23 14:36:11.275 | conntrack 2024-10-23 14:36:11.275 | conntrackd 2024-10-23 14:36:11.275 | keepalived' 2024-10-23 14:36:11.277 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-10-23 14:36:11.291 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-10-23 14:36:11.291 | apache2-dev 2024-10-23 14:36:11.291 | bc 2024-10-23 14:36:11.291 | bsdmainutils 2024-10-23 14:36:11.291 | curl 2024-10-23 14:36:11.291 | g++ 2024-10-23 14:36:11.291 | gawk 2024-10-23 14:36:11.291 | gcc 2024-10-23 14:36:11.291 | gettext 2024-10-23 14:36:11.291 | git 2024-10-23 14:36:11.291 | graphviz 2024-10-23 14:36:11.291 | iputils-ping 2024-10-23 14:36:11.291 | libapache2-mod-proxy-uwsgi 2024-10-23 14:36:11.291 | libffi-dev 2024-10-23 14:36:11.291 | libjpeg-dev 2024-10-23 14:36:11.291 | libpcre3-dev 2024-10-23 14:36:11.291 | libpq-dev 2024-10-23 14:36:11.291 | libssl-dev 2024-10-23 14:36:11.291 | libsystemd-dev 2024-10-23 14:36:11.291 | libxml2-dev 2024-10-23 14:36:11.291 | libxslt1-dev 2024-10-23 14:36:11.291 | libyaml-dev 2024-10-23 14:36:11.291 | lsof 2024-10-23 14:36:11.291 | openssh-server 2024-10-23 14:36:11.291 | openssl 2024-10-23 14:36:11.292 | pkg-config 2024-10-23 14:36:11.292 | psmisc 2024-10-23 14:36:11.292 | python3-dev 2024-10-23 14:36:11.292 | python3-pip 2024-10-23 14:36:11.292 | python3-systemd 2024-10-23 14:36:11.292 | python3-venv 2024-10-23 14:36:11.292 | tar 2024-10-23 14:36:11.292 | tcpdump 2024-10-23 14:36:11.292 | unzip 2024-10-23 14:36:11.292 | uuid-runtime 2024-10-23 14:36:11.292 | wget 2024-10-23 14:36:11.292 | wget 2024-10-23 14:36:11.292 | zlib1g-dev 2024-10-23 14:36:11.292 | libkrb5-dev 2024-10-23 14:36:11.292 | libldap2-dev 2024-10-23 14:36:11.292 | libsasl2-dev 2024-10-23 14:36:11.292 | memcached 2024-10-23 14:36:11.292 | python3-mysqldb 2024-10-23 14:36:11.292 | sqlite3 2024-10-23 14:36:11.292 | conntrack 2024-10-23 14:36:11.292 | curl 2024-10-23 14:36:11.292 | ebtables 2024-10-23 14:36:11.292 | genisoimage 2024-10-23 14:36:11.292 | iptables 2024-10-23 14:36:11.292 | iputils-arping 2024-10-23 14:36:11.292 | kpartx 2024-10-23 14:36:11.292 | libjs-jquery-tablesorter 2024-10-23 14:36:11.292 | parted 2024-10-23 14:36:11.292 | pm-utils 2024-10-23 14:36:11.292 | python3-mysqldb 2024-10-23 14:36:11.292 | socat 2024-10-23 14:36:11.292 | sqlite3 2024-10-23 14:36:11.292 | sudo 2024-10-23 14:36:11.292 | vlan 2024-10-23 14:36:11.292 | lsscsi 2024-10-23 14:36:11.292 | open-iscsi 2024-10-23 14:36:11.292 | lvm2 2024-10-23 14:36:11.292 | qemu-utils 2024-10-23 14:36:11.292 | thin-provisioning-tools 2024-10-23 14:36:11.292 | acl 2024-10-23 14:36:11.292 | dnsmasq-base 2024-10-23 14:36:11.292 | dnsmasq-utils 2024-10-23 14:36:11.292 | ebtables 2024-10-23 14:36:11.292 | haproxy 2024-10-23 14:36:11.292 | iptables 2024-10-23 14:36:11.292 | iputils-arping 2024-10-23 14:36:11.292 | iputils-ping 2024-10-23 14:36:11.292 | postgresql-server-dev-all 2024-10-23 14:36:11.292 | python3-mysqldb 2024-10-23 14:36:11.292 | sqlite3 2024-10-23 14:36:11.292 | sudo 2024-10-23 14:36:11.292 | vlan 2024-10-23 14:36:11.292 | ipset 2024-10-23 14:36:11.292 | conntrack 2024-10-23 14:36:11.292 | conntrackd 2024-10-23 14:36:11.292 | keepalived ' 2024-10-23 14:36:11.293 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-10-23 14:36:11.295 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:11.297 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:11.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 2024-10-23 14:36:11.300 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-10-23 14:36:11.303 | ++ 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 2024-10-23 14:36:11.305 | ++ functions-common:install_package:1459 : update_package_repo 2024-10-23 14:36:11.307 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-23 14:36:11.308 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-10-23 14:36:11.310 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-23 14:36:11.312 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-23 14:36:11.313 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-10-23 14:36:11.315 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:11.317 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:11.318 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-10-23 14:36:11.320 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-10-23 14:36:11.322 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-10-23 14:36:11.323 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-10-23 14:36:11.326 | +++ functions-common:apt_get_update:1193 : id -u 2024-10-23 14:36:11.329 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-10-23 14:36:11.330 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-10-23 14:36:11.332 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-10-23 14:36:11.333 | ++ functions-common:time_start:2422 : local start_time= 2024-10-23 14:36:11.335 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:36:11.338 | +++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:36:11.340 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1729694171338 2024-10-23 14:36:11.342 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-10-23 14:36:11.344 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-10-23 14:36:11.345 | ++ functions-common:apt_get_update:1200 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2024-10-23 14:36:11.523 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-10-23 14:36:11.524 | Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-10-23 14:36:11.530 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-10-23 14:36:11.541 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2024-10-23 14:36:11.702 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,112 kB] 2024-10-23 14:36:11.758 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [363 kB] 2024-10-23 14:36:11.774 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [2,577 kB] 2024-10-23 14:36:11.800 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [445 kB] 2024-10-23 14:36:11.803 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,133 kB] 2024-10-23 14:36:11.821 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [265 kB] 2024-10-23 14:36:11.834 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.3 kB] 2024-10-23 14:36:11.858 | Get:12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,895 kB] 2024-10-23 14:36:12.535 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [305 kB] 2024-10-23 14:36:12.641 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,517 kB] 2024-10-23 14:36:13.560 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [435 kB] 2024-10-23 14:36:13.713 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [911 kB] 2024-10-23 14:36:14.041 | Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [180 kB] 2024-10-23 14:36:14.103 | Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.5 kB] 2024-10-23 14:36:17.846 | Fetched 13.6 MB in 3s (4,895 kB/s) 2024-10-23 14:36:18.836 | Reading package lists... 2024-10-23 14:36:18.859 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-10-23 14:36:18.861 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-10-23 14:36:18.862 | ++ functions-common:time_stop:2435 : local name 2024-10-23 14:36:18.864 | ++ functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:18.866 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:18.867 | ++ functions-common:time_stop:2438 : local total 2024-10-23 14:36:18.869 | ++ functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:18.871 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-10-23 14:36:18.872 | ++ functions-common:time_stop:2442 : start_time=1729694171338 2024-10-23 14:36:18.874 | ++ functions-common:time_stop:2444 : [[ -z 1729694171338 ]] 2024-10-23 14:36:18.876 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:18.879 | ++ functions-common:time_stop:2447 : end_time=1729694178877 2024-10-23 14:36:18.881 | ++ functions-common:time_stop:2448 : elapsed_time=7539 2024-10-23 14:36:18.883 | ++ functions-common:time_stop:2449 : total=0 2024-10-23 14:36:18.884 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:18.886 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7539 2024-10-23 14:36:18.888 | ++ functions-common:install_package:1460 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-10-23 14:36:18.889 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-10-23 14:36:18.891 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:18.893 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:18.895 | ++ functions-common:real_install_package:1446 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-10-23 14:36:18.910 | ++ functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-10-23 14:36:18.969 | Reading package lists... 2024-10-23 14:36:19.170 | Building dependency tree... 2024-10-23 14:36:19.170 | Reading state information... 2024-10-23 14:36:19.187 | acl is already the newest version (2.3.1-1). 2024-10-23 14:36:19.188 | bc is already the newest version (1.07.1-3build1). 2024-10-23 14:36:19.188 | bc set to manually installed. 2024-10-23 14:36:19.188 | conntrack is already the newest version (1:1.4.6-2build2). 2024-10-23 14:36:19.188 | ebtables is already the newest version (2.0.11-4build2). 2024-10-23 14:36:19.188 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-10-23 14:36:19.188 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-10-23 14:36:19.188 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-10-23 14:36:19.188 | gettext is already the newest version (0.21-4ubuntu4). 2024-10-23 14:36:19.188 | ipset is already the newest version (7.15-1build1). 2024-10-23 14:36:19.188 | iputils-arping is already the newest version (3:20211215-1). 2024-10-23 14:36:19.188 | iputils-ping is already the newest version (3:20211215-1). 2024-10-23 14:36:19.188 | iputils-ping set to manually installed. 2024-10-23 14:36:19.188 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-10-23 14:36:19.188 | libffi-dev is already the newest version (3.4.2-4). 2024-10-23 14:36:19.188 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-10-23 14:36:19.188 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-10-23 14:36:19.188 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-10-23 14:36:19.188 | lsof set to manually installed. 2024-10-23 14:36:19.188 | lsscsi is already the newest version (0.31-1build2). 2024-10-23 14:36:19.188 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-10-23 14:36:19.188 | lvm2 set to manually installed. 2024-10-23 14:36:19.188 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-10-23 14:36:19.188 | open-iscsi set to manually installed. 2024-10-23 14:36:19.188 | parted is already the newest version (3.4-2build1). 2024-10-23 14:36:19.188 | parted set to manually installed. 2024-10-23 14:36:19.188 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-10-23 14:36:19.188 | psmisc is already the newest version (23.4-2build3). 2024-10-23 14:36:19.188 | psmisc set to manually installed. 2024-10-23 14:36:19.188 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-10-23 14:36:19.188 | python3-systemd is already the newest version (234-3ubuntu2). 2024-10-23 14:36:19.188 | python3-systemd set to manually installed. 2024-10-23 14:36:19.188 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-10-23 14:36:19.188 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-10-23 14:36:19.188 | thin-provisioning-tools set to manually installed. 2024-10-23 14:36:19.188 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-10-23 14:36:19.188 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-10-23 14:36:19.188 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-10-23 14:36:19.188 | pm-utils is already the newest version (1.4.1-19). 2024-10-23 14:36:19.188 | postgresql-server-dev-all is already the newest version (238). 2024-10-23 14:36:19.188 | vlan is already the newest version (2.0.5ubuntu5). 2024-10-23 14:36:19.188 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-10-23 14:36:19.188 | apache2-dev is already the newest version (2.4.52-1ubuntu4.12). 2024-10-23 14:36:19.188 | curl is already the newest version (7.81.0-1ubuntu1.18). 2024-10-23 14:36:19.188 | curl set to manually installed. 2024-10-23 14:36:19.188 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-10-23 14:36:19.188 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-10-23 14:36:19.188 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-10-23 14:36:19.188 | gawk set to manually installed. 2024-10-23 14:36:19.188 | git is already the newest version (1:2.34.1-1ubuntu1.11). 2024-10-23 14:36:19.188 | git set to manually installed. 2024-10-23 14:36:19.188 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-10-23 14:36:19.188 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-10-23 14:36:19.188 | iptables set to manually installed. 2024-10-23 14:36:19.188 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-10-23 14:36:19.188 | kpartx set to manually installed. 2024-10-23 14:36:19.188 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.4). 2024-10-23 14:36:19.188 | libldap2-dev is already the newest version (2.5.18+dfsg-0ubuntu0.22.04.2). 2024-10-23 14:36:19.188 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-10-23 14:36:19.188 | libpq-dev is already the newest version (14.13-0ubuntu0.22.04.1). 2024-10-23 14:36:19.188 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-10-23 14:36:19.188 | libssl-dev is already the newest version (3.0.2-0ubuntu1.18). 2024-10-23 14:36:19.188 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-10-23 14:36:19.188 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-10-23 14:36:19.188 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-10-23 14:36:19.188 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-10-23 14:36:19.188 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2024-10-23 14:36:19.188 | openssl is already the newest version (3.0.2-0ubuntu1.18). 2024-10-23 14:36:19.188 | openssl set to manually installed. 2024-10-23 14:36:19.188 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2024-10-23 14:36:19.188 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.22). 2024-10-23 14:36:19.188 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-10-23 14:36:19.188 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-10-23 14:36:19.188 | sudo set to manually installed. 2024-10-23 14:36:19.384 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-10-23 14:36:19.384 | tar set to manually installed. 2024-10-23 14:36:19.384 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-10-23 14:36:19.384 | tcpdump set to manually installed. 2024-10-23 14:36:19.384 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-10-23 14:36:19.384 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-10-23 14:36:19.384 | uuid-runtime set to manually installed. 2024-10-23 14:36:19.384 | wget is already the newest version (1.21.2-2ubuntu1.1). 2024-10-23 14:36:19.384 | wget set to manually installed. 2024-10-23 14:36:19.384 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-10-23 14:36:19.384 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2024-10-23 14:36:19.384 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-10-23 14:36:19.384 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-10-23 14:36:19.384 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2024-10-23 14:36:19.384 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-10-23 14:36:19.389 | ++ functions-common:apt_get:1230 : result=0 2024-10-23 14:36:19.391 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-10-23 14:36:19.393 | ++ functions-common:time_stop:2435 : local name 2024-10-23 14:36:19.394 | ++ functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:19.396 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:19.398 | ++ functions-common:time_stop:2438 : local total 2024-10-23 14:36:19.400 | ++ functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:19.401 | ++ functions-common:time_stop:2441 : name=apt-get 2024-10-23 14:36:19.403 | ++ functions-common:time_stop:2442 : start_time=1729694178908 2024-10-23 14:36:19.405 | ++ functions-common:time_stop:2444 : [[ -z 1729694178908 ]] 2024-10-23 14:36:19.407 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:19.410 | ++ functions-common:time_stop:2447 : end_time=1729694179408 2024-10-23 14:36:19.412 | ++ functions-common:time_stop:2448 : elapsed_time=500 2024-10-23 14:36:19.413 | ++ functions-common:time_stop:2449 : total=486 2024-10-23 14:36:19.415 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:19.417 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=986 2024-10-23 14:36:19.419 | ++ functions-common:apt_get:1234 : return 0 2024-10-23 14:36:19.421 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-10-23 14:36:19.423 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-10-23 14:36:19.424 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-10-23 14:36:19.427 | ++ tools/install_prereqs.sh:source:89 : date 2024-10-23 14:36:19.430 | + stack.sh:main:799 : [[ False != \T\r\u\e ]] 2024-10-23 14:36:19.432 | + stack.sh:main:800 : PYPI_ALTERNATIVE_URL= 2024-10-23 14:36:19.435 | + stack.sh:main:800 : /opt/stack/devstack/tools/install_pip.sh 2024-10-23 14:36:19.737 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-10-23 14:36:19.738 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-10-23 14:36:19.739 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-10-23 14:36:19.741 | + tools/install_pip.sh:main:43 : GetDistro 2024-10-23 14:36:19.742 | + functions-common:GetDistro:449 : GetOSVersion 2024-10-23 14:36:19.743 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-10-23 14:36:19.744 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2024-10-23 14:36:19.746 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-10-23 14:36:19.747 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-10-23 14:36:19.748 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2024-10-23 14:36:19.749 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-10-23 14:36:19.750 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-10-23 14:36:19.752 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-10-23 14:36:19.753 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-10-23 14:36:19.754 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-10-23 14:36:19.755 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-10-23 14:36:19.756 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-10-23 14:36:19.758 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-10-23 14:36:19.759 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-10-23 14:36:19.760 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-10-23 14:36:19.761 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-10-23 14:36:19.763 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-10-23 14:36:19.764 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-10-23 14:36:19.766 | + functions-common:_ensure_lsb_release:394 : return 2024-10-23 14:36:19.767 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-10-23 14:36:19.804 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-10-23 14:36:19.806 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-10-23 14:36:19.839 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-10-23 14:36:19.841 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-10-23 14:36:19.873 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-10-23 14:36:19.875 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-10-23 14:36:19.876 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-10-23 14:36:19.877 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-10-23 14:36:19.879 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-10-23 14:36:19.880 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-10-23 14:36:19.881 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-10-23 14:36:19.883 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-10-23 14:36:19.884 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-10-23 14:36:19.885 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-10-23 14:36:19.887 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-10-23 14:36:19.887 | Distro: jammy 2024-10-23 14:36:19.888 | + tools/install_pip.sh:main:124 : get_versions 2024-10-23 14:36:19.890 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-10-23 14:36:19.892 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-10-23 14:36:19.893 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-10-23 14:36:19.896 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-10-23 14:36:19.896 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-10-23 14:36:19.960 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-10-23 14:36:19.962 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-10-23 14:36:19.962 | pip: 0.1.15 2024-10-23 14:36:19.963 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-10-23 14:36:19.964 | + tools/install_pip.sh:main:130 : is_fedora 2024-10-23 14:36:19.966 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-23 14:36:19.967 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-23 14:36:19.968 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-23 14:36:19.969 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-23 14:36:19.971 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-23 14:36:19.972 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-23 14:36:19.973 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-23 14:36:19.974 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-23 14:36:19.976 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-23 14:36:19.977 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-23 14:36:19.978 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-23 14:36:19.979 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-23 14:36:19.980 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-10-23 14:36:19.982 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:19.983 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:19.984 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-10-23 14:36:19.988 | + tools/install_pip.sh:main:153 : set -x 2024-10-23 14:36:19.989 | + tools/install_pip.sh:main:156 : get_versions 2024-10-23 14:36:19.991 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-10-23 14:36:19.993 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-10-23 14:36:19.995 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-10-23 14:36:19.997 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-10-23 14:36:19.997 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-10-23 14:36:20.006 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-10-23 14:36:20.008 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-10-23 14:36:20.008 | pip: 0.1.15 2024-10-23 14:36:20.011 | + stack.sh:main:804 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-10-23 14:36:20.013 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-10-23 14:36:20.015 | + stack.sh:main:805 : fixup_all 2024-10-23 14:36:20.017 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-10-23 14:36:20.019 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-10-23 14:36:20.021 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:20.023 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:20.025 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-10-23 14:36:20.034 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-10-23 14:36:20.043 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-10-23 14:36:20.051 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-10-23 14:36:20.053 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-10-23 14:36:20.055 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-23 14:36:20.057 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-23 14:36:20.058 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-23 14:36:20.060 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-23 14:36:20.062 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-23 14:36:20.064 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-23 14:36:20.065 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-23 14:36:20.067 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-23 14:36:20.069 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-23 14:36:20.070 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-23 14:36:20.072 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-23 14:36:20.074 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-23 14:36:20.076 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-10-23 14:36:20.078 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-10-23 14:36:20.079 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-10-23 14:36:20.081 | + functions-common:is_suse:544 : is_opensuse 2024-10-23 14:36:20.083 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-23 14:36:20.085 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-23 14:36:20.087 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-23 14:36:20.088 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-23 14:36:20.090 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-23 14:36:20.092 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-10-23 14:36:20.094 | + stack.sh:main:808 : pip_install -U os-testr 2024-10-23 14:36:20.109 | Using python 3.10 to install os-testr 2024-10-23 14:36:20.111 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2024-10-23 14:36:21.119 | Collecting os-testr 2024-10-23 14:36:21.122 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-10-23 14:36:21.127 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-10-23 14:36:21.171 | Collecting pbr!=2.1.0,>=2.0.0 2024-10-23 14:36:21.174 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-10-23 14:36:21.195 | Collecting python-subunit>=1.0.0 2024-10-23 14:36:21.198 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-10-23 14:36:21.206 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-10-23 14:36:21.390 | Installing collected packages: python-subunit, pbr, os-testr 2024-10-23 14:36:21.390 | Attempting uninstall: python-subunit 2024-10-23 14:36:21.393 | Found existing installation: python-subunit 1.4.0 2024-10-23 14:36:21.397 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:36:21.398 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-10-23 14:36:21.478 | Attempting uninstall: pbr 2024-10-23 14:36:21.479 | Found existing installation: pbr 5.8.0 2024-10-23 14:36:21.480 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:36:21.481 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-10-23 14:36:21.540 | Attempting uninstall: os-testr 2024-10-23 14:36:21.541 | Found existing installation: os-testr 2.0.1 2024-10-23 14:36:21.542 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:36:21.542 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-10-23 14:36:21.563 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-10-23 14:36:21.564 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:36:21.644 | + inc/python:pip_install:196 : result=0 2024-10-23 14:36:21.646 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:36:21.648 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:21.650 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:21.652 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:21.654 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:21.655 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:21.657 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:36:21.659 | + functions-common:time_stop:2442 : start_time=1729694180105 2024-10-23 14:36:21.660 | + functions-common:time_stop:2444 : [[ -z 1729694180105 ]] 2024-10-23 14:36:21.663 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:21.666 | + functions-common:time_stop:2447 : end_time=1729694181664 2024-10-23 14:36:21.667 | + functions-common:time_stop:2448 : elapsed_time=1559 2024-10-23 14:36:21.669 | + functions-common:time_stop:2449 : total=0 2024-10-23 14:36:21.671 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:21.673 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1559 2024-10-23 14:36:21.674 | + inc/python:pip_install:199 : return 0 2024-10-23 14:36:21.676 | + stack.sh:main:812 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-10-23 14:36:21.716 | + stack.sh:main:813 : sudo systemctl restart systemd-journald 2024-10-23 14:36:21.773 | + stack.sh:main:819 : install_infra 2024-10-23 14:36:21.775 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-10-23 14:36:21.776 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-10-23 14:36:21.778 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-10-23 14:36:24.906 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-10-23 14:36:24.908 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-10-23 14:36:24.925 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-10-23 14:36:25.870 | Collecting pbr 2024-10-23 14:36:25.872 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-10-23 14:36:25.899 | Installing collected packages: pbr 2024-10-23 14:36:25.964 | Successfully installed pbr-5.11.1 2024-10-23 14:36:26.035 | + inc/python:pip_install:196 : result=0 2024-10-23 14:36:26.037 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:36:26.039 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:26.041 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:26.042 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:26.044 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:26.045 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:26.047 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:36:26.048 | + functions-common:time_stop:2442 : start_time=1729694184919 2024-10-23 14:36:26.050 | + functions-common:time_stop:2444 : [[ -z 1729694184919 ]] 2024-10-23 14:36:26.052 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:26.055 | + functions-common:time_stop:2447 : end_time=1729694186053 2024-10-23 14:36:26.056 | + functions-common:time_stop:2448 : elapsed_time=1134 2024-10-23 14:36:26.058 | + functions-common:time_stop:2449 : total=1559 2024-10-23 14:36:26.060 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:26.061 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2693 2024-10-23 14:36:26.063 | + inc/python:pip_install:199 : return 0 2024-10-23 14:36:26.065 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-10-23 14:36:26.066 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-10-23 14:36:26.083 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2024-10-23 14:36:26.920 | Processing /opt/stack/requirements 2024-10-23 14:36:26.921 | Preparing metadata (setup.py): started 2024-10-23 14:36:27.585 | Preparing metadata (setup.py): finished with status 'done' 2024-10-23 14:36:27.763 | Collecting Parsley>=1.2 2024-10-23 14:36:27.765 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-10-23 14:36:27.874 | Collecting PyYAML>=3.12 2024-10-23 14:36:27.880 | 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) 2024-10-23 14:36:27.903 | Collecting beagle>=0.2.1 2024-10-23 14:36:27.904 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2024-10-23 14:36:27.927 | Collecting fixtures>=3.0.0 2024-10-23 14:36:27.927 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-10-23 14:36:27.972 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-10-23 14:36:27.974 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-10-23 14:36:28.032 | Collecting requests>=2.14.2 2024-10-23 14:36:28.034 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-10-23 14:36:28.058 | Collecting six>=1.10.0 2024-10-23 14:36:28.060 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-10-23 14:36:28.068 | 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.dev6102) (5.11.1) 2024-10-23 14:36:28.115 | Collecting cliff>=2.11.0 2024-10-23 14:36:28.117 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-10-23 14:36:28.157 | Collecting idna<4,>=2.5 2024-10-23 14:36:28.160 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-10-23 14:36:28.336 | Collecting charset-normalizer<3,>=2 2024-10-23 14:36:28.339 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-10-23 14:36:28.375 | Collecting certifi>=2017.4.17 2024-10-23 14:36:28.378 | Using cached certifi-2024.8.30-py3-none-any.whl (167 kB) 2024-10-23 14:36:28.437 | Collecting urllib3<1.27,>=1.21.1 2024-10-23 14:36:28.439 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-10-23 14:36:28.495 | Collecting stevedore>=2.0.1 2024-10-23 14:36:28.497 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-10-23 14:36:28.580 | Collecting cmd2>=1.0.0 2024-10-23 14:36:28.582 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-10-23 14:36:28.604 | Collecting autopage>=0.4.0 2024-10-23 14:36:28.606 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-10-23 14:36:28.681 | Collecting importlib-metadata>=4.4 2024-10-23 14:36:28.683 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-10-23 14:36:28.712 | Collecting PrettyTable>=0.7.2 2024-10-23 14:36:28.715 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-10-23 14:36:28.780 | Collecting pyperclip>=1.6 2024-10-23 14:36:28.780 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-10-23 14:36:28.810 | Collecting attrs>=16.3.0 2024-10-23 14:36:28.812 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-10-23 14:36:28.833 | Collecting wcwidth>=0.1.7 2024-10-23 14:36:28.836 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-10-23 14:36:28.892 | Collecting zipp>=0.5 2024-10-23 14:36:28.894 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-10-23 14:36:28.952 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-10-23 14:36:29.094 | 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 2024-10-23 14:36:29.891 | Running setup.py install for openstack-requirements: started 2024-10-23 14:36:31.270 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-10-23 14:36:31.279 | Successfully installed Parsley-1.3 PrettyTable-3.4.1 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2024.8.30 charset-normalizer-2.1.1 cliff-4.2.0 cmd2-2.4.2 fixtures-4.0.1 idna-3.4 importlib-metadata-5.0.0 openstack-requirements-1.2.1.dev6102 packaging-23.1 pyperclip-1.8.2 requests-2.28.1 six-1.16.0 stevedore-5.0.0 urllib3-1.26.12 wcwidth-0.2.5 zipp-3.8.1 2024-10-23 14:36:31.375 | + inc/python:pip_install:196 : result=0 2024-10-23 14:36:31.377 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:36:31.379 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:31.381 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:31.382 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:31.384 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:31.385 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:31.387 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:36:31.389 | + functions-common:time_stop:2442 : start_time=1729694186077 2024-10-23 14:36:31.390 | + functions-common:time_stop:2444 : [[ -z 1729694186077 ]] 2024-10-23 14:36:31.392 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:31.395 | + functions-common:time_stop:2447 : end_time=1729694191393 2024-10-23 14:36:31.397 | + functions-common:time_stop:2448 : elapsed_time=5316 2024-10-23 14:36:31.399 | + functions-common:time_stop:2449 : total=2693 2024-10-23 14:36:31.400 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:31.402 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8009 2024-10-23 14:36:31.403 | + inc/python:pip_install:199 : return 0 2024-10-23 14:36:31.405 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-10-23 14:36:31.407 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-10-23 14:36:31.409 | + inc/python:use_library_from_git:246 : local name=pbr 2024-10-23 14:36:31.411 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:31.412 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:31.414 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-10-23 14:36:31.416 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:31.418 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-10-23 14:36:31.433 | Using python 3.10 to install pbr 2024-10-23 14:36:31.435 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-10-23 14:36:32.333 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-10-23 14:36:32.598 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:36:32.670 | + inc/python:pip_install:196 : result=0 2024-10-23 14:36:32.672 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:36:32.674 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:32.676 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:32.677 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:32.679 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:32.681 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:32.682 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:36:32.684 | + functions-common:time_stop:2442 : start_time=1729694191429 2024-10-23 14:36:32.686 | + functions-common:time_stop:2444 : [[ -z 1729694191429 ]] 2024-10-23 14:36:32.688 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:32.691 | + functions-common:time_stop:2447 : end_time=1729694192689 2024-10-23 14:36:32.693 | + functions-common:time_stop:2448 : elapsed_time=1260 2024-10-23 14:36:32.694 | + functions-common:time_stop:2449 : total=8009 2024-10-23 14:36:32.696 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:32.698 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9269 2024-10-23 14:36:32.699 | + inc/python:pip_install:199 : return 0 2024-10-23 14:36:32.701 | + stack.sh:main:822 : python3 -m venv /opt/stack//bindep-venv 2024-10-23 14:36:35.801 | + stack.sh:main:824 : /opt/stack//bindep-venv/bin/pip install bindep 2024-10-23 14:36:36.391 | Collecting bindep 2024-10-23 14:36:36.393 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-10-23 14:36:36.420 | Collecting Parsley 2024-10-23 14:36:36.421 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-10-23 14:36:36.461 | Collecting packaging 2024-10-23 14:36:36.464 | Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-10-23 14:36:36.487 | Collecting distro>=1.7.0 2024-10-23 14:36:36.489 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-10-23 14:36:36.531 | Collecting pbr>=2.0.0 2024-10-23 14:36:36.535 | Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) 2024-10-23 14:36:36.570 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-10-23 14:36:36.821 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.1 pbr-6.1.0 2024-10-23 14:36:36.887 | + stack.sh:main:825 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-10-23 14:36:36.889 | + stack.sh:main:825 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-10-23 14:36:36.892 | ++ stack.sh:main:828 : _get_plugin_bindep_packages 2024-10-23 14:36:36.905 | + stack.sh:main:828 : pkgs= 2024-10-23 14:36:36.907 | + stack.sh:main:829 : [[ -n '' ]] 2024-10-23 14:36:36.909 | + stack.sh:main:836 : run_phase stack pre-install 2024-10-23 14:36:36.911 | + functions-common:run_phase:1863 : local mode=stack 2024-10-23 14:36:36.912 | + functions-common:run_phase:1864 : local phase=pre-install 2024-10-23 14:36:36.914 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-23 14:36:36.916 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-23 14:36:36.917 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-23 14:36:36.919 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-23 14:36:36.921 | + functions-common:run_phase:1873 : local extra 2024-10-23 14:36:36.923 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-23 14:36:36.926 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-23 14:36:36.927 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-23 14:36:36.929 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-23 14:36:36.931 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-10-23 14:36:36.932 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-23 14:36:36.943 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:36:36.945 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:36:36.946 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:36:36.948 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-10-23 14:36:36.949 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:36:36.951 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-23 14:36:36.953 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:36:36.955 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-10-23 14:36:36.956 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:36:36.958 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-10-23 14:36:36.960 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:36:36.961 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-10-23 14:36:36.963 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-23 14:36:36.965 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-23 14:36:36.966 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:36:36.968 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-23 14:36:36.970 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-10-23 14:36:36.971 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-23 14:36:36.973 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-10-23 14:36:36.975 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-23 14:36:36.976 | + functions-common:run_plugins:1853 : local plugin 2024-10-23 14:36:36.978 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-23 14:36:36.980 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-23 14:36:36.982 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-23 14:36:36.983 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-10-23 14:36:36.985 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:36:36.987 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:36:36.988 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-10-23 14:36:36.990 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:36:36.992 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-23 14:36:36.993 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:36:36.995 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-10-23 14:36:36.997 | + stack.sh:main:839 : set_systemd_override DefaultLimitNOFILE 2048 2024-10-23 14:36:36.998 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-10-23 14:36:37.000 | + functions:set_systemd_override:832 : local value=2048 2024-10-23 14:36:37.002 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-10-23 14:36:37.004 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-10-23 14:36:37.044 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-10-23 14:36:37.044 | Set systemd system override for DefaultLimitNOFILE=2048 2024-10-23 14:36:37.046 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-10-23 14:36:37.276 | + stack.sh:main:841 : install_rpc_backend 2024-10-23 14:36:37.278 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-10-23 14:36:37.290 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:36:37.292 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-10-23 14:36:37.294 | + functions-common:install_package:1459 : update_package_repo 2024-10-23 14:36:37.296 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-23 14:36:37.298 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-23 14:36:37.299 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-23 14:36:37.301 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-23 14:36:37.303 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-23 14:36:37.305 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:37.306 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:37.308 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-23 14:36:37.310 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-23 14:36:37.312 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-23 14:36:37.313 | + functions-common:apt_get_update:1186 : return 2024-10-23 14:36:37.315 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-10-23 14:36:37.317 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-23 14:36:37.319 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:37.321 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:37.322 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-10-23 14:36:37.338 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2024-10-23 14:36:37.396 | Reading package lists... 2024-10-23 14:36:37.603 | Building dependency tree... 2024-10-23 14:36:37.605 | Reading state information... 2024-10-23 14:36:37.811 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-10-23 14:36:37.811 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-10-23 14:36:37.815 | + functions-common:apt_get:1230 : result=0 2024-10-23 14:36:37.818 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-23 14:36:37.820 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:37.822 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:37.824 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:37.826 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:37.828 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:37.830 | + functions-common:time_stop:2441 : name=apt-get 2024-10-23 14:36:37.832 | + functions-common:time_stop:2442 : start_time=1729694197336 2024-10-23 14:36:37.834 | + functions-common:time_stop:2444 : [[ -z 1729694197336 ]] 2024-10-23 14:36:37.836 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:37.839 | + functions-common:time_stop:2447 : end_time=1729694197837 2024-10-23 14:36:37.841 | + functions-common:time_stop:2448 : elapsed_time=501 2024-10-23 14:36:37.843 | + functions-common:time_stop:2449 : total=986 2024-10-23 14:36:37.845 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:37.846 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1487 2024-10-23 14:36:37.848 | + functions-common:apt_get:1234 : return 0 2024-10-23 14:36:37.850 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-10-23 14:36:37.852 | + functions-common:is_suse:544 : is_opensuse 2024-10-23 14:36:37.854 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-23 14:36:37.856 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-23 14:36:37.858 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-23 14:36:37.860 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-23 14:36:37.861 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-23 14:36:37.863 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-10-23 14:36:37.865 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-23 14:36:37.867 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-23 14:36:37.869 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-23 14:36:37.871 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-23 14:36:37.872 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-23 14:36:37.874 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-23 14:36:37.876 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-23 14:36:37.878 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-23 14:36:37.880 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-23 14:36:37.881 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-23 14:36:37.883 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-23 14:36:37.885 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-23 14:36:37.887 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-10-23 14:36:37.889 | + functions-common:is_suse:544 : is_opensuse 2024-10-23 14:36:37.891 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-23 14:36:37.893 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-23 14:36:37.894 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-23 14:36:37.896 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-23 14:36:37.898 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-23 14:36:37.900 | + stack.sh:main:842 : restart_rpc_backend 2024-10-23 14:36:37.902 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-10-23 14:36:37.914 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:36:37.916 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-10-23 14:36:37.918 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:36:37.920 | + stack.sh:echo_summary:455 : echo -e Starting RabbitMQ 2024-10-23 14:36:37.922 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-10-23 14:36:37.925 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-10-23 14:36:37.927 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-10-23 14:36:37.929 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-10-23 14:36:37.931 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-10-23 14:36:37.933 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-10-23 14:36:37.935 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-10-23 14:36:37.936 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-10-23 14:36:37.939 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-10-23 14:36:38.423 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-10-23 14:36:38.423 | user tags 2024-10-23 14:36:38.423 | guest [administrator]' 2024-10-23 14:36:38.426 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-10-23 14:36:38.426 | user tags 2024-10-23 14:36:38.426 | guest [administrator]' 2024-10-23 14:36:38.426 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-10-23 14:36:38.431 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-10-23 14:36:38.433 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-10-23 14:36:38.434 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-10-23 14:36:38.850 | Adding user "stackrabbit" ... 2024-10-23 14:36:38.856 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-10-23 14:36:38.868 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-10-23 14:36:39.286 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-10-23 14:36:39.303 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-10-23 14:36:39.305 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-10-23 14:36:39.719 | Changing password for user "stackrabbit" ... 2024-10-23 14:36:39.737 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-10-23 14:36:39.738 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-10-23 14:36:39.740 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-10-23 14:36:40.157 | Deleting user "guest" ... 2024-10-23 14:36:40.174 | + stack.sh:main:844 : is_service_enabled mysql postgresql 2024-10-23 14:36:40.187 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:36:40.189 | + stack.sh:main:845 : install_database 2024-10-23 14:36:40.191 | + lib/database:install_database:118 : install_database_mysql 2024-10-23 14:36:40.193 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-10-23 14:36:40.194 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:40.196 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:40.198 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-10-23 14:36:40.397 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-10-23 14:36:40.399 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-10-23 14:36:40.402 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-10-23 14:36:40.404 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:40.406 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:40.408 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-10-23 14:36:40.410 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-10-23 14:36:40.413 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-10-23 14:36:40.414 | + stack.sh:main:847 : '[' -n mysql ']' 2024-10-23 14:36:40.416 | + stack.sh:main:848 : install_database_python 2024-10-23 14:36:40.418 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-10-23 14:36:40.420 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-10-23 14:36:40.422 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-10-23 14:36:40.424 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-23 14:36:40.426 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-10-23 14:36:40.428 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-10-23 14:36:40.430 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-23 14:36:40.433 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-10-23 14:36:40.433 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-23 14:36:40.437 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-10-23 14:36:40.438 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-10-23 14:36:40.440 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-10-23 14:36:40.442 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-10-23 14:36:40.444 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-10-23 14:36:40.459 | Using python 3.10 to install PyMySQL 2024-10-23 14:36:40.461 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2024-10-23 14:36:41.437 | Collecting PyMySQL 2024-10-23 14:36:41.439 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-10-23 14:36:41.606 | Installing collected packages: PyMySQL 2024-10-23 14:36:41.642 | Successfully installed PyMySQL-1.0.2 2024-10-23 14:36:41.643 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:36:41.717 | + inc/python:pip_install:196 : result=0 2024-10-23 14:36:41.719 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:36:41.722 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:41.723 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:41.725 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:41.727 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:41.728 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:41.730 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:36:41.732 | + functions-common:time_stop:2442 : start_time=1729694200455 2024-10-23 14:36:41.733 | + functions-common:time_stop:2444 : [[ -z 1729694200455 ]] 2024-10-23 14:36:41.736 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:41.739 | + functions-common:time_stop:2447 : end_time=1729694201736 2024-10-23 14:36:41.740 | + functions-common:time_stop:2448 : elapsed_time=1281 2024-10-23 14:36:41.742 | + functions-common:time_stop:2449 : total=9269 2024-10-23 14:36:41.743 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:41.745 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10550 2024-10-23 14:36:41.747 | + inc/python:pip_install:199 : return 0 2024-10-23 14:36:41.748 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-10-23 14:36:41.750 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-10-23 14:36:41.752 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-10-23 14:36:41.754 | + stack.sh:main:851 : is_service_enabled neutron 2024-10-23 14:36:41.765 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:36:41.767 | + stack.sh:main:852 : install_neutron_agent_packages 2024-10-23 14:36:41.769 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-10-23 14:36:41.781 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:36:41.783 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-10-23 14:36:41.784 | + functions-common:install_package:1459 : update_package_repo 2024-10-23 14:36:41.786 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-23 14:36:41.788 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-23 14:36:41.789 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-23 14:36:41.791 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-23 14:36:41.792 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-23 14:36:41.794 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:41.796 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:41.798 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-23 14:36:41.800 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-23 14:36:41.801 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-23 14:36:41.803 | + functions-common:apt_get_update:1186 : return 2024-10-23 14:36:41.805 | + functions-common:install_package:1460 : real_install_package radvd 2024-10-23 14:36:41.806 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-23 14:36:41.808 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:41.810 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:41.812 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-10-23 14:36:41.827 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2024-10-23 14:36:41.887 | Reading package lists... 2024-10-23 14:36:42.095 | Building dependency tree... 2024-10-23 14:36:42.096 | Reading state information... 2024-10-23 14:36:42.300 | radvd is already the newest version (1:2.18-3build2). 2024-10-23 14:36:42.300 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-10-23 14:36:42.304 | + functions-common:apt_get:1230 : result=0 2024-10-23 14:36:42.306 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-23 14:36:42.308 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:42.310 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:42.312 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:42.314 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:42.316 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:42.319 | + functions-common:time_stop:2441 : name=apt-get 2024-10-23 14:36:42.320 | + functions-common:time_stop:2442 : start_time=1729694201825 2024-10-23 14:36:42.322 | + functions-common:time_stop:2444 : [[ -z 1729694201825 ]] 2024-10-23 14:36:42.326 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:42.329 | + functions-common:time_stop:2447 : end_time=1729694202327 2024-10-23 14:36:42.331 | + functions-common:time_stop:2448 : elapsed_time=502 2024-10-23 14:36:42.333 | + functions-common:time_stop:2449 : total=1487 2024-10-23 14:36:42.334 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:42.336 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1989 2024-10-23 14:36:42.338 | + functions-common:apt_get:1234 : return 0 2024-10-23 14:36:42.340 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-10-23 14:36:42.353 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:36:42.354 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-10-23 14:36:42.356 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-10-23 14:36:42.358 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-10-23 14:36:42.360 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-10-23 14:36:42.374 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-10-23 14:36:42.376 | + functions-common:install_package:1459 : update_package_repo 2024-10-23 14:36:42.378 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-23 14:36:42.379 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-23 14:36:42.381 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-23 14:36:42.383 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-23 14:36:42.384 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-23 14:36:42.386 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:42.388 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:42.390 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-23 14:36:42.391 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-23 14:36:42.393 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-23 14:36:42.394 | + functions-common:apt_get_update:1186 : return 2024-10-23 14:36:42.396 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-10-23 14:36:42.398 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-23 14:36:42.400 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:42.402 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:42.404 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-10-23 14:36:42.418 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2024-10-23 14:36:42.478 | Reading package lists... 2024-10-23 14:36:42.688 | Building dependency tree... 2024-10-23 14:36:42.690 | Reading state information... 2024-10-23 14:36:42.905 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-10-23 14:36:42.905 | fakeroot set to manually installed. 2024-10-23 14:36:42.905 | make is already the newest version (4.3-4.1build1). 2024-10-23 14:36:42.905 | make set to manually installed. 2024-10-23 14:36:42.905 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-10-23 14:36:42.905 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-10-23 14:36:42.909 | + functions-common:apt_get:1230 : result=0 2024-10-23 14:36:42.911 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-23 14:36:42.913 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:42.915 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:42.917 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:42.919 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:42.920 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:42.922 | + functions-common:time_stop:2441 : name=apt-get 2024-10-23 14:36:42.924 | + functions-common:time_stop:2442 : start_time=1729694202416 2024-10-23 14:36:42.926 | + functions-common:time_stop:2444 : [[ -z 1729694202416 ]] 2024-10-23 14:36:42.928 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:42.931 | + functions-common:time_stop:2447 : end_time=1729694202929 2024-10-23 14:36:42.933 | + functions-common:time_stop:2448 : elapsed_time=513 2024-10-23 14:36:42.935 | + functions-common:time_stop:2449 : total=1989 2024-10-23 14:36:42.937 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:42.939 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2502 2024-10-23 14:36:42.940 | + functions-common:apt_get:1234 : return 0 2024-10-23 14:36:42.942 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-10-23 14:36:42.944 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:42.946 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:42.948 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-10-23 14:36:42.950 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-10-23 14:36:42.952 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-10-23 14:36:42.955 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-47-generic 2024-10-23 14:36:42.957 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-10-23 14:36:42.960 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-10-23 14:36:42.960 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-47-generic 2024-10-23 14:36:42.964 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2024-10-23 14:36:42.966 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2024-10-23 14:36:42.967 | + functions:vercmp:639 : local v1=6.8 2024-10-23 14:36:42.969 | + functions:vercmp:640 : local 'op=<' 2024-10-23 14:36:42.971 | + functions:vercmp:641 : local v2=3.13 2024-10-23 14:36:42.972 | + functions:vercmp:642 : local result 2024-10-23 14:36:42.975 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2024-10-23 14:36:42.976 | ++ functions:vercmp:646 : head -1 2024-10-23 14:36:42.976 | ++ functions:vercmp:646 : sort -V 2024-10-23 14:36:42.979 | + functions:vercmp:646 : result=3.13 2024-10-23 14:36:42.981 | + functions:vercmp:648 : case $op in 2024-10-23 14:36:42.983 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2024-10-23 14:36:42.985 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2024-10-23 14:36:42.986 | + functions:vercmp:659 : return 2024-10-23 14:36:42.988 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-10-23 14:36:42.990 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-23 14:36:42.992 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-10-23 14:36:43.505 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-10-23 14:36:43.507 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-10-23 14:36:43.509 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:43.511 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:43.513 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-10-23 14:36:43.515 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:43.517 | + stack.sh:main:855 : is_service_enabled etcd3 2024-10-23 14:36:43.530 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:36:43.535 | + stack.sh:main:856 : install_etcd3 2024-10-23 14:36:43.537 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-10-23 14:36:43.537 | Installing etcd 2024-10-23 14:36:43.539 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-10-23 14:36:43.551 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-10-23 14:36:43.561 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-10-23 14:36:43.566 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-10-23 14:36:43.576 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-10-23 14:36:43.579 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-23 14:36:43.581 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-23 14:36:43.584 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-23 14:36:43.587 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-10-23 14:36:43.591 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2024-10-23 14:36:43.593 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-10-23 14:36:43.595 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-23 14:36:43.615 | --2024-10-23 14:36:43-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-23 14:36:43.619 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-10-23 14:36:43.620 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-10-23 14:36:43.659 | HTTP request sent, awaiting response... 200 OK 2024-10-23 14:36:43.659 | Length: 11350736 (11M) [application/gzip] 2024-10-23 14:36:43.659 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-10-23 14:36:43.667 | 2024-10-23 14:36:43.713 | 0K ........ .. 100% 202M=0.05s 2024-10-23 14:36:43.713 | 2024-10-23 14:36:43.713 | 2024-10-23 14:36:43 (202 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-10-23 14:36:43.713 | 2024-10-23 14:36:43.717 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-10-23 14:36:43.718 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-23 14:36:43.721 | ++ functions:get_extra_file:74 : return 2024-10-23 14:36:43.723 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-23 14:36:43.725 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-10-23 14:36:43.727 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-10-23 14:36:43.728 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-10-23 14:36:43.793 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-10-23 14:36:43.795 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /opt/stack/devstack/files 2024-10-23 14:36:43.803 | etcd-v3.3.12-linux-amd64/ 2024-10-23 14:36:43.803 | etcd-v3.3.12-linux-amd64/README.md 2024-10-23 14:36:43.803 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-10-23 14:36:43.803 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-10-23 14:36:43.803 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-10-23 14:36:43.803 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-10-23 14:36:43.803 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-10-23 14:36:43.804 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-10-23 14:36:43.805 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-10-23 14:36:43.806 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-10-23 14:36:43.807 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-10-23 14:36:43.807 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-10-23 14:36:43.807 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-10-23 14:36:43.807 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-10-23 14:36:43.807 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-10-23 14:36:43.807 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-10-23 14:36:43.807 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-10-23 14:36:43.807 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-10-23 14:36:43.807 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-10-23 14:36:43.807 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-10-23 14:36:43.807 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-10-23 14:36:43.808 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-10-23 14:36:43.809 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-10-23 14:36:43.810 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-10-23 14:36:43.810 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-10-23 14:36:43.810 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-10-23 14:36:43.810 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-10-23 14:36:43.810 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-10-23 14:36:43.810 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-10-23 14:36:43.810 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-10-23 14:36:43.810 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-10-23 14:36:43.810 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-10-23 14:36:43.810 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-10-23 14:36:43.810 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-10-23 14:36:43.810 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-10-23 14:36:43.811 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-10-23 14:36:43.811 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-10-23 14:36:43.812 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-10-23 14:36:43.812 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-10-23 14:36:43.812 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-10-23 14:36:43.812 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-10-23 14:36:43.812 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-10-23 14:36:43.812 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-10-23 14:36:43.812 | etcd-v3.3.12-linux-amd64/etcdctl 2024-10-23 14:36:43.933 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-10-23 14:36:43.934 | etcd-v3.3.12-linux-amd64/etcd 2024-10-23 14:36:44.081 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-10-23 14:36:44.102 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-10-23 14:36:44.123 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-10-23 14:36:44.125 | + stack.sh:main:865 : is_service_enabled tls-proxy 2024-10-23 14:36:44.137 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:36:44.139 | + stack.sh:main:875 : install_dstat 2024-10-23 14:36:44.141 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-10-23 14:36:44.153 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:36:44.155 | + stack.sh:main:881 : echo_summary 'Installing OpenStack project source' 2024-10-23 14:36:44.157 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:36:44.159 | + stack.sh:echo_summary:455 : echo -e Installing OpenStack project source 2024-10-23 14:36:44.160 | + stack.sh:main:884 : install_libs 2024-10-23 14:36:44.162 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-10-23 14:36:44.164 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-10-23 14:36:44.166 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-10-23 14:36:44.167 | + inc/python:use_library_from_git:246 : local name=automaton 2024-10-23 14:36:44.169 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.171 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.172 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-10-23 14:36:44.174 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.176 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-10-23 14:36:44.178 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-10-23 14:36:44.180 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-10-23 14:36:44.182 | + inc/python:use_library_from_git:246 : local name=castellan 2024-10-23 14:36:44.183 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.185 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.187 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-10-23 14:36:44.188 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.190 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-10-23 14:36:44.192 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-10-23 14:36:44.194 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-10-23 14:36:44.195 | + inc/python:use_library_from_git:246 : local name=cliff 2024-10-23 14:36:44.197 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.199 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.201 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-10-23 14:36:44.202 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.204 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-10-23 14:36:44.206 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-10-23 14:36:44.208 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-10-23 14:36:44.209 | + inc/python:use_library_from_git:246 : local name=cursive 2024-10-23 14:36:44.211 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.213 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.214 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-10-23 14:36:44.216 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.218 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-10-23 14:36:44.220 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-10-23 14:36:44.221 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-10-23 14:36:44.223 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-10-23 14:36:44.225 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.226 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.228 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-10-23 14:36:44.230 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.231 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-10-23 14:36:44.233 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-10-23 14:36:44.235 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-10-23 14:36:44.237 | + inc/python:use_library_from_git:246 : local name=futurist 2024-10-23 14:36:44.238 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.240 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.242 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-10-23 14:36:44.243 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.245 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-10-23 14:36:44.247 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-10-23 14:36:44.249 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-10-23 14:36:44.250 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-10-23 14:36:44.252 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.254 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.256 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-10-23 14:36:44.257 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.259 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-10-23 14:36:44.261 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-10-23 14:36:44.263 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-10-23 14:36:44.264 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-10-23 14:36:44.266 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.268 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.269 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-10-23 14:36:44.271 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.273 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-10-23 14:36:44.275 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-10-23 14:36:44.276 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-10-23 14:36:44.278 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-10-23 14:36:44.280 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.282 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.283 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-10-23 14:36:44.285 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.287 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-10-23 14:36:44.288 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-10-23 14:36:44.290 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-10-23 14:36:44.292 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-10-23 14:36:44.294 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.295 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.297 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-10-23 14:36:44.299 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.301 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-10-23 14:36:44.302 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-10-23 14:36:44.304 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-10-23 14:36:44.306 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-10-23 14:36:44.308 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.309 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.311 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-10-23 14:36:44.313 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.314 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-10-23 14:36:44.316 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-10-23 14:36:44.318 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-10-23 14:36:44.320 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-10-23 14:36:44.321 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.323 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.325 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-10-23 14:36:44.327 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.328 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-10-23 14:36:44.330 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-10-23 14:36:44.332 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-10-23 14:36:44.334 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-10-23 14:36:44.335 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.337 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.339 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-10-23 14:36:44.341 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.342 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-10-23 14:36:44.344 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-10-23 14:36:44.346 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-10-23 14:36:44.348 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-10-23 14:36:44.349 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.351 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.353 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-10-23 14:36:44.355 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.356 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-10-23 14:36:44.358 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-10-23 14:36:44.360 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-10-23 14:36:44.362 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-10-23 14:36:44.363 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.365 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.367 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-10-23 14:36:44.369 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.371 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-10-23 14:36:44.372 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-10-23 14:36:44.374 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-10-23 14:36:44.376 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-10-23 14:36:44.378 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.379 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.381 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-10-23 14:36:44.383 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.385 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-10-23 14:36:44.387 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-10-23 14:36:44.388 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-10-23 14:36:44.390 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-10-23 14:36:44.392 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.394 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.395 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-10-23 14:36:44.397 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.399 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-10-23 14:36:44.401 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-10-23 14:36:44.402 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-10-23 14:36:44.404 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-10-23 14:36:44.406 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.408 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.409 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-10-23 14:36:44.411 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.413 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-10-23 14:36:44.415 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-10-23 14:36:44.416 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-10-23 14:36:44.418 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-10-23 14:36:44.420 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.422 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.423 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-10-23 14:36:44.425 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.427 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-10-23 14:36:44.429 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-10-23 14:36:44.430 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-10-23 14:36:44.432 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-10-23 14:36:44.434 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.436 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.438 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-10-23 14:36:44.440 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.442 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-10-23 14:36:44.444 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-10-23 14:36:44.446 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-10-23 14:36:44.448 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-10-23 14:36:44.449 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.451 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.453 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-10-23 14:36:44.455 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.456 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-10-23 14:36:44.459 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-10-23 14:36:44.460 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-10-23 14:36:44.462 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-10-23 14:36:44.464 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.466 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.468 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-10-23 14:36:44.470 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.472 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-10-23 14:36:44.473 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-10-23 14:36:44.475 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-10-23 14:36:44.477 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-10-23 14:36:44.479 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.481 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.483 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-10-23 14:36:44.485 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.487 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-10-23 14:36:44.489 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-10-23 14:36:44.491 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-10-23 14:36:44.493 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-10-23 14:36:44.495 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.497 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.499 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-10-23 14:36:44.500 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.502 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-10-23 14:36:44.505 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-10-23 14:36:44.507 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-10-23 14:36:44.508 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-10-23 14:36:44.510 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.512 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.514 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-10-23 14:36:44.516 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.518 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-10-23 14:36:44.520 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-10-23 14:36:44.522 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-10-23 14:36:44.524 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-10-23 14:36:44.526 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.528 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.530 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-10-23 14:36:44.532 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.534 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-10-23 14:36:44.536 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-10-23 14:36:44.538 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-10-23 14:36:44.539 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-10-23 14:36:44.542 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.543 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.545 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-10-23 14:36:44.548 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.549 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-10-23 14:36:44.551 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-10-23 14:36:44.553 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-10-23 14:36:44.555 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-10-23 14:36:44.557 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.558 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.560 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-10-23 14:36:44.562 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.564 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-10-23 14:36:44.566 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-10-23 14:36:44.568 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-10-23 14:36:44.570 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-10-23 14:36:44.572 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.573 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.575 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-10-23 14:36:44.577 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.579 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-10-23 14:36:44.581 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-10-23 14:36:44.583 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-10-23 14:36:44.584 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-10-23 14:36:44.586 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.588 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.590 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-10-23 14:36:44.592 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.594 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-10-23 14:36:44.596 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-10-23 14:36:44.598 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-10-23 14:36:44.599 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-10-23 14:36:44.601 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.603 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.605 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-10-23 14:36:44.607 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.609 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-10-23 14:36:44.611 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-10-23 14:36:44.613 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-10-23 14:36:44.615 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-10-23 14:36:44.616 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.618 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.620 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-10-23 14:36:44.622 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.624 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-10-23 14:36:44.626 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-10-23 14:36:44.628 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-10-23 14:36:44.630 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-10-23 14:36:44.631 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.633 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.635 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-10-23 14:36:44.637 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.639 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-10-23 14:36:44.641 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-10-23 14:36:44.643 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-10-23 14:36:44.645 | + inc/python:use_library_from_git:246 : local name=tooz 2024-10-23 14:36:44.646 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.648 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.650 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-10-23 14:36:44.652 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.654 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-10-23 14:36:44.656 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-10-23 14:36:44.658 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-10-23 14:36:44.660 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-10-23 14:36:44.662 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.664 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.666 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-10-23 14:36:44.668 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.670 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-10-23 14:36:44.672 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-10-23 14:36:44.674 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-10-23 14:36:44.676 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-10-23 14:36:44.678 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.680 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.681 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-10-23 14:36:44.683 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.685 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-10-23 14:36:44.687 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-10-23 14:36:44.689 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-10-23 14:36:44.691 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-10-23 14:36:44.693 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.695 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.697 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-10-23 14:36:44.699 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.701 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-10-23 14:36:44.703 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-10-23 14:36:44.705 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-10-23 14:36:44.707 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-10-23 14:36:44.709 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:44.710 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:44.712 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-10-23 14:36:44.714 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:44.716 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-10-23 14:36:44.732 | Using python 3.10 to install etcd3 2024-10-23 14:36:44.734 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2024-10-23 14:36:45.749 | Collecting etcd3 2024-10-23 14:36:45.753 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-10-23 14:36:45.792 | Collecting tenacity>=6.1.0 2024-10-23 14:36:45.796 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-10-23 14:36:45.797 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-10-23 14:36:47.069 | Collecting grpcio>=1.27.1 2024-10-23 14:36:47.097 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-10-23 14:36:47.515 | Collecting protobuf>=3.6.1 2024-10-23 14:36:47.518 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-10-23 14:36:47.689 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-10-23 14:36:48.092 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-10-23 14:36:48.092 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:36:48.218 | + inc/python:pip_install:196 : result=0 2024-10-23 14:36:48.221 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:36:48.223 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:48.224 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:48.226 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:48.228 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:48.230 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:48.232 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:36:48.233 | + functions-common:time_stop:2442 : start_time=1729694204728 2024-10-23 14:36:48.235 | + functions-common:time_stop:2444 : [[ -z 1729694204728 ]] 2024-10-23 14:36:48.238 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:48.240 | + functions-common:time_stop:2447 : end_time=1729694208238 2024-10-23 14:36:48.242 | + functions-common:time_stop:2448 : elapsed_time=3510 2024-10-23 14:36:48.244 | + functions-common:time_stop:2449 : total=10550 2024-10-23 14:36:48.246 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:48.247 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14060 2024-10-23 14:36:48.249 | + inc/python:pip_install:199 : return 0 2024-10-23 14:36:48.251 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-10-23 14:36:48.267 | Using python 3.10 to install etcd3gw 2024-10-23 14:36:48.269 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2024-10-23 14:36:49.236 | Collecting etcd3gw 2024-10-23 14:36:49.239 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-10-23 14:36:49.292 | Collecting requests>=2.20.0 2024-10-23 14:36:49.294 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-10-23 14:36:49.296 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-10-23 14:36:49.327 | Collecting futurist>=0.16.0 2024-10-23 14:36:49.329 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-10-23 14:36:49.396 | Collecting urllib3<1.27,>=1.21.1 2024-10-23 14:36:49.399 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-10-23 14:36:49.426 | Collecting idna<4,>=2.5 2024-10-23 14:36:49.428 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-10-23 14:36:49.430 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-10-23 14:36:49.597 | Collecting charset-normalizer<3,>=2 2024-10-23 14:36:49.599 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-10-23 14:36:49.819 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-10-23 14:36:49.819 | Attempting uninstall: urllib3 2024-10-23 14:36:49.821 | Found existing installation: urllib3 1.26.5 2024-10-23 14:36:49.823 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:36:49.824 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-10-23 14:36:49.892 | Attempting uninstall: idna 2024-10-23 14:36:49.894 | Found existing installation: idna 3.3 2024-10-23 14:36:49.894 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:36:49.894 | Can't uninstall 'idna'. No files were found to uninstall. 2024-10-23 14:36:50.032 | Attempting uninstall: requests 2024-10-23 14:36:50.033 | Found existing installation: requests 2.25.1 2024-10-23 14:36:50.034 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:36:50.035 | Can't uninstall 'requests'. No files were found to uninstall. 2024-10-23 14:36:50.104 | Successfully installed charset-normalizer-2.1.1 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.1 urllib3-1.26.12 2024-10-23 14:36:50.105 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:36:50.193 | + inc/python:pip_install:196 : result=0 2024-10-23 14:36:50.195 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:36:50.197 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:50.199 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:50.201 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:50.203 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:50.205 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:50.207 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:36:50.208 | + functions-common:time_stop:2442 : start_time=1729694208263 2024-10-23 14:36:50.210 | + functions-common:time_stop:2444 : [[ -z 1729694208263 ]] 2024-10-23 14:36:50.213 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:50.215 | + functions-common:time_stop:2447 : end_time=1729694210213 2024-10-23 14:36:50.217 | + functions-common:time_stop:2448 : elapsed_time=1950 2024-10-23 14:36:50.219 | + functions-common:time_stop:2449 : total=14060 2024-10-23 14:36:50.220 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:50.222 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16010 2024-10-23 14:36:50.224 | + inc/python:pip_install:199 : return 0 2024-10-23 14:36:50.226 | + stack.sh:main:887 : install_apache_uwsgi 2024-10-23 14:36:50.228 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-10-23 14:36:50.229 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-10-23 14:36:50.231 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-23 14:36:50.233 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-23 14:36:50.235 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-23 14:36:50.237 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-23 14:36:50.239 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-23 14:36:50.240 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-23 14:36:50.242 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-23 14:36:50.244 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-23 14:36:50.246 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-23 14:36:50.248 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-23 14:36:50.249 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-23 14:36:50.251 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-23 14:36:50.253 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-10-23 14:36:50.255 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:50.257 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:50.258 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-10-23 14:36:50.260 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-10-23 14:36:50.262 | + functions-common:install_package:1459 : update_package_repo 2024-10-23 14:36:50.264 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-23 14:36:50.266 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-23 14:36:50.267 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-23 14:36:50.269 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-23 14:36:50.271 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-23 14:36:50.273 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:50.274 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:50.276 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-23 14:36:50.278 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-23 14:36:50.280 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-23 14:36:50.282 | + functions-common:apt_get_update:1186 : return 2024-10-23 14:36:50.283 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-10-23 14:36:50.285 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-23 14:36:50.287 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:50.289 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:50.291 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-10-23 14:36:50.306 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-10-23 14:36:50.366 | Reading package lists... 2024-10-23 14:36:50.563 | Building dependency tree... 2024-10-23 14:36:50.563 | Reading state information... 2024-10-23 14:36:50.759 | uwsgi is already the newest version (2.0.20-4). 2024-10-23 14:36:50.759 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-10-23 14:36:50.759 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-10-23 14:36:50.759 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-10-23 14:36:50.762 | + functions-common:apt_get:1230 : result=0 2024-10-23 14:36:50.765 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-23 14:36:50.766 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:50.768 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:50.770 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:50.772 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:50.773 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:50.775 | + functions-common:time_stop:2441 : name=apt-get 2024-10-23 14:36:50.777 | + functions-common:time_stop:2442 : start_time=1729694210304 2024-10-23 14:36:50.779 | + functions-common:time_stop:2444 : [[ -z 1729694210304 ]] 2024-10-23 14:36:50.781 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:50.784 | + functions-common:time_stop:2447 : end_time=1729694210782 2024-10-23 14:36:50.785 | + functions-common:time_stop:2448 : elapsed_time=478 2024-10-23 14:36:50.787 | + functions-common:time_stop:2449 : total=2502 2024-10-23 14:36:50.789 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:50.791 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2980 2024-10-23 14:36:50.792 | + functions-common:apt_get:1234 : return 0 2024-10-23 14:36:50.794 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-10-23 14:36:50.796 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:36:50.798 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:36:50.800 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-10-23 14:36:50.843 | Enabling module proxy. 2024-10-23 14:36:50.847 | To activate the new configuration, you need to run: 2024-10-23 14:36:50.847 | systemctl restart apache2 2024-10-23 14:36:50.851 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-10-23 14:36:50.882 | Considering dependency proxy for proxy_uwsgi: 2024-10-23 14:36:50.882 | Module proxy already enabled 2024-10-23 14:36:50.882 | Enabling module proxy_uwsgi. 2024-10-23 14:36:50.886 | To activate the new configuration, you need to run: 2024-10-23 14:36:50.886 | systemctl restart apache2 2024-10-23 14:36:50.889 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-10-23 14:36:50.891 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-23 14:36:50.893 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-23 14:36:50.895 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-23 14:36:50.985 | + stack.sh:main:890 : install_keystoneauth 2024-10-23 14:36:50.987 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-10-23 14:36:50.989 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-10-23 14:36:50.991 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:50.992 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:50.994 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-10-23 14:36:50.996 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:50.998 | + stack.sh:main:891 : install_keystoneclient 2024-10-23 14:36:51.000 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-10-23 14:36:51.002 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-10-23 14:36:51.004 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:51.006 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:51.008 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-10-23 14:36:51.010 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:51.011 | + stack.sh:main:892 : install_glanceclient 2024-10-23 14:36:51.013 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-10-23 14:36:51.015 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-10-23 14:36:51.017 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:51.019 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:51.021 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-10-23 14:36:51.022 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:51.024 | + stack.sh:main:893 : install_cinderclient 2024-10-23 14:36:51.026 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-10-23 14:36:51.028 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-10-23 14:36:51.030 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:51.031 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:51.033 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-10-23 14:36:51.035 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:51.037 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-10-23 14:36:51.039 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-10-23 14:36:51.040 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:51.042 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:51.044 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-10-23 14:36:51.046 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:51.048 | + stack.sh:main:894 : install_novaclient 2024-10-23 14:36:51.050 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-10-23 14:36:51.052 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-10-23 14:36:51.054 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:51.056 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:51.058 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-10-23 14:36:51.060 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:51.061 | + stack.sh:main:895 : is_service_enabled swift glance horizon 2024-10-23 14:36:51.074 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:36:51.076 | + stack.sh:main:896 : install_swiftclient 2024-10-23 14:36:51.078 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-10-23 14:36:51.079 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-10-23 14:36:51.081 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:51.083 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:51.085 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-10-23 14:36:51.087 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:51.089 | + stack.sh:main:898 : is_service_enabled neutron nova horizon 2024-10-23 14:36:51.101 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:36:51.102 | + stack.sh:main:899 : install_neutronclient 2024-10-23 14:36:51.104 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-10-23 14:36:51.106 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-10-23 14:36:51.108 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:51.110 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:51.112 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-10-23 14:36:51.114 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:51.115 | + stack.sh:main:903 : install_keystonemiddleware 2024-10-23 14:36:51.117 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-10-23 14:36:51.119 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-10-23 14:36:51.121 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:36:51.123 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:36:51.124 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-10-23 14:36:51.126 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:36:51.128 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-10-23 14:36:51.130 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-10-23 14:36:51.132 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-23 14:36:51.134 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-10-23 14:36:51.136 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-10-23 14:36:51.138 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-23 14:36:51.141 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-10-23 14:36:51.142 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-23 14:36:51.145 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-10-23 14:36:51.147 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-10-23 14:36:51.149 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-10-23 14:36:51.152 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-10-23 14:36:51.153 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-10-23 14:36:51.168 | Using python 3.10 to install keystonemiddleware 2024-10-23 14:36:51.170 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2024-10-23 14:36:52.177 | Collecting keystonemiddleware 2024-10-23 14:36:52.180 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-10-23 14:36:52.239 | Collecting WebOb>=1.7.1 2024-10-23 14:36:52.241 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-10-23 14:36:52.289 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-10-23 14:36:52.291 | Using cached oslo.serialization-5.1.2-py3-none-any.whl (25 kB) 2024-10-23 14:36:52.335 | Collecting pycadf!=2.0.0,>=1.1.0 2024-10-23 14:36:52.336 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-10-23 14:36:52.339 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-10-23 14:36:52.380 | Collecting python-keystoneclient>=3.20.0 2024-10-23 14:36:52.383 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-10-23 14:36:52.445 | Collecting oslo.utils>=3.33.0 2024-10-23 14:36:52.449 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-10-23 14:36:52.488 | Collecting oslo.i18n>=3.15.3 2024-10-23 14:36:52.490 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-10-23 14:36:52.551 | Collecting oslo.config>=5.2.0 2024-10-23 14:36:52.553 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-10-23 14:36:52.602 | Collecting oslo.cache>=1.26.0 2024-10-23 14:36:52.604 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-10-23 14:36:52.642 | Collecting oslo.context>=2.19.2 2024-10-23 14:36:52.644 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-10-23 14:36:52.719 | Collecting oslo.log>=3.36.0 2024-10-23 14:36:52.721 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-10-23 14:36:52.724 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-10-23 14:36:52.725 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-10-23 14:36:52.770 | Collecting keystoneauth1>=3.12.0 2024-10-23 14:36:52.774 | Using cached keystoneauth1-5.1.3-py3-none-any.whl (318 kB) 2024-10-23 14:36:52.841 | Collecting stevedore>=1.20.0 2024-10-23 14:36:52.844 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-10-23 14:36:52.868 | Collecting iso8601>=0.1.11 2024-10-23 14:36:52.870 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-10-23 14:36:52.888 | Collecting os-service-types>=1.2.0 2024-10-23 14:36:52.889 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-10-23 14:36:52.935 | Collecting dogpile.cache>=1.1.5 2024-10-23 14:36:52.937 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-10-23 14:36:53.000 | Collecting rfc3986>=1.2.0 2024-10-23 14:36:53.001 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-10-23 14:36:53.029 | Collecting netaddr>=0.7.18 2024-10-23 14:36:53.043 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-10-23 14:36:53.082 | Collecting debtcollector>=1.2.0 2024-10-23 14:36:53.084 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-10-23 14:36:53.171 | Collecting PyYAML>=5.1 2024-10-23 14:36:53.178 | 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) 2024-10-23 14:36:53.240 | Collecting python-dateutil>=2.7.0 2024-10-23 14:36:53.243 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-10-23 14:36:53.282 | Collecting pyinotify>=0.9.6 2024-10-23 14:36:53.282 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-10-23 14:36:53.443 | Collecting msgpack>=0.5.2 2024-10-23 14:36:53.446 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-10-23 14:36:53.521 | Collecting pytz>=2013.6 2024-10-23 14:36:53.525 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-10-23 14:36:53.571 | Collecting packaging>=20.4 2024-10-23 14:36:53.573 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-10-23 14:36:53.576 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-10-23 14:36:53.626 | Collecting pyparsing>=2.1.0 2024-10-23 14:36:53.628 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-10-23 14:36:53.659 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-10-23 14:36:53.659 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.1.1) 2024-10-23 14:36:53.660 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.12) 2024-10-23 14:36:53.661 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-10-23 14:36:53.885 | Collecting wrapt>=1.7.0 2024-10-23 14:36:53.888 | Using cached wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) 2024-10-23 14:36:53.918 | Collecting decorator>=4.0.0 2024-10-23 14:36:53.920 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-10-23 14:36:54.325 | Installing collected packages: rfc3986, pytz, pyinotify, netaddr, msgpack, wrapt, WebOb, stevedore, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2024-10-23 14:36:54.354 | Attempting uninstall: pytz 2024-10-23 14:36:54.356 | Found existing installation: pytz 2022.1 2024-10-23 14:36:54.356 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:36:54.357 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-10-23 14:36:54.671 | Attempting uninstall: stevedore 2024-10-23 14:36:54.672 | Found existing installation: stevedore 3.5.0 2024-10-23 14:36:54.673 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:36:54.674 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-10-23 14:36:54.810 | Attempting uninstall: pyparsing 2024-10-23 14:36:54.811 | Found existing installation: pyparsing 2.4.7 2024-10-23 14:36:54.812 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:36:54.813 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-10-23 14:36:55.856 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.1.3 keystonemiddleware-10.2.0 msgpack-1.0.4 netaddr-0.8.0 os-service-types-1.7.0 oslo.cache-3.3.1 oslo.config-9.1.1 oslo.context-5.1.1 oslo.i18n-6.0.0 oslo.log-5.2.0 oslo.serialization-5.1.2 oslo.utils-6.1.0 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.1.0 pytz-2022.4 rfc3986-1.5.0 stevedore-5.0.0 wrapt-1.14.1 2024-10-23 14:36:55.857 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:36:55.983 | + inc/python:pip_install:196 : result=0 2024-10-23 14:36:55.985 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:36:55.987 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:55.989 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:55.991 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:55.993 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:55.995 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:55.997 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:36:55.998 | + functions-common:time_stop:2442 : start_time=1729694211164 2024-10-23 14:36:56.000 | + functions-common:time_stop:2444 : [[ -z 1729694211164 ]] 2024-10-23 14:36:56.003 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:56.005 | + functions-common:time_stop:2447 : end_time=1729694216003 2024-10-23 14:36:56.007 | + functions-common:time_stop:2448 : elapsed_time=4839 2024-10-23 14:36:56.009 | + functions-common:time_stop:2449 : total=16010 2024-10-23 14:36:56.011 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:56.012 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20849 2024-10-23 14:36:56.014 | + inc/python:pip_install:199 : return 0 2024-10-23 14:36:56.016 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-10-23 14:36:56.018 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-10-23 14:36:56.020 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-23 14:36:56.022 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-10-23 14:36:56.024 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-10-23 14:36:56.026 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-23 14:36:56.028 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-10-23 14:36:56.028 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-23 14:36:56.032 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-10-23 14:36:56.034 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-10-23 14:36:56.036 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-10-23 14:36:56.038 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-10-23 14:36:56.040 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-10-23 14:36:56.056 | Using python 3.10 to install python-memcached 2024-10-23 14:36:56.057 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2024-10-23 14:36:57.042 | Collecting python-memcached 2024-10-23 14:36:57.045 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-10-23 14:36:57.048 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-10-23 14:36:57.347 | Installing collected packages: python-memcached 2024-10-23 14:36:57.372 | Successfully installed python-memcached-1.59 2024-10-23 14:36:57.373 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:36:57.452 | + inc/python:pip_install:196 : result=0 2024-10-23 14:36:57.454 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:36:57.456 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:57.458 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:57.459 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:57.461 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:57.463 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:57.464 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:36:57.466 | + functions-common:time_stop:2442 : start_time=1729694216052 2024-10-23 14:36:57.467 | + functions-common:time_stop:2444 : [[ -z 1729694216052 ]] 2024-10-23 14:36:57.470 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:57.473 | + functions-common:time_stop:2447 : end_time=1729694217471 2024-10-23 14:36:57.474 | + functions-common:time_stop:2448 : elapsed_time=1419 2024-10-23 14:36:57.476 | + functions-common:time_stop:2449 : total=20849 2024-10-23 14:36:57.477 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:57.479 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22268 2024-10-23 14:36:57.481 | + inc/python:pip_install:199 : return 0 2024-10-23 14:36:57.483 | + stack.sh:main:905 : is_service_enabled keystone 2024-10-23 14:36:57.495 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:36:57.497 | + stack.sh:main:906 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-10-23 14:36:57.498 | + stack.sh:main:907 : stack_install_service keystone 2024-10-23 14:36:57.500 | + lib/stack:stack_install_service:20 : local service=keystone 2024-10-23 14:36:57.502 | + lib/stack:stack_install_service:21 : type install_keystone 2024-10-23 14:36:57.503 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-23 14:36:57.505 | + lib/stack:stack_install_service:32 : install_keystone 2024-10-23 14:36:57.507 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-10-23 14:36:57.518 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:36:57.520 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-10-23 14:36:57.522 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-10-23 14:36:57.523 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-10-23 14:36:57.525 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-23 14:36:57.526 | + functions-common:git_clone:615 : local orig_dir 2024-10-23 14:36:57.528 | ++ functions-common:git_clone:616 : pwd 2024-10-23 14:36:57.530 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-23 14:36:57.531 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-23 14:36:57.533 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-23 14:36:57.545 | + functions-common:git_clone:619 : RECLONE=False 2024-10-23 14:36:57.547 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-23 14:36:57.548 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-23 14:36:57.550 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-23 14:36:57.552 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-23 14:36:57.552 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-23 14:36:57.555 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-10-23 14:36:57.557 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-23 14:36:57.558 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-10-23 14:36:57.560 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:36:57.561 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:36:57.562 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:36:57.564 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:36:57.565 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:36:57.567 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:36:57.568 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:36:57.570 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:36:57.572 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:36:57.575 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694217573 2024-10-23 14:36:57.576 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-10-23 14:36:57.579 | Cloning into '/opt/stack//keystone'... 2024-10-23 14:36:59.956 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:36:59.958 | + functions-common:time_stop:2435 : local name 2024-10-23 14:36:59.960 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:36:59.961 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:36:59.963 | + functions-common:time_stop:2438 : local total 2024-10-23 14:36:59.964 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:36:59.966 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:36:59.967 | + functions-common:time_stop:2442 : start_time=1729694217573 2024-10-23 14:36:59.969 | + functions-common:time_stop:2444 : [[ -z 1729694217573 ]] 2024-10-23 14:36:59.971 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:36:59.974 | + functions-common:time_stop:2447 : end_time=1729694219972 2024-10-23 14:36:59.975 | + functions-common:time_stop:2448 : elapsed_time=2399 2024-10-23 14:36:59.977 | + functions-common:time_stop:2449 : total=42629 2024-10-23 14:36:59.978 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:36:59.980 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=45028 2024-10-23 14:36:59.982 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-10-23 14:36:59.983 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-23 14:36:59.985 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:36:59.986 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:36:59.988 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:36:59.989 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:36:59.991 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:36:59.992 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:36:59.994 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:36:59.995 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:36:59.997 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:37:00.000 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694219998 2024-10-23 14:37:00.002 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-23 14:37:02.166 | From https://opendev.org/openstack/keystone 2024-10-23 14:37:02.166 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-23 14:37:02.170 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:37:02.172 | + functions-common:time_stop:2435 : local name 2024-10-23 14:37:02.173 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:37:02.175 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:37:02.177 | + functions-common:time_stop:2438 : local total 2024-10-23 14:37:02.178 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:37:02.180 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:37:02.182 | + functions-common:time_stop:2442 : start_time=1729694219998 2024-10-23 14:37:02.183 | + functions-common:time_stop:2444 : [[ -z 1729694219998 ]] 2024-10-23 14:37:02.186 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:37:02.188 | + functions-common:time_stop:2447 : end_time=1729694222186 2024-10-23 14:37:02.190 | + functions-common:time_stop:2448 : elapsed_time=2188 2024-10-23 14:37:02.192 | + functions-common:time_stop:2449 : total=45028 2024-10-23 14:37:02.193 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:37:02.195 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=47216 2024-10-23 14:37:02.197 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-23 14:37:02.198 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:37:02.200 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:37:02.202 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:37:02.203 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:37:02.205 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:37:02.207 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:37:02.208 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:37:02.210 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:37:02.212 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:37:02.215 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694222213 2024-10-23 14:37:02.217 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-23 14:37:02.308 | Note: switching to 'FETCH_HEAD'. 2024-10-23 14:37:02.308 | 2024-10-23 14:37:02.308 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-23 14:37:02.308 | changes and commit them, and you can discard any commits you make in this 2024-10-23 14:37:02.308 | state without impacting any branches by switching back to a branch. 2024-10-23 14:37:02.308 | 2024-10-23 14:37:02.308 | If you want to create a new branch to retain commits you create, you may 2024-10-23 14:37:02.308 | do so (now or later) by using -c with the switch command. Example: 2024-10-23 14:37:02.308 | 2024-10-23 14:37:02.308 | git switch -c 2024-10-23 14:37:02.308 | 2024-10-23 14:37:02.308 | Or undo this operation with: 2024-10-23 14:37:02.308 | 2024-10-23 14:37:02.308 | git switch - 2024-10-23 14:37:02.308 | 2024-10-23 14:37:02.308 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-23 14:37:02.308 | 2024-10-23 14:37:02.308 | HEAD is now at ea5b0b0 Add keystone-manage reset_last_active command 2024-10-23 14:37:02.311 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:37:02.312 | + functions-common:time_stop:2435 : local name 2024-10-23 14:37:02.314 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:37:02.316 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:37:02.317 | + functions-common:time_stop:2438 : local total 2024-10-23 14:37:02.319 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:37:02.321 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:37:02.322 | + functions-common:time_stop:2442 : start_time=1729694222213 2024-10-23 14:37:02.324 | + functions-common:time_stop:2444 : [[ -z 1729694222213 ]] 2024-10-23 14:37:02.326 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:37:02.329 | + functions-common:time_stop:2447 : end_time=1729694222327 2024-10-23 14:37:02.331 | + functions-common:time_stop:2448 : elapsed_time=114 2024-10-23 14:37:02.332 | + functions-common:time_stop:2449 : total=47216 2024-10-23 14:37:02.334 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:37:02.336 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=47330 2024-10-23 14:37:02.337 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-10-23 14:37:02.347 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-10-23 14:37:02.349 | + functions-common:git_clone:696 : git show --oneline 2024-10-23 14:37:02.349 | + functions-common:git_clone:696 : head -1 2024-10-23 14:37:02.353 | ea5b0b0 Add keystone-manage reset_last_active command 2024-10-23 14:37:02.355 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-23 14:37:02.357 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-10-23 14:37:02.359 | + inc/python:setup_develop:334 : local bindep 2024-10-23 14:37:02.361 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-10-23 14:37:02.362 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-10-23 14:37:02.364 | + inc/python:setup_develop:340 : local extras= 2024-10-23 14:37:02.366 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-10-23 14:37:02.368 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-23 14:37:02.369 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-10-23 14:37:02.371 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-10-23 14:37:02.373 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-23 14:37:02.375 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-23 14:37:02.377 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-10-23 14:37:02.379 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-23 14:37:02.381 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-10-23 14:37:02.383 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-23 14:37:02.384 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-23 14:37:02.387 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-10-23 14:37:02.391 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-10-23 14:37:02.392 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-10-23 14:37:02.708 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-10-23 14:37:02.710 | + inc/python:setup_package:414 : local bindep=0 2024-10-23 14:37:02.711 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-23 14:37:02.713 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-23 14:37:02.715 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-10-23 14:37:02.717 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-10-23 14:37:02.719 | + inc/python:setup_package:423 : local flags=-e 2024-10-23 14:37:02.720 | + inc/python:setup_package:424 : local extras= 2024-10-23 14:37:02.722 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-23 14:37:02.724 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-23 14:37:02.726 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-23 14:37:02.727 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-23 14:37:02.729 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-23 14:37:02.731 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-10-23 14:37:02.746 | Using python 3.10 to install /opt/stack/keystone 2024-10-23 14:37:02.747 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2024-10-23 14:37:03.638 | Obtaining file:///opt/stack/keystone 2024-10-23 14:37:03.638 | Preparing metadata (setup.py): started 2024-10-23 14:37:04.142 | Preparing metadata (setup.py): finished with status 'done' 2024-10-23 14:37:04.299 | Collecting Flask!=0.11,>=1.0.2 2024-10-23 14:37:04.302 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-10-23 14:37:04.325 | Collecting Flask-RESTful>=0.3.5 2024-10-23 14:37:04.327 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-10-23 14:37:04.361 | Collecting PyJWT>=1.6.1 2024-10-23 14:37:04.364 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-10-23 14:37:05.139 | Collecting SQLAlchemy>=1.3.0 2024-10-23 14:37:05.151 | 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) 2024-10-23 14:37:05.162 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.8.7) 2024-10-23 14:37:05.251 | Collecting bcrypt>=3.1.3 2024-10-23 14:37:05.258 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-10-23 14:37:05.672 | Collecting cryptography>=2.7 2024-10-23 14:37:05.697 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-10-23 14:37:05.718 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.1.8) 2024-10-23 14:37:05.769 | Collecting jsonschema>=3.2.0 2024-10-23 14:37:05.771 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-10-23 14:37:05.774 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (10.2.0) 2024-10-23 14:37:05.774 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.0.4) 2024-10-23 14:37:05.797 | Collecting oauthlib>=0.6.2 2024-10-23 14:37:05.800 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-10-23 14:37:05.803 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.3.1) 2024-10-23 14:37:05.804 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (9.1.1) 2024-10-23 14:37:05.805 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2024-10-23 14:37:05.863 | Collecting oslo.db>=6.0.0 2024-10-23 14:37:05.866 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-10-23 14:37:05.869 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.0.0) 2024-10-23 14:37:05.870 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.2.0) 2024-10-23 14:37:05.948 | Collecting oslo.messaging>=5.29.0 2024-10-23 14:37:05.951 | Using cached oslo.messaging-14.2.5-py3-none-any.whl (257 kB) 2024-10-23 14:37:05.998 | Collecting oslo.middleware>=3.31.0 2024-10-23 14:37:06.000 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-10-23 14:37:06.055 | Collecting oslo.policy>=3.10.0 2024-10-23 14:37:06.057 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-10-23 14:37:06.059 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.2) 2024-10-23 14:37:06.083 | Collecting oslo.upgradecheck>=1.3.0 2024-10-23 14:37:06.085 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-10-23 14:37:06.087 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.1.0) 2024-10-23 14:37:06.118 | Collecting osprofiler>=1.4.0 2024-10-23 14:37:06.120 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-10-23 14:37:06.144 | Collecting passlib>=1.7.0 2024-10-23 14:37:06.148 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-10-23 14:37:06.152 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.11.1) 2024-10-23 14:37:06.153 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.1.1) 2024-10-23 14:37:06.186 | Collecting pysaml2>=5.0.0 2024-10-23 14:37:06.189 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-10-23 14:37:06.194 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.0) 2024-10-23 14:37:06.194 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2024-10-23 14:37:06.295 | Collecting scrypt>=0.8.0 2024-10-23 14:37:06.303 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-10-23 14:37:06.330 | Collecting sqlalchemy-migrate>=0.13.0 2024-10-23 14:37:06.332 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-10-23 14:37:06.334 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.0.0) 2024-10-23 14:37:06.623 | Collecting cffi>=1.12 2024-10-23 14:37:06.627 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-10-23 14:37:06.633 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev12) (5.1.1) 2024-10-23 14:37:06.671 | Collecting Jinja2>=3.0 2024-10-23 14:37:06.674 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-10-23 14:37:06.695 | Collecting itsdangerous>=2.0 2024-10-23 14:37:06.697 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-10-23 14:37:06.729 | Collecting click>=8.0 2024-10-23 14:37:06.731 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-10-23 14:37:06.778 | Collecting Werkzeug>=2.2.2 2024-10-23 14:37:06.780 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-10-23 14:37:06.808 | Collecting aniso8601>=0.82 2024-10-23 14:37:06.810 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-10-23 14:37:06.819 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev12) (1.16.0) 2024-10-23 14:37:06.837 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->keystone==0.0.1.dev12) (0.18.1) 2024-10-23 14:37:06.865 | Collecting attrs>=17.4.0 2024-10-23 14:37:06.867 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-10-23 14:37:06.891 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.28.1) 2024-10-23 14:37:06.892 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (5.1.3) 2024-10-23 14:37:06.970 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (0.8.0) 2024-10-23 14:37:06.971 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (2.5.0) 2024-10-23 14:37:06.972 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.5.0) 2024-10-23 14:37:06.973 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (6.0) 2024-10-23 14:37:07.047 | Collecting alembic>=0.9.6 2024-10-23 14:37:07.050 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-10-23 14:37:07.067 | Collecting testscenarios>=0.4 2024-10-23 14:37:07.069 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-10-23 14:37:07.087 | Collecting testresources>=2.0.0 2024-10-23 14:37:07.089 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-10-23 14:37:07.124 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (0.9.6) 2024-10-23 14:37:07.125 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (2.8.2) 2024-10-23 14:37:07.209 | Collecting kombu>=4.6.6 2024-10-23 14:37:07.217 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-10-23 14:37:07.280 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-10-23 14:37:07.282 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2024-10-23 14:37:07.322 | Collecting amqp>=2.5.2 2024-10-23 14:37:07.324 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-10-23 14:37:07.326 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev12) (2.4.1) 2024-10-23 14:37:07.347 | Collecting oslo.metrics>=0.2.1 2024-10-23 14:37:07.349 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-10-23 14:37:07.380 | Collecting cachetools>=2.0.0 2024-10-23 14:37:07.382 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-10-23 14:37:07.414 | Collecting statsd>=3.2.1 2024-10-23 14:37:07.416 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-10-23 14:37:07.468 | Collecting PrettyTable>=0.7.1 2024-10-23 14:37:07.469 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-10-23 14:37:07.479 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (0.11.0) 2024-10-23 14:37:07.480 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (1.1.0) 2024-10-23 14:37:07.481 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (23.1) 2024-10-23 14:37:07.481 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (3.0.9) 2024-10-23 14:37:07.545 | Collecting oslo.concurrency>=3.26.0 2024-10-23 14:37:07.547 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-10-23 14:37:07.657 | Collecting xmlschema>=1.2.1 2024-10-23 14:37:07.661 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-10-23 14:37:07.665 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2024-10-23 14:37:07.684 | Collecting defusedxml 2024-10-23 14:37:07.686 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-10-23 14:37:07.715 | Collecting pyOpenSSL 2024-10-23 14:37:07.717 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-10-23 14:37:08.123 | Collecting greenlet!=0.4.17 2024-10-23 14:37:08.126 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-10-23 14:37:08.161 | Collecting sqlparse 2024-10-23 14:37:08.163 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-10-23 14:37:08.190 | Collecting Tempita>=0.4 2024-10-23 14:37:08.191 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-10-23 14:37:08.245 | Collecting Mako 2024-10-23 14:37:08.247 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-10-23 14:37:08.275 | Collecting vine>=5.0.0 2024-10-23 14:37:08.277 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-10-23 14:37:08.395 | Collecting pycparser 2024-10-23 14:37:08.397 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-10-23 14:37:08.415 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.14.1) 2024-10-23 14:37:08.614 | Collecting MarkupSafe>=2.0 2024-10-23 14:37:08.616 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-10-23 14:37:08.649 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.7.0) 2024-10-23 14:37:08.726 | Collecting fasteners>=0.7.0 2024-10-23 14:37:08.728 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-10-23 14:37:08.767 | Collecting prometheus-client>=0.6.0 2024-10-23 14:37:08.769 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-10-23 14:37:08.823 | Collecting Paste>=2.0.2 2024-10-23 14:37:08.827 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-10-23 14:37:08.865 | Collecting eventlet>=0.25.2 2024-10-23 14:37:08.867 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-10-23 14:37:08.920 | Collecting Yappi>=1.0 2024-10-23 14:37:08.922 | 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) 2024-10-23 14:37:08.947 | Collecting PasteDeploy>=1.5.0 2024-10-23 14:37:08.949 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-10-23 14:37:08.971 | Collecting Routes>=2.3.1 2024-10-23 14:37:08.973 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-10-23 14:37:08.994 | Collecting fixtures>=3.0.0 2024-10-23 14:37:08.994 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-10-23 14:37:09.022 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev12) (0.2.5) 2024-10-23 14:37:09.073 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2020.6.20) 2024-10-23 14:37:09.074 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (3.4) 2024-10-23 14:37:09.075 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.26.12) 2024-10-23 14:37:09.075 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.1.1) 2024-10-23 14:37:09.126 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev12) (2.5.0) 2024-10-23 14:37:09.199 | Collecting elementpath<4.0.0,>=3.0.0 2024-10-23 14:37:09.203 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-10-23 14:37:09.329 | Collecting dnspython>=1.15.0 2024-10-23 14:37:09.332 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-10-23 14:37:09.458 | Collecting repoze.lru>=0.3 2024-10-23 14:37:09.460 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-10-23 14:37:09.611 | WARNING: The candidate selected for download or install is a yanked version: 'cryptography' candidate (version 38.0.2 at https://files.pythonhosted.org/packages/56/1e/2ffbbdddfe17308511cb2e06ac8c5aced9391dd5eea339e330a204edac34/cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl#sha256=55974e634712f7d054886a754a10c67b58e6a9d1c6c3d0d1181919e7fb336d0e (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)) 2024-10-23 14:37:09.611 | Reason for being yanked: Regression in OpenSSL. 2024-10-23 14:37:10.134 | Installing collected packages: Yappi, Tempita, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testscenarios, testresources, sqlparse, Routes, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fixtures, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, sqlalchemy-migrate, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyOpenSSL, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2024-10-23 14:37:10.618 | Attempting uninstall: PyJWT 2024-10-23 14:37:10.620 | Found existing installation: PyJWT 2.3.0 2024-10-23 14:37:10.620 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:10.620 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-10-23 14:37:10.808 | Attempting uninstall: PrettyTable 2024-10-23 14:37:10.810 | Found existing installation: prettytable 2.5.0 2024-10-23 14:37:10.814 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:10.815 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-10-23 14:37:11.106 | Attempting uninstall: oauthlib 2024-10-23 14:37:11.108 | Found existing installation: oauthlib 3.2.0 2024-10-23 14:37:11.110 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:11.110 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-10-23 14:37:11.197 | Attempting uninstall: MarkupSafe 2024-10-23 14:37:11.198 | Found existing installation: MarkupSafe 2.0.1 2024-10-23 14:37:11.199 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:11.199 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-10-23 14:37:11.257 | Attempting uninstall: fixtures 2024-10-23 14:37:11.258 | Found existing installation: fixtures 3.0.0 2024-10-23 14:37:11.260 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:11.261 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-10-23 14:37:11.633 | Attempting uninstall: click 2024-10-23 14:37:11.636 | Found existing installation: click 8.0.3 2024-10-23 14:37:11.636 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:11.636 | Can't uninstall 'click'. No files were found to uninstall. 2024-10-23 14:37:11.703 | Attempting uninstall: bcrypt 2024-10-23 14:37:11.705 | Found existing installation: bcrypt 3.2.0 2024-10-23 14:37:11.706 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:11.706 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-10-23 14:37:11.727 | Attempting uninstall: attrs 2024-10-23 14:37:11.728 | Found existing installation: attrs 21.2.0 2024-10-23 14:37:11.729 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:11.730 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-10-23 14:37:12.789 | Attempting uninstall: jsonschema 2024-10-23 14:37:12.790 | Found existing installation: jsonschema 3.2.0 2024-10-23 14:37:12.791 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:12.792 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-10-23 14:37:12.852 | Attempting uninstall: Jinja2 2024-10-23 14:37:12.853 | Found existing installation: Jinja2 3.0.3 2024-10-23 14:37:12.854 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:12.855 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-10-23 14:37:13.470 | Attempting uninstall: cryptography 2024-10-23 14:37:13.471 | Found existing installation: cryptography 3.4.8 2024-10-23 14:37:13.472 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:13.473 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-10-23 14:37:13.794 | Attempting uninstall: pyOpenSSL 2024-10-23 14:37:13.795 | Found existing installation: pyOpenSSL 21.0.0 2024-10-23 14:37:13.797 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:13.797 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-10-23 14:37:14.580 | Running setup.py develop for keystone 2024-10-23 14:37:15.576 | Successfully installed Flask-2.2.2 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.3 MarkupSafe-2.1.1 Paste-3.5.2 PasteDeploy-2.1.1 PrettyTable-3.4.1 PyJWT-2.5.0 Routes-2.5.1 SQLAlchemy-1.4.41 Tempita-0.5.2 Werkzeug-2.2.2 Yappi-1.4.0 alembic-1.8.1 amqp-5.1.1 aniso8601-9.0.1 attrs-22.1.0 bcrypt-4.0.0 cachetools-5.2.0 cffi-1.15.1 click-8.1.3 cryptography-38.0.2 defusedxml-0.7.1 dnspython-2.2.1 elementpath-3.0.2 eventlet-0.33.1 fasteners-0.18 fixtures-4.0.1 greenlet-1.1.3 itsdangerous-2.1.2 jsonschema-4.16.0 keystone kombu-5.2.4 oauthlib-3.2.1 oslo.concurrency-5.1.1 oslo.db-12.3.2 oslo.messaging-14.2.5 oslo.metrics-0.6.0 oslo.middleware-5.1.1 oslo.policy-4.1.1 oslo.service-3.1.2 oslo.upgradecheck-2.1.1 osprofiler-3.4.3 passlib-1.7.4 prometheus-client-0.14.1 pyOpenSSL-22.1.0 pycparser-2.21 pysaml2-7.2.1 repoze.lru-0.7 scrypt-0.8.20 sqlalchemy-migrate-0.13.0 sqlparse-0.4.3 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-2.1.1 2024-10-23 14:37:15.577 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:37:15.810 | + inc/python:pip_install:196 : result=0 2024-10-23 14:37:15.812 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:37:15.813 | + functions-common:time_stop:2435 : local name 2024-10-23 14:37:15.815 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:37:15.817 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:37:15.819 | + functions-common:time_stop:2438 : local total 2024-10-23 14:37:15.820 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:37:15.822 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:37:15.824 | + functions-common:time_stop:2442 : start_time=1729694222742 2024-10-23 14:37:15.825 | + functions-common:time_stop:2444 : [[ -z 1729694222742 ]] 2024-10-23 14:37:15.828 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:37:15.831 | + functions-common:time_stop:2447 : end_time=1729694235829 2024-10-23 14:37:15.832 | + functions-common:time_stop:2448 : elapsed_time=13087 2024-10-23 14:37:15.834 | + functions-common:time_stop:2449 : total=22268 2024-10-23 14:37:15.836 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:37:15.837 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=35355 2024-10-23 14:37:15.839 | + inc/python:pip_install:199 : return 0 2024-10-23 14:37:15.841 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-23 14:37:15.843 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-10-23 14:37:15.844 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-10-23 14:37:15.857 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-10-23 14:37:15.867 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-10-23 14:37:15.868 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-10-23 14:37:15.870 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:37:15.872 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:37:15.874 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-10-23 14:37:15.876 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:37:15.878 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-10-23 14:37:15.890 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:37:15.892 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-10-23 14:37:15.893 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-23 14:37:15.895 | + stack.sh:main:908 : configure_keystone 2024-10-23 14:37:15.897 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-10-23 14:37:15.906 | + 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 ]] 2024-10-23 14:37:15.908 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-10-23 14:37:15.911 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-10-23 14:37:15.923 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:37:15.924 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-10-23 14:37:15.948 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-10-23 14:37:15.970 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-10-23 14:37:15.993 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-10-23 14:37:16.017 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-10-23 14:37:16.041 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-10-23 14:37:16.064 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-10-23 14:37:16.087 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-10-23 14:37:16.109 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-10-23 14:37:16.111 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-10-23 14:37:16.113 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-10-23 14:37:16.114 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-10-23 14:37:16.116 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-23 14:37:16.118 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-23 14:37:16.130 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:37:16.132 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-23 14:37:16.134 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-23 14:37:16.136 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-23 14:37:16.147 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:37:16.149 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:37:16.151 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:37:16.175 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-23 14:37:16.177 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-23 14:37:16.179 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-10-23 14:37:16.180 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-10-23 14:37:16.192 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:37:16.194 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-10-23 14:37:16.218 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-10-23 14:37:16.220 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-10-23 14:37:16.245 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-10-23 14:37:16.246 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-10-23 14:37:16.248 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-10-23 14:37:16.250 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-10-23 14:37:16.252 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-23 14:37:16.254 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-23 14:37:16.256 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-10-23 14:37:16.258 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-10-23 14:37:16.282 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-10-23 14:37:16.284 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-10-23 14:37:16.286 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-10-23 14:37:16.287 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-10-23 14:37:16.290 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-23 14:37:16.302 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-23 14:37:16.304 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-23 14:37:16.306 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-23 14:37:16.307 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-23 14:37:16.309 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-23 14:37:16.331 | + 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' 2024-10-23 14:37:16.353 | + 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' 2024-10-23 14:37:16.375 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-23 14:37:16.397 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-10-23 14:37:16.419 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-10-23 14:37:16.421 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-10-23 14:37:16.423 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-10-23 14:37:16.424 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-10-23 14:37:16.426 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-10-23 14:37:16.428 | + lib/apache:write_uwsgi_config:257 : local http= 2024-10-23 14:37:16.430 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-23 14:37:16.432 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-10-23 14:37:16.435 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-10-23 14:37:16.437 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-23 14:37:16.439 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-23 14:37:16.448 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-23 14:37:16.448 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-23 14:37:16.454 | d /var/run/uwsgi 0755 stack root 2024-10-23 14:37:16.457 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-23 14:37:16.465 | /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. 2024-10-23 14:37:16.468 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-10-23 14:37:16.470 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-10-23 14:37:16.473 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-10-23 14:37:16.497 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-10-23 14:37:16.519 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-10-23 14:37:16.541 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-10-23 14:37:16.562 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-10-23 14:37:16.584 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-10-23 14:37:16.606 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-10-23 14:37:16.628 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-10-23 14:37:16.650 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-10-23 14:37:16.672 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-23 14:37:16.695 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-10-23 14:37:16.718 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-10-23 14:37:16.740 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-10-23 14:37:16.761 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-10-23 14:37:16.763 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-10-23 14:37:16.765 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-10-23 14:37:16.767 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-10-23 14:37:16.769 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-23 14:37:16.771 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:16.773 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:16.774 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-10-23 14:37:16.777 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-10-23 14:37:16.778 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-10-23 14:37:16.801 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-10-23 14:37:16.824 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-10-23 14:37:16.824 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2024-10-23 14:37:16.830 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-10-23 14:37:16.833 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-10-23 14:37:16.835 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-10-23 14:37:16.837 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-23 14:37:16.839 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-23 14:37:16.841 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-23 14:37:16.843 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:16.845 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:16.846 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-23 14:37:16.848 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-23 14:37:16.850 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:16.852 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:16.853 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-10-23 14:37:16.886 | Enabling site keystone-wsgi-public. 2024-10-23 14:37:16.890 | To activate the new configuration, you need to run: 2024-10-23 14:37:16.890 | systemctl reload apache2 2024-10-23 14:37:16.893 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-10-23 14:37:16.895 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-23 14:37:16.897 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-23 14:37:16.898 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-23 14:37:16.984 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-10-23 14:37:17.007 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-10-23 14:37:17.031 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-10-23 14:37:17.055 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-10-23 14:37:17.057 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-10-23 14:37:17.082 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-10-23 14:37:17.104 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-10-23 14:37:17.126 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-10-23 14:37:17.151 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-10-23 14:37:17.153 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-10-23 14:37:17.155 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-10-23 14:37:17.177 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-10-23 14:37:17.200 | + stack.sh:main:912 : is_service_enabled swift 2024-10-23 14:37:17.212 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:37:17.214 | + stack.sh:main:926 : is_service_enabled g-api n-api 2024-10-23 14:37:17.226 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:37:17.228 | + stack.sh:main:928 : stack_install_service glance 2024-10-23 14:37:17.230 | + lib/stack:stack_install_service:20 : local service=glance 2024-10-23 14:37:17.232 | + lib/stack:stack_install_service:21 : type install_glance 2024-10-23 14:37:17.234 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-23 14:37:17.236 | + lib/stack:stack_install_service:32 : install_glance 2024-10-23 14:37:17.237 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-10-23 14:37:17.239 | + lib/glance:install_glance:511 : local glance_store_extras 2024-10-23 14:37:17.241 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-10-23 14:37:17.253 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:37:17.255 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-10-23 14:37:17.257 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-10-23 14:37:17.269 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:37:17.271 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-10-23 14:37:17.273 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-10-23 14:37:17.275 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:37:17.277 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:37:17.279 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-10-23 14:37:17.281 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:37:17.283 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-10-23 14:37:17.285 | ++ inc/python:join_extras:29 : local IFS=, 2024-10-23 14:37:17.287 | ++ inc/python:join_extras:30 : echo cinder 2024-10-23 14:37:17.289 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-10-23 14:37:17.291 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-10-23 14:37:17.293 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-10-23 14:37:17.295 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-10-23 14:37:17.297 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-10-23 14:37:17.299 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-10-23 14:37:17.301 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-10-23 14:37:17.304 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-10-23 14:37:17.304 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-10-23 14:37:17.308 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-10-23 14:37:17.310 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-10-23 14:37:17.312 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-10-23 14:37:17.314 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-10-23 14:37:17.316 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-10-23 14:37:17.331 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-10-23 14:37:17.333 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2024-10-23 14:37:18.372 | Collecting glance-store[cinder]!=0.29.0 2024-10-23 14:37:18.377 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-10-23 14:37:18.414 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2024-10-23 14:37:18.417 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (4.16.0) 2024-10-23 14:37:18.417 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.0.0) 2024-10-23 14:37:18.417 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2024-10-23 14:37:18.417 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (0.33.1) 2024-10-23 14:37:18.417 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.1.0) 2024-10-23 14:37:18.418 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (2.28.1) 2024-10-23 14:37:18.419 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (9.1.1) 2024-10-23 14:37:18.420 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.0.0) 2024-10-23 14:37:18.421 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.3) 2024-10-23 14:37:18.422 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.0) 2024-10-23 14:37:18.465 | Collecting oslo.privsep>=1.23.0 2024-10-23 14:37:18.467 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-10-23 14:37:18.527 | Collecting os-brick>=6.2.2 2024-10-23 14:37:18.530 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-10-23 14:37:18.570 | Collecting oslo.rootwrap>=5.8.0 2024-10-23 14:37:18.573 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-10-23 14:37:18.617 | Collecting python-cinderclient>=4.1.0 2024-10-23 14:37:18.620 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-10-23 14:37:18.627 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.1.3) 2024-10-23 14:37:18.628 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.16.0) 2024-10-23 14:37:18.629 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (2.2.1) 2024-10-23 14:37:18.670 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (0.18.1) 2024-10-23 14:37:18.670 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (22.1.0) 2024-10-23 14:37:18.695 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.7.0) 2024-10-23 14:37:18.696 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (5.11.1) 2024-10-23 14:37:18.697 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.1.0) 2024-10-23 14:37:18.707 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.1.2) 2024-10-23 14:37:18.708 | Requirement already satisfied: oslo.context>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.1.1) 2024-10-23 14:37:18.709 | Requirement already satisfied: oslo.log>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.2.0) 2024-10-23 14:37:18.710 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (6.3.1) 2024-10-23 14:37:18.749 | Collecting os-win>=5.7.0 2024-10-23 14:37:18.752 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-10-23 14:37:18.761 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder]!=0.29.0) (0.18) 2024-10-23 14:37:18.779 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (6.0) 2024-10-23 14:37:18.779 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (2.5.0) 2024-10-23 14:37:18.780 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (0.8.0) 2024-10-23 14:37:18.782 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.5.0) 2024-10-23 14:37:18.790 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2024-10-23 14:37:18.791 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.4) 2024-10-23 14:37:18.797 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder]!=0.29.0) (2022.4) 2024-10-23 14:37:18.804 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (3.0.9) 2024-10-23 14:37:18.805 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (0.11.0) 2024-10-23 14:37:18.805 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (23.1) 2024-10-23 14:37:18.814 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.4.1) 2024-10-23 14:37:18.830 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2020.6.20) 2024-10-23 14:37:18.831 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-10-23 14:37:18.831 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (1.26.12) 2024-10-23 14:37:18.832 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (3.4) 2024-10-23 14:37:18.872 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2024-10-23 14:37:18.881 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.14.1) 2024-10-23 14:37:18.956 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.9.6) 2024-10-23 14:37:18.957 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.8.2) 2024-10-23 14:37:18.970 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (4.0.1) 2024-10-23 14:37:18.971 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-10-23 14:37:18.972 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.8.7) 2024-10-23 14:37:18.973 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.4.0) 2024-10-23 14:37:18.974 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.5.2) 2024-10-23 14:37:18.976 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.5.1) 2024-10-23 14:37:18.993 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.5) 2024-10-23 14:37:19.067 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (59.6.0) 2024-10-23 14:37:19.095 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.7) 2024-10-23 14:37:19.618 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-10-23 14:37:20.382 | Successfully installed glance-store-4.3.3 os-brick-6.2.3 os-win-5.9.0 oslo.privsep-3.1.0 oslo.rootwrap-7.0.1 python-cinderclient-9.3.0 2024-10-23 14:37:20.382 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:37:20.490 | + inc/python:pip_install:196 : result=0 2024-10-23 14:37:20.492 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:37:20.494 | + functions-common:time_stop:2435 : local name 2024-10-23 14:37:20.496 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:37:20.497 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:37:20.499 | + functions-common:time_stop:2438 : local total 2024-10-23 14:37:20.501 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:37:20.502 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:37:20.504 | + functions-common:time_stop:2442 : start_time=1729694237327 2024-10-23 14:37:20.506 | + functions-common:time_stop:2444 : [[ -z 1729694237327 ]] 2024-10-23 14:37:20.509 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:37:20.511 | + functions-common:time_stop:2447 : end_time=1729694240510 2024-10-23 14:37:20.513 | + functions-common:time_stop:2448 : elapsed_time=3183 2024-10-23 14:37:20.515 | + functions-common:time_stop:2449 : total=35355 2024-10-23 14:37:20.517 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:37:20.519 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38538 2024-10-23 14:37:20.520 | + inc/python:pip_install:199 : return 0 2024-10-23 14:37:20.522 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-10-23 14:37:20.524 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-10-23 14:37:20.526 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-10-23 14:37:20.536 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-10-23 14:37:20.539 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-10-23 14:37:20.541 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-10-23 14:37:20.543 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-10-23 14:37:20.545 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-23 14:37:20.547 | + functions-common:git_clone:615 : local orig_dir 2024-10-23 14:37:20.549 | ++ functions-common:git_clone:616 : pwd 2024-10-23 14:37:20.551 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-23 14:37:20.553 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-23 14:37:20.555 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-23 14:37:20.567 | + functions-common:git_clone:619 : RECLONE=False 2024-10-23 14:37:20.569 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-23 14:37:20.571 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-23 14:37:20.573 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-23 14:37:20.575 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-23 14:37:20.575 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-23 14:37:20.579 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-10-23 14:37:20.581 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-23 14:37:20.583 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-10-23 14:37:20.584 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:37:20.586 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:37:20.588 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:37:20.590 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:37:20.591 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:37:20.593 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:37:20.595 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:37:20.596 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:37:20.599 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:37:20.601 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694240600 2024-10-23 14:37:20.603 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-10-23 14:37:20.605 | Cloning into '/opt/stack//glance'... 2024-10-23 14:37:22.881 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:37:22.883 | + functions-common:time_stop:2435 : local name 2024-10-23 14:37:22.885 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:37:22.886 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:37:22.888 | + functions-common:time_stop:2438 : local total 2024-10-23 14:37:22.890 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:37:22.892 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:37:22.893 | + functions-common:time_stop:2442 : start_time=1729694240600 2024-10-23 14:37:22.895 | + functions-common:time_stop:2444 : [[ -z 1729694240600 ]] 2024-10-23 14:37:22.897 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:37:22.900 | + functions-common:time_stop:2447 : end_time=1729694242898 2024-10-23 14:37:22.902 | + functions-common:time_stop:2448 : elapsed_time=2298 2024-10-23 14:37:22.904 | + functions-common:time_stop:2449 : total=47330 2024-10-23 14:37:22.905 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:37:22.907 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=49628 2024-10-23 14:37:22.909 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-10-23 14:37:22.911 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-23 14:37:22.912 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:37:22.914 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:37:22.916 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:37:22.918 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:37:22.919 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:37:22.921 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:37:22.923 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:37:22.925 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:37:22.927 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:37:22.930 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694242928 2024-10-23 14:37:22.932 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-23 14:37:24.769 | From https://opendev.org/openstack/glance 2024-10-23 14:37:24.769 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-23 14:37:24.773 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:37:24.775 | + functions-common:time_stop:2435 : local name 2024-10-23 14:37:24.777 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:37:24.779 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:37:24.780 | + functions-common:time_stop:2438 : local total 2024-10-23 14:37:24.782 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:37:24.784 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:37:24.785 | + functions-common:time_stop:2442 : start_time=1729694242928 2024-10-23 14:37:24.787 | + functions-common:time_stop:2444 : [[ -z 1729694242928 ]] 2024-10-23 14:37:24.789 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:37:24.792 | + functions-common:time_stop:2447 : end_time=1729694244790 2024-10-23 14:37:24.794 | + functions-common:time_stop:2448 : elapsed_time=1862 2024-10-23 14:37:24.795 | + functions-common:time_stop:2449 : total=49628 2024-10-23 14:37:24.797 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:37:24.799 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=51490 2024-10-23 14:37:24.800 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-23 14:37:24.802 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:37:24.804 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:37:24.805 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:37:24.807 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:37:24.809 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:37:24.810 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:37:24.812 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:37:24.813 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:37:24.816 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:37:24.819 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694244817 2024-10-23 14:37:24.820 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-23 14:37:24.887 | Note: switching to 'FETCH_HEAD'. 2024-10-23 14:37:24.887 | 2024-10-23 14:37:24.887 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-23 14:37:24.887 | changes and commit them, and you can discard any commits you make in this 2024-10-23 14:37:24.887 | state without impacting any branches by switching back to a branch. 2024-10-23 14:37:24.887 | 2024-10-23 14:37:24.887 | If you want to create a new branch to retain commits you create, you may 2024-10-23 14:37:24.887 | do so (now or later) by using -c with the switch command. Example: 2024-10-23 14:37:24.887 | 2024-10-23 14:37:24.887 | git switch -c 2024-10-23 14:37:24.887 | 2024-10-23 14:37:24.887 | Or undo this operation with: 2024-10-23 14:37:24.887 | 2024-10-23 14:37:24.887 | git switch - 2024-10-23 14:37:24.887 | 2024-10-23 14:37:24.887 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-23 14:37:24.887 | 2024-10-23 14:37:24.887 | HEAD is now at c2ac316 Fixed typo in discovery.py 2024-10-23 14:37:24.890 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:37:24.892 | + functions-common:time_stop:2435 : local name 2024-10-23 14:37:24.894 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:37:24.896 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:37:24.897 | + functions-common:time_stop:2438 : local total 2024-10-23 14:37:24.899 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:37:24.900 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:37:24.902 | + functions-common:time_stop:2442 : start_time=1729694244817 2024-10-23 14:37:24.904 | + functions-common:time_stop:2444 : [[ -z 1729694244817 ]] 2024-10-23 14:37:24.906 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:37:24.909 | + functions-common:time_stop:2447 : end_time=1729694244907 2024-10-23 14:37:24.911 | + functions-common:time_stop:2448 : elapsed_time=90 2024-10-23 14:37:24.912 | + functions-common:time_stop:2449 : total=51490 2024-10-23 14:37:24.914 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:37:24.916 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=51580 2024-10-23 14:37:24.917 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-10-23 14:37:24.927 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-10-23 14:37:24.929 | + functions-common:git_clone:696 : git show --oneline 2024-10-23 14:37:24.929 | + functions-common:git_clone:696 : head -1 2024-10-23 14:37:24.931 | c2ac316 Fixed typo in discovery.py 2024-10-23 14:37:24.933 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-23 14:37:24.935 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-10-23 14:37:24.937 | + inc/python:setup_develop:334 : local bindep 2024-10-23 14:37:24.939 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-10-23 14:37:24.940 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-10-23 14:37:24.942 | + inc/python:setup_develop:340 : local extras= 2024-10-23 14:37:24.944 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-10-23 14:37:24.946 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-23 14:37:24.947 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-10-23 14:37:24.949 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-10-23 14:37:24.951 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-23 14:37:24.953 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-23 14:37:24.955 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-10-23 14:37:24.957 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-23 14:37:24.959 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-10-23 14:37:24.961 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-23 14:37:24.962 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-23 14:37:24.965 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-10-23 14:37:24.969 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-10-23 14:37:24.970 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-10-23 14:37:25.282 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-10-23 14:37:25.284 | + inc/python:setup_package:414 : local bindep=0 2024-10-23 14:37:25.286 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-23 14:37:25.288 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-23 14:37:25.290 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-10-23 14:37:25.292 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-10-23 14:37:25.294 | + inc/python:setup_package:423 : local flags=-e 2024-10-23 14:37:25.295 | + inc/python:setup_package:424 : local extras= 2024-10-23 14:37:25.297 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-23 14:37:25.299 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-23 14:37:25.301 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-23 14:37:25.302 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-23 14:37:25.304 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-23 14:37:25.306 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-10-23 14:37:25.321 | Using python 3.10 to install /opt/stack/glance 2024-10-23 14:37:25.323 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2024-10-23 14:37:26.238 | Obtaining file:///opt/stack/glance 2024-10-23 14:37:26.239 | Preparing metadata (setup.py): started 2024-10-23 14:37:26.647 | Preparing metadata (setup.py): finished with status 'done' 2024-10-23 14:37:26.706 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.5.2) 2024-10-23 14:37:26.706 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.1.1) 2024-10-23 14:37:26.707 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.4.1) 2024-10-23 14:37:26.708 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.5.1) 2024-10-23 14:37:26.708 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.4.41) 2024-10-23 14:37:26.801 | Collecting WSME>=0.8.0 2024-10-23 14:37:26.803 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-10-23 14:37:26.806 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.8.7) 2024-10-23 14:37:26.807 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.8.1) 2024-10-23 14:37:26.847 | Collecting castellan>=0.17.0 2024-10-23 14:37:26.849 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-10-23 14:37:26.852 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (38.0.2) 2024-10-23 14:37:26.871 | Collecting cursive>=0.2.1 2024-10-23 14:37:26.874 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-10-23 14:37:26.876 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.5.0) 2024-10-23 14:37:26.877 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.7.1) 2024-10-23 14:37:26.877 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.33.1) 2024-10-23 14:37:26.878 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.4.1) 2024-10-23 14:37:26.879 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.3.3) 2024-10-23 14:37:26.904 | Collecting httplib2>=0.9.1 2024-10-23 14:37:26.909 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-10-23 14:37:26.911 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.1.0) 2024-10-23 14:37:26.912 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.16.0) 2024-10-23 14:37:26.912 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.3) 2024-10-23 14:37:26.913 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (10.2.0) 2024-10-23 14:37:26.914 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.9.0) 2024-10-23 14:37:26.914 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2024-10-23 14:37:26.915 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (9.1.1) 2024-10-23 14:37:26.916 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2024-10-23 14:37:26.917 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (12.3.2) 2024-10-23 14:37:26.917 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (6.0.0) 2024-10-23 14:37:26.943 | Collecting oslo.limit>=1.6.0 2024-10-23 14:37:26.944 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-10-23 14:37:26.946 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.2.0) 2024-10-23 14:37:26.947 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (14.2.5) 2024-10-23 14:37:26.948 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2024-10-23 14:37:26.948 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.1.1) 2024-10-23 14:37:26.983 | Collecting oslo.reports>=1.18.0 2024-10-23 14:37:26.985 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-10-23 14:37:26.988 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.1.1) 2024-10-23 14:37:26.988 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (6.1.0) 2024-10-23 14:37:26.989 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.4.3) 2024-10-23 14:37:26.990 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.11.1) 2024-10-23 14:37:26.990 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (22.1.0) 2024-10-23 14:37:26.991 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.0) 2024-10-23 14:37:27.007 | Collecting retrying!=1.3.0,>=1.2.3 2024-10-23 14:37:27.007 | Using cached retrying-1.3.3-py3-none-any.whl 2024-10-23 14:37:27.012 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.4.3) 2024-10-23 14:37:27.013 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.0.0) 2024-10-23 14:37:27.082 | Collecting taskflow>=4.0.0 2024-10-23 14:37:27.087 | Using cached taskflow-5.1.1-py3-none-any.whl (492 kB) 2024-10-23 14:37:27.097 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev14) (1.2.3) 2024-10-23 14:37:27.223 | Collecting python-barbicanclient>=4.5.2 2024-10-23 14:37:27.226 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-10-23 14:37:27.229 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.17.0->glance==0.0.1.dev14) (2.28.1) 2024-10-23 14:37:27.248 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev14) (1.15.1) 2024-10-23 14:37:27.261 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.10/dist-packages (from cursive>=0.2.1->glance==0.0.1.dev14) (5.1.2) 2024-10-23 14:37:27.265 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev14) (1.14.1) 2024-10-23 14:37:27.274 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (1.16.0) 2024-10-23 14:37:27.274 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (1.1.3) 2024-10-23 14:37:27.274 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (2.2.1) 2024-10-23 14:37:27.310 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->glance==0.0.1.dev14) (3.0.9) 2024-10-23 14:37:27.330 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev14) (22.1.0) 2024-10-23 14:37:27.331 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev14) (0.18.1) 2024-10-23 14:37:27.355 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev14) (1.7.0) 2024-10-23 14:37:27.379 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev14) (3.3.1) 2024-10-23 14:37:27.380 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev14) (3.1.1) 2024-10-23 14:37:27.394 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev14) (0.18) 2024-10-23 14:37:27.413 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev14) (0.8.0) 2024-10-23 14:37:27.414 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev14) (6.0) 2024-10-23 14:37:27.415 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev14) (1.5.0) 2024-10-23 14:37:27.439 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev14) (0.13.0) 2024-10-23 14:37:27.440 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev14) (0.5.0) 2024-10-23 14:37:27.441 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev14) (2.0.1) 2024-10-23 14:37:27.507 | Collecting openstacksdk>=0.31.1 2024-10-23 14:37:27.519 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-10-23 14:37:27.554 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev14) (0.9.6) 2024-10-23 14:37:27.556 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev14) (2.8.2) 2024-10-23 14:37:27.580 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (0.6.0) 2024-10-23 14:37:27.581 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.1.1) 2024-10-23 14:37:27.582 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.2.4) 2024-10-23 14:37:27.584 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (3.1.2) 2024-10-23 14:37:27.585 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.2.0) 2024-10-23 14:37:27.594 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev14) (4.0.0) 2024-10-23 14:37:27.595 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev14) (3.3.0) 2024-10-23 14:37:27.597 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev14) (3.1.2) 2024-10-23 14:37:27.791 | Collecting psutil>=3.2.2 2024-10-23 14:37:27.794 | Using cached psutil-5.9.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2024-10-23 14:37:27.813 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (23.1) 2024-10-23 14:37:27.814 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (2022.4) 2024-10-23 14:37:27.815 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (0.11.0) 2024-10-23 14:37:27.843 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev14) (59.6.0) 2024-10-23 14:37:27.864 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev14) (0.2.5) 2024-10-23 14:37:27.929 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev14) (0.7) 2024-10-23 14:37:28.078 | Collecting networkx>=2.1.0 2024-10-23 14:37:28.092 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-10-23 14:37:28.126 | Collecting pydot>=1.2.4 2024-10-23 14:37:28.128 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-10-23 14:37:28.160 | Collecting automaton>=1.9.0 2024-10-23 14:37:28.163 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-10-23 14:37:28.165 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev14) (6.3.1) 2024-10-23 14:37:28.202 | Collecting simplegeneric 2024-10-23 14:37:28.202 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-10-23 14:37:28.213 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.0.0) 2024-10-23 14:37:28.273 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev14) (2.21) 2024-10-23 14:37:28.313 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev14) (2.1.1) 2024-10-23 14:37:28.409 | Collecting appdirs>=1.3.0 2024-10-23 14:37:28.411 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-10-23 14:37:28.413 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev14) (1.32) 2024-10-23 14:37:28.414 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev14) (5.1.1) 2024-10-23 14:37:28.433 | Collecting jmespath>=0.9.0 2024-10-23 14:37:28.435 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-10-23 14:37:28.437 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev14) (1.1.8) 2024-10-23 14:37:28.456 | Collecting requestsexceptions>=1.2.0 2024-10-23 14:37:28.457 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-10-23 14:37:28.502 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (0.14.1) 2024-10-23 14:37:28.514 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev14) (1.0.4) 2024-10-23 14:37:28.531 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (1.4.0) 2024-10-23 14:37:28.532 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (4.0.1) 2024-10-23 14:37:28.658 | Collecting cliff!=2.9.0,>=2.8.0 2024-10-23 14:37:28.660 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-10-23 14:37:28.718 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (1.26.12) 2024-10-23 14:37:28.718 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (2020.6.20) 2024-10-23 14:37:28.719 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (2.1.1) 2024-10-23 14:37:28.720 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (3.4) 2024-10-23 14:37:28.755 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==0.0.1.dev14) (0.5.2) 2024-10-23 14:37:28.806 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev14) (2.5.0) 2024-10-23 14:37:28.985 | Collecting importlib-metadata>=4.4 2024-10-23 14:37:28.987 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-10-23 14:37:29.008 | Collecting autopage>=0.4.0 2024-10-23 14:37:29.010 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-10-23 14:37:29.070 | Collecting cmd2>=1.0.0 2024-10-23 14:37:29.073 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-10-23 14:37:29.317 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev14) (1.8.2) 2024-10-23 14:37:29.386 | Collecting zipp>=0.5 2024-10-23 14:37:29.388 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-10-23 14:37:29.850 | Installing collected packages: simplegeneric, requestsexceptions, appdirs, zipp, WSME, retrying, pydot, psutil, networkx, jmespath, httplib2, cmd2, autopage, importlib-metadata, automaton, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2024-10-23 14:37:29.891 | Attempting uninstall: zipp 2024-10-23 14:37:29.893 | Found existing installation: zipp 1.0.0 2024-10-23 14:37:29.894 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:29.894 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-10-23 14:37:31.079 | Attempting uninstall: httplib2 2024-10-23 14:37:31.081 | Found existing installation: httplib2 0.20.2 2024-10-23 14:37:31.082 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:31.082 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-10-23 14:37:31.107 | Attempting uninstall: cmd2 2024-10-23 14:37:31.108 | Found existing installation: cmd2 0.0.0 2024-10-23 14:37:31.110 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:31.111 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-10-23 14:37:31.185 | Attempting uninstall: autopage 2024-10-23 14:37:31.187 | Found existing installation: autopage 0.4.0 2024-10-23 14:37:31.188 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:31.189 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-10-23 14:37:31.214 | Attempting uninstall: importlib-metadata 2024-10-23 14:37:31.216 | Found existing installation: importlib-metadata 4.6.4 2024-10-23 14:37:31.217 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:31.217 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-10-23 14:37:32.280 | Attempting uninstall: cliff 2024-10-23 14:37:32.282 | Found existing installation: cliff 3.10.0 2024-10-23 14:37:32.283 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:32.284 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-10-23 14:37:32.836 | Running setup.py develop for glance 2024-10-23 14:37:33.793 | Successfully installed WSME-0.11.0 appdirs-1.4.4 automaton-3.1.0 autopage-0.5.1 castellan-4.1.0 cliff-4.2.0 cmd2-2.4.2 cursive-0.2.3 glance httplib2-0.20.4 importlib-metadata-5.0.0 jmespath-1.0.1 networkx-2.8.7 openstacksdk-1.0.1 oslo.limit-2.1.0 oslo.reports-3.0.0 psutil-5.9.2 pydot-1.4.2 python-barbicanclient-5.5.0 requestsexceptions-1.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.1.1 zipp-3.8.1 2024-10-23 14:37:33.794 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:37:33.935 | + inc/python:pip_install:196 : result=0 2024-10-23 14:37:33.937 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:37:33.939 | + functions-common:time_stop:2435 : local name 2024-10-23 14:37:33.941 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:37:33.942 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:37:33.944 | + functions-common:time_stop:2438 : local total 2024-10-23 14:37:33.946 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:37:33.947 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:37:33.949 | + functions-common:time_stop:2442 : start_time=1729694245317 2024-10-23 14:37:33.951 | + functions-common:time_stop:2444 : [[ -z 1729694245317 ]] 2024-10-23 14:37:33.953 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:37:33.956 | + functions-common:time_stop:2447 : end_time=1729694253954 2024-10-23 14:37:33.957 | + functions-common:time_stop:2448 : elapsed_time=8637 2024-10-23 14:37:33.959 | + functions-common:time_stop:2449 : total=38538 2024-10-23 14:37:33.960 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:37:33.962 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=47175 2024-10-23 14:37:33.964 | + inc/python:pip_install:199 : return 0 2024-10-23 14:37:33.965 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-23 14:37:33.967 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-10-23 14:37:33.969 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-10-23 14:37:33.983 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-10-23 14:37:33.992 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-10-23 14:37:33.994 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-10-23 14:37:33.996 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:37:33.997 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:37:33.999 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-10-23 14:37:34.001 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:37:34.003 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-23 14:37:34.005 | + stack.sh:main:929 : configure_glance 2024-10-23 14:37:34.007 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-10-23 14:37:34.016 | + lib/glance:configure_glance:326 : local dburl 2024-10-23 14:37:34.018 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-10-23 14:37:34.020 | ++ lib/database:database_connection_url:134 : local db=glance 2024-10-23 14:37:34.021 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-10-23 14:37:34.023 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-10-23 14:37:34.025 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-23 14:37:34.026 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-23 14:37:34.028 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-10-23 14:37:34.030 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-10-23 14:37:34.032 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-10-23 14:37:34.055 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-10-23 14:37:34.078 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-10-23 14:37:34.099 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-10-23 14:37:34.121 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-10-23 14:37:34.144 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-10-23 14:37:34.168 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-10-23 14:37:34.170 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-10-23 14:37:34.171 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-10-23 14:37:34.173 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-23 14:37:34.175 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-10-23 14:37:34.198 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-10-23 14:37:34.219 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-23 14:37:34.241 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-10-23 14:37:34.264 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-10-23 14:37:34.286 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-10-23 14:37:34.308 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-10-23 14:37:34.329 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-10-23 14:37:34.351 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-23 14:37:34.373 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-10-23 14:37:34.394 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-10-23 14:37:34.418 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-10-23 14:37:34.420 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-10-23 14:37:34.422 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-10-23 14:37:34.424 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-23 14:37:34.425 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-23 14:37:34.427 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-23 14:37:34.439 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:37:34.441 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-23 14:37:34.443 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-23 14:37:34.445 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-23 14:37:34.457 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:37:34.458 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:37:34.460 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:37:34.482 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-23 14:37:34.484 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-23 14:37:34.486 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-10-23 14:37:34.488 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-10-23 14:37:34.510 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-10-23 14:37:34.532 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-10-23 14:37:34.534 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-10-23 14:37:34.536 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-10-23 14:37:34.537 | + lib/glance:configure_glance_store:254 : local be 2024-10-23 14:37:34.539 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-10-23 14:37:34.541 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-10-23 14:37:34.542 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-10-23 14:37:34.567 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-10-23 14:37:34.568 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-10-23 14:37:34.593 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-10-23 14:37:34.595 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-10-23 14:37:34.607 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:37:34.609 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-10-23 14:37:34.631 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-10-23 14:37:34.643 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:37:34.645 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-10-23 14:37:34.646 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-10-23 14:37:34.648 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-10-23 14:37:34.651 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-23 14:37:34.663 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-23 14:37:34.665 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-23 14:37:34.667 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-23 14:37:34.669 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-23 14:37:34.671 | + 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}}' 2024-10-23 14:37:34.692 | + 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' 2024-10-23 14:37:34.714 | + 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' 2024-10-23 14:37:34.737 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-23 14:37:34.759 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-10-23 14:37:34.762 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-10-23 14:37:34.786 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-10-23 14:37:34.808 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-10-23 14:37:34.830 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-10-23 14:37:34.853 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-10-23 14:37:34.874 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-10-23 14:37:34.897 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-10-23 14:37:34.919 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-10-23 14:37:34.943 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-10-23 14:37:34.967 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-10-23 14:37:34.990 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-10-23 14:37:35.013 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-10-23 14:37:35.016 | + lib/glance:configure_glance:411 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2024-10-23 14:37:35.020 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-10-23 14:37:35.032 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:37:35.034 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-10-23 14:37:35.035 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-10-23 14:37:35.037 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-10-23 14:37:35.039 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-10-23 14:37:35.040 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-10-23 14:37:35.043 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-10-23 14:37:35.045 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-10-23 14:37:35.047 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-10-23 14:37:35.050 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-10-23 14:37:35.083 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-10-23 14:37:35.085 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-10-23 14:37:35.086 | ++ functions:get_random_port:848 : true 2024-10-23 14:37:35.088 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-10-23 14:37:35.090 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-10-23 14:37:35.092 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-10-23 14:37:35.140 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-10-23 14:37:35.142 | ++ functions:get_random_port:852 : break 2 2024-10-23 14:37:35.144 | ++ functions:get_random_port:856 : echo 60999 2024-10-23 14:37:35.146 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-10-23 14:37:35.147 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-10-23 14:37:35.170 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-10-23 14:37:35.191 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-10-23 14:37:35.212 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-10-23 14:37:35.234 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-10-23 14:37:35.256 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-10-23 14:37:35.278 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-10-23 14:37:35.299 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-10-23 14:37:35.321 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-23 14:37:35.343 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-23 14:37:35.364 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-10-23 14:37:35.386 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-23 14:37:35.408 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-10-23 14:37:35.429 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-10-23 14:37:35.451 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-10-23 14:37:35.473 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-10-23 14:37:35.494 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-10-23 14:37:35.517 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-10-23 14:37:35.538 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-10-23 14:37:35.560 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-10-23 14:37:35.561 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-10-23 14:37:35.563 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-23 14:37:35.565 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:35.566 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:35.568 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-10-23 14:37:35.570 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-10-23 14:37:35.603 | proxy (enabled by site administrator) 2024-10-23 14:37:35.606 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-10-23 14:37:35.607 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-10-23 14:37:35.609 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-23 14:37:35.611 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:35.613 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:35.614 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-10-23 14:37:35.616 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-10-23 14:37:35.644 | No module matches proxy_http 2024-10-23 14:37:35.646 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-10-23 14:37:35.679 | Considering dependency proxy for proxy_http: 2024-10-23 14:37:35.679 | Module proxy already enabled 2024-10-23 14:37:35.679 | Enabling module proxy_http. 2024-10-23 14:37:35.683 | To activate the new configuration, you need to run: 2024-10-23 14:37:35.683 | systemctl restart apache2 2024-10-23 14:37:35.686 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-10-23 14:37:35.688 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-23 14:37:35.690 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-23 14:37:35.692 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-23 14:37:35.789 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-10-23 14:37:35.792 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-10-23 14:37:35.794 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-10-23 14:37:35.796 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-23 14:37:35.797 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:35.799 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:35.801 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-23 14:37:35.803 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-23 14:37:35.806 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-10-23 14:37:35.806 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-23 14:37:35.812 | KeepAlive Off 2024-10-23 14:37:35.816 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-23 14:37:35.816 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-10-23 14:37:35.822 | SetEnv proxy-sendchunked 1 2024-10-23 14:37:35.825 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-10-23 14:37:35.825 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-23 14:37:35.831 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-10-23 14:37:35.834 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-10-23 14:37:35.836 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-10-23 14:37:35.837 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-23 14:37:35.839 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-23 14:37:35.841 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-23 14:37:35.842 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:35.844 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:35.846 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-23 14:37:35.847 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-23 14:37:35.849 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:35.851 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:35.853 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-10-23 14:37:35.884 | Enabling site glance-wsgi-api. 2024-10-23 14:37:35.888 | To activate the new configuration, you need to run: 2024-10-23 14:37:35.888 | systemctl reload apache2 2024-10-23 14:37:35.891 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-10-23 14:37:35.892 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-23 14:37:35.894 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-23 14:37:35.896 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-23 14:37:35.987 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-10-23 14:37:35.991 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-10-23 14:37:36.014 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-10-23 14:37:36.016 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-10-23 14:37:36.018 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-10-23 14:37:36.043 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-10-23 14:37:36.066 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-10-23 14:37:36.088 | + stack.sh:main:932 : is_service_enabled cinder 2024-10-23 14:37:36.101 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:37:36.103 | + stack.sh:main:934 : stack_install_service cinder 2024-10-23 14:37:36.105 | + lib/stack:stack_install_service:20 : local service=cinder 2024-10-23 14:37:36.107 | + lib/stack:stack_install_service:21 : type install_cinder 2024-10-23 14:37:36.108 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-23 14:37:36.110 | + lib/stack:stack_install_service:32 : install_cinder 2024-10-23 14:37:36.112 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-10-23 14:37:36.114 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-10-23 14:37:36.115 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-10-23 14:37:36.117 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-23 14:37:36.119 | + functions-common:git_clone:615 : local orig_dir 2024-10-23 14:37:36.121 | ++ functions-common:git_clone:616 : pwd 2024-10-23 14:37:36.123 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-23 14:37:36.125 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-23 14:37:36.127 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-23 14:37:36.140 | + functions-common:git_clone:619 : RECLONE=False 2024-10-23 14:37:36.141 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-23 14:37:36.143 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-23 14:37:36.145 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-23 14:37:36.147 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-23 14:37:36.147 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-23 14:37:36.151 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-10-23 14:37:36.153 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-23 14:37:36.155 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-10-23 14:37:36.156 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:37:36.158 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:37:36.160 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:37:36.162 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:37:36.163 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:37:36.165 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:37:36.167 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:37:36.168 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:37:36.171 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:37:36.173 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694256171 2024-10-23 14:37:36.175 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-10-23 14:37:36.178 | Cloning into '/opt/stack//cinder'... 2024-10-23 14:37:39.230 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:37:39.231 | + functions-common:time_stop:2435 : local name 2024-10-23 14:37:39.233 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:37:39.235 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:37:39.237 | + functions-common:time_stop:2438 : local total 2024-10-23 14:37:39.239 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:37:39.240 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:37:39.242 | + functions-common:time_stop:2442 : start_time=1729694256171 2024-10-23 14:37:39.244 | + functions-common:time_stop:2444 : [[ -z 1729694256171 ]] 2024-10-23 14:37:39.246 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:37:39.249 | + functions-common:time_stop:2447 : end_time=1729694259247 2024-10-23 14:37:39.251 | + functions-common:time_stop:2448 : elapsed_time=3076 2024-10-23 14:37:39.252 | + functions-common:time_stop:2449 : total=51580 2024-10-23 14:37:39.254 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:37:39.256 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=54656 2024-10-23 14:37:39.258 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-10-23 14:37:39.260 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-23 14:37:39.262 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:37:39.263 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:37:39.265 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:37:39.267 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:37:39.269 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:37:39.271 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:37:39.272 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:37:39.274 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:37:39.276 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:37:39.279 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694259277 2024-10-23 14:37:39.281 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-23 14:37:42.075 | From https://opendev.org/openstack/cinder 2024-10-23 14:37:42.075 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-23 14:37:42.079 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:37:42.081 | + functions-common:time_stop:2435 : local name 2024-10-23 14:37:42.082 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:37:42.084 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:37:42.086 | + functions-common:time_stop:2438 : local total 2024-10-23 14:37:42.087 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:37:42.089 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:37:42.091 | + functions-common:time_stop:2442 : start_time=1729694259277 2024-10-23 14:37:42.092 | + functions-common:time_stop:2444 : [[ -z 1729694259277 ]] 2024-10-23 14:37:42.094 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:37:42.097 | + functions-common:time_stop:2447 : end_time=1729694262095 2024-10-23 14:37:42.099 | + functions-common:time_stop:2448 : elapsed_time=2818 2024-10-23 14:37:42.100 | + functions-common:time_stop:2449 : total=54656 2024-10-23 14:37:42.102 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:37:42.104 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=57474 2024-10-23 14:37:42.105 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-23 14:37:42.107 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:37:42.109 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:37:42.110 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:37:42.112 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:37:42.114 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:37:42.115 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:37:42.117 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:37:42.119 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:37:42.121 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:37:42.124 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694262122 2024-10-23 14:37:42.126 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-23 14:37:42.369 | Note: switching to 'FETCH_HEAD'. 2024-10-23 14:37:42.369 | 2024-10-23 14:37:42.369 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-23 14:37:42.369 | changes and commit them, and you can discard any commits you make in this 2024-10-23 14:37:42.369 | state without impacting any branches by switching back to a branch. 2024-10-23 14:37:42.369 | 2024-10-23 14:37:42.369 | If you want to create a new branch to retain commits you create, you may 2024-10-23 14:37:42.369 | do so (now or later) by using -c with the switch command. Example: 2024-10-23 14:37:42.369 | 2024-10-23 14:37:42.369 | git switch -c 2024-10-23 14:37:42.369 | 2024-10-23 14:37:42.369 | Or undo this operation with: 2024-10-23 14:37:42.369 | 2024-10-23 14:37:42.369 | git switch - 2024-10-23 14:37:42.369 | 2024-10-23 14:37:42.369 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-23 14:37:42.369 | 2024-10-23 14:37:42.371 | HEAD is now at 48d827b Make default-types APIs compatible with V3.67 2024-10-23 14:37:42.373 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:37:42.375 | + functions-common:time_stop:2435 : local name 2024-10-23 14:37:42.378 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:37:42.379 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:37:42.381 | + functions-common:time_stop:2438 : local total 2024-10-23 14:37:42.383 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:37:42.385 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:37:42.387 | + functions-common:time_stop:2442 : start_time=1729694262122 2024-10-23 14:37:42.389 | + functions-common:time_stop:2444 : [[ -z 1729694262122 ]] 2024-10-23 14:37:42.392 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:37:42.394 | + functions-common:time_stop:2447 : end_time=1729694262392 2024-10-23 14:37:42.396 | + functions-common:time_stop:2448 : elapsed_time=270 2024-10-23 14:37:42.398 | + functions-common:time_stop:2449 : total=57474 2024-10-23 14:37:42.399 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:37:42.401 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=57744 2024-10-23 14:37:42.403 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-10-23 14:37:42.413 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-10-23 14:37:42.416 | + functions-common:git_clone:696 : git show --oneline 2024-10-23 14:37:42.416 | + functions-common:git_clone:696 : head -1 2024-10-23 14:37:42.418 | 48d827b Make default-types APIs compatible with V3.67 2024-10-23 14:37:42.420 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-23 14:37:42.422 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-10-23 14:37:42.423 | + inc/python:setup_develop:334 : local bindep 2024-10-23 14:37:42.425 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-10-23 14:37:42.427 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-10-23 14:37:42.428 | + inc/python:setup_develop:340 : local extras= 2024-10-23 14:37:42.430 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-10-23 14:37:42.432 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-23 14:37:42.433 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-10-23 14:37:42.435 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-10-23 14:37:42.437 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-23 14:37:42.439 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-23 14:37:42.441 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-10-23 14:37:42.443 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-23 14:37:42.445 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-10-23 14:37:42.447 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-23 14:37:42.448 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-23 14:37:42.451 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-10-23 14:37:42.455 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-10-23 14:37:42.457 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-10-23 14:37:42.771 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-10-23 14:37:42.773 | + inc/python:setup_package:414 : local bindep=0 2024-10-23 14:37:42.775 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-23 14:37:42.777 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-23 14:37:42.778 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-10-23 14:37:42.780 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-10-23 14:37:42.782 | + inc/python:setup_package:423 : local flags=-e 2024-10-23 14:37:42.784 | + inc/python:setup_package:424 : local extras= 2024-10-23 14:37:42.785 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-23 14:37:42.787 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-23 14:37:42.789 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-23 14:37:42.791 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-23 14:37:42.792 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-23 14:37:42.794 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-10-23 14:37:42.810 | Using python 3.10 to install /opt/stack/cinder 2024-10-23 14:37:42.812 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2024-10-23 14:37:43.730 | Obtaining file:///opt/stack/cinder 2024-10-23 14:37:43.730 | Preparing metadata (setup.py): started 2024-10-23 14:37:44.335 | Preparing metadata (setup.py): finished with status 'done' 2024-10-23 14:37:44.423 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.5.2) 2024-10-23 14:37:44.423 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2.1.1) 2024-10-23 14:37:44.424 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2.5.1) 2024-10-23 14:37:44.425 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (1.4.41) 2024-10-23 14:37:44.425 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (1.8.7) 2024-10-23 14:37:45.149 | Collecting boto3>=1.18.49 2024-10-23 14:37:45.153 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-10-23 14:37:45.157 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (4.1.0) 2024-10-23 14:37:45.157 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (38.0.2) 2024-10-23 14:37:45.158 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (0.2.3) 2024-10-23 14:37:45.159 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-23 14:37:45.159 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (0.33.1) 2024-10-23 14:37:45.280 | Collecting google-api-python-client>=1.11.0 2024-10-23 14:37:45.344 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-10-23 14:37:45.392 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (1.1.3) 2024-10-23 14:37:45.393 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (0.20.4) 2024-10-23 14:37:45.394 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.0.0) 2024-10-23 14:37:45.395 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (1.1.0) 2024-10-23 14:37:45.396 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (4.16.0) 2024-10-23 14:37:45.397 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.3) 2024-10-23 14:37:45.399 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (10.2.0) 2024-10-23 14:37:45.836 | Collecting lxml>=4.5.2 2024-10-23 14:37:45.873 | Using cached lxml-4.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2024-10-23 14:37:45.934 | Collecting oauth2client>=4.1.3 2024-10-23 14:37:45.938 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-10-23 14:37:45.942 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (6.2.3) 2024-10-23 14:37:45.942 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.9.0) 2024-10-23 14:37:45.942 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-23 14:37:45.943 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (9.1.1) 2024-10-23 14:37:45.944 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-23 14:37:45.945 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (12.3.2) 2024-10-23 14:37:45.945 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (6.0.0) 2024-10-23 14:37:45.946 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.2.0) 2024-10-23 14:37:45.947 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (14.2.5) 2024-10-23 14:37:45.948 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-23 14:37:45.949 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (4.1.1) 2024-10-23 14:37:45.949 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.1.0) 2024-10-23 14:37:45.950 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.0.0) 2024-10-23 14:37:45.951 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (7.0.1) 2024-10-23 14:37:45.952 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.2) 2024-10-23 14:37:45.952 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.1.2) 2024-10-23 14:37:45.953 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2.1.1) 2024-10-23 14:37:45.954 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (6.1.0) 2024-10-23 14:37:46.086 | Collecting oslo.versionedobjects>=2.4.0 2024-10-23 14:37:46.088 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-10-23 14:37:46.139 | Collecting oslo.vmware>=3.10.0 2024-10-23 14:37:46.144 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-10-23 14:37:46.149 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.4.3) 2024-10-23 14:37:46.150 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (23.1) 2024-10-23 14:37:46.196 | Collecting paramiko>=2.7.2 2024-10-23 14:37:46.199 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-10-23 14:37:46.202 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.11.1) 2024-10-23 14:37:46.203 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.9.2) 2024-10-23 14:37:46.204 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.0.9) 2024-10-23 14:37:46.205 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.5.0) 2024-10-23 14:37:46.244 | Collecting python-glanceclient>=3.2.2 2024-10-23 14:37:46.247 | Using cached python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2024-10-23 14:37:46.250 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.0) 2024-10-23 14:37:46.297 | Collecting python-novaclient>=17.2.1 2024-10-23 14:37:46.300 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-10-23 14:37:46.334 | Collecting python-swiftclient>=3.10.1 2024-10-23 14:37:46.336 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-10-23 14:37:46.338 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2022.4) 2024-10-23 14:37:46.339 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2.28.1) 2024-10-23 14:37:46.357 | Collecting rtslib-fb>=2.1.74 2024-10-23 14:37:46.357 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-10-23 14:37:46.362 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev33) (1.16.0) 2024-10-23 14:37:46.363 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (0.13.0) 2024-10-23 14:37:46.364 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.0.0) 2024-10-23 14:37:46.384 | Collecting tabulate>=0.8.7 2024-10-23 14:37:46.386 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-10-23 14:37:46.388 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-23 14:37:46.388 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (6.3.1) 2024-10-23 14:37:46.441 | Collecting tooz>=2.8.0 2024-10-23 14:37:46.444 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-10-23 14:37:46.536 | Collecting zstd>=1.4.5.1 2024-10-23 14:37:46.548 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-10-23 14:37:47.404 | Collecting botocore<1.28.0,>=1.27.89 2024-10-23 14:37:47.452 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-10-23 14:37:47.501 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from boto3>=1.18.49->cinder==0.0.1.dev33) (1.0.1) 2024-10-23 14:37:47.534 | Collecting s3transfer<0.7.0,>=0.6.0 2024-10-23 14:37:47.537 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-10-23 14:37:47.566 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev33) (1.15.1) 2024-10-23 14:37:47.580 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev33) (2.2.1) 2024-10-23 14:37:47.697 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-10-23 14:37:47.700 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-10-23 14:37:47.791 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-10-23 14:37:47.794 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-10-23 14:37:47.815 | Collecting google-auth-httplib2>=0.1.0 2024-10-23 14:37:47.817 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-10-23 14:37:47.838 | Collecting uritemplate<5,>=3.0.1 2024-10-23 14:37:47.840 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-10-23 14:37:47.868 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev33) (3.8.1) 2024-10-23 14:37:47.888 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev33) (0.18.1) 2024-10-23 14:37:47.888 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev33) (22.1.0) 2024-10-23 14:37:47.914 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev33) (1.7.0) 2024-10-23 14:37:47.937 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (3.3.1) 2024-10-23 14:37:47.938 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (3.1.1) 2024-10-23 14:37:47.978 | Collecting rsa>=3.1.4 2024-10-23 14:37:47.981 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-10-23 14:37:47.983 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev33) (0.4.8) 2024-10-23 14:37:48.068 | Collecting pyasn1-modules>=0.0.5 2024-10-23 14:37:48.073 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-10-23 14:37:48.100 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev33) (0.18) 2024-10-23 14:37:48.120 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (1.5.0) 2024-10-23 14:37:48.121 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (0.8.0) 2024-10-23 14:37:48.122 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (2.5.0) 2024-10-23 14:37:48.122 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (6.0) 2024-10-23 14:37:48.148 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (2.0.1) 2024-10-23 14:37:48.149 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (1.8.1) 2024-10-23 14:37:48.151 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (0.5.0) 2024-10-23 14:37:48.175 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev33) (0.9.6) 2024-10-23 14:37:48.176 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev33) (2.8.2) 2024-10-23 14:37:48.203 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.2.0) 2024-10-23 14:37:48.204 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (2.4.1) 2024-10-23 14:37:48.206 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (0.6.0) 2024-10-23 14:37:48.206 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.1.1) 2024-10-23 14:37:48.207 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.2.4) 2024-10-23 14:37:48.217 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (3.3.0) 2024-10-23 14:37:48.218 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (4.0.0) 2024-10-23 14:37:48.219 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (3.1.2) 2024-10-23 14:37:48.238 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev33) (1.0.4) 2024-10-23 14:37:48.269 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev33) (4.0.1) 2024-10-23 14:37:48.270 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev33) (1.4.0) 2024-10-23 14:37:48.281 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev33) (3.4.1) 2024-10-23 14:37:48.291 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev33) (0.11.0) 2024-10-23 14:37:48.426 | Collecting suds-community>=0.6 2024-10-23 14:37:48.429 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-10-23 14:37:48.439 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev33) (1.26.12) 2024-10-23 14:37:48.533 | Collecting pynacl>=1.0.1 2024-10-23 14:37:48.540 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2024-10-23 14:37:48.554 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev33) (59.6.0) 2024-10-23 14:37:48.603 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (4.2.0) 2024-10-23 14:37:48.617 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (1.14.1) 2024-10-23 14:37:48.618 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (22.1.0) 2024-10-23 14:37:48.639 | Collecting warlock>=1.2.0 2024-10-23 14:37:48.641 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-10-23 14:37:48.708 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (2.1.1) 2024-10-23 14:37:48.709 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (3.4) 2024-10-23 14:37:48.711 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (2020.6.20) 2024-10-23 14:37:48.723 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev33) (0.7) 2024-10-23 14:37:48.754 | Collecting pyudev>=0.16.1 2024-10-23 14:37:48.756 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-10-23 14:37:48.845 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev33) (0.5.2) 2024-10-23 14:37:48.846 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev33) (0.4.3) 2024-10-23 14:37:48.899 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (3.1.0) 2024-10-23 14:37:48.901 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (2.8.7) 2024-10-23 14:37:48.901 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (1.4.2) 2024-10-23 14:37:48.974 | Collecting voluptuous>=0.8.9 2024-10-23 14:37:48.976 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-10-23 14:37:49.018 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev33) (1.2.3) 2024-10-23 14:37:49.029 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.0.0) 2024-10-23 14:37:49.132 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev33) (2.21) 2024-10-23 14:37:49.159 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (2.4.2) 2024-10-23 14:37:49.159 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (0.5.1) 2024-10-23 14:37:49.263 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /usr/local/lib/python3.10/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev33) (4.21.7) 2024-10-23 14:37:49.298 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-10-23 14:37:49.301 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-10-23 14:37:49.372 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (2.1.1) 2024-10-23 14:37:49.521 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (1.1.8) 2024-10-23 14:37:49.539 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (0.14.1) 2024-10-23 14:37:49.555 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev33) (0.2.5) 2024-10-23 14:37:50.088 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev33) (2.5.0) 2024-10-23 14:37:50.163 | Requirement already satisfied: jsonpatch<2,>=1 in /usr/lib/python3/dist-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (1.32) 2024-10-23 14:37:50.280 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (1.8.2) 2024-10-23 14:37:50.951 | Installing collected packages: zstd, voluptuous, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2024-10-23 14:37:50.996 | Attempting uninstall: voluptuous 2024-10-23 14:37:50.998 | Found existing installation: voluptuous 0.12.2 2024-10-23 14:37:51.000 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:51.000 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-10-23 14:37:51.162 | Attempting uninstall: pyudev 2024-10-23 14:37:51.164 | Found existing installation: pyudev 0.22.0 2024-10-23 14:37:51.164 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:37:51.164 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-10-23 14:37:53.725 | Running setup.py develop for cinder 2024-10-23 14:37:54.627 | Successfully installed boto3-1.24.89 botocore-1.27.89 cinder google-api-core-2.10.2 google-api-python-client-2.64.0 google-auth-2.12.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.56.4 lxml-4.9.1 oauth2client-4.1.3 oslo.versionedobjects-3.1.0 oslo.vmware-4.1.1 paramiko-2.11.0 pyasn1-modules-0.2.8 pynacl-1.5.0 python-glanceclient-4.3.2 python-novaclient-18.3.0 python-swiftclient-4.2.0 pyudev-0.24.0 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-3.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.2.6 2024-10-23 14:37:54.628 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:37:54.866 | + inc/python:pip_install:196 : result=0 2024-10-23 14:37:54.868 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:37:54.870 | + functions-common:time_stop:2435 : local name 2024-10-23 14:37:54.872 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:37:54.873 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:37:54.875 | + functions-common:time_stop:2438 : local total 2024-10-23 14:37:54.877 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:37:54.879 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:37:54.880 | + functions-common:time_stop:2442 : start_time=1729694262806 2024-10-23 14:37:54.882 | + functions-common:time_stop:2444 : [[ -z 1729694262806 ]] 2024-10-23 14:37:54.884 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:37:54.887 | + functions-common:time_stop:2447 : end_time=1729694274886 2024-10-23 14:37:54.889 | + functions-common:time_stop:2448 : elapsed_time=12080 2024-10-23 14:37:54.891 | + functions-common:time_stop:2449 : total=47175 2024-10-23 14:37:54.893 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:37:54.894 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=59255 2024-10-23 14:37:54.896 | + inc/python:pip_install:199 : return 0 2024-10-23 14:37:54.898 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-23 14:37:54.900 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-10-23 14:37:54.902 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-10-23 14:37:54.916 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-10-23 14:37:54.926 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-10-23 14:37:54.927 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-10-23 14:37:54.929 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:37:54.931 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:37:54.933 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-10-23 14:37:54.935 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:37:54.937 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-10-23 14:37:54.939 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-10-23 14:37:54.940 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-10-23 14:37:54.942 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:54.944 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:54.946 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-10-23 14:37:54.955 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-10-23 14:37:54.957 | + functions-common:install_package:1459 : update_package_repo 2024-10-23 14:37:54.959 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-23 14:37:54.960 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-23 14:37:54.962 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-23 14:37:54.964 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-23 14:37:54.965 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-23 14:37:54.967 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:54.969 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:54.970 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-23 14:37:54.972 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-23 14:37:54.974 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-23 14:37:54.976 | + functions-common:apt_get_update:1186 : return 2024-10-23 14:37:54.977 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-10-23 14:37:54.979 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-23 14:37:54.981 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:54.983 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:54.985 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-10-23 14:37:55.002 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2024-10-23 14:37:55.060 | Reading package lists... 2024-10-23 14:37:55.258 | Building dependency tree... 2024-10-23 14:37:55.259 | Reading state information... 2024-10-23 14:37:55.454 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-10-23 14:37:55.454 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-10-23 14:37:55.458 | + functions-common:apt_get:1230 : result=0 2024-10-23 14:37:55.460 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-23 14:37:55.462 | + functions-common:time_stop:2435 : local name 2024-10-23 14:37:55.464 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:37:55.466 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:37:55.468 | + functions-common:time_stop:2438 : local total 2024-10-23 14:37:55.469 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:37:55.471 | + functions-common:time_stop:2441 : name=apt-get 2024-10-23 14:37:55.473 | + functions-common:time_stop:2442 : start_time=1729694274999 2024-10-23 14:37:55.475 | + functions-common:time_stop:2444 : [[ -z 1729694274999 ]] 2024-10-23 14:37:55.477 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:37:55.480 | + functions-common:time_stop:2447 : end_time=1729694275478 2024-10-23 14:37:55.482 | + functions-common:time_stop:2448 : elapsed_time=479 2024-10-23 14:37:55.483 | + functions-common:time_stop:2449 : total=2980 2024-10-23 14:37:55.485 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:37:55.487 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3459 2024-10-23 14:37:55.489 | + functions-common:apt_get:1234 : return 0 2024-10-23 14:37:55.491 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-23 14:37:55.493 | + stack.sh:main:935 : configure_cinder 2024-10-23 14:37:55.495 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-10-23 14:37:55.504 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-10-23 14:37:55.507 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-10-23 14:37:55.509 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-10-23 14:37:55.511 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-10-23 14:37:55.513 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-10-23 14:37:55.513 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-10-23 14:37:55.517 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-10-23 14:37:55.519 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-10-23 14:37:55.520 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-10-23 14:37:55.522 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-10-23 14:37:55.524 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-10-23 14:37:55.525 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-10-23 14:37:55.527 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-10-23 14:37:55.529 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-10-23 14:37:55.537 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-10-23 14:37:55.546 | + 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 2024-10-23 14:37:55.555 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2024-10-23 14:37:55.564 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-10-23 14:37:55.573 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-10-23 14:37:55.576 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-10-23 14:37:55.579 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.xNSAQ0r4El 2024-10-23 14:37:55.580 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-10-23 14:37:55.582 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-10-23 14:37:55.584 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-10-23 14:37:55.586 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.xNSAQ0r4El 2024-10-23 14:37:55.589 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.xNSAQ0r4El 2024-10-23 14:37:55.597 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.xNSAQ0r4El /etc/sudoers.d/cinder-rootwrap 2024-10-23 14:37:55.606 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-10-23 14:37:55.609 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-10-23 14:37:55.611 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-10-23 14:37:55.613 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-10-23 14:37:55.614 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-10-23 14:37:55.616 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-10-23 14:37:55.618 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-10-23 14:37:55.620 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-10-23 14:37:55.622 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-10-23 14:37:55.625 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-10-23 14:37:55.628 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-10-23 14:37:55.643 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-10-23 14:37:55.658 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-10-23 14:37:55.672 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-10-23 14:37:55.687 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-10-23 14:37:55.702 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-10-23 14:37:55.716 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-10-23 14:37:55.730 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-10-23 14:37:55.744 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-10-23 14:37:55.746 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-10-23 14:37:55.748 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-10-23 14:37:55.750 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-23 14:37:55.752 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-10-23 14:37:55.776 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-10-23 14:37:55.799 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-23 14:37:55.822 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-10-23 14:37:55.844 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-10-23 14:37:55.867 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-10-23 14:37:55.890 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-10-23 14:37:55.913 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-10-23 14:37:55.936 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-23 14:37:55.959 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-10-23 14:37:55.981 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-10-23 14:37:56.006 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-10-23 14:37:56.029 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-10-23 14:37:56.031 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-10-23 14:37:56.033 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-10-23 14:37:56.035 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-10-23 14:37:56.037 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-23 14:37:56.038 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-23 14:37:56.040 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-10-23 14:37:56.042 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-10-23 14:37:56.067 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-10-23 14:37:56.089 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-10-23 14:37:56.111 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-10-23 14:37:56.134 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-10-23 14:37:56.156 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-10-23 14:37:56.179 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-10-23 14:37:56.203 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-10-23 14:37:56.225 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-10-23 14:37:56.250 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-10-23 14:37:56.263 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key 7fa7da8d8bec9665fbb1464cb0c133a3 2024-10-23 14:37:56.286 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-10-23 14:37:56.287 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-10-23 14:37:56.310 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-10-23 14:37:56.333 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-10-23 14:37:56.355 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-10-23 14:37:56.377 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-10-23 14:37:56.389 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:37:56.391 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-10-23 14:37:56.393 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-10-23 14:37:56.395 | + lib/cinder:configure_cinder:330 : local default_name= 2024-10-23 14:37:56.397 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-10-23 14:37:56.398 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-10-23 14:37:56.400 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-10-23 14:37:56.402 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-10-23 14:37:56.404 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-10-23 14:37:56.406 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-10-23 14:37:56.408 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-10-23 14:37:56.409 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-10-23 14:37:56.434 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-10-23 14:37:56.456 | + 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 2024-10-23 14:37:56.479 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-10-23 14:37:56.501 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-10-23 14:37:56.524 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-10-23 14:37:56.526 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-10-23 14:37:56.527 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-10-23 14:37:56.529 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-10-23 14:37:56.552 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-10-23 14:37:56.554 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-10-23 14:37:56.576 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-10-23 14:37:56.578 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-10-23 14:37:56.580 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-10-23 14:37:56.582 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-10-23 14:37:56.604 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-10-23 14:37:56.606 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-10-23 14:37:56.608 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-10-23 14:37:56.621 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:37:56.623 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-10-23 14:37:56.635 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:37:56.637 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-10-23 14:37:56.649 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:37:56.651 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-10-23 14:37:56.653 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-10-23 14:37:56.655 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-10-23 14:37:56.657 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-10-23 14:37:56.659 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-23 14:37:56.660 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-23 14:37:56.662 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-23 14:37:56.675 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:37:56.677 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-23 14:37:56.679 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-23 14:37:56.681 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-23 14:37:56.693 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:37:56.695 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:37:56.697 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:37:56.720 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-23 14:37:56.722 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-23 14:37:56.725 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-10-23 14:37:56.727 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-10-23 14:37:56.728 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-10-23 14:37:56.731 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-23 14:37:56.744 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-23 14:37:56.746 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-23 14:37:56.748 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-23 14:37:56.749 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-23 14:37:56.751 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-23 14:37:56.774 | + 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' 2024-10-23 14:37:56.797 | + 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' 2024-10-23 14:37:56.820 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-23 14:37:56.843 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-10-23 14:37:56.855 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:37:56.857 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-10-23 14:37:56.859 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-10-23 14:37:56.861 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-10-23 14:37:56.862 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-10-23 14:37:56.864 | + lib/apache:write_uwsgi_config:257 : local http= 2024-10-23 14:37:56.866 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-23 14:37:56.868 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-10-23 14:37:56.871 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-10-23 14:37:56.873 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-23 14:37:56.875 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-23 14:37:56.884 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-23 14:37:56.885 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-23 14:37:56.891 | d /var/run/uwsgi 0755 stack root 2024-10-23 14:37:56.893 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-23 14:37:56.901 | /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. 2024-10-23 14:37:56.904 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-10-23 14:37:56.906 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-10-23 14:37:56.909 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-10-23 14:37:56.932 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-10-23 14:37:56.954 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-10-23 14:37:56.976 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-10-23 14:37:56.998 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-10-23 14:37:57.020 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-23 14:37:57.042 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-10-23 14:37:57.064 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-10-23 14:37:57.086 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-10-23 14:37:57.108 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-23 14:37:57.130 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-10-23 14:37:57.153 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-23 14:37:57.175 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-10-23 14:37:57.197 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-10-23 14:37:57.199 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-10-23 14:37:57.201 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-10-23 14:37:57.203 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-10-23 14:37:57.205 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-23 14:37:57.207 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:57.209 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:57.211 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-10-23 14:37:57.213 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-10-23 14:37:57.215 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-10-23 14:37:57.237 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-10-23 14:37:57.260 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-10-23 14:37:57.260 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-10-23 14:37:57.267 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-10-23 14:37:57.269 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-10-23 14:37:57.271 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-10-23 14:37:57.273 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-23 14:37:57.275 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-23 14:37:57.277 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-23 14:37:57.279 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:57.281 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:57.283 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-23 14:37:57.284 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-23 14:37:57.286 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:37:57.288 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:37:57.290 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-10-23 14:37:57.322 | Enabling site cinder-wsgi. 2024-10-23 14:37:57.326 | To activate the new configuration, you need to run: 2024-10-23 14:37:57.326 | systemctl reload apache2 2024-10-23 14:37:57.329 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-10-23 14:37:57.331 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-23 14:37:57.333 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-23 14:37:57.335 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-23 14:37:57.437 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-10-23 14:37:57.439 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-10-23 14:37:57.441 | + 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 2024-10-23 14:37:57.465 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-10-23 14:37:57.488 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-10-23 14:37:57.510 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-10-23 14:37:57.533 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-10-23 14:37:57.556 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-10-23 14:37:57.578 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-10-23 14:37:57.591 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:37:57.593 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-10-23 14:37:57.594 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-10-23 14:37:57.596 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-10-23 14:37:57.598 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-10-23 14:37:57.600 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-10-23 14:37:57.624 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-10-23 14:37:57.646 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-10-23 14:37:57.669 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-10-23 14:37:57.691 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-10-23 14:37:57.714 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-10-23 14:37:57.738 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-10-23 14:37:57.760 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-10-23 14:37:57.783 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-10-23 14:37:57.806 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-10-23 14:37:57.829 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-10-23 14:37:57.852 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-10-23 14:37:57.874 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-10-23 14:37:57.876 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-10-23 14:37:57.889 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:37:57.890 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-10-23 14:37:57.914 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-10-23 14:37:57.916 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-10-23 14:37:57.918 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-10-23 14:37:57.942 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-10-23 14:37:57.965 | + stack.sh:main:938 : is_service_enabled neutron 2024-10-23 14:37:57.978 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:37:57.980 | + stack.sh:main:940 : stack_install_service neutron 2024-10-23 14:37:57.982 | + lib/stack:stack_install_service:20 : local service=neutron 2024-10-23 14:37:57.984 | + lib/stack:stack_install_service:21 : type install_neutron 2024-10-23 14:37:57.986 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-23 14:37:57.987 | + lib/stack:stack_install_service:32 : install_neutron 2024-10-23 14:37:57.989 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-10-23 14:37:57.991 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-10-23 14:37:57.993 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:37:57.995 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:37:57.997 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-10-23 14:37:57.999 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:37:58.001 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-10-23 14:37:58.003 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-10-23 14:37:58.005 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-10-23 14:37:58.007 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-23 14:37:58.009 | + functions-common:git_clone:615 : local orig_dir 2024-10-23 14:37:58.011 | ++ functions-common:git_clone:616 : pwd 2024-10-23 14:37:58.013 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-23 14:37:58.015 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-23 14:37:58.017 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-23 14:37:58.029 | + functions-common:git_clone:619 : RECLONE=False 2024-10-23 14:37:58.031 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-23 14:37:58.033 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-23 14:37:58.035 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-23 14:37:58.037 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-23 14:37:58.038 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-23 14:37:58.041 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-10-23 14:37:58.043 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-23 14:37:58.045 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-10-23 14:37:58.047 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:37:58.048 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:37:58.050 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:37:58.052 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:37:58.054 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:37:58.055 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:37:58.057 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:37:58.059 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:37:58.061 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:37:58.064 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694278062 2024-10-23 14:37:58.066 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-10-23 14:37:58.068 | Cloning into '/opt/stack//neutron'... 2024-10-23 14:38:01.568 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:38:01.570 | + functions-common:time_stop:2435 : local name 2024-10-23 14:38:01.571 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:38:01.573 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:38:01.575 | + functions-common:time_stop:2438 : local total 2024-10-23 14:38:01.577 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:38:01.579 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:38:01.580 | + functions-common:time_stop:2442 : start_time=1729694278062 2024-10-23 14:38:01.582 | + functions-common:time_stop:2444 : [[ -z 1729694278062 ]] 2024-10-23 14:38:01.585 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:38:01.588 | + functions-common:time_stop:2447 : end_time=1729694281586 2024-10-23 14:38:01.589 | + functions-common:time_stop:2448 : elapsed_time=3524 2024-10-23 14:38:01.591 | + functions-common:time_stop:2449 : total=57744 2024-10-23 14:38:01.593 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:38:01.595 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=61268 2024-10-23 14:38:01.597 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-10-23 14:38:01.599 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-23 14:38:01.600 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:38:01.602 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:38:01.604 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:38:01.606 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:38:01.608 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:38:01.609 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:38:01.611 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:38:01.613 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:38:01.615 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:38:01.618 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694281616 2024-10-23 14:38:01.620 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-23 14:38:04.463 | From https://opendev.org/openstack/neutron 2024-10-23 14:38:04.463 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-23 14:38:04.467 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:38:04.469 | + functions-common:time_stop:2435 : local name 2024-10-23 14:38:04.471 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:38:04.473 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:38:04.475 | + functions-common:time_stop:2438 : local total 2024-10-23 14:38:04.477 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:38:04.479 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:38:04.480 | + functions-common:time_stop:2442 : start_time=1729694281616 2024-10-23 14:38:04.482 | + functions-common:time_stop:2444 : [[ -z 1729694281616 ]] 2024-10-23 14:38:04.485 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:38:04.488 | + functions-common:time_stop:2447 : end_time=1729694284486 2024-10-23 14:38:04.490 | + functions-common:time_stop:2448 : elapsed_time=2870 2024-10-23 14:38:04.491 | + functions-common:time_stop:2449 : total=61268 2024-10-23 14:38:04.493 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:38:04.495 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=64138 2024-10-23 14:38:04.497 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-23 14:38:04.499 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:38:04.501 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:38:04.502 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:38:04.504 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:38:04.506 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:38:04.508 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:38:04.510 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:38:04.512 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:38:04.514 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:38:04.517 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694284515 2024-10-23 14:38:04.519 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-23 14:38:04.772 | Note: switching to 'FETCH_HEAD'. 2024-10-23 14:38:04.772 | 2024-10-23 14:38:04.772 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-23 14:38:04.772 | changes and commit them, and you can discard any commits you make in this 2024-10-23 14:38:04.772 | state without impacting any branches by switching back to a branch. 2024-10-23 14:38:04.772 | 2024-10-23 14:38:04.772 | If you want to create a new branch to retain commits you create, you may 2024-10-23 14:38:04.772 | do so (now or later) by using -c with the switch command. Example: 2024-10-23 14:38:04.772 | 2024-10-23 14:38:04.772 | git switch -c 2024-10-23 14:38:04.772 | 2024-10-23 14:38:04.772 | Or undo this operation with: 2024-10-23 14:38:04.772 | 2024-10-23 14:38:04.772 | git switch - 2024-10-23 14:38:04.772 | 2024-10-23 14:38:04.772 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-23 14:38:04.772 | 2024-10-23 14:38:04.772 | HEAD is now at a75051c Merge "Revert "[OVN] Prevent Trunk creation/deletion with parent port bound"" into stable/2023.1 2024-10-23 14:38:04.776 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:38:04.778 | + functions-common:time_stop:2435 : local name 2024-10-23 14:38:04.780 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:38:04.782 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:38:04.783 | + functions-common:time_stop:2438 : local total 2024-10-23 14:38:04.785 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:38:04.787 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:38:04.789 | + functions-common:time_stop:2442 : start_time=1729694284515 2024-10-23 14:38:04.791 | + functions-common:time_stop:2444 : [[ -z 1729694284515 ]] 2024-10-23 14:38:04.794 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:38:04.797 | + functions-common:time_stop:2447 : end_time=1729694284794 2024-10-23 14:38:04.798 | + functions-common:time_stop:2448 : elapsed_time=279 2024-10-23 14:38:04.800 | + functions-common:time_stop:2449 : total=64138 2024-10-23 14:38:04.802 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:38:04.804 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=64417 2024-10-23 14:38:04.806 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-10-23 14:38:04.818 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-10-23 14:38:04.820 | + functions-common:git_clone:696 : git show --oneline 2024-10-23 14:38:04.820 | + functions-common:git_clone:696 : head -1 2024-10-23 14:38:04.823 | a75051c Merge "Revert "[OVN] Prevent Trunk creation/deletion with parent port bound"" into stable/2023.1 2024-10-23 14:38:04.826 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-23 14:38:04.828 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-10-23 14:38:04.830 | + inc/python:setup_develop:334 : local bindep 2024-10-23 14:38:04.831 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-10-23 14:38:04.833 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-10-23 14:38:04.835 | + inc/python:setup_develop:340 : local extras= 2024-10-23 14:38:04.837 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-10-23 14:38:04.839 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-23 14:38:04.841 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-10-23 14:38:04.843 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-10-23 14:38:04.845 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-23 14:38:04.847 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-23 14:38:04.849 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-10-23 14:38:04.851 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-23 14:38:04.853 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-10-23 14:38:04.855 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-23 14:38:04.857 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-23 14:38:04.860 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-10-23 14:38:04.864 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-10-23 14:38:04.866 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-10-23 14:38:05.180 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-10-23 14:38:05.182 | + inc/python:setup_package:414 : local bindep=0 2024-10-23 14:38:05.184 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-23 14:38:05.186 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-23 14:38:05.188 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-10-23 14:38:05.190 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-10-23 14:38:05.192 | + inc/python:setup_package:423 : local flags=-e 2024-10-23 14:38:05.194 | + inc/python:setup_package:424 : local extras= 2024-10-23 14:38:05.196 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-23 14:38:05.198 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-23 14:38:05.200 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-23 14:38:05.202 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-23 14:38:05.204 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-23 14:38:05.206 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-10-23 14:38:05.222 | Using python 3.10 to install /opt/stack/neutron 2024-10-23 14:38:05.224 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2024-10-23 14:38:06.186 | Obtaining file:///opt/stack/neutron 2024-10-23 14:38:06.186 | Preparing metadata (setup.py): started 2024-10-23 14:38:06.773 | Preparing metadata (setup.py): finished with status 'done' 2024-10-23 14:38:06.845 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (3.1.2) 2024-10-23 14:38:06.846 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (3.5.2) 2024-10-23 14:38:06.847 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (2.1.1) 2024-10-23 14:38:06.848 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (2.5.1) 2024-10-23 14:38:06.849 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (1.4.41) 2024-10-23 14:38:06.850 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (1.8.7) 2024-10-23 14:38:06.850 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (1.8.1) 2024-10-23 14:38:06.851 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (2.5.0) 2024-10-23 14:38:06.852 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (5.1.1) 2024-10-23 14:38:06.853 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (0.33.1) 2024-10-23 14:38:06.853 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (2.4.1) 2024-10-23 14:38:06.854 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (0.20.4) 2024-10-23 14:38:06.856 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (5.1.3) 2024-10-23 14:38:06.856 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (10.2.0) 2024-10-23 14:38:06.857 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (0.8.0) 2024-10-23 14:38:06.857 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev40) (0.11.0) 2024-10-23 14:38:06.984 | Collecting neutron-lib>=3.4.2 2024-10-23 14:38:06.990 | Using cached neutron_lib-3.4.3-py3-none-any.whl (584 kB) 2024-10-23 14:38:06.998 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (1.0.1) 2024-10-23 14:38:07.026 | Collecting os-ken>=2.2.0 2024-10-23 14:38:07.039 | Using cached os_ken-2.6.1-py3-none-any.whl (2.0 MB) 2024-10-23 14:38:07.079 | Collecting os-resource-classes>=1.1.0 2024-10-23 14:38:07.081 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-10-23 14:38:07.115 | Collecting os-vif>=3.1.0 2024-10-23 14:38:07.118 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-10-23 14:38:07.121 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (3.3.1) 2024-10-23 14:38:07.122 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (5.1.1) 2024-10-23 14:38:07.122 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (9.1.1) 2024-10-23 14:38:07.145 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (5.1.1) 2024-10-23 14:38:07.146 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (12.3.2) 2024-10-23 14:38:07.146 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (6.0.0) 2024-10-23 14:38:07.148 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (5.2.0) 2024-10-23 14:38:07.148 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (14.2.5) 2024-10-23 14:38:07.148 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (5.1.1) 2024-10-23 14:38:07.149 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (4.1.1) 2024-10-23 14:38:07.150 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (3.1.0) 2024-10-23 14:38:07.151 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (3.0.0) 2024-10-23 14:38:07.152 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (7.0.1) 2024-10-23 14:38:07.152 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (5.1.2) 2024-10-23 14:38:07.153 | Requirement already satisfied: oslo.service>=3.1.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (3.1.2) 2024-10-23 14:38:07.154 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (2.1.1) 2024-10-23 14:38:07.155 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (6.1.0) 2024-10-23 14:38:07.156 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (3.1.0) 2024-10-23 14:38:07.156 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (3.4.3) 2024-10-23 14:38:07.179 | Collecting ovs>=2.10.0 2024-10-23 14:38:07.180 | Using cached ovs-2.17.7-py3-none-any.whl 2024-10-23 14:38:07.233 | Collecting ovsdbapp>=2.2.1 2024-10-23 14:38:07.235 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2024-10-23 14:38:07.238 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (23.1) 2024-10-23 14:38:07.239 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (5.11.1) 2024-10-23 14:38:07.265 | Collecting pecan>=1.4.0 2024-10-23 14:38:07.265 | Using cached pecan-1.4.2-py3-none-any.whl 2024-10-23 14:38:07.268 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (5.9.2) 2024-10-23 14:38:07.269 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (22.1.0) 2024-10-23 14:38:07.297 | Collecting pyroute2>=0.7.3 2024-10-23 14:38:07.301 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-10-23 14:38:07.336 | Collecting python-designateclient>=2.7.0 2024-10-23 14:38:07.338 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-10-23 14:38:07.378 | Collecting python-neutronclient>=7.8.0 2024-10-23 14:38:07.381 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-10-23 14:38:07.386 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (18.3.0) 2024-10-23 14:38:07.387 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (2.28.1) 2024-10-23 14:38:07.387 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (5.0.0) 2024-10-23 14:38:07.388 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (6.3.1) 2024-10-23 14:38:07.389 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev40) (3.2.0) 2024-10-23 14:38:07.395 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev40) (1.2.3) 2024-10-23 14:38:07.399 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev40) (1.14.1) 2024-10-23 14:38:07.404 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev40) (2.2.1) 2024-10-23 14:38:07.407 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev40) (1.16.0) 2024-10-23 14:38:07.407 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev40) (1.1.3) 2024-10-23 14:38:07.413 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->neutron==0.0.1.dev40) (3.0.9) 2024-10-23 14:38:07.416 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev40) (2.1.1) 2024-10-23 14:38:07.441 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev40) (1.7.0) 2024-10-23 14:38:07.441 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev40) (1.1.0) 2024-10-23 14:38:07.465 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev40) (3.1.1) 2024-10-23 14:38:07.466 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev40) (5.1.0) 2024-10-23 14:38:07.568 | Collecting setproctitle>=1.1.10 2024-10-23 14:38:07.571 | 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) 2024-10-23 14:38:07.605 | Collecting os-traits>=0.9.0 2024-10-23 14:38:07.606 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-10-23 14:38:07.620 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev40) (6.0) 2024-10-23 14:38:07.622 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev40) (38.0.2) 2024-10-23 14:38:07.622 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev40) (1.4.4) 2024-10-23 14:38:07.622 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev40) (1.32) 2024-10-23 14:38:07.623 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev40) (1.4.0) 2024-10-23 14:38:07.624 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev40) (1.0.1) 2024-10-23 14:38:07.624 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev40) (1.1.8) 2024-10-23 14:38:07.658 | Collecting ncclient>=0.6.13 2024-10-23 14:38:07.658 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-10-23 14:38:07.662 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=2.2.0->neutron==0.0.1.dev40) (1.0.4) 2024-10-23 14:38:07.709 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev40) (0.18) 2024-10-23 14:38:07.727 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev40) (1.5.0) 2024-10-23 14:38:07.753 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev40) (2.0.1) 2024-10-23 14:38:07.753 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev40) (0.13.0) 2024-10-23 14:38:07.756 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev40) (0.5.0) 2024-10-23 14:38:07.777 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev40) (0.9.6) 2024-10-23 14:38:07.779 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev40) (2.8.2) 2024-10-23 14:38:07.803 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev40) (5.1.1) 2024-10-23 14:38:07.804 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev40) (5.2.4) 2024-10-23 14:38:07.805 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev40) (0.6.0) 2024-10-23 14:38:07.806 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev40) (5.2.0) 2024-10-23 14:38:07.816 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev40) (3.3.0) 2024-10-23 14:38:07.819 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev40) (4.0.0) 2024-10-23 14:38:07.861 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev40) (1.15.1) 2024-10-23 14:38:07.880 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev40) (2022.4) 2024-10-23 14:38:07.893 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev40) (1.4.0) 2024-10-23 14:38:07.895 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev40) (4.0.1) 2024-10-23 14:38:07.903 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev40) (3.4.1) 2024-10-23 14:38:07.977 | Collecting sortedcontainers 2024-10-23 14:38:07.979 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-10-23 14:38:08.004 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev40) (59.6.0) 2024-10-23 14:38:08.046 | Collecting logutils>=0.3 2024-10-23 14:38:08.047 | Using cached logutils-0.3.5-py3-none-any.whl 2024-10-23 14:38:08.128 | Collecting osc-lib>=1.8.0 2024-10-23 14:38:08.132 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-10-23 14:38:08.135 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev40) (4.16.0) 2024-10-23 14:38:08.136 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev40) (4.2.0) 2024-10-23 14:38:08.340 | Collecting simplejson>=3.5.1 2024-10-23 14:38:08.343 | Using cached simplejson-3.17.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (137 kB) 2024-10-23 14:38:08.382 | Collecting os-client-config>=1.28.0 2024-10-23 14:38:08.384 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-10-23 14:38:08.419 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev40) (3.4) 2024-10-23 14:38:08.420 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev40) (1.26.12) 2024-10-23 14:38:08.420 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev40) (2020.6.20) 2024-10-23 14:38:08.421 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev40) (2.1.1) 2024-10-23 14:38:08.433 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev40) (0.7) 2024-10-23 14:38:08.553 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev40) (0.13.1) 2024-10-23 14:38:08.579 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev40) (5.0.0) 2024-10-23 14:38:08.626 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev40) (2.21) 2024-10-23 14:38:08.649 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev40) (5.0.0) 2024-10-23 14:38:08.650 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev40) (2.4.2) 2024-10-23 14:38:08.653 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev40) (0.5.1) 2024-10-23 14:38:08.805 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev40) (22.1.0) 2024-10-23 14:38:08.806 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev40) (0.18.1) 2024-10-23 14:38:08.893 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev40) (4.9.1) 2024-10-23 14:38:08.894 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev40) (2.11.0) 2024-10-23 14:38:08.960 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev40) (0.14.1) 2024-10-23 14:38:08.977 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev40) (0.2.5) 2024-10-23 14:38:09.165 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev40) (0.4.3) 2024-10-23 14:38:09.167 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev40) (0.5.2) 2024-10-23 14:38:09.209 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev40) (2.5.0) 2024-10-23 14:38:09.369 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev40) (1.8.2) 2024-10-23 14:38:09.400 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev40) (3.8.1) 2024-10-23 14:38:09.443 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev40) (1.5.0) 2024-10-23 14:38:10.113 | 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 2024-10-23 14:38:10.113 | Attempting uninstall: sortedcontainers 2024-10-23 14:38:10.115 | Found existing installation: sortedcontainers 2.1.0 2024-10-23 14:38:10.117 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:38:10.117 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-10-23 14:38:10.510 | Attempting uninstall: ovs 2024-10-23 14:38:10.512 | Found existing installation: ovs 2.17.9 2024-10-23 14:38:10.513 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:38:10.513 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-10-23 14:38:12.801 | Running setup.py develop for neutron 2024-10-23 14:38:13.899 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.3 os-client-config-2.1.0 os-ken-2.6.1 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.2 pecan-1.4.2 pyroute2-0.7.3 python-designateclient-5.2.0 python-neutronclient-9.0.0 setproctitle-1.3.2 simplejson-3.17.6 sortedcontainers-2.4.0 2024-10-23 14:38:13.899 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:38:14.066 | + inc/python:pip_install:196 : result=0 2024-10-23 14:38:14.068 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:38:14.070 | + functions-common:time_stop:2435 : local name 2024-10-23 14:38:14.071 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:38:14.073 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:38:14.075 | + functions-common:time_stop:2438 : local total 2024-10-23 14:38:14.077 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:38:14.079 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:38:14.081 | + functions-common:time_stop:2442 : start_time=1729694285218 2024-10-23 14:38:14.083 | + functions-common:time_stop:2444 : [[ -z 1729694285218 ]] 2024-10-23 14:38:14.085 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:38:14.089 | + functions-common:time_stop:2447 : end_time=1729694294086 2024-10-23 14:38:14.090 | + functions-common:time_stop:2448 : elapsed_time=8868 2024-10-23 14:38:14.092 | + functions-common:time_stop:2449 : total=59255 2024-10-23 14:38:14.094 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:38:14.096 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=68123 2024-10-23 14:38:14.098 | + inc/python:pip_install:199 : return 0 2024-10-23 14:38:14.100 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-23 14:38:14.102 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-10-23 14:38:14.104 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-10-23 14:38:14.119 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-10-23 14:38:14.128 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-10-23 14:38:14.130 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-10-23 14:38:14.132 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:38:14.134 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:38:14.136 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-10-23 14:38:14.138 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:38:14.140 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-10-23 14:38:14.142 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-23 14:38:14.144 | + stack.sh:main:943 : is_service_enabled nova 2024-10-23 14:38:14.157 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:38:14.159 | + stack.sh:main:945 : stack_install_service nova 2024-10-23 14:38:14.161 | + lib/stack:stack_install_service:20 : local service=nova 2024-10-23 14:38:14.164 | + lib/stack:stack_install_service:21 : type install_nova 2024-10-23 14:38:14.166 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-23 14:38:14.168 | + lib/stack:stack_install_service:32 : install_nova 2024-10-23 14:38:14.170 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-10-23 14:38:14.172 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-10-23 14:38:14.174 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:38:14.176 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:38:14.178 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-10-23 14:38:14.180 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:38:14.182 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-10-23 14:38:14.195 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:38:14.196 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-10-23 14:38:14.209 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:38:14.211 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-10-23 14:38:14.223 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:38:14.225 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/15/933115/1 2024-10-23 14:38:14.227 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-10-23 14:38:14.229 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-10-23 14:38:14.230 | + functions-common:git_clone:614 : local git_ref=refs/changes/15/933115/1 2024-10-23 14:38:14.232 | + functions-common:git_clone:615 : local orig_dir 2024-10-23 14:38:14.234 | ++ functions-common:git_clone:616 : pwd 2024-10-23 14:38:14.236 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-23 14:38:14.238 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-23 14:38:14.240 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-23 14:38:14.252 | + functions-common:git_clone:619 : RECLONE=False 2024-10-23 14:38:14.254 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-23 14:38:14.256 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-23 14:38:14.257 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-23 14:38:14.260 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-23 14:38:14.260 | + functions-common:git_clone:633 : echo refs/changes/15/933115/1 2024-10-23 14:38:14.263 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-10-23 14:38:14.265 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-10-23 14:38:14.267 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-10-23 14:38:14.269 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:38:14.270 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:38:14.272 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:38:14.273 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:38:14.275 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:38:14.277 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:38:14.278 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:38:14.280 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:38:14.283 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:38:14.285 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694294283 2024-10-23 14:38:14.287 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-10-23 14:38:14.289 | Cloning into '/opt/stack//nova'... 2024-10-23 14:38:18.405 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:38:18.407 | + functions-common:time_stop:2435 : local name 2024-10-23 14:38:18.408 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:38:18.410 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:38:18.412 | + functions-common:time_stop:2438 : local total 2024-10-23 14:38:18.414 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:38:18.415 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:38:18.417 | + functions-common:time_stop:2442 : start_time=1729694294283 2024-10-23 14:38:18.419 | + functions-common:time_stop:2444 : [[ -z 1729694294283 ]] 2024-10-23 14:38:18.421 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:38:18.424 | + functions-common:time_stop:2447 : end_time=1729694298422 2024-10-23 14:38:18.426 | + functions-common:time_stop:2448 : elapsed_time=4139 2024-10-23 14:38:18.428 | + functions-common:time_stop:2449 : total=64417 2024-10-23 14:38:18.429 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:38:18.431 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=68556 2024-10-23 14:38:18.433 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-10-23 14:38:18.435 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/15/933115/1 2024-10-23 14:38:18.436 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:38:18.438 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:38:18.440 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:38:18.441 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:38:18.443 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:38:18.445 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:38:18.447 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:38:18.448 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:38:18.451 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:38:18.454 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694298452 2024-10-23 14:38:18.455 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/15/933115/1 2024-10-23 14:39:14.221 | From https://opendev.org/openstack/nova 2024-10-23 14:39:14.221 | * branch refs/changes/15/933115/1 -> FETCH_HEAD 2024-10-23 14:39:14.226 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:39:14.228 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:14.230 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:14.232 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:14.233 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:14.235 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:14.236 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:39:14.238 | + functions-common:time_stop:2442 : start_time=1729694298452 2024-10-23 14:39:14.240 | + functions-common:time_stop:2444 : [[ -z 1729694298452 ]] 2024-10-23 14:39:14.242 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:14.245 | + functions-common:time_stop:2447 : end_time=1729694354243 2024-10-23 14:39:14.246 | + functions-common:time_stop:2448 : elapsed_time=55791 2024-10-23 14:39:14.248 | + functions-common:time_stop:2449 : total=68556 2024-10-23 14:39:14.250 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:14.251 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=124347 2024-10-23 14:39:14.253 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-10-23 14:39:14.594 | Note: switching to 'FETCH_HEAD'. 2024-10-23 14:39:14.594 | 2024-10-23 14:39:14.594 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-23 14:39:14.594 | changes and commit them, and you can discard any commits you make in this 2024-10-23 14:39:14.594 | state without impacting any branches by switching back to a branch. 2024-10-23 14:39:14.594 | 2024-10-23 14:39:14.594 | If you want to create a new branch to retain commits you create, you may 2024-10-23 14:39:14.594 | do so (now or later) by using -c with the switch command. Example: 2024-10-23 14:39:14.594 | 2024-10-23 14:39:14.594 | git switch -c 2024-10-23 14:39:14.594 | 2024-10-23 14:39:14.594 | Or undo this operation with: 2024-10-23 14:39:14.594 | 2024-10-23 14:39:14.594 | git switch - 2024-10-23 14:39:14.594 | 2024-10-23 14:39:14.594 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-23 14:39:14.594 | 2024-10-23 14:39:14.594 | HEAD is now at 2c55382215 Process unlimited exceptions raised by unplug_vifs 2024-10-23 14:39:14.600 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-10-23 14:39:14.611 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-10-23 14:39:14.613 | + functions-common:git_clone:696 : git show --oneline 2024-10-23 14:39:14.613 | + functions-common:git_clone:696 : head -1 2024-10-23 14:39:14.629 | 2c55382215 Process unlimited exceptions raised by unplug_vifs 2024-10-23 14:39:14.631 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-23 14:39:14.633 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-10-23 14:39:14.635 | + inc/python:setup_develop:334 : local bindep 2024-10-23 14:39:14.637 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-10-23 14:39:14.639 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-10-23 14:39:14.640 | + inc/python:setup_develop:340 : local extras= 2024-10-23 14:39:14.642 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-10-23 14:39:14.644 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-23 14:39:14.646 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-10-23 14:39:14.648 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-10-23 14:39:14.649 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-23 14:39:14.651 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-23 14:39:14.653 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-10-23 14:39:14.655 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-23 14:39:14.657 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-10-23 14:39:14.659 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-23 14:39:14.661 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-23 14:39:14.663 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-10-23 14:39:14.667 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-10-23 14:39:14.669 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-10-23 14:39:14.984 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-10-23 14:39:14.986 | + inc/python:setup_package:414 : local bindep=0 2024-10-23 14:39:14.988 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-23 14:39:14.990 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-23 14:39:14.992 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-10-23 14:39:14.994 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-10-23 14:39:14.996 | + inc/python:setup_package:423 : local flags=-e 2024-10-23 14:39:14.997 | + inc/python:setup_package:424 : local extras= 2024-10-23 14:39:14.999 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-23 14:39:15.001 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-23 14:39:15.003 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-23 14:39:15.005 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-23 14:39:15.006 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-23 14:39:15.008 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-10-23 14:39:15.023 | Using python 3.10 to install /opt/stack/nova 2024-10-23 14:39:15.025 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2024-10-23 14:39:15.966 | Obtaining file:///opt/stack/nova 2024-10-23 14:39:15.967 | Preparing metadata (setup.py): started 2024-10-23 14:39:18.899 | Preparing metadata (setup.py): finished with status 'done' 2024-10-23 14:39:18.985 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (3.1.2) 2024-10-23 14:39:18.986 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (3.5.2) 2024-10-23 14:39:18.987 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (2.1.1) 2024-10-23 14:39:18.987 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (3.4.1) 2024-10-23 14:39:18.988 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (6.0) 2024-10-23 14:39:18.989 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (2.5.1) 2024-10-23 14:39:18.989 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (1.4.41) 2024-10-23 14:39:18.990 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (1.8.7) 2024-10-23 14:39:18.991 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (1.8.1) 2024-10-23 14:39:18.991 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (4.1.0) 2024-10-23 14:39:18.992 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (38.0.2) 2024-10-23 14:39:18.993 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (0.2.3) 2024-10-23 14:39:18.994 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (5.1.1) 2024-10-23 14:39:18.994 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (0.33.1) 2024-10-23 14:39:18.995 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (2.4.1) 2024-10-23 14:39:18.996 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (1.1.3) 2024-10-23 14:39:18.996 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (1.1.0) 2024-10-23 14:39:18.997 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (4.16.0) 2024-10-23 14:39:18.998 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (5.1.3) 2024-10-23 14:39:18.999 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (10.2.0) 2024-10-23 14:39:18.999 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (4.9.1) 2024-10-23 14:39:19.098 | Collecting microversion-parse>=0.2.1 2024-10-23 14:39:19.100 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-10-23 14:39:19.102 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (0.8.0) 2024-10-23 14:39:19.103 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60310) (0.11.0) 2024-10-23 14:39:19.103 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (1.0.1) 2024-10-23 14:39:19.104 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (6.2.3) 2024-10-23 14:39:19.105 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (1.1.0) 2024-10-23 14:39:19.106 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (1.7.0) 2024-10-23 14:39:19.106 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (2.10.0) 2024-10-23 14:39:19.107 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (3.1.1) 2024-10-23 14:39:19.108 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (3.3.1) 2024-10-23 14:39:19.108 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (5.1.1) 2024-10-23 14:39:19.109 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (9.1.1) 2024-10-23 14:39:19.110 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (5.1.1) 2024-10-23 14:39:19.111 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (12.3.2) 2024-10-23 14:39:19.111 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (6.0.0) 2024-10-23 14:39:19.113 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (2.1.0) 2024-10-23 14:39:19.113 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (5.2.0) 2024-10-23 14:39:19.114 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (14.2.5) 2024-10-23 14:39:19.115 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (5.1.1) 2024-10-23 14:39:19.115 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (4.1.1) 2024-10-23 14:39:19.138 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (3.1.0) 2024-10-23 14:39:19.138 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (3.0.0) 2024-10-23 14:39:19.139 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (7.0.1) 2024-10-23 14:39:19.140 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (5.1.2) 2024-10-23 14:39:19.140 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (3.1.2) 2024-10-23 14:39:19.141 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (2.1.1) 2024-10-23 14:39:19.142 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (6.1.0) 2024-10-23 14:39:19.143 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (3.1.0) 2024-10-23 14:39:19.143 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (23.1) 2024-10-23 14:39:19.144 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (2.11.0) 2024-10-23 14:39:19.145 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (5.11.1) 2024-10-23 14:39:19.145 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (5.9.2) 2024-10-23 14:39:19.146 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (9.3.0) 2024-10-23 14:39:19.147 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (2.8.2) 2024-10-23 14:39:19.148 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (4.3.2) 2024-10-23 14:39:19.148 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (9.0.0) 2024-10-23 14:39:19.149 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (2.28.1) 2024-10-23 14:39:19.150 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (1.3.3) 2024-10-23 14:39:19.150 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (1.5.0) 2024-10-23 14:39:19.151 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (0.13.0) 2024-10-23 14:39:19.152 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (5.0.0) 2024-10-23 14:39:19.153 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60310) (3.2.0) 2024-10-23 14:39:19.172 | Collecting websockify>=0.9.0 2024-10-23 14:39:19.172 | Using cached websockify-0.10.0-py3-none-any.whl 2024-10-23 14:39:19.183 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60310) (1.2.3) 2024-10-23 14:39:19.192 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.16.0->nova==0.1.0.dev60310) (5.5.0) 2024-10-23 14:39:19.210 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60310) (1.15.1) 2024-10-23 14:39:19.222 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60310) (1.16.0) 2024-10-23 14:39:19.223 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60310) (2.2.1) 2024-10-23 14:39:19.231 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60310) (2.1.1) 2024-10-23 14:39:19.249 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60310) (22.1.0) 2024-10-23 14:39:19.250 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60310) (0.18.1) 2024-10-23 14:39:19.296 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60310) (5.1.0) 2024-10-23 14:39:19.298 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60310) (3.1.1) 2024-10-23 14:39:19.320 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60310) (1.0.1) 2024-10-23 14:39:19.321 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60310) (1.32) 2024-10-23 14:39:19.322 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60310) (1.1.8) 2024-10-23 14:39:19.322 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60310) (1.4.4) 2024-10-23 14:39:19.323 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60310) (1.4.0) 2024-10-23 14:39:19.335 | Requirement already satisfied: os-win>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60310) (5.9.0) 2024-10-23 14:39:19.336 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60310) (6.3.1) 2024-10-23 14:39:19.355 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60310) (0.7.3) 2024-10-23 14:39:19.356 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60310) (2.2.2) 2024-10-23 14:39:19.357 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60310) (2.5.0) 2024-10-23 14:39:19.383 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=5.0.1->nova==0.1.0.dev60310) (0.18) 2024-10-23 14:39:19.427 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60310) (2.0.1) 2024-10-23 14:39:19.428 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60310) (0.5.0) 2024-10-23 14:39:19.459 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->nova==0.1.0.dev60310) (0.9.6) 2024-10-23 14:39:19.484 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60310) (5.2.0) 2024-10-23 14:39:19.485 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60310) (5.1.1) 2024-10-23 14:39:19.486 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60310) (5.2.4) 2024-10-23 14:39:19.487 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60310) (0.6.0) 2024-10-23 14:39:19.497 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60310) (4.0.0) 2024-10-23 14:39:19.498 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60310) (3.3.0) 2024-10-23 14:39:19.518 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->nova==0.1.0.dev60310) (1.0.4) 2024-10-23 14:39:19.538 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60310) (2022.4) 2024-10-23 14:39:19.551 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60310) (4.0.1) 2024-10-23 14:39:19.552 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60310) (1.4.0) 2024-10-23 14:39:19.570 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.12.1->nova==0.1.0.dev60310) (3.0.9) 2024-10-23 14:39:19.610 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60310) (1.5.0) 2024-10-23 14:39:19.619 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60310) (59.6.0) 2024-10-23 14:39:19.672 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60310) (0.2.5) 2024-10-23 14:39:19.719 | Requirement already satisfied: warlock>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60310) (2.0.1) 2024-10-23 14:39:19.720 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60310) (1.14.1) 2024-10-23 14:39:19.722 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60310) (22.1.0) 2024-10-23 14:39:19.737 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60310) (4.2.0) 2024-10-23 14:39:19.738 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60310) (2.1.0) 2024-10-23 14:39:19.739 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60310) (2.7.0) 2024-10-23 14:39:19.740 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60310) (3.17.6) 2024-10-23 14:39:19.762 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60310) (1.26.12) 2024-10-23 14:39:19.763 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60310) (2020.6.20) 2024-10-23 14:39:19.764 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60310) (2.1.1) 2024-10-23 14:39:19.765 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60310) (3.4) 2024-10-23 14:39:19.797 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60310) (0.7) 2024-10-23 14:39:19.876 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60310) (0.5.2) 2024-10-23 14:39:19.877 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60310) (0.4.3) 2024-10-23 14:39:19.919 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60310) (0.13.1) 2024-10-23 14:39:20.364 | Collecting numpy 2024-10-23 14:39:20.448 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-10-23 14:39:20.538 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.1.0.dev60310) (5.0.0) 2024-10-23 14:39:20.620 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60310) (2.21) 2024-10-23 14:39:20.644 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60310) (2.4.2) 2024-10-23 14:39:20.644 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60310) (5.0.0) 2024-10-23 14:39:20.645 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60310) (0.5.1) 2024-10-23 14:39:20.852 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.1.0.dev60310) (0.14.1) 2024-10-23 14:39:20.868 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60310) (2.17.7) 2024-10-23 14:39:21.138 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60310) (2.5.0) 2024-10-23 14:39:21.321 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60310) (1.8.2) 2024-10-23 14:39:21.352 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60310) (3.8.1) 2024-10-23 14:39:21.367 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60310) (2.4.0) 2024-10-23 14:39:21.953 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-10-23 14:39:23.763 | Running setup.py develop for nova 2024-10-23 14:39:27.150 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-10-23 14:39:27.151 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:39:27.285 | + inc/python:pip_install:196 : result=0 2024-10-23 14:39:27.287 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:39:27.289 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:27.291 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:27.293 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:27.295 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:27.296 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:27.298 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:39:27.300 | + functions-common:time_stop:2442 : start_time=1729694355019 2024-10-23 14:39:27.301 | + functions-common:time_stop:2444 : [[ -z 1729694355019 ]] 2024-10-23 14:39:27.304 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:27.306 | + functions-common:time_stop:2447 : end_time=1729694367304 2024-10-23 14:39:27.308 | + functions-common:time_stop:2448 : elapsed_time=12285 2024-10-23 14:39:27.310 | + functions-common:time_stop:2449 : total=68123 2024-10-23 14:39:27.312 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:27.313 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=80408 2024-10-23 14:39:27.315 | + inc/python:pip_install:199 : return 0 2024-10-23 14:39:27.317 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-23 14:39:27.319 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-10-23 14:39:27.321 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-10-23 14:39:27.334 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-10-23 14:39:27.343 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-10-23 14:39:27.345 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-10-23 14:39:27.347 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:39:27.349 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:39:27.351 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-10-23 14:39:27.353 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:39:27.355 | + lib/nova:install_nova:964 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2024-10-23 14:39:27.365 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-23 14:39:27.367 | + stack.sh:main:946 : configure_nova 2024-10-23 14:39:27.369 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-10-23 14:39:27.378 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-10-23 14:39:27.380 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-10-23 14:39:27.382 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-10-23 14:39:27.386 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-10-23 14:39:27.386 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-10-23 14:39:27.389 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-10-23 14:39:27.391 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-10-23 14:39:27.393 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-10-23 14:39:27.395 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-10-23 14:39:27.397 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-10-23 14:39:27.399 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-10-23 14:39:27.400 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-10-23 14:39:27.402 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-10-23 14:39:27.411 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-10-23 14:39:27.420 | + 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 2024-10-23 14:39:27.429 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2024-10-23 14:39:27.438 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-10-23 14:39:27.448 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-10-23 14:39:27.450 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-10-23 14:39:27.454 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.GWTzy4q8VK 2024-10-23 14:39:27.456 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-10-23 14:39:27.458 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-10-23 14:39:27.460 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-10-23 14:39:27.462 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-10-23 14:39:27.464 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-10-23 14:39:27.466 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.GWTzy4q8VK 2024-10-23 14:39:27.469 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.GWTzy4q8VK 2024-10-23 14:39:27.478 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.GWTzy4q8VK /etc/sudoers.d/nova-rootwrap 2024-10-23 14:39:27.488 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-10-23 14:39:27.491 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-10-23 14:39:27.493 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-10-23 14:39:27.495 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-10-23 14:39:27.497 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-10-23 14:39:27.499 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-10-23 14:39:27.501 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-10-23 14:39:27.503 | + lib/nova:configure_nova:253 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-10-23 14:39:27.505 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-10-23 14:39:27.508 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-10-23 14:39:27.521 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:27.522 | + lib/nova:configure_nova:356 : create_nova_conf 2024-10-23 14:39:27.524 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-10-23 14:39:27.527 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-10-23 14:39:27.530 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-10-23 14:39:27.552 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-10-23 14:39:27.554 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-10-23 14:39:27.575 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-10-23 14:39:27.598 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-10-23 14:39:27.620 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-10-23 14:39:27.644 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-10-23 14:39:27.667 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-10-23 14:39:27.691 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-10-23 14:39:27.712 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-10-23 14:39:27.735 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-10-23 14:39:27.757 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-10-23 14:39:27.779 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-10-23 14:39:27.800 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-10-23 14:39:27.824 | + lib/nova:create_nova_conf:451 : is_fedora 2024-10-23 14:39:27.825 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-23 14:39:27.827 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-23 14:39:27.829 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-23 14:39:27.831 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-23 14:39:27.832 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-23 14:39:27.834 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-23 14:39:27.836 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-23 14:39:27.838 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-23 14:39:27.839 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-23 14:39:27.841 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-23 14:39:27.843 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-23 14:39:27.844 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-23 14:39:27.846 | + lib/nova:create_nova_conf:451 : is_suse 2024-10-23 14:39:27.848 | + functions-common:is_suse:544 : is_opensuse 2024-10-23 14:39:27.849 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-23 14:39:27.851 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-23 14:39:27.853 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-23 14:39:27.855 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-23 14:39:27.856 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-23 14:39:27.858 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-10-23 14:39:27.870 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:27.872 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-23 14:39:27.873 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-10-23 14:39:27.876 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-10-23 14:39:27.877 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-10-23 14:39:27.879 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-10-23 14:39:27.881 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-10-23 14:39:27.883 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-23 14:39:27.885 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:27.886 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-10-23 14:39:27.888 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-10-23 14:39:27.912 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-10-23 14:39:27.914 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-10-23 14:39:27.916 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-10-23 14:39:27.918 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-10-23 14:39:27.919 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-23 14:39:27.921 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:27.923 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-10-23 14:39:27.925 | + lib/nova:create_nova_conf:474 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-10-23 14:39:27.949 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-10-23 14:39:27.972 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-10-23 14:39:27.993 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-10-23 14:39:28.015 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-10-23 14:39:28.027 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:28.028 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-10-23 14:39:28.040 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:28.043 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-10-23 14:39:28.043 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-10-23 14:39:28.047 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-10-23 14:39:28.048 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-10-23 14:39:28.070 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:28.072 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:28.073 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-10-23 14:39:28.097 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-10-23 14:39:28.118 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-10-23 14:39:28.130 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:28.132 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-10-23 14:39:28.133 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-10-23 14:39:28.135 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-10-23 14:39:28.137 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-23 14:39:28.139 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-10-23 14:39:28.162 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-10-23 14:39:28.184 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-23 14:39:28.207 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-10-23 14:39:28.230 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-10-23 14:39:28.254 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-10-23 14:39:28.277 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-10-23 14:39:28.300 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-10-23 14:39:28.323 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-23 14:39:28.346 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-10-23 14:39:28.369 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-10-23 14:39:28.381 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:28.384 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-10-23 14:39:28.385 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-10-23 14:39:28.410 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-10-23 14:39:28.433 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-10-23 14:39:28.455 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-10-23 14:39:28.478 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-10-23 14:39:28.500 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-10-23 14:39:28.521 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-10-23 14:39:28.543 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-10-23 14:39:28.565 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-10-23 14:39:28.577 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:28.579 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-10-23 14:39:28.581 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-10-23 14:39:28.602 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-10-23 14:39:28.626 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-10-23 14:39:28.628 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-10-23 14:39:28.650 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-10-23 14:39:28.652 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-10-23 14:39:28.653 | + lib/nova:create_nova_conf:526 : is_suse 2024-10-23 14:39:28.655 | + functions-common:is_suse:544 : is_opensuse 2024-10-23 14:39:28.657 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-23 14:39:28.659 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-23 14:39:28.661 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-23 14:39:28.662 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-23 14:39:28.664 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-23 14:39:28.666 | + lib/nova:create_nova_conf:526 : is_fedora 2024-10-23 14:39:28.668 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-23 14:39:28.669 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-23 14:39:28.671 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-23 14:39:28.673 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-23 14:39:28.675 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-23 14:39:28.677 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-23 14:39:28.678 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-23 14:39:28.680 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-23 14:39:28.682 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-23 14:39:28.684 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-23 14:39:28.686 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-23 14:39:28.687 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-23 14:39:28.689 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-10-23 14:39:28.691 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-10-23 14:39:28.693 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-10-23 14:39:28.695 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-23 14:39:28.707 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-23 14:39:28.709 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-23 14:39:28.711 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:28.713 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-23 14:39:28.714 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-23 14:39:28.736 | + 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' 2024-10-23 14:39:28.758 | + 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' 2024-10-23 14:39:28.779 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-23 14:39:28.801 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-10-23 14:39:28.825 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-10-23 14:39:28.837 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:28.839 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-10-23 14:39:28.841 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-10-23 14:39:28.843 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-10-23 14:39:28.844 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-10-23 14:39:28.846 | + lib/apache:write_uwsgi_config:257 : local http= 2024-10-23 14:39:28.848 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-23 14:39:28.851 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-10-23 14:39:28.853 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-10-23 14:39:28.855 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-23 14:39:28.857 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-23 14:39:28.866 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-23 14:39:28.866 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-23 14:39:28.873 | d /var/run/uwsgi 0755 stack root 2024-10-23 14:39:28.876 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-23 14:39:28.884 | /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. 2024-10-23 14:39:28.887 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-10-23 14:39:28.889 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-10-23 14:39:28.891 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-10-23 14:39:28.914 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-10-23 14:39:28.936 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-10-23 14:39:28.958 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-10-23 14:39:28.979 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-10-23 14:39:29.002 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-23 14:39:29.023 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-10-23 14:39:29.045 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-10-23 14:39:29.067 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-10-23 14:39:29.088 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-23 14:39:29.110 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-10-23 14:39:29.132 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-23 14:39:29.154 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-10-23 14:39:29.176 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-10-23 14:39:29.178 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-10-23 14:39:29.180 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-10-23 14:39:29.182 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-10-23 14:39:29.184 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-23 14:39:29.186 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:29.188 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:29.189 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-10-23 14:39:29.192 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-10-23 14:39:29.193 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-10-23 14:39:29.215 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-10-23 14:39:29.238 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2024-10-23 14:39:29.238 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-10-23 14:39:29.245 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-10-23 14:39:29.247 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-10-23 14:39:29.249 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-10-23 14:39:29.251 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-23 14:39:29.253 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-23 14:39:29.255 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-23 14:39:29.256 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:29.258 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:29.260 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-23 14:39:29.262 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-23 14:39:29.264 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:29.265 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:29.267 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-10-23 14:39:29.299 | Enabling site nova-api-wsgi. 2024-10-23 14:39:29.303 | To activate the new configuration, you need to run: 2024-10-23 14:39:29.303 | systemctl reload apache2 2024-10-23 14:39:29.306 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-10-23 14:39:29.308 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-23 14:39:29.310 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-23 14:39:29.312 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-23 14:39:29.404 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-10-23 14:39:29.417 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:29.419 | + lib/nova:create_nova_conf:540 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2024-10-23 14:39:29.420 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-10-23 14:39:29.422 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-10-23 14:39:29.424 | + lib/apache:write_uwsgi_config:256 : local url= 2024-10-23 14:39:29.425 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-10-23 14:39:29.428 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-23 14:39:29.430 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-10-23 14:39:29.433 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-10-23 14:39:29.435 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-23 14:39:29.437 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-23 14:39:29.446 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-23 14:39:29.446 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-23 14:39:29.453 | d /var/run/uwsgi 0755 stack root 2024-10-23 14:39:29.456 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-23 14:39:29.464 | /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. 2024-10-23 14:39:29.467 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-10-23 14:39:29.468 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-10-23 14:39:29.471 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-10-23 14:39:29.495 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-10-23 14:39:29.517 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-10-23 14:39:29.539 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-10-23 14:39:29.561 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-10-23 14:39:29.582 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-23 14:39:29.604 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-10-23 14:39:29.626 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-10-23 14:39:29.648 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-10-23 14:39:29.669 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-23 14:39:29.691 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-10-23 14:39:29.713 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-23 14:39:29.735 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-10-23 14:39:29.757 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-10-23 14:39:29.758 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-10-23 14:39:29.780 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-10-23 14:39:29.792 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:29.794 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-10-23 14:39:29.819 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-10-23 14:39:29.821 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-10-23 14:39:29.823 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-10-23 14:39:29.835 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:29.836 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:39:29.839 | + lib/nova:create_nova_conf:552 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:39:29.861 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-10-23 14:39:29.885 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-10-23 14:39:29.887 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-10-23 14:39:29.888 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-10-23 14:39:29.890 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-23 14:39:29.892 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-23 14:39:29.894 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-23 14:39:29.906 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:29.908 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-23 14:39:29.910 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-23 14:39:29.912 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-23 14:39:29.924 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:29.925 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:39:29.928 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:39:29.950 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-23 14:39:29.952 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-23 14:39:29.954 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-10-23 14:39:29.976 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-10-23 14:39:29.998 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-10-23 14:39:30.023 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-10-23 14:39:30.035 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:30.037 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-10-23 14:39:30.059 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-10-23 14:39:30.061 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-10-23 14:39:30.063 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-10-23 14:39:30.087 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-10-23 14:39:30.109 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-10-23 14:39:30.131 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-10-23 14:39:30.154 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-10-23 14:39:30.176 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-10-23 14:39:30.199 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-10-23 14:39:30.221 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-10-23 14:39:30.243 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-10-23 14:39:30.264 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-10-23 14:39:30.277 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:30.279 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-10-23 14:39:30.282 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-10-23 14:39:30.284 | + lib/nova:create_nova_conf:574 : local conf 2024-10-23 14:39:30.285 | + lib/nova:create_nova_conf:575 : local vhost 2024-10-23 14:39:30.288 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-10-23 14:39:30.290 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-10-23 14:39:30.291 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-10-23 14:39:30.294 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-10-23 14:39:30.295 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-10-23 14:39:30.297 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-10-23 14:39:30.301 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-10-23 14:39:30.302 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-10-23 14:39:30.304 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-10-23 14:39:30.306 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-10-23 14:39:30.308 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-23 14:39:30.310 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:30.312 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-10-23 14:39:30.314 | + lib/nova:create_nova_conf:580 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-10-23 14:39:30.339 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-10-23 14:39:30.363 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-10-23 14:39:30.387 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-23 14:39:30.389 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-10-23 14:39:30.391 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-10-23 14:39:30.392 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-10-23 14:39:30.394 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-23 14:39:30.396 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-23 14:39:30.398 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-23 14:39:30.409 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:30.412 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-23 14:39:30.413 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-23 14:39:30.415 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-23 14:39:30.427 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:30.429 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:39:30.431 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:39:30.453 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-23 14:39:30.455 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-23 14:39:30.457 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-10-23 14:39:30.458 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-10-23 14:39:30.460 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-10-23 14:39:30.463 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-23 14:39:30.475 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-23 14:39:30.477 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-23 14:39:30.479 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:30.481 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-23 14:39:30.482 | + 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}}' 2024-10-23 14:39:30.504 | + 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' 2024-10-23 14:39:30.527 | + 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' 2024-10-23 14:39:30.549 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-23 14:39:30.571 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-23 14:39:30.573 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-10-23 14:39:30.575 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-10-23 14:39:30.577 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-10-23 14:39:30.578 | + lib/nova:configure_console_proxies:724 : offset=0 2024-10-23 14:39:30.580 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-10-23 14:39:30.592 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:30.594 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-10-23 14:39:30.595 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-10-23 14:39:30.607 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:30.609 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-10-23 14:39:30.621 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:30.623 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-10-23 14:39:30.635 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:30.637 | + stack.sh:main:949 : is_service_enabled placement 2024-10-23 14:39:30.650 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:30.652 | + stack.sh:main:951 : stack_install_service placement 2024-10-23 14:39:30.654 | + lib/stack:stack_install_service:20 : local service=placement 2024-10-23 14:39:30.656 | + lib/stack:stack_install_service:21 : type install_placement 2024-10-23 14:39:30.658 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-23 14:39:30.660 | + lib/stack:stack_install_service:32 : install_placement 2024-10-23 14:39:30.662 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-10-23 14:39:30.664 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-10-23 14:39:30.666 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:30.668 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:30.670 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-10-23 14:39:30.672 | + functions-common:install_package:1459 : update_package_repo 2024-10-23 14:39:30.673 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-23 14:39:30.675 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-23 14:39:30.677 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-23 14:39:30.679 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-23 14:39:30.681 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-23 14:39:30.683 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:30.685 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:30.687 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-23 14:39:30.689 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-23 14:39:30.691 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-23 14:39:30.693 | + functions-common:apt_get_update:1186 : return 2024-10-23 14:39:30.694 | + functions-common:install_package:1460 : real_install_package apache2 2024-10-23 14:39:30.696 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-23 14:39:30.698 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:30.700 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:30.702 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-10-23 14:39:30.718 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2024-10-23 14:39:30.777 | Reading package lists... 2024-10-23 14:39:30.976 | Building dependency tree... 2024-10-23 14:39:30.977 | Reading state information... 2024-10-23 14:39:31.179 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-10-23 14:39:31.179 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-10-23 14:39:31.183 | + functions-common:apt_get:1230 : result=0 2024-10-23 14:39:31.186 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-23 14:39:31.188 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:31.190 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:31.192 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:31.194 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:31.195 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:31.197 | + functions-common:time_stop:2441 : name=apt-get 2024-10-23 14:39:31.199 | + functions-common:time_stop:2442 : start_time=1729694370716 2024-10-23 14:39:31.201 | + functions-common:time_stop:2444 : [[ -z 1729694370716 ]] 2024-10-23 14:39:31.203 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:31.206 | + functions-common:time_stop:2447 : end_time=1729694371204 2024-10-23 14:39:31.208 | + functions-common:time_stop:2448 : elapsed_time=488 2024-10-23 14:39:31.210 | + functions-common:time_stop:2449 : total=3459 2024-10-23 14:39:31.212 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:31.214 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3947 2024-10-23 14:39:31.216 | + functions-common:apt_get:1234 : return 0 2024-10-23 14:39:31.218 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-10-23 14:39:31.220 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-10-23 14:39:31.222 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-10-23 14:39:31.224 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-10-23 14:39:31.226 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-10-23 14:39:31.239 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-10-23 14:39:31.241 | + functions-common:install_package:1459 : update_package_repo 2024-10-23 14:39:31.243 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-23 14:39:31.245 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-23 14:39:31.247 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-23 14:39:31.249 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-23 14:39:31.251 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-23 14:39:31.252 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:31.254 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:31.256 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-23 14:39:31.258 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-23 14:39:31.260 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-23 14:39:31.262 | + functions-common:apt_get_update:1186 : return 2024-10-23 14:39:31.264 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-10-23 14:39:31.266 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-23 14:39:31.268 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:31.270 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:31.272 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-10-23 14:39:31.289 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2024-10-23 14:39:31.348 | Reading package lists... 2024-10-23 14:39:31.546 | Building dependency tree... 2024-10-23 14:39:31.547 | Reading state information... 2024-10-23 14:39:31.749 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-10-23 14:39:31.749 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-10-23 14:39:31.753 | + functions-common:apt_get:1230 : result=0 2024-10-23 14:39:31.755 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-23 14:39:31.757 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:31.759 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:31.761 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:31.763 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:31.765 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:31.767 | + functions-common:time_stop:2441 : name=apt-get 2024-10-23 14:39:31.769 | + functions-common:time_stop:2442 : start_time=1729694371287 2024-10-23 14:39:31.771 | + functions-common:time_stop:2444 : [[ -z 1729694371287 ]] 2024-10-23 14:39:31.774 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:31.777 | + functions-common:time_stop:2447 : end_time=1729694371775 2024-10-23 14:39:31.779 | + functions-common:time_stop:2448 : elapsed_time=488 2024-10-23 14:39:31.781 | + functions-common:time_stop:2449 : total=3947 2024-10-23 14:39:31.783 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:31.785 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4435 2024-10-23 14:39:31.787 | + functions-common:apt_get:1234 : return 0 2024-10-23 14:39:31.789 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-10-23 14:39:31.791 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-10-23 14:39:31.793 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-23 14:39:31.795 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:31.797 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:31.800 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-10-23 14:39:31.802 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-10-23 14:39:31.830 | wsgi (enabled by maintainer script) 2024-10-23 14:39:31.833 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-10-23 14:39:31.835 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-10-23 14:39:31.837 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-23 14:39:31.840 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-10-23 14:39:31.842 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-10-23 14:39:31.844 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-23 14:39:31.847 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-10-23 14:39:31.847 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-23 14:39:31.851 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-10-23 14:39:31.853 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-10-23 14:39:31.855 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-10-23 14:39:31.857 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-10-23 14:39:31.859 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-10-23 14:39:31.876 | Using python 3.10 to install osc-placement 2024-10-23 14:39:31.878 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2024-10-23 14:39:32.919 | Collecting osc-placement 2024-10-23 14:39:32.922 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-10-23 14:39:32.928 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-10-23 14:39:32.929 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.3) 2024-10-23 14:39:32.930 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-10-23 14:39:32.930 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-10-23 14:39:32.931 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-10-23 14:39:32.956 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2024-10-23 14:39:32.957 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-10-23 14:39:32.958 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2024-10-23 14:39:32.958 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.1) 2024-10-23 14:39:32.959 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (5.0.0) 2024-10-23 14:39:32.965 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (4.2.0) 2024-10-23 14:39:32.965 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-10-23 14:39:32.966 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (6.0.0) 2024-10-23 14:39:32.973 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.4) 2024-10-23 14:39:32.973 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2024-10-23 14:39:32.974 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2024-10-23 14:39:32.975 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2024-10-23 14:39:32.976 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2024-10-23 14:39:32.976 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2024-10-23 14:39:32.983 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2024-10-23 14:39:32.984 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2024-10-23 14:39:32.985 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.4.1) 2024-10-23 14:39:32.985 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.2) 2024-10-23 14:39:32.986 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (5.0.0) 2024-10-23 14:39:32.989 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.14.1) 2024-10-23 14:39:33.004 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2024-10-23 14:39:33.005 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2024-10-23 14:39:33.006 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2024-10-23 14:39:33.007 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (38.0.2) 2024-10-23 14:39:33.007 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-10-23 14:39:33.008 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2024-10-23 14:39:33.009 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2024-10-23 14:39:33.027 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2024-10-23 14:39:33.028 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.12) 2024-10-23 14:39:33.028 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.1.1) 2024-10-23 14:39:33.029 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2020.6.20) 2024-10-23 14:39:33.084 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (22.1.0) 2024-10-23 14:39:33.085 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2024-10-23 14:39:33.086 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2024-10-23 14:39:33.104 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2024-10-23 14:39:33.132 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.8.1) 2024-10-23 14:39:33.193 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2024-10-23 14:39:34.029 | Installing collected packages: osc-placement 2024-10-23 14:39:34.105 | Successfully installed osc-placement-4.1.0 2024-10-23 14:39:34.105 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:39:34.210 | + inc/python:pip_install:196 : result=0 2024-10-23 14:39:34.212 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:39:34.214 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:34.216 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:34.218 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:34.220 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:34.222 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:34.224 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:39:34.227 | + functions-common:time_stop:2442 : start_time=1729694371872 2024-10-23 14:39:34.229 | + functions-common:time_stop:2444 : [[ -z 1729694371872 ]] 2024-10-23 14:39:34.231 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:34.235 | + functions-common:time_stop:2447 : end_time=1729694374232 2024-10-23 14:39:34.237 | + functions-common:time_stop:2448 : elapsed_time=2360 2024-10-23 14:39:34.238 | + functions-common:time_stop:2449 : total=80408 2024-10-23 14:39:34.240 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:34.242 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=82768 2024-10-23 14:39:34.244 | + inc/python:pip_install:199 : return 0 2024-10-23 14:39:34.246 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-10-23 14:39:34.248 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-10-23 14:39:34.250 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-10-23 14:39:34.252 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-23 14:39:34.254 | + functions-common:git_clone:615 : local orig_dir 2024-10-23 14:39:34.256 | ++ functions-common:git_clone:616 : pwd 2024-10-23 14:39:34.259 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-23 14:39:34.260 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-23 14:39:34.263 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-23 14:39:34.276 | + functions-common:git_clone:619 : RECLONE=False 2024-10-23 14:39:34.278 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-23 14:39:34.280 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-23 14:39:34.282 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-23 14:39:34.284 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-23 14:39:34.284 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-23 14:39:34.288 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-10-23 14:39:34.290 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-23 14:39:34.292 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-10-23 14:39:34.294 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:39:34.296 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:39:34.298 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:39:34.299 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:39:34.301 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:39:34.303 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:39:34.305 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:39:34.307 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:39:34.309 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:39:34.312 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694374310 2024-10-23 14:39:34.314 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-10-23 14:39:34.316 | Cloning into '/opt/stack//placement'... 2024-10-23 14:39:35.968 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:39:35.970 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:35.972 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:35.973 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:35.975 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:35.977 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:35.979 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:39:35.981 | + functions-common:time_stop:2442 : start_time=1729694374310 2024-10-23 14:39:35.983 | + functions-common:time_stop:2444 : [[ -z 1729694374310 ]] 2024-10-23 14:39:35.985 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:35.988 | + functions-common:time_stop:2447 : end_time=1729694375986 2024-10-23 14:39:35.990 | + functions-common:time_stop:2448 : elapsed_time=1676 2024-10-23 14:39:35.992 | + functions-common:time_stop:2449 : total=124347 2024-10-23 14:39:35.993 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:35.995 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=126023 2024-10-23 14:39:35.997 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-10-23 14:39:35.999 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-23 14:39:36.001 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:39:36.003 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:39:36.005 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:39:36.007 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:39:36.008 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:39:36.010 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:39:36.013 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:39:36.014 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:39:36.017 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:39:36.020 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694376018 2024-10-23 14:39:36.022 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-23 14:39:37.368 | From https://opendev.org/openstack/placement 2024-10-23 14:39:37.369 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-23 14:39:37.373 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:39:37.375 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:37.377 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:37.379 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:37.380 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:37.382 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:37.384 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:39:37.386 | + functions-common:time_stop:2442 : start_time=1729694376018 2024-10-23 14:39:37.388 | + functions-common:time_stop:2444 : [[ -z 1729694376018 ]] 2024-10-23 14:39:37.390 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:37.393 | + functions-common:time_stop:2447 : end_time=1729694377391 2024-10-23 14:39:37.395 | + functions-common:time_stop:2448 : elapsed_time=1373 2024-10-23 14:39:37.397 | + functions-common:time_stop:2449 : total=126023 2024-10-23 14:39:37.399 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:37.401 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=127396 2024-10-23 14:39:37.403 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-23 14:39:37.404 | + functions-common:git_timed:720 : local count=0 2024-10-23 14:39:37.406 | + functions-common:git_timed:721 : local timeout=0 2024-10-23 14:39:37.408 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:39:37.410 | + functions-common:git_timed:724 : timeout=0 2024-10-23 14:39:37.412 | + functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:39:37.414 | + functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:39:37.416 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:39:37.418 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:39:37.420 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:39:37.423 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694377421 2024-10-23 14:39:37.425 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-23 14:39:37.451 | Note: switching to 'FETCH_HEAD'. 2024-10-23 14:39:37.451 | 2024-10-23 14:39:37.451 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-23 14:39:37.451 | changes and commit them, and you can discard any commits you make in this 2024-10-23 14:39:37.451 | state without impacting any branches by switching back to a branch. 2024-10-23 14:39:37.451 | 2024-10-23 14:39:37.451 | If you want to create a new branch to retain commits you create, you may 2024-10-23 14:39:37.451 | do so (now or later) by using -c with the switch command. Example: 2024-10-23 14:39:37.451 | 2024-10-23 14:39:37.451 | git switch -c 2024-10-23 14:39:37.451 | 2024-10-23 14:39:37.451 | Or undo this operation with: 2024-10-23 14:39:37.451 | 2024-10-23 14:39:37.451 | git switch - 2024-10-23 14:39:37.451 | 2024-10-23 14:39:37.451 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-23 14:39:37.451 | 2024-10-23 14:39:37.451 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-10-23 14:39:37.453 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:39:37.455 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:37.457 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:37.459 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:37.461 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:37.463 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:37.465 | + functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:39:37.467 | + functions-common:time_stop:2442 : start_time=1729694377421 2024-10-23 14:39:37.469 | + functions-common:time_stop:2444 : [[ -z 1729694377421 ]] 2024-10-23 14:39:37.471 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:37.474 | + functions-common:time_stop:2447 : end_time=1729694377472 2024-10-23 14:39:37.476 | + functions-common:time_stop:2448 : elapsed_time=51 2024-10-23 14:39:37.478 | + functions-common:time_stop:2449 : total=127396 2024-10-23 14:39:37.480 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:37.482 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=127447 2024-10-23 14:39:37.484 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-10-23 14:39:37.494 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-10-23 14:39:37.496 | + functions-common:git_clone:696 : git show --oneline 2024-10-23 14:39:37.496 | + functions-common:git_clone:696 : head -1 2024-10-23 14:39:37.498 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-10-23 14:39:37.500 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-23 14:39:37.503 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-10-23 14:39:37.504 | + inc/python:setup_develop:334 : local bindep 2024-10-23 14:39:37.506 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-10-23 14:39:37.508 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-10-23 14:39:37.510 | + inc/python:setup_develop:340 : local extras= 2024-10-23 14:39:37.512 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-10-23 14:39:37.514 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-23 14:39:37.516 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-10-23 14:39:37.518 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-10-23 14:39:37.520 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-23 14:39:37.522 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-23 14:39:37.525 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-10-23 14:39:37.527 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-23 14:39:37.530 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-10-23 14:39:37.531 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-23 14:39:37.533 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-23 14:39:37.536 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-10-23 14:39:37.540 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-10-23 14:39:37.542 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-10-23 14:39:37.854 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-10-23 14:39:37.856 | + inc/python:setup_package:414 : local bindep=0 2024-10-23 14:39:37.858 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-23 14:39:37.860 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-23 14:39:37.862 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-10-23 14:39:37.864 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-10-23 14:39:37.867 | + inc/python:setup_package:423 : local flags=-e 2024-10-23 14:39:37.868 | + inc/python:setup_package:424 : local extras= 2024-10-23 14:39:37.870 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-23 14:39:37.872 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-23 14:39:37.874 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-23 14:39:37.877 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-23 14:39:37.879 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-23 14:39:37.881 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-10-23 14:39:37.897 | Using python 3.10 to install /opt/stack/placement 2024-10-23 14:39:37.899 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2024-10-23 14:39:38.849 | Obtaining file:///opt/stack/placement 2024-10-23 14:39:38.850 | Preparing metadata (setup.py): started 2024-10-23 14:39:39.233 | Preparing metadata (setup.py): finished with status 'done' 2024-10-23 14:39:39.289 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.5.1) 2024-10-23 14:39:39.290 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.4.41) 2024-10-23 14:39:39.291 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.8.7) 2024-10-23 14:39:39.292 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.16.0) 2024-10-23 14:39:39.292 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (10.2.0) 2024-10-23 14:39:39.293 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.0.1) 2024-10-23 14:39:39.294 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.1.0) 2024-10-23 14:39:39.294 | Requirement already satisfied: os-traits>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.10.0) 2024-10-23 14:39:39.295 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-10-23 14:39:39.296 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (9.1.1) 2024-10-23 14:39:39.297 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-10-23 14:39:39.297 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (12.3.2) 2024-10-23 14:39:39.298 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.2.0) 2024-10-23 14:39:39.299 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-10-23 14:39:39.300 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.1.1) 2024-10-23 14:39:39.300 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.2) 2024-10-23 14:39:39.301 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.1.1) 2024-10-23 14:39:39.302 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (6.1.0) 2024-10-23 14:39:39.302 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.11.1) 2024-10-23 14:39:39.303 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.28.1) 2024-10-23 14:39:39.304 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/lib/python3/dist-packages (from openstack-placement==0.0.1.dev9) (59.6.0) 2024-10-23 14:39:39.322 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (22.1.0) 2024-10-23 14:39:39.323 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (0.18.1) 2024-10-23 14:39:39.349 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.3.1) 2024-10-23 14:39:39.350 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (6.0.0) 2024-10-23 14:39:39.350 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.1.1) 2024-10-23 14:39:39.351 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.16.0) 2024-10-23 14:39:39.352 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.3) 2024-10-23 14:39:39.353 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.0) 2024-10-23 14:39:39.362 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.0.1.dev9) (0.18) 2024-10-23 14:39:39.380 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.5.0) 2024-10-23 14:39:39.380 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-10-23 14:39:39.381 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (6.0) 2024-10-23 14:39:39.382 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (5.0.0) 2024-10-23 14:39:39.382 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (0.8.0) 2024-10-23 14:39:39.426 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.0) 2024-10-23 14:39:39.426 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.0.1) 2024-10-23 14:39:39.427 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.13.0) 2024-10-23 14:39:39.428 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.8.1) 2024-10-23 14:39:39.445 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (2.8.2) 2024-10-23 14:39:39.448 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (0.9.6) 2024-10-23 14:39:39.455 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.1.2) 2024-10-23 14:39:39.456 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.3.0) 2024-10-23 14:39:39.457 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (4.0.0) 2024-10-23 14:39:39.467 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (2022.4) 2024-10-23 14:39:39.469 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (1.0.4) 2024-10-23 14:39:39.475 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (3.4.1) 2024-10-23 14:39:39.482 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (1.1.0) 2024-10-23 14:39:39.483 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (3.0.9) 2024-10-23 14:39:39.484 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (23.1) 2024-10-23 14:39:39.485 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (0.11.0) 2024-10-23 14:39:39.496 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (3.4) 2024-10-23 14:39:39.497 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-10-23 14:39:39.497 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (1.26.12) 2024-10-23 14:39:39.498 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2020.6.20) 2024-10-23 14:39:39.505 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->openstack-placement==0.0.1.dev9) (0.7) 2024-10-23 14:39:39.567 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.0.1.dev9) (1.1.3) 2024-10-23 14:39:39.582 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.2.3) 2024-10-23 14:39:39.625 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.14.1) 2024-10-23 14:39:39.644 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-10-23 14:39:39.671 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.7.0) 2024-10-23 14:39:39.703 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.1.8) 2024-10-23 14:39:39.720 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (0.2.5) 2024-10-23 14:39:39.790 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.2) 2024-10-23 14:39:39.791 | Requirement already satisfied: decorator in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (5.1.1) 2024-10-23 14:39:39.791 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.4.3) 2024-10-23 14:39:39.816 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-10-23 14:39:40.607 | Installing collected packages: openstack-placement 2024-10-23 14:39:40.607 | Running setup.py develop for openstack-placement 2024-10-23 14:39:41.260 | Successfully installed openstack-placement 2024-10-23 14:39:41.260 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:39:41.376 | + inc/python:pip_install:196 : result=0 2024-10-23 14:39:41.378 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:39:41.380 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:41.382 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:41.384 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:41.386 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:41.388 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:41.390 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:39:41.392 | + functions-common:time_stop:2442 : start_time=1729694377893 2024-10-23 14:39:41.394 | + functions-common:time_stop:2444 : [[ -z 1729694377893 ]] 2024-10-23 14:39:41.396 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:41.400 | + functions-common:time_stop:2447 : end_time=1729694381398 2024-10-23 14:39:41.402 | + functions-common:time_stop:2448 : elapsed_time=3505 2024-10-23 14:39:41.404 | + functions-common:time_stop:2449 : total=82768 2024-10-23 14:39:41.406 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:41.408 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=86273 2024-10-23 14:39:41.410 | + inc/python:pip_install:199 : return 0 2024-10-23 14:39:41.413 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-23 14:39:41.415 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-10-23 14:39:41.417 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-10-23 14:39:41.434 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-10-23 14:39:41.444 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-10-23 14:39:41.446 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-10-23 14:39:41.448 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:39:41.451 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:39:41.453 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-10-23 14:39:41.455 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:39:41.457 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-23 14:39:41.460 | + stack.sh:main:952 : configure_placement 2024-10-23 14:39:41.462 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-10-23 14:39:41.472 | + lib/placement:configure_placement:113 : create_placement_conf 2024-10-23 14:39:41.474 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-10-23 14:39:41.478 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-10-23 14:39:41.480 | ++ lib/database:database_connection_url:134 : local db=placement 2024-10-23 14:39:41.482 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-10-23 14:39:41.484 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-10-23 14:39:41.486 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-23 14:39:41.488 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:41.490 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-10-23 14:39:41.493 | + 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' 2024-10-23 14:39:41.521 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-10-23 14:39:41.548 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-10-23 14:39:41.575 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-10-23 14:39:41.577 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-10-23 14:39:41.579 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-10-23 14:39:41.581 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-23 14:39:41.583 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-10-23 14:39:41.609 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-10-23 14:39:41.633 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-23 14:39:41.658 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-10-23 14:39:41.682 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-10-23 14:39:41.706 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-10-23 14:39:41.729 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-10-23 14:39:41.753 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-10-23 14:39:41.777 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-23 14:39:41.802 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-10-23 14:39:41.827 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-10-23 14:39:41.829 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-10-23 14:39:41.831 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-10-23 14:39:41.833 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-23 14:39:41.848 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-23 14:39:41.850 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-23 14:39:41.852 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:41.854 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-23 14:39:41.856 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-23 14:39:41.881 | + 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' 2024-10-23 14:39:41.907 | + 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' 2024-10-23 14:39:41.933 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-23 14:39:41.958 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-10-23 14:39:41.960 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-10-23 14:39:41.962 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-10-23 14:39:41.963 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-10-23 14:39:41.965 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-10-23 14:39:41.967 | + lib/apache:write_uwsgi_config:257 : local http= 2024-10-23 14:39:41.969 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-23 14:39:41.972 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-10-23 14:39:41.975 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-10-23 14:39:41.977 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-23 14:39:41.979 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-23 14:39:41.989 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-23 14:39:41.989 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-23 14:39:41.996 | d /var/run/uwsgi 0755 stack root 2024-10-23 14:39:41.999 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-23 14:39:42.007 | /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. 2024-10-23 14:39:42.010 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-10-23 14:39:42.013 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-10-23 14:39:42.015 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-10-23 14:39:42.041 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-10-23 14:39:42.065 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-10-23 14:39:42.089 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-10-23 14:39:42.113 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-10-23 14:39:42.138 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-23 14:39:42.162 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-10-23 14:39:42.186 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-10-23 14:39:42.210 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-10-23 14:39:42.234 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-23 14:39:42.260 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-10-23 14:39:42.283 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-23 14:39:42.306 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-10-23 14:39:42.331 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-10-23 14:39:42.333 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-10-23 14:39:42.336 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-10-23 14:39:42.338 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-10-23 14:39:42.340 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-23 14:39:42.342 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:42.344 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:42.346 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-10-23 14:39:42.349 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-10-23 14:39:42.351 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-10-23 14:39:42.377 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-10-23 14:39:42.402 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-10-23 14:39:42.403 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-10-23 14:39:42.409 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-10-23 14:39:42.412 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-10-23 14:39:42.414 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-10-23 14:39:42.416 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-23 14:39:42.418 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-23 14:39:42.420 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-23 14:39:42.422 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:42.424 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:42.426 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-23 14:39:42.428 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-23 14:39:42.430 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:42.432 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:42.434 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-10-23 14:39:42.466 | Enabling site placement-api. 2024-10-23 14:39:42.470 | To activate the new configuration, you need to run: 2024-10-23 14:39:42.470 | systemctl reload apache2 2024-10-23 14:39:42.473 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-10-23 14:39:42.475 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-23 14:39:42.478 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-23 14:39:42.480 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-23 14:39:42.582 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:42.584 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:42.586 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-10-23 14:39:42.613 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-10-23 14:39:42.638 | + stack.sh:main:959 : is_service_enabled placement placement-client 2024-10-23 14:39:42.651 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:42.653 | + stack.sh:main:960 : is_service_enabled n-cpu 2024-10-23 14:39:42.667 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:42.669 | + stack.sh:main:960 : is_service_enabled n-sch 2024-10-23 14:39:42.682 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:42.684 | + stack.sh:main:961 : configure_placement_nova_compute 2024-10-23 14:39:42.686 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-10-23 14:39:42.688 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-10-23 14:39:42.714 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-10-23 14:39:42.738 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-10-23 14:39:42.762 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-10-23 14:39:42.786 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-10-23 14:39:42.812 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-10-23 14:39:42.837 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-10-23 14:39:42.861 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-10-23 14:39:42.886 | + stack.sh:main:965 : is_service_enabled horizon 2024-10-23 14:39:42.899 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:42.901 | + stack.sh:main:970 : is_service_enabled tls-proxy 2024-10-23 14:39:42.914 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:42.916 | + stack.sh:main:978 : run_phase stack install 2024-10-23 14:39:42.918 | + functions-common:run_phase:1863 : local mode=stack 2024-10-23 14:39:42.920 | + functions-common:run_phase:1864 : local phase=install 2024-10-23 14:39:42.922 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-23 14:39:42.924 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-23 14:39:42.927 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-23 14:39:42.929 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-23 14:39:42.931 | + functions-common:run_phase:1873 : local extra 2024-10-23 14:39:42.933 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-23 14:39:42.936 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-23 14:39:42.938 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-23 14:39:42.941 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-23 14:39:42.943 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-10-23 14:39:42.945 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-23 14:39:42.957 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:42.959 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:39:42.961 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:39:42.962 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-10-23 14:39:42.964 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-10-23 14:39:42.966 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:39:42.968 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest 2024-10-23 14:39:42.970 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-10-23 14:39:42.972 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-10-23 14:39:43.017 | ++ inc/async:async_inner:63 : install_tempest 2024-10-23 14:39:43.046 | [3657 Async install_tempest:26998]: running: install_tempest 2024-10-23 14:39:43.048 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-23 14:39:43.051 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-23 14:39:43.053 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:39:43.055 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-23 14:39:43.057 | + functions-common:run_phase:1890 : run_plugins stack install 2024-10-23 14:39:43.060 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-23 14:39:43.062 | + functions-common:run_plugins:1850 : local phase=install 2024-10-23 14:39:43.064 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-23 14:39:43.066 | + functions-common:run_plugins:1853 : local plugin 2024-10-23 14:39:43.068 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-23 14:39:43.070 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-23 14:39:43.072 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-23 14:39:43.074 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-10-23 14:39:43.077 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:39:43.079 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:39:43.081 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-10-23 14:39:43.083 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-10-23 14:39:43.085 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:39:43.087 | ++ stack.sh:echo_summary:455 : echo -e Installing Networking-NSX-T 2024-10-23 14:39:43.089 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-10-23 14:39:43.091 | ++ inc/python:setup_develop:334 : local bindep 2024-10-23 14:39:43.094 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-10-23 14:39:43.096 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-10-23 14:39:43.098 | ++ inc/python:setup_develop:340 : local extras= 2024-10-23 14:39:43.100 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-10-23 14:39:43.102 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-23 14:39:43.104 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-10-23 14:39:43.106 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-10-23 14:39:43.108 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-23 14:39:43.110 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-23 14:39:43.112 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-10-23 14:39:43.114 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-23 14:39:43.116 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-10-23 14:39:43.118 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-23 14:39:43.120 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-23 14:39:43.122 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-10-23 14:39:43.127 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-10-23 14:39:43.129 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-10-23 14:39:43.447 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-10-23 14:39:43.449 | ++ inc/python:setup_package:414 : local bindep=0 2024-10-23 14:39:43.451 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-10-23 14:39:43.453 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-10-23 14:39:43.455 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-10-23 14:39:43.457 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-10-23 14:39:43.459 | ++ inc/python:setup_package:423 : local flags=-e 2024-10-23 14:39:43.461 | ++ inc/python:setup_package:424 : local extras= 2024-10-23 14:39:43.463 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-10-23 14:39:43.464 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-10-23 14:39:43.466 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-23 14:39:43.468 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-23 14:39:43.470 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-23 14:39:43.472 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-10-23 14:39:43.488 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-10-23 14:39:43.490 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2024-10-23 14:39:44.455 | Obtaining file:///opt/stack/networking-nsx-t 2024-10-23 14:39:44.456 | Preparing metadata (setup.py): started 2024-10-23 14:39:44.893 | Preparing metadata (setup.py): finished with status 'done' 2024-10-23 14:39:45.071 | Collecting Babel>=1.3 2024-10-23 14:39:45.126 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-10-23 14:39:45.173 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (22.1.0) 2024-10-23 14:39:45.197 | Collecting ipaddress 2024-10-23 14:39:45.200 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-10-23 14:39:45.202 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (0.8.0) 2024-10-23 14:39:45.202 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.4.3) 2024-10-23 14:39:45.203 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (9.1.1) 2024-10-23 14:39:45.204 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (6.0.0) 2024-10-23 14:39:45.205 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (5.2.0) 2024-10-23 14:39:45.206 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (5.1.2) 2024-10-23 14:39:45.206 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.1.2) 2024-10-23 14:39:45.207 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (6.1.0) 2024-10-23 14:39:45.208 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (5.11.1) 2024-10-23 14:39:45.209 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (0.14.1) 2024-10-23 14:39:45.209 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (9.0.0) 2024-10-23 14:39:45.232 | Collecting ratelimiter 2024-10-23 14:39:45.234 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-10-23 14:39:45.236 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.2.0) 2024-10-23 14:39:45.239 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev9) (2022.4) 2024-10-23 14:39:45.256 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.8.7) 2024-10-23 14:39:45.258 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.4.41) 2024-10-23 14:39:45.258 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.3) 2024-10-23 14:39:45.258 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.3.2) 2024-10-23 14:39:45.259 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2024-10-23 14:39:45.260 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.4.2) 2024-10-23 14:39:45.261 | Requirement already satisfied: os-ken>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.6.1) 2024-10-23 14:39:45.262 | Requirement already satisfied: oslo.policy>=3.6.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (4.1.1) 2024-10-23 14:39:45.262 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.0.0) 2024-10-23 14:39:45.263 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.10.0) 2024-10-23 14:39:45.264 | Requirement already satisfied: oslo.messaging>=14.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (14.2.5) 2024-10-23 14:39:45.265 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.1.0) 2024-10-23 14:39:45.266 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (12.3.2) 2024-10-23 14:39:45.267 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.4.3) 2024-10-23 14:39:45.268 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2024-10-23 14:39:45.287 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (1.5.0) 2024-10-23 14:39:45.288 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2.5.0) 2024-10-23 14:39:45.289 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (6.0) 2024-10-23 14:39:45.290 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2.28.1) 2024-10-23 14:39:45.336 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev9) (2.8.2) 2024-10-23 14:39:45.338 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev9) (0.9.6) 2024-10-23 14:39:45.343 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.4.0->networking-nsxv3==0.0.1.dev9) (1.0.4) 2024-10-23 14:39:45.354 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (1.1.3) 2024-10-23 14:39:45.354 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (2.5.1) 2024-10-23 14:39:45.355 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (4.0.1) 2024-10-23 14:39:45.356 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (1.4.0) 2024-10-23 14:39:45.358 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (3.5.2) 2024-10-23 14:39:45.358 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (2.1.1) 2024-10-23 14:39:45.359 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (0.33.1) 2024-10-23 14:39:45.366 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (3.0.9) 2024-10-23 14:39:45.366 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (0.11.0) 2024-10-23 14:39:45.367 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (1.1.0) 2024-10-23 14:39:45.369 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (23.1) 2024-10-23 14:39:45.413 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (4.2.0) 2024-10-23 14:39:45.415 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (5.1.0) 2024-10-23 14:39:45.416 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.7.0) 2024-10-23 14:39:45.416 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (3.17.6) 2024-10-23 14:39:45.417 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.1.0) 2024-10-23 14:39:45.450 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (0.18) 2024-10-23 14:39:45.451 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (2.4.1) 2024-10-23 14:39:45.452 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (0.13.1) 2024-10-23 14:39:45.453 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (6.3.1) 2024-10-23 14:39:45.460 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (0.5.1) 2024-10-23 14:39:45.461 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.4.2) 2024-10-23 14:39:45.462 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (3.4.1) 2024-10-23 14:39:45.463 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (5.0.0) 2024-10-23 14:39:45.468 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (1.14.1) 2024-10-23 14:39:45.475 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (1.16.0) 2024-10-23 14:39:45.475 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (2.2.1) 2024-10-23 14:39:45.520 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.7.0) 2024-10-23 14:39:45.531 | Requirement already satisfied: openstacksdk>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.0.1) 2024-10-23 14:39:45.540 | Requirement already satisfied: ovs>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.17.7) 2024-10-23 14:39:45.544 | Requirement already satisfied: ncclient>=0.6.13 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.6.13) 2024-10-23 14:39:45.587 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.5.0) 2024-10-23 14:39:45.588 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.0.1) 2024-10-23 14:39:45.590 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.13.0) 2024-10-23 14:39:45.591 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.8.1) 2024-10-23 14:39:45.617 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2024-10-23 14:39:45.618 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.2.4) 2024-10-23 14:39:45.619 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2024-10-23 14:39:45.621 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.6.0) 2024-10-23 14:39:45.622 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.2.0) 2024-10-23 14:39:45.677 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (59.6.0) 2024-10-23 14:39:45.695 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.3.5) 2024-10-23 14:39:45.696 | Requirement already satisfied: Mako>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.2.3) 2024-10-23 14:39:45.751 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2.1.1) 2024-10-23 14:39:45.753 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2020.6.20) 2024-10-23 14:39:45.754 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (1.26.12) 2024-10-23 14:39:45.755 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (3.4) 2024-10-23 14:39:45.772 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (0.7) 2024-10-23 14:39:45.915 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.0.0) 2024-10-23 14:39:45.972 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.8.2) 2024-10-23 14:39:45.973 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (0.2.5) 2024-10-23 14:39:46.022 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (3.8.1) 2024-10-23 14:39:46.066 | Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/local/lib/python3.10/dist-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.1.1) 2024-10-23 14:39:46.077 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (4.9.1) 2024-10-23 14:39:46.077 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.11.0) 2024-10-23 14:39:46.094 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (5.1.1) 2024-10-23 14:39:46.095 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.0.1) 2024-10-23 14:39:46.096 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.32) 2024-10-23 14:39:46.096 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.4.0) 2024-10-23 14:39:46.098 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.4.4) 2024-10-23 14:39:46.098 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (38.0.2) 2024-10-23 14:39:46.099 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.1.8) 2024-10-23 14:39:46.133 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.1.2) 2024-10-23 14:39:46.135 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.3.0) 2024-10-23 14:39:46.136 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (4.0.0) 2024-10-23 14:39:46.146 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.4.0) 2024-10-23 14:39:46.188 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.5.2) 2024-10-23 14:39:46.189 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.4.3) 2024-10-23 14:39:46.240 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.5.0) 2024-10-23 14:39:46.315 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.15.1) 2024-10-23 14:39:46.407 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.5.0) 2024-10-23 14:39:46.519 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.21) 2024-10-23 14:39:47.073 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-10-23 14:39:47.110 | Attempting uninstall: Babel 2024-10-23 14:39:47.112 | Found existing installation: Babel 2.8.0 2024-10-23 14:39:47.113 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-23 14:39:47.116 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-10-23 14:39:47.477 | Running setup.py develop for networking-nsxv3 2024-10-23 14:39:48.287 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-10-23 14:39:48.288 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:39:48.405 | ++ inc/python:pip_install:196 : result=0 2024-10-23 14:39:48.407 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:39:48.409 | ++ functions-common:time_stop:2435 : local name 2024-10-23 14:39:48.411 | ++ functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:48.413 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:48.415 | ++ functions-common:time_stop:2438 : local total 2024-10-23 14:39:48.417 | ++ functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:48.418 | ++ functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:39:48.420 | ++ functions-common:time_stop:2442 : start_time=1729694383484 2024-10-23 14:39:48.422 | ++ functions-common:time_stop:2444 : [[ -z 1729694383484 ]] 2024-10-23 14:39:48.425 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:48.428 | ++ functions-common:time_stop:2447 : end_time=1729694388426 2024-10-23 14:39:48.430 | ++ functions-common:time_stop:2448 : elapsed_time=4942 2024-10-23 14:39:48.431 | ++ functions-common:time_stop:2449 : total=86273 2024-10-23 14:39:48.433 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:48.435 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91215 2024-10-23 14:39:48.437 | ++ inc/python:pip_install:199 : return 0 2024-10-23 14:39:48.439 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-23 14:39:48.441 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-10-23 14:39:48.443 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-10-23 14:39:48.458 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-10-23 14:39:48.467 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-10-23 14:39:48.469 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-10-23 14:39:48.471 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:39:48.473 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:39:48.475 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-10-23 14:39:48.477 | ++ inc/python:use_library_from_git:249 : return 1 2024-10-23 14:39:48.479 | + stack.sh:main:981 : use_library_from_git python-openstackclient 2024-10-23 14:39:48.481 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-10-23 14:39:48.483 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-23 14:39:48.485 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-23 14:39:48.487 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-10-23 14:39:48.489 | + inc/python:use_library_from_git:249 : return 1 2024-10-23 14:39:48.491 | + stack.sh:main:985 : pip_install_gr python-openstackclient 2024-10-23 14:39:48.493 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-10-23 14:39:48.495 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-23 14:39:48.498 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-10-23 14:39:48.500 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-10-23 14:39:48.502 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-23 14:39:48.506 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-23 14:39:48.506 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-10-23 14:39:48.511 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-10-23 14:39:48.513 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-10-23 14:39:48.515 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-10-23 14:39:48.517 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-10-23 14:39:48.519 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-10-23 14:39:48.536 | Using python 3.10 to install python-openstackclient 2024-10-23 14:39:48.538 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2024-10-23 14:39:49.606 | Collecting python-openstackclient 2024-10-23 14:39:49.614 | Using cached python_openstackclient-6.2.1-py3-none-any.whl (1.1 MB) 2024-10-23 14:39:49.633 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-10-23 14:39:49.633 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-10-23 14:39:49.635 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-10-23 14:39:49.635 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-10-23 14:39:49.635 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-10-23 14:39:49.636 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-10-23 14:39:49.637 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-10-23 14:39:49.638 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-10-23 14:39:49.638 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-10-23 14:39:49.639 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.11.1) 2024-10-23 14:39:49.640 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-10-23 14:39:49.645 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.0.0) 2024-10-23 14:39:49.646 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-10-23 14:39:49.646 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.2) 2024-10-23 14:39:49.647 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.4.1) 2024-10-23 14:39:49.648 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2024-10-23 14:39:49.659 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.3) 2024-10-23 14:39:49.661 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.0.1) 2024-10-23 14:39:49.661 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-10-23 14:39:49.662 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.0) 2024-10-23 14:39:49.663 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.4) 2024-10-23 14:39:49.663 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.1) 2024-10-23 14:39:49.664 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (38.0.2) 2024-10-23 14:39:49.665 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.7.0) 2024-10-23 14:39:49.666 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-10-23 14:39:49.667 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.1.8) 2024-10-23 14:39:49.673 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2024-10-23 14:39:49.680 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2024-10-23 14:39:49.681 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2024-10-23 14:39:49.682 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.4) 2024-10-23 14:39:49.683 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2024-10-23 14:39:49.683 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2024-10-23 14:39:49.692 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.1) 2024-10-23 14:39:49.701 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2024-10-23 14:39:49.702 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.1.2) 2024-10-23 14:39:49.703 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.1.1) 2024-10-23 14:39:49.761 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2024-10-23 14:39:49.762 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2024-10-23 14:39:49.763 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (22.1.0) 2024-10-23 14:39:49.781 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (1.15.1) 2024-10-23 14:39:49.786 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.14.1) 2024-10-23 14:39:49.812 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.8.1) 2024-10-23 14:39:49.868 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2024-10-23 14:39:49.877 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.4) 2024-10-23 14:39:49.904 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2020.6.20) 2024-10-23 14:39:49.904 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.12) 2024-10-23 14:39:49.905 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.1.1) 2024-10-23 14:39:49.906 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2024-10-23 14:39:49.950 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (2.21) 2024-10-23 14:39:50.828 | Installing collected packages: python-openstackclient 2024-10-23 14:39:51.711 | Successfully installed python-openstackclient-6.2.1 2024-10-23 14:39:51.712 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:39:51.858 | + inc/python:pip_install:196 : result=0 2024-10-23 14:39:51.860 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:39:51.863 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:51.865 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:51.867 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:51.869 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:51.871 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:51.873 | + functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:39:51.875 | + functions-common:time_stop:2442 : start_time=1729694388532 2024-10-23 14:39:51.877 | + functions-common:time_stop:2444 : [[ -z 1729694388532 ]] 2024-10-23 14:39:51.880 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:51.883 | + functions-common:time_stop:2447 : end_time=1729694391881 2024-10-23 14:39:51.885 | + functions-common:time_stop:2448 : elapsed_time=3349 2024-10-23 14:39:51.887 | + functions-common:time_stop:2449 : total=91215 2024-10-23 14:39:51.889 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:51.891 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94564 2024-10-23 14:39:51.893 | + inc/python:pip_install:199 : return 0 2024-10-23 14:39:51.896 | + stack.sh:main:990 : install_oscwrap 2024-10-23 14:39:51.899 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-10-23 14:39:51.902 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.2SwbzzU1S4 2024-10-23 14:39:51.905 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-10-23 14:39:51.907 | + functions-common:install_oscwrap:2486 : unalias -a 2024-10-23 14:39:51.909 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-10-23 14:39:51.911 | + stack.sh:main:995 : [[ False != \F\a\l\s\e ]] 2024-10-23 14:39:51.913 | + stack.sh:main:1035 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-10-23 14:39:51.915 | + stack.sh:main:1043 : is_service_enabled mysql postgresql 2024-10-23 14:39:51.930 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:51.932 | + stack.sh:main:1044 : configure_database 2024-10-23 14:39:51.934 | + lib/database:configure_database:128 : configure_database_mysql 2024-10-23 14:39:51.936 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-10-23 14:39:51.938 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-10-23 14:39:51.940 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:39:51.942 | + stack.sh:echo_summary:455 : echo -e Configuring and starting MySQL 2024-10-23 14:39:51.944 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-10-23 14:39:51.946 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:51.949 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:51.951 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-10-23 14:39:51.953 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-10-23 14:39:51.956 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-10-23 14:39:51.956 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-10-23 14:39:51.960 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-10-23 14:39:52.011 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-10-23 14:39:52.013 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-23 14:39:52.014 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-23 14:39:52.016 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-23 14:39:52.018 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-23 14:39:52.020 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-23 14:39:52.022 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-23 14:39:52.023 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-23 14:39:52.025 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-23 14:39:52.027 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-23 14:39:52.029 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-23 14:39:52.030 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-23 14:39:52.032 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-23 14:39:52.034 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-10-23 14:39:52.036 | + functions-common:is_suse:544 : is_opensuse 2024-10-23 14:39:52.038 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-23 14:39:52.039 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-23 14:39:52.041 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-23 14:39:52.043 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-23 14:39:52.045 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-23 14:39:52.046 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-10-23 14:39:52.048 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:52.050 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:52.052 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-10-23 14:39:52.054 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-23 14:39:52.055 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-10-23 14:39:52.595 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-10-23 14:39:52.597 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:52.599 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:52.601 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-10-23 14:39:52.603 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-10-23 14:39:52.605 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-10-23 14:39:52.607 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:52.609 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:52.611 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-10-23 14:39:52.613 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-10-23 14:39:52.616 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-10-23 14:39:52.617 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:52.618 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:52.620 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-10-23 14:39:52.622 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-10-23 14:39:52.624 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-10-23 14:39:52.628 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-10-23 14:39:52.644 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-10-23 14:39:52.646 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:39:52.648 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:39:52.649 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-10-23 14:39:52.651 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-10-23 14:39:52.653 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-10-23 14:39:52.695 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-10-23 14:39:52.735 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-10-23 14:39:52.777 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:52.779 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:52.781 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:52.783 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-10-23 14:39:52.785 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-23 14:39:52.787 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-10-23 14:39:53.324 | + stack.sh:main:1048 : save_stackenv 1048 2024-10-23 14:39:53.326 | + functions-common:save_stackenv:60 : local tag=1048 2024-10-23 14:39:53.329 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-10-23 14:39:53.332 | + functions-common:save_stackenv:62 : time_stamp=2024-10-23-143953 2024-10-23 14:39:53.335 | + functions-common:save_stackenv:63 : echo '# 2024-10-23-143953 1048' 2024-10-23 14:39:53.336 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.338 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-10-23 14:39:53.340 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.342 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-10-23 14:39:53.344 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.346 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-10-23 14:39:53.348 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.350 | + 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 2024-10-23 14:39:53.352 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.354 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-10-23 14:39:53.355 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.357 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-10-23 14:39:53.359 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.361 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-10-23-143526 2024-10-23 14:39:53.363 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.365 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-10-23 14:39:53.366 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.368 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-10-23 14:39:53.370 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.372 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-10-23 14:39:53.374 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.375 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-10-23 14:39:53.377 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.379 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-10-23 14:39:53.381 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.383 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-10-23 14:39:53.385 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.386 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-10-23 14:39:53.388 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:39:53.390 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-10-23 14:39:53.392 | + stack.sh:main:1060 : [[ False == \T\r\u\e ]] 2024-10-23 14:39:53.394 | + stack.sh:main:1074 : start_dstat 2024-10-23 14:39:53.396 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-10-23 14:39:53.398 | + functions-common:run_process:1689 : local service=dstat 2024-10-23 14:39:53.400 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-10-23 14:39:53.402 | + functions-common:run_process:1691 : local group= 2024-10-23 14:39:53.404 | + functions-common:run_process:1692 : local user= 2024-10-23 14:39:53.405 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:39:53.407 | + functions-common:run_process:1695 : local name=dstat 2024-10-23 14:39:53.409 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:39:53.411 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:39:53.413 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:39:53.415 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:39:53.418 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:39:53.421 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694393419 2024-10-23 14:39:53.423 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-10-23 14:39:53.437 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:53.439 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:39:53.441 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:53.443 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:53.445 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:53.447 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:53.449 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:53.451 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:39:53.453 | + functions-common:time_stop:2442 : start_time=1729694393419 2024-10-23 14:39:53.455 | + functions-common:time_stop:2444 : [[ -z 1729694393419 ]] 2024-10-23 14:39:53.457 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:53.461 | + functions-common:time_stop:2447 : end_time=1729694393458 2024-10-23 14:39:53.463 | + functions-common:time_stop:2448 : elapsed_time=39 2024-10-23 14:39:53.464 | + functions-common:time_stop:2449 : total=0 2024-10-23 14:39:53.466 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:53.468 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39 2024-10-23 14:39:53.470 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-10-23 14:39:53.472 | + functions-common:run_process:1689 : local service=memory_tracker 2024-10-23 14:39:53.474 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-10-23 14:39:53.476 | + functions-common:run_process:1691 : local group= 2024-10-23 14:39:53.478 | + functions-common:run_process:1692 : local user=root 2024-10-23 14:39:53.480 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:39:53.481 | + functions-common:run_process:1695 : local name=memory_tracker 2024-10-23 14:39:53.483 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:39:53.485 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:39:53.487 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:39:53.489 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:39:53.492 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:39:53.495 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694393493 2024-10-23 14:39:53.497 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-10-23 14:39:53.511 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:53.512 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:39:53.514 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:53.516 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:53.518 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:53.520 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:53.522 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:53.524 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:39:53.526 | + functions-common:time_stop:2442 : start_time=1729694393493 2024-10-23 14:39:53.528 | + functions-common:time_stop:2444 : [[ -z 1729694393493 ]] 2024-10-23 14:39:53.531 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:53.534 | + functions-common:time_stop:2447 : end_time=1729694393531 2024-10-23 14:39:53.535 | + functions-common:time_stop:2448 : elapsed_time=38 2024-10-23 14:39:53.537 | + functions-common:time_stop:2449 : total=39 2024-10-23 14:39:53.539 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:53.541 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=77 2024-10-23 14:39:53.543 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-10-23 14:39:53.556 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:53.558 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-10-23 14:39:53.560 | + functions-common:run_process:1689 : local service=file_tracker 2024-10-23 14:39:53.562 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-10-23 14:39:53.565 | + functions-common:run_process:1691 : local group= 2024-10-23 14:39:53.566 | + functions-common:run_process:1692 : local user= 2024-10-23 14:39:53.568 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:39:53.570 | + functions-common:run_process:1695 : local name=file_tracker 2024-10-23 14:39:53.572 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:39:53.574 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:39:53.576 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:39:53.578 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:39:53.581 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:39:53.585 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694393582 2024-10-23 14:39:53.587 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-10-23 14:39:53.600 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:53.602 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:39:53.604 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:53.606 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:53.608 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:53.610 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:53.612 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:53.614 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:39:53.615 | + functions-common:time_stop:2442 : start_time=1729694393582 2024-10-23 14:39:53.618 | + functions-common:time_stop:2444 : [[ -z 1729694393582 ]] 2024-10-23 14:39:53.620 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:53.623 | + functions-common:time_stop:2447 : end_time=1729694393621 2024-10-23 14:39:53.625 | + functions-common:time_stop:2448 : elapsed_time=39 2024-10-23 14:39:53.627 | + functions-common:time_stop:2449 : total=77 2024-10-23 14:39:53.629 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:53.631 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=116 2024-10-23 14:39:53.633 | + stack.sh:main:1078 : is_service_enabled tcpdump 2024-10-23 14:39:53.647 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:53.649 | + stack.sh:main:1086 : is_service_enabled etcd3 2024-10-23 14:39:53.662 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:53.664 | + stack.sh:main:1087 : start_etcd3 2024-10-23 14:39:53.666 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-10-23 14:39:53.668 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-10-23 14:39:53.671 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-10-23 14:39:53.673 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-10-23 14:39:53.675 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-10-23 14:39:53.677 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-10-23 14:39:53.679 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-10-23 14:39:53.681 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-10-23 14:39:53.683 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-10-23 14:39:53.685 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-10-23 14:39:53.687 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-10-23 14:39:53.689 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-10-23 14:39:53.691 | + 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 2024-10-23 14:39:53.693 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-10-23 14:39:53.694 | + functions-common:write_user_unit_file:1559 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-10-23 14:39:53.696 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-23 14:39:53.698 | + functions-common:write_user_unit_file:1561 : local user=root 2024-10-23 14:39:53.700 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-23 14:39:53.702 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-23 14:39:53.703 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-23 14:39:53.705 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-10-23 14:39:53.707 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-23 14:39:53.710 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-10-23 14:39:53.758 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-10-23 14:39:53.807 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-10-23 14:39:53.850 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-10-23 14:39:53.893 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-10-23 14:39:53.936 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:39:53.978 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-23 14:39:53.980 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-23 14:39:53.982 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-10-23 14:39:54.030 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-23 14:39:54.286 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-10-23 14:39:54.330 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-10-23 14:39:54.373 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-10-23 14:39:54.414 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-10-23 14:39:54.458 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-10-23 14:39:54.461 | ++ functions-common:is_arch:507 : uname -m 2024-10-23 14:39:54.464 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-10-23 14:39:54.467 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-10-23 14:39:54.702 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-10-23 14:39:54.711 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-10-23 14:39:55.004 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-10-23 14:39:55.480 | + stack.sh:main:1093 : is_service_enabled tls-proxy 2024-10-23 14:39:55.494 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:55.497 | + stack.sh:main:1098 : write_clouds_yaml 2024-10-23 14:39:55.499 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-10-23 14:39:55.501 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-10-23 14:39:55.504 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-10-23 14:39:55.514 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-10-23 14:39:55.523 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-10-23 14:39:55.525 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-10-23 14:39:55.527 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2024-10-23 14:39:55.572 | The user clouds.yaml file didn't exist. 2024-10-23 14:39:55.578 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2024-10-23 14:39:55.631 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2024-10-23 14:39:55.687 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2024-10-23 14:39:55.744 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2024-10-23 14:39:55.803 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2024-10-23 14:39:55.863 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2024-10-23 14:39:55.927 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2024-10-23 14:39:55.992 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2024-10-23 14:39:56.058 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2024-10-23 14:39:56.125 | + functions-common:write_clouds_yaml:198 : cat 2024-10-23 14:39:56.129 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-10-23 14:39:56.131 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-10-23 14:39:56.134 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-10-23 14:39:56.137 | + stack.sh:main:1099 : export OS_CLOUD=devstack-admin 2024-10-23 14:39:56.140 | + stack.sh:main:1099 : OS_CLOUD=devstack-admin 2024-10-23 14:39:56.142 | + stack.sh:main:1101 : is_service_enabled keystone 2024-10-23 14:39:56.155 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:39:56.156 | + stack.sh:main:1102 : echo_summary 'Starting Keystone' 2024-10-23 14:39:56.159 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:39:56.161 | + stack.sh:echo_summary:455 : echo -e Starting Keystone 2024-10-23 14:39:56.163 | + stack.sh:main:1104 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-10-23 14:39:56.165 | + stack.sh:main:1105 : init_keystone 2024-10-23 14:39:56.167 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-10-23 14:39:56.179 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:39:56.181 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-10-23 14:39:56.183 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-10-23 14:39:56.185 | + lib/database:recreate_database:112 : local db=keystone 2024-10-23 14:39:56.186 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-10-23 14:39:56.188 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-10-23 14:39:56.190 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-10-23 14:39:56.199 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-10-23 14:39:56.207 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-10-23 14:39:56.209 | + functions-common:time_start:2421 : local name=dbsync 2024-10-23 14:39:56.211 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:39:56.212 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:39:56.215 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:39:56.218 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694396216 2024-10-23 14:39:56.220 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-10-23 14:39:58.038 | 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=29395) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-23 14:39:58.043 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-23 14:39:58.044 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-23 14:39:58.044 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-23 14:39:58.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-23 14:39:58.046 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=29395) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-23 14:39:58.057 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-23 14:39:58.057 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-23 14:39:58.087 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-10-23 14:39:58.744 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29395) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-23 14:39:58.744 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-10-23 14:39:58.745 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29395) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-23 14:39:58.746 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-10-23 14:39:58.746 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29395) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-23 14:39:59.026 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-10-23 14:39:59.029 | + functions-common:time_stop:2435 : local name 2024-10-23 14:39:59.031 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:39:59.033 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:39:59.035 | + functions-common:time_stop:2438 : local total 2024-10-23 14:39:59.037 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:39:59.039 | + functions-common:time_stop:2441 : name=dbsync 2024-10-23 14:39:59.041 | + functions-common:time_stop:2442 : start_time=1729694396216 2024-10-23 14:39:59.043 | + functions-common:time_stop:2444 : [[ -z 1729694396216 ]] 2024-10-23 14:39:59.045 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:39:59.049 | + functions-common:time_stop:2447 : end_time=1729694399046 2024-10-23 14:39:59.051 | + functions-common:time_stop:2448 : elapsed_time=2830 2024-10-23 14:39:59.052 | + functions-common:time_stop:2449 : total=0 2024-10-23 14:39:59.054 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:39:59.056 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2830 2024-10-23 14:39:59.058 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-10-23 14:39:59.060 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-10-23 14:39:59.063 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-10-23 14:40:00.697 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-10-23 14:40:00.697 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-10-23 14:40:00.697 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-10-23 14:40:00.697 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-10-23 14:40:00.697 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-10-23 14:40:00.698 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-10-23 14:40:00.698 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-10-23 14:40:00.698 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-10-23 14:40:00.698 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-10-23 14:40:00.961 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-10-23 14:40:00.964 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-10-23 14:40:02.590 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-10-23 14:40:02.591 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-10-23 14:40:02.591 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-10-23 14:40:02.591 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-10-23 14:40:02.591 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-10-23 14:40:02.591 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-10-23 14:40:02.591 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-10-23 14:40:02.591 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-10-23 14:40:02.591 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-10-23 14:40:02.864 | + stack.sh:main:1106 : start_keystone 2024-10-23 14:40:02.866 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-10-23 14:40:02.868 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-10-23 14:40:02.870 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-10-23 14:40:02.882 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:40:02.884 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-10-23 14:40:02.887 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-10-23 14:40:02.890 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-10-23 14:40:02.892 | + functions-common:run_process:1689 : local service=keystone 2024-10-23 14:40:02.894 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-23 14:40:02.896 | + functions-common:run_process:1691 : local group= 2024-10-23 14:40:02.898 | + functions-common:run_process:1692 : local user= 2024-10-23 14:40:02.900 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:40:02.902 | + functions-common:run_process:1695 : local name=keystone 2024-10-23 14:40:02.904 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:40:02.906 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:40:02.908 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:40:02.910 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:40:02.912 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:40:02.915 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694402913 2024-10-23 14:40:02.917 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-10-23 14:40:02.929 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:40:02.931 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-10-23 14:40:02.933 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-10-23 14:40:02.935 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-23 14:40:02.937 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-23 14:40:02.939 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-23 14:40:02.940 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-23 14:40:02.942 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-10-23 14:40:02.944 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-10-23 14:40:02.946 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-10-23 14:40:02.948 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:40:02.950 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:40:02.952 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:40:02.954 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:40:02.956 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-10-23 14:40:02.958 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' stack '' 2024-10-23 14:40:02.959 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-10-23 14:40:02.961 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-23 14:40:02.963 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-23 14:40:02.965 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-23 14:40:02.966 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-23 14:40:02.968 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-10-23 14:40:02.970 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-23 14:40:02.973 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-10-23 14:40:03.021 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-10-23 14:40:03.073 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-10-23 14:40:03.114 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-23 14:40:03.155 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:40:03.195 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-10-23 14:40:03.234 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-10-23 14:40:03.274 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-10-23 14:40:03.314 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-10-23 14:40:03.355 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-10-23 14:40:03.396 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-23 14:40:03.397 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-23 14:40:03.399 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-10-23 14:40:03.447 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-23 14:40:03.686 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-10-23 14:40:03.695 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-10-23 14:40:03.913 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-10-23 14:40:03.984 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:40:03.986 | + functions-common:time_stop:2435 : local name 2024-10-23 14:40:03.988 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:40:03.990 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:40:03.992 | + functions-common:time_stop:2438 : local total 2024-10-23 14:40:03.996 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:40:03.998 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:40:04.000 | + functions-common:time_stop:2442 : start_time=1729694402913 2024-10-23 14:40:04.002 | + functions-common:time_stop:2444 : [[ -z 1729694402913 ]] 2024-10-23 14:40:04.005 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:40:04.010 | + functions-common:time_stop:2447 : end_time=1729694404006 2024-10-23 14:40:04.012 | + functions-common:time_stop:2448 : elapsed_time=1093 2024-10-23 14:40:04.014 | + functions-common:time_stop:2449 : total=116 2024-10-23 14:40:04.016 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:40:04.020 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1209 2024-10-23 14:40:04.022 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-10-23 14:40:04.022 | Waiting for keystone to start... 2024-10-23 14:40:04.024 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-10-23 14:40:04.027 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-10-23 14:40:04.029 | + functions:wait_for_service:468 : local timeout=60 2024-10-23 14:40:04.031 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-10-23 14:40:04.033 | + functions:wait_for_service:470 : local rval=0 2024-10-23 14:40:04.035 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-23 14:40:04.037 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-23 14:40:04.039 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:40:04.041 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:40:04.043 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:40:04.047 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694404044 2024-10-23 14:40:04.048 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-23 14:40:04.052 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-10-23 14:40:04.147 | ++ inc/async:async_inner:64 : rc=0 2024-10-23 14:40:04.165 | [26998 Async install_tempest:26998]: finished successfully 2024-10-23 14:40:06.410 | + :: : [[ 200 == 503 ]] 2024-10-23 14:40:06.412 | + :: : [[ 0 -eq 7 ]] 2024-10-23 14:40:06.414 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-23 14:40:06.416 | + functions-common:time_stop:2435 : local name 2024-10-23 14:40:06.418 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:40:06.420 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:40:06.422 | + functions-common:time_stop:2438 : local total 2024-10-23 14:40:06.424 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:40:06.426 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-23 14:40:06.427 | + functions-common:time_stop:2442 : start_time=1729694404044 2024-10-23 14:40:06.429 | + functions-common:time_stop:2444 : [[ -z 1729694404044 ]] 2024-10-23 14:40:06.432 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:40:06.435 | + functions-common:time_stop:2447 : end_time=1729694406433 2024-10-23 14:40:06.437 | + functions-common:time_stop:2448 : elapsed_time=2389 2024-10-23 14:40:06.438 | + functions-common:time_stop:2449 : total=0 2024-10-23 14:40:06.440 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:40:06.442 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2389 2024-10-23 14:40:06.444 | + functions:wait_for_service:478 : return 0 2024-10-23 14:40:06.446 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-10-23 14:40:06.459 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:40:06.461 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-10-23 14:40:06.463 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-23 14:40:06.465 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-10-23 14:40:06.992 | + stack.sh:main:1107 : bootstrap_keystone 2024-10-23 14:40:06.995 | + lib/keystone:bootstrap_keystone:607 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2024-10-23 14:40:08.648 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.648 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.648 | 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=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.656 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.661 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.661 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.676 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.691 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.691 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.799 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.799 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.799 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.799 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.799 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.799 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.806 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.806 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.806 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.806 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.806 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.806 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.806 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.809 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.810 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.810 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.810 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.811 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.811 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.811 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.811 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30177) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-23 14:40:08.828 | 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=30177) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-23 14:40:08.923 | INFO keystone.cmd.bootstrap [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] Created domain default 2024-10-23 14:40:08.944 | INFO keystone.cmd.bootstrap [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] Created project admin 2024-10-23 14:40:08.958 | WARNING keystone.common.password_hashing [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-10-23 14:40:08.958 | DEBUG passlib.handlers.bcrypt [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30177) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-10-23 14:40:08.959 | DEBUG passlib.handlers.bcrypt [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30177) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-10-23 14:40:08.991 | INFO keystone.cmd.bootstrap [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] Created user admin 2024-10-23 14:40:08.997 | INFO keystone.cmd.bootstrap [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] Created role reader 2024-10-23 14:40:09.010 | INFO keystone.cmd.bootstrap [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] Created role member 2024-10-23 14:40:09.023 | INFO keystone.cmd.bootstrap [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] Created implied role where 8b25e525191a44809581573075c54389 implies 2e852c186ce84f4395cbcf9599e33c33 2024-10-23 14:40:09.027 | INFO keystone.cmd.bootstrap [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] Created role admin 2024-10-23 14:40:09.035 | INFO keystone.cmd.bootstrap [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] Created implied role where 6fa4b68efce34ebe9a1d5e8e538c21c1 implies 8b25e525191a44809581573075c54389 2024-10-23 14:40:09.040 | INFO keystone.cmd.bootstrap [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] Granted role admin on project admin to user admin. 2024-10-23 14:40:09.043 | INFO keystone.cmd.bootstrap [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] Granted role admin on the system to user admin. 2024-10-23 14:40:09.048 | WARNING py.warnings [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] /usr/local/lib/python3.10/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2024-10-23 14:40:09.048 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-10-23 14:40:09.048 |  2024-10-23 14:40:09.050 | INFO keystone.cmd.bootstrap [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] Created region RegionOne 2024-10-23 14:40:09.064 | INFO keystone.cmd.bootstrap [None req-9e9ad02f-e8c6-4b79-92d3-fc43b58357d5 None None] Created public endpoint http://10.180.1.21/identity 2024-10-23 14:40:09.382 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-10-23 14:40:09.384 | + stack.sh:main:1110 : create_keystone_accounts 2024-10-23 14:40:09.386 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-10-23 14:40:09.388 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-10-23 14:40:11.081 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:11.083 | + lib/keystone:create_keystone_accounts:315 : admin_project=88755ffc9d394d14928f0692771e61f5 2024-10-23 14:40:11.085 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-10-23 14:40:11.087 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-10-23 14:40:12.319 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:12.321 | + lib/keystone:create_keystone_accounts:317 : admin_user=9459963400d542438c60554341f7d216 2024-10-23 14:40:12.323 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-10-23 14:40:12.325 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-10-23 14:40:12.327 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-10-23 14:40:12.329 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 9459963400d542438c60554341f7d216 default 2024-10-23 14:40:12.373 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 9459963400d542438c60554341f7d216 default 2024-10-23 14:40:12.401 | [3657 Async ks-domain-role:30298]: running: get_or_add_user_domain_role admin 9459963400d542438c60554341f7d216 default 2024-10-23 14:40:12.402 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-10-23 14:40:12.404 | + functions-common:get_or_create_domain:895 : local domain_id 2024-10-23 14:40:12.407 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-10-23 14:40:13.917 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:13.919 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-10-23 14:40:13.921 | + functions-common:get_or_create_domain:901 : echo default 2024-10-23 14:40:13.921 | default 2024-10-23 14:40:13.923 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-10-23 14:40:13.970 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-10-23 14:40:14.000 | [3657 Async ks-project:30408]: running: get_or_create_project service Default 2024-10-23 14:40:14.002 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-10-23 14:40:14.057 | + inc/async:async_inner:63 : get_or_create_role service 2024-10-23 14:40:14.086 | [3657 Async ks-service:30520]: running: get_or_create_role service 2024-10-23 14:40:14.088 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-10-23 14:40:14.135 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-10-23 14:40:14.163 | [3657 Async ks-reseller:30616]: running: get_or_create_role ResellerAdmin 2024-10-23 14:40:14.165 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-10-23 14:40:14.167 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-10-23 14:40:14.219 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-10-23 14:40:14.247 | [3657 Async ks-anotherrole:30713]: running: get_or_create_role anotherrole 2024-10-23 14:40:14.249 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-10-23 14:40:14.252 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-10-23 14:40:14.254 | ++ functions-common:get_or_create_project:945 : local project_id 2024-10-23 14:40:14.256 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2024-10-23 14:40:15.424 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:15.443 | [30520 Async ks-service:30520]: finished successfully 2024-10-23 14:40:15.579 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:15.598 | [30616 Async ks-reseller:30616]: finished successfully 2024-10-23 14:40:15.813 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:15.832 | [30408 Async ks-project:30408]: finished successfully 2024-10-23 14:40:15.908 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:15.927 | [30713 Async ks-anotherrole:30713]: finished successfully 2024-10-23 14:40:15.981 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:15.983 | ++ functions-common:get_or_create_project:951 : project_id=3750faf290f645f8acfb8ae1183deafa 2024-10-23 14:40:15.985 | ++ functions-common:get_or_create_project:952 : echo 3750faf290f645f8acfb8ae1183deafa 2024-10-23 14:40:15.988 | + lib/keystone:create_keystone_accounts:345 : invis_project=3750faf290f645f8acfb8ae1183deafa 2024-10-23 14:40:15.990 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-10-23 14:40:15.992 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-10-23 14:40:15.994 | ++ functions-common:get_or_create_project:945 : local project_id 2024-10-23 14:40:15.997 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2024-10-23 14:40:16.013 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:16.029 | [30298 Async ks-domain-role:30298]: finished successfully 2024-10-23 14:40:17.378 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:17.381 | ++ functions-common:get_or_create_project:951 : project_id=57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:17.383 | ++ functions-common:get_or_create_project:952 : echo 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:17.385 | + lib/keystone:create_keystone_accounts:349 : demo_project=57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:17.387 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-10-23 14:40:17.390 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-10-23 14:40:17.392 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-23 14:40:17.393 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-10-23 14:40:17.395 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-10-23 14:40:17.398 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2024-10-23 14:40:18.771 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:18.774 | ++ functions-common:get_or_create_user:938 : user_id=eefc76792860411b8aad27ac00124819 2024-10-23 14:40:18.775 | ++ functions-common:get_or_create_user:939 : echo eefc76792860411b8aad27ac00124819 2024-10-23 14:40:18.778 | + lib/keystone:create_keystone_accounts:352 : demo_user=eefc76792860411b8aad27ac00124819 2024-10-23 14:40:18.780 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-10-23 14:40:18.815 | [3657 Async ks-domain-role:30298]: Waiting for completion of get_or_add_user_domain_role admin 9459963400d542438c60554341f7d216 default running on PID 30298 (6 other jobs running) 2024-10-23 14:40:18.832 | [3657 Async ks-domain-role:30298]: Signaling child to exit 2024-10-23 14:40:18.832 | WAKEUP 2024-10-23 14:40:18.849 | [3657 Async ks-domain-role:30298]: Signaled 2024-10-23 14:40:18.849 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-10-23 14:40:18.849 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 9459963400d542438c60554341f7d216 --domain default 2024-10-23 14:40:18.849 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 9459963400d542438c60554341f7d216 --domain default -c Role -f value 2024-10-23 14:40:18.849 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:18.849 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:40:18.849 | + functions-common:get_or_add_user_domain_role:1022 : echo 6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:40:18.849 | 6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:40:18.879 | [3657 Async ks-domain-role:30298]: finished get_or_add_user_domain_role admin 9459963400d542438c60554341f7d216 default with result 0 in 3 seconds 2024-10-23 14:40:18.884 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-10-23 14:40:18.908 | [3657 Async ks-project:30408]: Waiting for completion of get_or_create_project service Default running on PID 30408 (5 other jobs running) 2024-10-23 14:40:18.925 | [3657 Async ks-project:30408]: Signaling child to exit 2024-10-23 14:40:18.925 | WAKEUP 2024-10-23 14:40:18.941 | [3657 Async ks-project:30408]: Signaled 2024-10-23 14:40:18.942 | + functions-common:get_or_create_project:945 : local project_id 2024-10-23 14:40:18.942 | ++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2024-10-23 14:40:18.942 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:18.942 | + functions-common:get_or_create_project:951 : project_id=d72074ea86ff4e64b46ecc55520d1436 2024-10-23 14:40:18.942 | + functions-common:get_or_create_project:952 : echo d72074ea86ff4e64b46ecc55520d1436 2024-10-23 14:40:18.942 | d72074ea86ff4e64b46ecc55520d1436 2024-10-23 14:40:18.972 | [3657 Async ks-project:30408]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-10-23 14:40:18.997 | [3657 Async ks-service:30520]: Waiting for completion of get_or_create_role service running on PID 30520 (4 other jobs running) 2024-10-23 14:40:19.014 | [3657 Async ks-service:30520]: Signaling child to exit 2024-10-23 14:40:19.014 | WAKEUP 2024-10-23 14:40:19.029 | [3657 Async ks-service:30520]: Signaled 2024-10-23 14:40:19.030 | + functions-common:get_or_create_role:958 : local role_id 2024-10-23 14:40:19.030 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-10-23 14:40:19.030 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:19.030 | + functions-common:get_or_create_role:963 : role_id=ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:40:19.030 | + functions-common:get_or_create_role:964 : echo ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:40:19.030 | ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:40:19.060 | [3657 Async ks-service:30520]: finished get_or_create_role service with result 0 in 1 seconds 2024-10-23 14:40:19.085 | [3657 Async ks-reseller:30616]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 30616 (3 other jobs running) 2024-10-23 14:40:19.101 | [3657 Async ks-reseller:30616]: Signaling child to exit 2024-10-23 14:40:19.101 | WAKEUP 2024-10-23 14:40:19.116 | [3657 Async ks-reseller:30616]: Signaled 2024-10-23 14:40:19.117 | + functions-common:get_or_create_role:958 : local role_id 2024-10-23 14:40:19.117 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-10-23 14:40:19.117 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:19.117 | + functions-common:get_or_create_role:963 : role_id=07968a891b8541d7b8d17b8d1f729190 2024-10-23 14:40:19.117 | + functions-common:get_or_create_role:964 : echo 07968a891b8541d7b8d17b8d1f729190 2024-10-23 14:40:19.117 | 07968a891b8541d7b8d17b8d1f729190 2024-10-23 14:40:19.147 | [3657 Async ks-reseller:30616]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-10-23 14:40:19.172 | [3657 Async ks-anotherrole:30713]: Waiting for completion of get_or_create_role anotherrole running on PID 30713 (2 other jobs running) 2024-10-23 14:40:19.188 | [3657 Async ks-anotherrole:30713]: Signaling child to exit 2024-10-23 14:40:19.188 | WAKEUP 2024-10-23 14:40:19.203 | [3657 Async ks-anotherrole:30713]: Signaled 2024-10-23 14:40:19.204 | + functions-common:get_or_create_role:958 : local role_id 2024-10-23 14:40:19.204 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-10-23 14:40:19.204 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:19.204 | + functions-common:get_or_create_role:963 : role_id=bc89868615904a008c33a8110edd865d 2024-10-23 14:40:19.204 | + functions-common:get_or_create_role:964 : echo bc89868615904a008c33a8110edd865d 2024-10-23 14:40:19.204 | bc89868615904a008c33a8110edd865d 2024-10-23 14:40:19.234 | [3657 Async ks-anotherrole:30713]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-10-23 14:40:19.237 | + inc/async:async_wait:197 : return 0 2024-10-23 14:40:19.239 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member eefc76792860411b8aad27ac00124819 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:19.284 | + inc/async:async_inner:63 : get_or_add_user_project_role member eefc76792860411b8aad27ac00124819 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:19.312 | [3657 Async ks-demo-member:31556]: running: get_or_add_user_project_role member eefc76792860411b8aad27ac00124819 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:19.314 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 9459963400d542438c60554341f7d216 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:19.360 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 9459963400d542438c60554341f7d216 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:19.389 | [3657 Async ks-demo-admin:31652]: running: get_or_add_user_project_role admin 9459963400d542438c60554341f7d216 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:19.391 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole eefc76792860411b8aad27ac00124819 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:19.437 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole eefc76792860411b8aad27ac00124819 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:19.466 | [3657 Async ks-demo-another:31749]: running: get_or_add_user_project_role anotherrole eefc76792860411b8aad27ac00124819 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:19.468 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member eefc76792860411b8aad27ac00124819 3750faf290f645f8acfb8ae1183deafa 2024-10-23 14:40:19.514 | + inc/async:async_inner:63 : get_or_add_user_project_role member eefc76792860411b8aad27ac00124819 3750faf290f645f8acfb8ae1183deafa 2024-10-23 14:40:19.546 | [3657 Async ks-demo-invis:31846]: running: get_or_add_user_project_role member eefc76792860411b8aad27ac00124819 3750faf290f645f8acfb8ae1183deafa 2024-10-23 14:40:19.548 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-10-23 14:40:19.551 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-10-23 14:40:19.554 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-23 14:40:19.556 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-10-23 14:40:19.558 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-10-23 14:40:19.560 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2024-10-23 14:40:21.300 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:21.303 | ++ functions-common:get_or_create_user:938 : user_id=479dba8185c348c2a8711efa5a510e3a 2024-10-23 14:40:21.305 | ++ functions-common:get_or_create_user:939 : echo 479dba8185c348c2a8711efa5a510e3a 2024-10-23 14:40:21.308 | + lib/keystone:create_keystone_accounts:365 : demo_reader=479dba8185c348c2a8711efa5a510e3a 2024-10-23 14:40:21.310 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 479dba8185c348c2a8711efa5a510e3a 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:21.360 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 479dba8185c348c2a8711efa5a510e3a 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:21.393 | [3657 Async ks-demo-reader:32001]: running: get_or_add_user_project_role reader 479dba8185c348c2a8711efa5a510e3a 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:21.395 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-10-23 14:40:21.398 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-10-23 14:40:21.400 | ++ functions-common:get_or_create_project:945 : local project_id 2024-10-23 14:40:21.402 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2024-10-23 14:40:23.027 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:23.029 | ++ functions-common:get_or_create_project:951 : project_id=183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:23.031 | ++ functions-common:get_or_create_project:952 : echo 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:23.034 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:23.036 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-10-23 14:40:23.038 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-10-23 14:40:23.040 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-23 14:40:23.042 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-10-23 14:40:23.044 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-10-23 14:40:23.047 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2024-10-23 14:40:23.506 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:23.525 | [31556 Async ks-demo-member:31556]: finished successfully 2024-10-23 14:40:23.784 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:23.803 | [31652 Async ks-demo-admin:31652]: finished successfully 2024-10-23 14:40:23.842 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:23.861 | [31749 Async ks-demo-another:31749]: finished successfully 2024-10-23 14:40:23.944 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:23.963 | [31846 Async ks-demo-invis:31846]: finished successfully 2024-10-23 14:40:24.449 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:24.451 | ++ functions-common:get_or_create_user:938 : user_id=a91d48e1538f45c89080cdc10348914f 2024-10-23 14:40:24.453 | ++ functions-common:get_or_create_user:939 : echo a91d48e1538f45c89080cdc10348914f 2024-10-23 14:40:24.456 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=a91d48e1538f45c89080cdc10348914f 2024-10-23 14:40:24.458 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin a91d48e1538f45c89080cdc10348914f 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:24.506 | + inc/async:async_inner:63 : get_or_add_user_project_role admin a91d48e1538f45c89080cdc10348914f 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:24.535 | [3657 Async ks-alt-admin:32409]: running: get_or_add_user_project_role admin a91d48e1538f45c89080cdc10348914f 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:24.538 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole a91d48e1538f45c89080cdc10348914f 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:24.587 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole a91d48e1538f45c89080cdc10348914f 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:24.615 | [3657 Async ks-alt-another:32505]: running: get_or_add_user_project_role anotherrole a91d48e1538f45c89080cdc10348914f 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:24.617 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-10-23 14:40:24.619 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-10-23 14:40:24.621 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-23 14:40:24.623 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-10-23 14:40:24.625 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-10-23 14:40:24.627 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2024-10-23 14:40:25.374 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:25.392 | [32001 Async ks-demo-reader:32001]: finished successfully 2024-10-23 14:40:26.056 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:26.059 | ++ functions-common:get_or_create_user:938 : user_id=04bcce68c8254f50afd4f183bad9eb9c 2024-10-23 14:40:26.061 | ++ functions-common:get_or_create_user:939 : echo 04bcce68c8254f50afd4f183bad9eb9c 2024-10-23 14:40:26.066 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=04bcce68c8254f50afd4f183bad9eb9c 2024-10-23 14:40:26.069 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 04bcce68c8254f50afd4f183bad9eb9c 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:26.127 | + inc/async:async_inner:63 : get_or_add_user_project_role member 04bcce68c8254f50afd4f183bad9eb9c 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:26.161 | [3657 Async ks-alt-member-user:32685]: running: get_or_add_user_project_role member 04bcce68c8254f50afd4f183bad9eb9c 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:26.163 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-10-23 14:40:26.165 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-10-23 14:40:26.167 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-23 14:40:26.169 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-10-23 14:40:26.171 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-10-23 14:40:26.173 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2024-10-23 14:40:27.615 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:27.618 | ++ functions-common:get_or_create_user:938 : user_id=2b7373a68bea48a9beb122a27367d563 2024-10-23 14:40:27.620 | ++ functions-common:get_or_create_user:939 : echo 2b7373a68bea48a9beb122a27367d563 2024-10-23 14:40:27.622 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=2b7373a68bea48a9beb122a27367d563 2024-10-23 14:40:27.624 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 2b7373a68bea48a9beb122a27367d563 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:27.671 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 2b7373a68bea48a9beb122a27367d563 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:27.700 | [3657 Async ks-alt-reader-user:32859]: running: get_or_add_user_project_role reader 2b7373a68bea48a9beb122a27367d563 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:27.702 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-10-23 14:40:27.704 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-23 14:40:27.706 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-10-23 14:40:27.708 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-10-23 14:40:27.710 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2024-10-23 14:40:28.122 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:28.143 | [32409 Async ks-alt-admin:32409]: finished successfully 2024-10-23 14:40:28.274 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:28.292 | [32505 Async ks-alt-another:32505]: finished successfully 2024-10-23 14:40:29.105 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:29.107 | ++ functions-common:get_or_create_user:938 : user_id=6517e27f81a14953bb430881fd260291 2024-10-23 14:40:29.109 | ++ functions-common:get_or_create_user:939 : echo 6517e27f81a14953bb430881fd260291 2024-10-23 14:40:29.111 | + lib/keystone:create_keystone_accounts:397 : system_member_user=6517e27f81a14953bb430881fd260291 2024-10-23 14:40:29.113 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 6517e27f81a14953bb430881fd260291 all 2024-10-23 14:40:29.161 | + inc/async:async_inner:63 : get_or_add_user_system_role member 6517e27f81a14953bb430881fd260291 all 2024-10-23 14:40:29.191 | [3657 Async ks-system-member:33095]: running: get_or_add_user_system_role member 6517e27f81a14953bb430881fd260291 all 2024-10-23 14:40:29.194 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-10-23 14:40:29.196 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-23 14:40:29.198 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-10-23 14:40:29.200 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-10-23 14:40:29.202 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2024-10-23 14:40:29.811 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:29.829 | [32685 Async ks-alt-member-user:32685]: finished successfully 2024-10-23 14:40:30.617 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:30.619 | ++ functions-common:get_or_create_user:938 : user_id=79ce6c7144384112a814a455d493a363 2024-10-23 14:40:30.622 | ++ functions-common:get_or_create_user:939 : echo 79ce6c7144384112a814a455d493a363 2024-10-23 14:40:30.624 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=79ce6c7144384112a814a455d493a363 2024-10-23 14:40:30.626 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 79ce6c7144384112a814a455d493a363 all 2024-10-23 14:40:30.675 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 79ce6c7144384112a814a455d493a363 all 2024-10-23 14:40:30.706 | [3657 Async ks-system-reader:33303]: running: get_or_add_user_system_role reader 79ce6c7144384112a814a455d493a363 all 2024-10-23 14:40:30.708 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-10-23 14:40:30.711 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-10-23 14:40:30.713 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-10-23 14:40:30.715 | ++ functions-common:get_or_create_group:908 : local group_id 2024-10-23 14:40:30.718 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2024-10-23 14:40:31.147 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:31.170 | [32859 Async ks-alt-reader-user:32859]: finished successfully 2024-10-23 14:40:32.159 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:32.162 | ++ functions-common:get_or_create_group:915 : group_id=2b3ce409f4a146d2a6223f58197d87db 2024-10-23 14:40:32.164 | ++ functions-common:get_or_create_group:916 : echo 2b3ce409f4a146d2a6223f58197d87db 2024-10-23 14:40:32.166 | + lib/keystone:create_keystone_accounts:407 : admin_group=2b3ce409f4a146d2a6223f58197d87db 2024-10-23 14:40:32.168 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-10-23 14:40:32.171 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-10-23 14:40:32.173 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-10-23 14:40:32.175 | ++ functions-common:get_or_create_group:908 : local group_id 2024-10-23 14:40:32.179 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2024-10-23 14:40:33.618 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:33.620 | ++ functions-common:get_or_create_group:915 : group_id=df5dcd6656934a5b8e4d0cf2673e8128 2024-10-23 14:40:33.622 | ++ functions-common:get_or_create_group:916 : echo df5dcd6656934a5b8e4d0cf2673e8128 2024-10-23 14:40:33.625 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=df5dcd6656934a5b8e4d0cf2673e8128 2024-10-23 14:40:33.627 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member df5dcd6656934a5b8e4d0cf2673e8128 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:33.676 | + inc/async:async_inner:63 : get_or_add_group_project_role member df5dcd6656934a5b8e4d0cf2673e8128 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:33.704 | [3657 Async ks-group-memberdemo:33570]: running: get_or_add_group_project_role member df5dcd6656934a5b8e4d0cf2673e8128 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:33.706 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole df5dcd6656934a5b8e4d0cf2673e8128 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:33.754 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole df5dcd6656934a5b8e4d0cf2673e8128 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:33.786 | [3657 Async ks-group-anotherdemo:33649]: running: get_or_add_group_project_role anotherrole df5dcd6656934a5b8e4d0cf2673e8128 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:33.788 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member df5dcd6656934a5b8e4d0cf2673e8128 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:33.845 | + inc/async:async_inner:63 : get_or_add_group_project_role member df5dcd6656934a5b8e4d0cf2673e8128 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:33.875 | [3657 Async ks-group-memberalt:33729]: running: get_or_add_group_project_role member df5dcd6656934a5b8e4d0cf2673e8128 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:33.877 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole df5dcd6656934a5b8e4d0cf2673e8128 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:33.927 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole df5dcd6656934a5b8e4d0cf2673e8128 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:33.957 | [3657 Async ks-group-anotheralt:33814]: running: get_or_add_group_project_role anotherrole df5dcd6656934a5b8e4d0cf2673e8128 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:33.959 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 2b3ce409f4a146d2a6223f58197d87db 88755ffc9d394d14928f0692771e61f5 2024-10-23 14:40:33.995 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:34.012 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 2b3ce409f4a146d2a6223f58197d87db 88755ffc9d394d14928f0692771e61f5 2024-10-23 14:40:34.017 | [33095 Async ks-system-member:33095]: finished successfully 2024-10-23 14:40:34.046 | [3657 Async ks-group-admin:33929]: running: get_or_add_group_project_role admin 2b3ce409f4a146d2a6223f58197d87db 88755ffc9d394d14928f0692771e61f5 2024-10-23 14:40:34.048 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-10-23 14:40:34.084 | [3657 Async ks-demo-member:31556]: Waiting for completion of get_or_add_user_project_role member eefc76792860411b8aad27ac00124819 57218e8c681c4cc19c3f0d391c14ed11 running on PID 31556 (17 other jobs running) 2024-10-23 14:40:34.100 | [3657 Async ks-demo-member:31556]: Signaling child to exit 2024-10-23 14:40:34.100 | WAKEUP 2024-10-23 14:40:34.116 | [3657 Async ks-demo-member:31556]: Signaled 2024-10-23 14:40:34.117 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:40:34.117 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:40:34.117 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-23 14:40:34.117 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:40:34.117 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:40:34.117 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-23 14:40:34.117 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-23 14:40:34.117 | ++ functions-common:_get_domain_args:980 : echo 2024-10-23 14:40:34.117 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-23 14:40:34.117 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user eefc76792860411b8aad27ac00124819 --project 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:34.117 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user eefc76792860411b8aad27ac00124819 --project 57218e8c681c4cc19c3f0d391c14ed11 -c Role -f value 2024-10-23 14:40:34.117 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:34.117 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8b25e525191a44809581573075c54389 2024-10-23 14:40:34.118 | + functions-common:get_or_add_user_project_role:1003 : echo 8b25e525191a44809581573075c54389 2024-10-23 14:40:34.118 | 8b25e525191a44809581573075c54389 2024-10-23 14:40:34.149 | [3657 Async ks-demo-member:31556]: finished get_or_add_user_project_role member eefc76792860411b8aad27ac00124819 57218e8c681c4cc19c3f0d391c14ed11 with result 0 in 4 seconds 2024-10-23 14:40:34.174 | [3657 Async ks-demo-admin:31652]: Waiting for completion of get_or_add_user_project_role admin 9459963400d542438c60554341f7d216 57218e8c681c4cc19c3f0d391c14ed11 running on PID 31652 (16 other jobs running) 2024-10-23 14:40:34.192 | [3657 Async ks-demo-admin:31652]: Signaling child to exit 2024-10-23 14:40:34.192 | WAKEUP 2024-10-23 14:40:34.208 | [3657 Async ks-demo-admin:31652]: Signaled 2024-10-23 14:40:34.209 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:40:34.209 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:40:34.209 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-23 14:40:34.209 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:40:34.209 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:40:34.209 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-23 14:40:34.209 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-23 14:40:34.209 | ++ functions-common:_get_domain_args:980 : echo 2024-10-23 14:40:34.209 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-23 14:40:34.209 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 9459963400d542438c60554341f7d216 --project 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:34.209 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 9459963400d542438c60554341f7d216 --project 57218e8c681c4cc19c3f0d391c14ed11 -c Role -f value 2024-10-23 14:40:34.209 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:34.209 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:40:34.209 | + functions-common:get_or_add_user_project_role:1003 : echo 6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:40:34.209 | 6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:40:34.239 | [3657 Async ks-demo-admin:31652]: finished get_or_add_user_project_role admin 9459963400d542438c60554341f7d216 57218e8c681c4cc19c3f0d391c14ed11 with result 0 in 4 seconds 2024-10-23 14:40:34.264 | [3657 Async ks-demo-another:31749]: Waiting for completion of get_or_add_user_project_role anotherrole eefc76792860411b8aad27ac00124819 57218e8c681c4cc19c3f0d391c14ed11 running on PID 31749 (15 other jobs running) 2024-10-23 14:40:34.282 | [3657 Async ks-demo-another:31749]: Signaling child to exit 2024-10-23 14:40:34.282 | WAKEUP 2024-10-23 14:40:34.298 | [3657 Async ks-demo-another:31749]: Signaled 2024-10-23 14:40:34.299 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:40:34.299 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:40:34.299 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-23 14:40:34.299 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:40:34.299 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:40:34.299 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-23 14:40:34.299 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-23 14:40:34.299 | ++ functions-common:_get_domain_args:980 : echo 2024-10-23 14:40:34.299 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-23 14:40:34.300 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user eefc76792860411b8aad27ac00124819 --project 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:34.300 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user eefc76792860411b8aad27ac00124819 --project 57218e8c681c4cc19c3f0d391c14ed11 -c Role -f value 2024-10-23 14:40:34.300 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:34.300 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=bc89868615904a008c33a8110edd865d 2024-10-23 14:40:34.300 | + functions-common:get_or_add_user_project_role:1003 : echo bc89868615904a008c33a8110edd865d 2024-10-23 14:40:34.300 | bc89868615904a008c33a8110edd865d 2024-10-23 14:40:34.329 | [3657 Async ks-demo-another:31749]: finished get_or_add_user_project_role anotherrole eefc76792860411b8aad27ac00124819 57218e8c681c4cc19c3f0d391c14ed11 with result 0 in 4 seconds 2024-10-23 14:40:34.354 | [3657 Async ks-demo-invis:31846]: Waiting for completion of get_or_add_user_project_role member eefc76792860411b8aad27ac00124819 3750faf290f645f8acfb8ae1183deafa running on PID 31846 (14 other jobs running) 2024-10-23 14:40:34.371 | [3657 Async ks-demo-invis:31846]: Signaling child to exit 2024-10-23 14:40:34.372 | WAKEUP 2024-10-23 14:40:34.386 | [3657 Async ks-demo-invis:31846]: Signaled 2024-10-23 14:40:34.387 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:40:34.387 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:40:34.387 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-23 14:40:34.387 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:40:34.388 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:40:34.388 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-23 14:40:34.388 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-23 14:40:34.388 | ++ functions-common:_get_domain_args:980 : echo 2024-10-23 14:40:34.388 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-23 14:40:34.388 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user eefc76792860411b8aad27ac00124819 --project 3750faf290f645f8acfb8ae1183deafa 2024-10-23 14:40:34.388 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user eefc76792860411b8aad27ac00124819 --project 3750faf290f645f8acfb8ae1183deafa -c Role -f value 2024-10-23 14:40:34.388 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:34.388 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8b25e525191a44809581573075c54389 2024-10-23 14:40:34.388 | + functions-common:get_or_add_user_project_role:1003 : echo 8b25e525191a44809581573075c54389 2024-10-23 14:40:34.388 | 8b25e525191a44809581573075c54389 2024-10-23 14:40:34.417 | [3657 Async ks-demo-invis:31846]: finished get_or_add_user_project_role member eefc76792860411b8aad27ac00124819 3750faf290f645f8acfb8ae1183deafa with result 0 in 4 seconds 2024-10-23 14:40:34.443 | [3657 Async ks-demo-reader:32001]: Waiting for completion of get_or_add_user_project_role reader 479dba8185c348c2a8711efa5a510e3a 57218e8c681c4cc19c3f0d391c14ed11 running on PID 32001 (13 other jobs running) 2024-10-23 14:40:34.460 | [3657 Async ks-demo-reader:32001]: Signaling child to exit 2024-10-23 14:40:34.460 | WAKEUP 2024-10-23 14:40:34.475 | [3657 Async ks-demo-reader:32001]: Signaled 2024-10-23 14:40:34.476 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:40:34.476 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:40:34.476 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-23 14:40:34.476 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:40:34.476 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:40:34.476 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-23 14:40:34.476 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-23 14:40:34.476 | ++ functions-common:_get_domain_args:980 : echo 2024-10-23 14:40:34.476 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-23 14:40:34.476 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 479dba8185c348c2a8711efa5a510e3a --project 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:34.476 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 479dba8185c348c2a8711efa5a510e3a --project 57218e8c681c4cc19c3f0d391c14ed11 -c Role -f value 2024-10-23 14:40:34.476 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:34.476 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=2e852c186ce84f4395cbcf9599e33c33 2024-10-23 14:40:34.476 | + functions-common:get_or_add_user_project_role:1003 : echo 2e852c186ce84f4395cbcf9599e33c33 2024-10-23 14:40:34.476 | 2e852c186ce84f4395cbcf9599e33c33 2024-10-23 14:40:34.506 | [3657 Async ks-demo-reader:32001]: finished get_or_add_user_project_role reader 479dba8185c348c2a8711efa5a510e3a 57218e8c681c4cc19c3f0d391c14ed11 with result 0 in 4 seconds 2024-10-23 14:40:34.509 | + inc/async:async_wait:197 : return 0 2024-10-23 14:40:34.511 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-10-23 14:40:34.547 | [3657 Async ks-alt-admin:32409]: Waiting for completion of get_or_add_user_project_role admin a91d48e1538f45c89080cdc10348914f 183ecab4a22346ca82f8d503e6d41a42 running on PID 32409 (12 other jobs running) 2024-10-23 14:40:34.564 | [3657 Async ks-alt-admin:32409]: Signaling child to exit 2024-10-23 14:40:34.565 | WAKEUP 2024-10-23 14:40:34.580 | [3657 Async ks-alt-admin:32409]: Signaled 2024-10-23 14:40:34.581 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:40:34.581 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:40:34.581 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-23 14:40:34.581 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:40:34.581 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:40:34.581 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-23 14:40:34.581 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-23 14:40:34.581 | ++ functions-common:_get_domain_args:980 : echo 2024-10-23 14:40:34.581 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-23 14:40:34.581 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user a91d48e1538f45c89080cdc10348914f --project 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:34.581 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user a91d48e1538f45c89080cdc10348914f --project 183ecab4a22346ca82f8d503e6d41a42 -c Role -f value 2024-10-23 14:40:34.581 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:34.581 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:40:34.581 | + functions-common:get_or_add_user_project_role:1003 : echo 6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:40:34.581 | 6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:40:34.611 | [3657 Async ks-alt-admin:32409]: finished get_or_add_user_project_role admin a91d48e1538f45c89080cdc10348914f 183ecab4a22346ca82f8d503e6d41a42 with result 0 in 3 seconds 2024-10-23 14:40:34.637 | [3657 Async ks-alt-another:32505]: Waiting for completion of get_or_add_user_project_role anotherrole a91d48e1538f45c89080cdc10348914f 183ecab4a22346ca82f8d503e6d41a42 running on PID 32505 (11 other jobs running) 2024-10-23 14:40:34.669 | [3657 Async ks-alt-another:32505]: Signaling child to exit 2024-10-23 14:40:34.669 | WAKEUP 2024-10-23 14:40:34.688 | [3657 Async ks-alt-another:32505]: Signaled 2024-10-23 14:40:34.689 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:40:34.689 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:40:34.689 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-23 14:40:34.689 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:40:34.689 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:40:34.689 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-23 14:40:34.689 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-23 14:40:34.689 | ++ functions-common:_get_domain_args:980 : echo 2024-10-23 14:40:34.689 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-23 14:40:34.689 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user a91d48e1538f45c89080cdc10348914f --project 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:34.689 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user a91d48e1538f45c89080cdc10348914f --project 183ecab4a22346ca82f8d503e6d41a42 -c Role -f value 2024-10-23 14:40:34.689 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:34.689 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=bc89868615904a008c33a8110edd865d 2024-10-23 14:40:34.689 | + functions-common:get_or_add_user_project_role:1003 : echo bc89868615904a008c33a8110edd865d 2024-10-23 14:40:34.689 | bc89868615904a008c33a8110edd865d 2024-10-23 14:40:34.731 | [3657 Async ks-alt-another:32505]: finished get_or_add_user_project_role anotherrole a91d48e1538f45c89080cdc10348914f 183ecab4a22346ca82f8d503e6d41a42 with result 0 in 3 seconds 2024-10-23 14:40:34.757 | [3657 Async ks-alt-member-user:32685]: Waiting for completion of get_or_add_user_project_role member 04bcce68c8254f50afd4f183bad9eb9c 183ecab4a22346ca82f8d503e6d41a42 running on PID 32685 (10 other jobs running) 2024-10-23 14:40:34.774 | [3657 Async ks-alt-member-user:32685]: Signaling child to exit 2024-10-23 14:40:34.774 | WAKEUP 2024-10-23 14:40:34.790 | [3657 Async ks-alt-member-user:32685]: Signaled 2024-10-23 14:40:34.790 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:40:34.790 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:40:34.790 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-23 14:40:34.790 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:40:34.790 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:40:34.790 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-23 14:40:34.790 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-23 14:40:34.790 | ++ functions-common:_get_domain_args:980 : echo 2024-10-23 14:40:34.790 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-23 14:40:34.790 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 04bcce68c8254f50afd4f183bad9eb9c --project 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:34.790 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 04bcce68c8254f50afd4f183bad9eb9c --project 183ecab4a22346ca82f8d503e6d41a42 -c Role -f value 2024-10-23 14:40:34.790 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:34.790 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8b25e525191a44809581573075c54389 2024-10-23 14:40:34.790 | + functions-common:get_or_add_user_project_role:1003 : echo 8b25e525191a44809581573075c54389 2024-10-23 14:40:34.790 | 8b25e525191a44809581573075c54389 2024-10-23 14:40:34.828 | [3657 Async ks-alt-member-user:32685]: finished get_or_add_user_project_role member 04bcce68c8254f50afd4f183bad9eb9c 183ecab4a22346ca82f8d503e6d41a42 with result 0 in 3 seconds 2024-10-23 14:40:34.870 | [3657 Async ks-alt-reader-user:32859]: Waiting for completion of get_or_add_user_project_role reader 2b7373a68bea48a9beb122a27367d563 183ecab4a22346ca82f8d503e6d41a42 running on PID 32859 (9 other jobs running) 2024-10-23 14:40:34.893 | [3657 Async ks-alt-reader-user:32859]: Signaling child to exit 2024-10-23 14:40:34.894 | WAKEUP 2024-10-23 14:40:34.914 | [3657 Async ks-alt-reader-user:32859]: Signaled 2024-10-23 14:40:34.915 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:40:34.915 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:40:34.915 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-23 14:40:34.915 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:40:34.915 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:40:34.916 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-23 14:40:34.916 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-23 14:40:34.916 | ++ functions-common:_get_domain_args:980 : echo 2024-10-23 14:40:34.916 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-23 14:40:34.916 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 2b7373a68bea48a9beb122a27367d563 --project 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:34.916 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2b7373a68bea48a9beb122a27367d563 --project 183ecab4a22346ca82f8d503e6d41a42 -c Role -f value 2024-10-23 14:40:34.916 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:34.916 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=2e852c186ce84f4395cbcf9599e33c33 2024-10-23 14:40:34.916 | + functions-common:get_or_add_user_project_role:1003 : echo 2e852c186ce84f4395cbcf9599e33c33 2024-10-23 14:40:34.916 | 2e852c186ce84f4395cbcf9599e33c33 2024-10-23 14:40:34.953 | [3657 Async ks-alt-reader-user:32859]: finished get_or_add_user_project_role reader 2b7373a68bea48a9beb122a27367d563 183ecab4a22346ca82f8d503e6d41a42 with result 0 in 3 seconds 2024-10-23 14:40:34.956 | + inc/async:async_wait:197 : return 0 2024-10-23 14:40:34.959 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-10-23 14:40:35.003 | [3657 Async ks-system-member:33095]: Waiting for completion of get_or_add_user_system_role member 6517e27f81a14953bb430881fd260291 all running on PID 33095 (8 other jobs running) 2024-10-23 14:40:35.029 | [3657 Async ks-system-member:33095]: Signaling child to exit 2024-10-23 14:40:35.029 | WAKEUP 2024-10-23 14:40:35.045 | [3657 Async ks-system-member:33095]: Signaled 2024-10-23 14:40:35.046 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-10-23 14:40:35.046 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-10-23 14:40:35.046 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-10-23 14:40:35.046 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:40:35.046 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:40:35.046 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-23 14:40:35.046 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-23 14:40:35.046 | ++ functions-common:_get_domain_args:980 : echo 2024-10-23 14:40:35.046 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-10-23 14:40:35.046 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6517e27f81a14953bb430881fd260291 --system all -f value -c Role 2024-10-23 14:40:35.046 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:35.046 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-10-23 14:40:35.046 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-10-23 14:40:35.046 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 6517e27f81a14953bb430881fd260291 --system all 2024-10-23 14:40:35.046 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6517e27f81a14953bb430881fd260291 --system all -f value -c Role 2024-10-23 14:40:35.046 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:35.046 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=8b25e525191a44809581573075c54389 2024-10-23 14:40:35.046 | + functions-common:get_or_add_user_system_role:1053 : echo 8b25e525191a44809581573075c54389 2024-10-23 14:40:35.046 | 8b25e525191a44809581573075c54389 2024-10-23 14:40:35.081 | [3657 Async ks-system-member:33095]: finished get_or_add_user_system_role member 6517e27f81a14953bb430881fd260291 all with result 0 in 4 seconds 2024-10-23 14:40:35.115 | [3657 Async ks-system-reader:33303]: Waiting for completion of get_or_add_user_system_role reader 79ce6c7144384112a814a455d493a363 all running on PID 33303 (7 other jobs running) 2024-10-23 14:40:35.135 | [3657 Async ks-system-reader:33303]: Signaling child to exit 2024-10-23 14:40:35.561 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:35.580 | [33303 Async ks-system-reader:33303]: finished successfully 2024-10-23 14:40:35.596 | WAKEUP 2024-10-23 14:40:35.612 | [3657 Async ks-system-reader:33303]: Signaled 2024-10-23 14:40:35.613 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-10-23 14:40:35.613 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-10-23 14:40:35.613 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-10-23 14:40:35.613 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:40:35.613 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:40:35.613 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-23 14:40:35.613 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-23 14:40:35.613 | ++ functions-common:_get_domain_args:980 : echo 2024-10-23 14:40:35.613 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-10-23 14:40:35.613 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 79ce6c7144384112a814a455d493a363 --system all -f value -c Role 2024-10-23 14:40:35.613 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:35.613 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-10-23 14:40:35.613 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-10-23 14:40:35.613 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 79ce6c7144384112a814a455d493a363 --system all 2024-10-23 14:40:35.613 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 79ce6c7144384112a814a455d493a363 --system all -f value -c Role 2024-10-23 14:40:35.613 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:35.613 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=2e852c186ce84f4395cbcf9599e33c33 2024-10-23 14:40:35.613 | + functions-common:get_or_add_user_system_role:1053 : echo 2e852c186ce84f4395cbcf9599e33c33 2024-10-23 14:40:35.613 | 2e852c186ce84f4395cbcf9599e33c33 2024-10-23 14:40:35.644 | [3657 Async ks-system-reader:33303]: finished get_or_add_user_system_role reader 79ce6c7144384112a814a455d493a363 all with result 0 in 4 seconds 2024-10-23 14:40:35.648 | + inc/async:async_wait:197 : return 0 2024-10-23 14:40:35.650 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-10-23 14:40:35.685 | [3657 Async ks-group-memberdemo:33570]: Waiting for completion of get_or_add_group_project_role member df5dcd6656934a5b8e4d0cf2673e8128 57218e8c681c4cc19c3f0d391c14ed11 running on PID 33570 (6 other jobs running) 2024-10-23 14:40:35.702 | [3657 Async ks-group-memberdemo:33570]: Signaling child to exit 2024-10-23 14:40:37.114 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:37.132 | [33570 Async ks-group-memberdemo:33570]: finished successfully 2024-10-23 14:40:37.149 | WAKEUP 2024-10-23 14:40:37.165 | [3657 Async ks-group-memberdemo:33570]: Signaled 2024-10-23 14:40:37.166 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-23 14:40:37.166 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group df5dcd6656934a5b8e4d0cf2673e8128 --project 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:37.166 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group df5dcd6656934a5b8e4d0cf2673e8128 --project 57218e8c681c4cc19c3f0d391c14ed11 -f value -c Role 2024-10-23 14:40:37.166 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:37.166 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=8b25e525191a44809581573075c54389 2024-10-23 14:40:37.166 | + functions-common:get_or_add_group_project_role:1072 : echo 8b25e525191a44809581573075c54389 2024-10-23 14:40:37.166 | 8b25e525191a44809581573075c54389 2024-10-23 14:40:37.198 | [3657 Async ks-group-memberdemo:33570]: finished get_or_add_group_project_role member df5dcd6656934a5b8e4d0cf2673e8128 57218e8c681c4cc19c3f0d391c14ed11 with result 0 in 3 seconds 2024-10-23 14:40:37.223 | [3657 Async ks-group-anotherdemo:33649]: Waiting for completion of get_or_add_group_project_role anotherrole df5dcd6656934a5b8e4d0cf2673e8128 57218e8c681c4cc19c3f0d391c14ed11 running on PID 33649 (5 other jobs running) 2024-10-23 14:40:37.241 | [3657 Async ks-group-anotherdemo:33649]: Signaling child to exit 2024-10-23 14:40:37.358 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:37.376 | [33649 Async ks-group-anotherdemo:33649]: finished successfully 2024-10-23 14:40:37.392 | WAKEUP 2024-10-23 14:40:37.408 | [3657 Async ks-group-anotherdemo:33649]: Signaled 2024-10-23 14:40:37.409 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-23 14:40:37.409 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group df5dcd6656934a5b8e4d0cf2673e8128 --project 57218e8c681c4cc19c3f0d391c14ed11 2024-10-23 14:40:37.409 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group df5dcd6656934a5b8e4d0cf2673e8128 --project 57218e8c681c4cc19c3f0d391c14ed11 -f value -c Role 2024-10-23 14:40:37.409 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:37.409 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=bc89868615904a008c33a8110edd865d 2024-10-23 14:40:37.409 | + functions-common:get_or_add_group_project_role:1072 : echo bc89868615904a008c33a8110edd865d 2024-10-23 14:40:37.409 | bc89868615904a008c33a8110edd865d 2024-10-23 14:40:37.441 | [3657 Async ks-group-anotherdemo:33649]: finished get_or_add_group_project_role anotherrole df5dcd6656934a5b8e4d0cf2673e8128 57218e8c681c4cc19c3f0d391c14ed11 with result 0 in 3 seconds 2024-10-23 14:40:37.468 | [3657 Async ks-group-memberalt:33729]: Waiting for completion of get_or_add_group_project_role member df5dcd6656934a5b8e4d0cf2673e8128 183ecab4a22346ca82f8d503e6d41a42 running on PID 33729 (4 other jobs running) 2024-10-23 14:40:37.487 | [3657 Async ks-group-memberalt:33729]: Signaling child to exit 2024-10-23 14:40:37.579 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:37.595 | [33729 Async ks-group-memberalt:33729]: finished successfully 2024-10-23 14:40:37.611 | WAKEUP 2024-10-23 14:40:37.628 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:37.629 | [3657 Async ks-group-memberalt:33729]: Signaled 2024-10-23 14:40:37.630 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-23 14:40:37.630 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group df5dcd6656934a5b8e4d0cf2673e8128 --project 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:37.630 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group df5dcd6656934a5b8e4d0cf2673e8128 --project 183ecab4a22346ca82f8d503e6d41a42 -f value -c Role 2024-10-23 14:40:37.630 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:37.630 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=8b25e525191a44809581573075c54389 2024-10-23 14:40:37.630 | + functions-common:get_or_add_group_project_role:1072 : echo 8b25e525191a44809581573075c54389 2024-10-23 14:40:37.630 | 8b25e525191a44809581573075c54389 2024-10-23 14:40:37.646 | [33814 Async ks-group-anotheralt:33814]: finished successfully 2024-10-23 14:40:37.663 | [3657 Async ks-group-memberalt:33729]: finished get_or_add_group_project_role member df5dcd6656934a5b8e4d0cf2673e8128 183ecab4a22346ca82f8d503e6d41a42 with result 0 in 3 seconds 2024-10-23 14:40:37.689 | [3657 Async ks-group-anotheralt:33814]: Waiting for completion of get_or_add_group_project_role anotherrole df5dcd6656934a5b8e4d0cf2673e8128 183ecab4a22346ca82f8d503e6d41a42 running on PID 33814 (3 other jobs running) 2024-10-23 14:40:37.707 | [3657 Async ks-group-anotheralt:33814]: Signaling child to exit 2024-10-23 14:40:37.707 | WAKEUP 2024-10-23 14:40:37.717 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:37.724 | [3657 Async ks-group-anotheralt:33814]: Signaled 2024-10-23 14:40:37.725 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-23 14:40:37.725 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group df5dcd6656934a5b8e4d0cf2673e8128 --project 183ecab4a22346ca82f8d503e6d41a42 2024-10-23 14:40:37.725 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group df5dcd6656934a5b8e4d0cf2673e8128 --project 183ecab4a22346ca82f8d503e6d41a42 -f value -c Role 2024-10-23 14:40:37.725 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:37.725 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=bc89868615904a008c33a8110edd865d 2024-10-23 14:40:37.725 | + functions-common:get_or_add_group_project_role:1072 : echo bc89868615904a008c33a8110edd865d 2024-10-23 14:40:37.725 | bc89868615904a008c33a8110edd865d 2024-10-23 14:40:37.736 | [33929 Async ks-group-admin:33929]: finished successfully 2024-10-23 14:40:37.758 | [3657 Async ks-group-anotheralt:33814]: finished get_or_add_group_project_role anotherrole df5dcd6656934a5b8e4d0cf2673e8128 183ecab4a22346ca82f8d503e6d41a42 with result 0 in 3 seconds 2024-10-23 14:40:37.784 | [3657 Async ks-group-admin:33929]: Waiting for completion of get_or_add_group_project_role admin 2b3ce409f4a146d2a6223f58197d87db 88755ffc9d394d14928f0692771e61f5 running on PID 33929 (2 other jobs running) 2024-10-23 14:40:37.802 | [3657 Async ks-group-admin:33929]: Signaling child to exit 2024-10-23 14:40:37.802 | WAKEUP 2024-10-23 14:40:37.818 | [3657 Async ks-group-admin:33929]: Signaled 2024-10-23 14:40:37.819 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-23 14:40:37.819 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group 2b3ce409f4a146d2a6223f58197d87db --project 88755ffc9d394d14928f0692771e61f5 2024-10-23 14:40:37.819 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 2b3ce409f4a146d2a6223f58197d87db --project 88755ffc9d394d14928f0692771e61f5 -f value -c Role 2024-10-23 14:40:37.819 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:40:37.819 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:40:37.819 | + functions-common:get_or_add_group_project_role:1072 : echo 6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:40:37.819 | 6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:40:37.849 | [3657 Async ks-group-admin:33929]: finished get_or_add_group_project_role admin 2b3ce409f4a146d2a6223f58197d87db 88755ffc9d394d14928f0692771e61f5 with result 0 in 3 seconds 2024-10-23 14:40:37.852 | + inc/async:async_wait:197 : return 0 2024-10-23 14:40:37.854 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-10-23 14:40:37.867 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:40:37.869 | + stack.sh:main:1111 : is_service_enabled nova 2024-10-23 14:40:37.882 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:40:37.884 | + stack.sh:main:1112 : async_runfunc create_nova_accounts 2024-10-23 14:40:37.886 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-10-23 14:40:37.933 | + inc/async:async_inner:63 : create_nova_accounts 2024-10-23 14:40:37.963 | [3657 Async create_nova_accounts:35796]: running: create_nova_accounts 2024-10-23 14:40:37.965 | + stack.sh:main:1114 : is_service_enabled glance 2024-10-23 14:40:37.978 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:40:37.980 | + stack.sh:main:1115 : async_runfunc create_glance_accounts 2024-10-23 14:40:37.982 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-10-23 14:40:38.030 | + inc/async:async_inner:63 : create_glance_accounts 2024-10-23 14:40:38.061 | [3657 Async create_glance_accounts:35919]: running: create_glance_accounts 2024-10-23 14:40:38.064 | + stack.sh:main:1117 : is_service_enabled cinder 2024-10-23 14:40:38.077 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:40:38.079 | + stack.sh:main:1118 : async_runfunc create_cinder_accounts 2024-10-23 14:40:38.081 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-10-23 14:40:38.129 | + inc/async:async_inner:63 : create_cinder_accounts 2024-10-23 14:40:38.158 | [3657 Async create_cinder_accounts:36058]: running: create_cinder_accounts 2024-10-23 14:40:38.161 | + stack.sh:main:1120 : is_service_enabled neutron 2024-10-23 14:40:38.175 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:40:38.177 | + stack.sh:main:1121 : async_runfunc create_neutron_accounts 2024-10-23 14:40:38.179 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-10-23 14:40:38.226 | + inc/async:async_inner:63 : create_neutron_accounts 2024-10-23 14:40:38.256 | [3657 Async create_neutron_accounts:36203]: running: create_neutron_accounts 2024-10-23 14:40:38.259 | + stack.sh:main:1123 : is_service_enabled swift 2024-10-23 14:40:38.273 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:40:38.275 | + stack.sh:main:1132 : is_service_enabled horizon 2024-10-23 14:40:38.291 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:40:38.293 | + stack.sh:main:1137 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-10-23 14:40:38.332 | [3657 Async create_nova_accounts:35796]: Waiting for completion of create_nova_accounts running on PID 35796 (5 other jobs running) 2024-10-23 14:40:38.349 | [3657 Async create_nova_accounts:35796]: Signaling child to exit 2024-10-23 14:40:51.889 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:40:51.907 | [36203 Async create_neutron_accounts:36203]: finished successfully 2024-10-23 14:41:00.933 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:41:00.952 | [36058 Async create_cinder_accounts:36058]: finished successfully 2024-10-23 14:41:01.697 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:41:01.715 | [35796 Async create_nova_accounts:35796]: finished successfully 2024-10-23 14:41:01.732 | WAKEUP 2024-10-23 14:41:01.747 | [3657 Async create_nova_accounts:35796]: Signaled 2024-10-23 14:41:01.748 | + lib/nova:create_nova_accounts:373 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-10-23 14:41:01.748 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-10-23 14:41:01.748 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-10-23 14:41:01.748 | + functions-common:get_or_create_user:922 : local user_id 2024-10-23 14:41:01.748 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-23 14:41:01.748 | + functions-common:get_or_create_user:926 : local email= 2024-10-23 14:41:01.748 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-23 14:41:01.749 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:01.749 | + functions-common:get_or_create_user:938 : user_id=4a2f181c0346451f9f03f83c18d7e9e4 2024-10-23 14:41:01.749 | + functions-common:get_or_create_user:939 : echo 4a2f181c0346451f9f03f83c18d7e9e4 2024-10-23 14:41:01.749 | 4a2f181c0346451f9f03f83c18d7e9e4 2024-10-23 14:41:01.749 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-10-23 14:41:01.749 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:41:01.749 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:41:01.749 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-23 14:41:01.749 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-23 14:41:01.749 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2024-10-23 14:41:01.749 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-23 14:41:01.749 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:01.749 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:01.749 | + functions-common:get_or_add_user_project_role:1003 : echo ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:01.749 | ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:01.749 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-10-23 14:41:01.749 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-10-23 14:41:01.749 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:41:01.749 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:41:01.749 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-23 14:41:01.749 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-23 14:41:01.749 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-23 14:41:01.749 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2024-10-23 14:41:01.749 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-23 14:41:01.749 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:01.749 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:41:01.749 | + functions-common:get_or_add_user_project_role:1003 : echo 6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:41:01.749 | 6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:41:01.749 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-10-23 14:41:01.749 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-10-23 14:41:01.749 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-10-23 14:41:01.749 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-10-23 14:41:01.749 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-23 14:41:01.749 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-10-23 14:41:01.749 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2024-10-23 14:41:01.749 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:01.749 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-23 14:41:01.749 | 9ef603d9f75540809f7af52161d03f4f' 2024-10-23 14:41:01.749 | + functions-common:get_or_create_service:1090 : echo 9ef603d9f75540809f7af52161d03f4f 2024-10-23 14:41:01.749 | 9ef603d9f75540809f7af52161d03f4f 2024-10-23 14:41:01.749 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-10-23 14:41:01.749 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-23 14:41:01.749 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2024-10-23 14:41:01.749 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-23 14:41:01.749 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2024-10-23 14:41:01.749 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:01.749 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-23 14:41:01.749 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-23 14:41:01.749 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2024-10-23 14:41:01.749 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:01.749 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=0c906169b48b4441b140ee5d7bd7645d 2024-10-23 14:41:01.749 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 0c906169b48b4441b140ee5d7bd7645d 2024-10-23 14:41:01.749 | + functions-common:get_or_create_endpoint:1123 : public_id=0c906169b48b4441b140ee5d7bd7645d 2024-10-23 14:41:01.750 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-23 14:41:01.750 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-23 14:41:01.750 | + functions-common:get_or_create_endpoint:1132 : echo 0c906169b48b4441b140ee5d7bd7645d 2024-10-23 14:41:01.750 | 0c906169b48b4441b140ee5d7bd7645d 2024-10-23 14:41:01.750 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-10-23 14:41:01.750 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-23 14:41:01.750 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-10-23 14:41:01.750 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2024-10-23 14:41:01.750 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:01.750 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-23 14:41:01.750 | f128cd7713e245bebab831455cd46119' 2024-10-23 14:41:01.750 | + functions-common:get_or_create_service:1090 : echo f128cd7713e245bebab831455cd46119 2024-10-23 14:41:01.750 | f128cd7713e245bebab831455cd46119 2024-10-23 14:41:01.750 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-10-23 14:41:01.750 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-23 14:41:01.750 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2024-10-23 14:41:01.750 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-23 14:41:01.750 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2024-10-23 14:41:01.750 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:01.750 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-23 14:41:01.750 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-23 14:41:01.750 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2024-10-23 14:41:01.750 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:01.750 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=e7043869a94647b99c264cabc5e93295 2024-10-23 14:41:01.750 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo e7043869a94647b99c264cabc5e93295 2024-10-23 14:41:01.750 | + functions-common:get_or_create_endpoint:1123 : public_id=e7043869a94647b99c264cabc5e93295 2024-10-23 14:41:01.750 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-23 14:41:01.750 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-23 14:41:01.750 | + functions-common:get_or_create_endpoint:1132 : echo e7043869a94647b99c264cabc5e93295 2024-10-23 14:41:01.750 | e7043869a94647b99c264cabc5e93295 2024-10-23 14:41:01.750 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-10-23 14:41:01.750 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:01.750 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-10-23 14:41:01.750 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:41:01.750 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-10-23 14:41:01.750 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:41:01.750 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-10-23 14:41:01.750 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:01.750 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-10-23 14:41:01.781 | [3657 Async create_nova_accounts:35796]: finished create_nova_accounts with result 0 in 23 seconds 2024-10-23 14:41:01.807 | [3657 Async create_glance_accounts:35919]: Waiting for completion of create_glance_accounts running on PID 35919 (4 other jobs running) 2024-10-23 14:41:01.824 | [3657 Async create_glance_accounts:35919]: Signaling child to exit 2024-10-23 14:41:02.595 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:41:02.614 | [35919 Async create_glance_accounts:35919]: finished successfully 2024-10-23 14:41:02.631 | WAKEUP 2024-10-23 14:41:02.647 | [3657 Async create_glance_accounts:35919]: Signaled 2024-10-23 14:41:02.648 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-10-23 14:41:02.648 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:02.648 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-10-23 14:41:02.648 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-10-23 14:41:02.648 | + functions-common:get_or_create_user:922 : local user_id 2024-10-23 14:41:02.648 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-23 14:41:02.648 | + functions-common:get_or_create_user:926 : local email= 2024-10-23 14:41:02.648 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-23 14:41:02.648 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.648 | + functions-common:get_or_create_user:938 : user_id=e2fc69690afc4baa87b6338d5244bd0f 2024-10-23 14:41:02.648 | + functions-common:get_or_create_user:939 : echo e2fc69690afc4baa87b6338d5244bd0f 2024-10-23 14:41:02.648 | e2fc69690afc4baa87b6338d5244bd0f 2024-10-23 14:41:02.648 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-10-23 14:41:02.648 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:41:02.648 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:41:02.648 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-23 14:41:02.648 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:41:02.648 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:41:02.648 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-23 14:41:02.648 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-23 14:41:02.648 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-23 14:41:02.648 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-23 14:41:02.648 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-23 14:41:02.648 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-23 14:41:02.648 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2024-10-23 14:41:02.648 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-23 14:41:02.648 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.648 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:02.649 | + functions-common:get_or_add_user_project_role:1003 : echo ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:02.649 | ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:02.649 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-10-23 14:41:02.649 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-10-23 14:41:02.649 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:41:02.649 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-10-23 14:41:02.649 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-23 14:41:02.649 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-10-23 14:41:02.649 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2024-10-23 14:41:02.649 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.649 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-23 14:41:02.649 | f532ccc7769347aaa270b16dee595682' 2024-10-23 14:41:02.649 | + functions-common:get_or_create_service:1090 : echo f532ccc7769347aaa270b16dee595682 2024-10-23 14:41:02.649 | f532ccc7769347aaa270b16dee595682 2024-10-23 14:41:02.649 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-10-23 14:41:02.649 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-23 14:41:02.649 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-10-23 14:41:02.649 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-23 14:41:02.649 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2024-10-23 14:41:02.649 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.649 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-23 14:41:02.649 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-23 14:41:02.649 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2024-10-23 14:41:02.649 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.649 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=b2d9f742b27943e19b88a6c341c569a1 2024-10-23 14:41:02.649 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo b2d9f742b27943e19b88a6c341c569a1 2024-10-23 14:41:02.649 | + functions-common:get_or_create_endpoint:1123 : public_id=b2d9f742b27943e19b88a6c341c569a1 2024-10-23 14:41:02.649 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-23 14:41:02.649 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-23 14:41:02.649 | + functions-common:get_or_create_endpoint:1132 : echo b2d9f742b27943e19b88a6c341c569a1 2024-10-23 14:41:02.649 | b2d9f742b27943e19b88a6c341c569a1 2024-10-23 14:41:02.649 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-10-23 14:41:02.649 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-10-23 14:41:02.649 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-10-23 14:41:02.649 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.649 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-10-23 14:41:02.649 | ++ functions-common:get_or_create_domain:901 : echo default 2024-10-23 14:41:02.649 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-10-23 14:41:02.649 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-10-23 14:41:02.649 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-10-23 14:41:02.650 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-10-23 14:41:02.650 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-10-23 14:41:02.650 | + lib/glance:configure_glance_quotas:294 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2024-10-23 14:41:02.650 | +---------------+----------------------------------+ 2024-10-23 14:41:02.650 | | Field | Value | 2024-10-23 14:41:02.650 | +---------------+----------------------------------+ 2024-10-23 14:41:02.650 | | default_limit | 1000 | 2024-10-23 14:41:02.650 | | description | None | 2024-10-23 14:41:02.650 | | id | 2574ce8840324a96b9a816634ad1881a | 2024-10-23 14:41:02.650 | | region_id | RegionOne | 2024-10-23 14:41:02.650 | | resource_name | image_size_total | 2024-10-23 14:41:02.650 | | service_id | f532ccc7769347aaa270b16dee595682 | 2024-10-23 14:41:02.650 | +---------------+----------------------------------+ 2024-10-23 14:41:02.650 | + lib/glance:configure_glance_quotas:296 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2024-10-23 14:41:02.650 | +---------------+----------------------------------+ 2024-10-23 14:41:02.650 | | Field | Value | 2024-10-23 14:41:02.650 | +---------------+----------------------------------+ 2024-10-23 14:41:02.650 | | default_limit | 1000 | 2024-10-23 14:41:02.650 | | description | None | 2024-10-23 14:41:02.650 | | id | ea3e78e24f83486e90b542e04737aeb2 | 2024-10-23 14:41:02.650 | | region_id | RegionOne | 2024-10-23 14:41:02.650 | | resource_name | image_stage_total | 2024-10-23 14:41:02.650 | | service_id | f532ccc7769347aaa270b16dee595682 | 2024-10-23 14:41:02.650 | +---------------+----------------------------------+ 2024-10-23 14:41:02.650 | + lib/glance:configure_glance_quotas:298 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2024-10-23 14:41:02.650 | +---------------+----------------------------------+ 2024-10-23 14:41:02.650 | | Field | Value | 2024-10-23 14:41:02.650 | +---------------+----------------------------------+ 2024-10-23 14:41:02.650 | | default_limit | 100 | 2024-10-23 14:41:02.650 | | description | None | 2024-10-23 14:41:02.650 | | id | 436f6dfc39ad40b18e168af50c7c5f35 | 2024-10-23 14:41:02.650 | | region_id | RegionOne | 2024-10-23 14:41:02.650 | | resource_name | image_count_total | 2024-10-23 14:41:02.650 | | service_id | f532ccc7769347aaa270b16dee595682 | 2024-10-23 14:41:02.650 | +---------------+----------------------------------+ 2024-10-23 14:41:02.650 | + lib/glance:configure_glance_quotas:300 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2024-10-23 14:41:02.650 | +---------------+----------------------------------+ 2024-10-23 14:41:02.650 | | Field | Value | 2024-10-23 14:41:02.650 | +---------------+----------------------------------+ 2024-10-23 14:41:02.650 | | default_limit | 100 | 2024-10-23 14:41:02.650 | | description | None | 2024-10-23 14:41:02.650 | | id | c84f2a3ee3224412b12b430cdcb96d17 | 2024-10-23 14:41:02.650 | | region_id | RegionOne | 2024-10-23 14:41:02.650 | | resource_name | image_count_uploading | 2024-10-23 14:41:02.650 | | service_id | f532ccc7769347aaa270b16dee595682 | 2024-10-23 14:41:02.651 | +---------------+----------------------------------+ 2024-10-23 14:41:02.651 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-10-23 14:41:02.651 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-10-23 14:41:02.651 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-10-23 14:41:02.651 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-10-23 14:41:02.651 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-10-23 14:41:02.651 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-10-23 14:41:02.651 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-10-23 14:41:02.651 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-10-23 14:41:02.651 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.651 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id b2d9f742b27943e19b88a6c341c569a1 2024-10-23 14:41:02.651 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-10-23 14:41:02.679 | [3657 Async create_glance_accounts:35919]: finished create_glance_accounts with result 0 in 24 seconds 2024-10-23 14:41:02.705 | [3657 Async create_cinder_accounts:36058]: Waiting for completion of create_cinder_accounts running on PID 36058 (3 other jobs running) 2024-10-23 14:41:02.722 | [3657 Async create_cinder_accounts:36058]: Signaling child to exit 2024-10-23 14:41:02.722 | WAKEUP 2024-10-23 14:41:02.737 | [3657 Async create_cinder_accounts:36058]: Signaled 2024-10-23 14:41:02.738 | + lib/cinder:create_cinder_accounts:431 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-10-23 14:41:02.738 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-10-23 14:41:02.738 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-10-23 14:41:02.738 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:41:02.738 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-10-23 14:41:02.738 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-10-23 14:41:02.738 | + functions-common:get_or_create_user:922 : local user_id 2024-10-23 14:41:02.738 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-23 14:41:02.738 | + functions-common:get_or_create_user:926 : local email= 2024-10-23 14:41:02.738 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-23 14:41:02.738 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.738 | + functions-common:get_or_create_user:938 : user_id=200955799c204594ab2ef109f825b538 2024-10-23 14:41:02.738 | + functions-common:get_or_create_user:939 : echo 200955799c204594ab2ef109f825b538 2024-10-23 14:41:02.738 | 200955799c204594ab2ef109f825b538 2024-10-23 14:41:02.738 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-10-23 14:41:02.738 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:41:02.738 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:41:02.738 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-23 14:41:02.738 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:41:02.738 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:41:02.738 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-23 14:41:02.738 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-23 14:41:02.738 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-23 14:41:02.738 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-23 14:41:02.738 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-23 14:41:02.738 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-23 14:41:02.738 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2024-10-23 14:41:02.738 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-23 14:41:02.738 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.738 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:02.738 | + functions-common:get_or_add_user_project_role:1003 : echo ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:02.738 | ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:02.738 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-10-23 14:41:02.738 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-10-23 14:41:02.738 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-23 14:41:02.738 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-10-23 14:41:02.738 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2024-10-23 14:41:02.738 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.738 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-23 14:41:02.738 | 16a92b90b27c46a49fcb934b36871f77' 2024-10-23 14:41:02.738 | + functions-common:get_or_create_service:1090 : echo 16a92b90b27c46a49fcb934b36871f77 2024-10-23 14:41:02.738 | 16a92b90b27c46a49fcb934b36871f77 2024-10-23 14:41:02.738 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-10-23 14:41:02.738 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-10-23 14:41:02.738 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-23 14:41:02.738 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-10-23 14:41:02.738 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-23 14:41:02.738 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2024-10-23 14:41:02.738 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.738 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-23 14:41:02.739 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-23 14:41:02.739 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-10-23 14:41:02.739 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.739 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=96ea04e0bd50403f8132f7fc69bb5160 2024-10-23 14:41:02.739 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 96ea04e0bd50403f8132f7fc69bb5160 2024-10-23 14:41:02.739 | + functions-common:get_or_create_endpoint:1123 : public_id=96ea04e0bd50403f8132f7fc69bb5160 2024-10-23 14:41:02.739 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-23 14:41:02.739 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-23 14:41:02.739 | + functions-common:get_or_create_endpoint:1132 : echo 96ea04e0bd50403f8132f7fc69bb5160 2024-10-23 14:41:02.739 | 96ea04e0bd50403f8132f7fc69bb5160 2024-10-23 14:41:02.739 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-10-23 14:41:02.739 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-23 14:41:02.739 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-10-23 14:41:02.739 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2024-10-23 14:41:02.739 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.739 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-23 14:41:02.739 | fc6eedf51fb24192a734d357f29deba3' 2024-10-23 14:41:02.739 | + functions-common:get_or_create_service:1090 : echo fc6eedf51fb24192a734d357f29deba3 2024-10-23 14:41:02.739 | fc6eedf51fb24192a734d357f29deba3 2024-10-23 14:41:02.739 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-10-23 14:41:02.739 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-23 14:41:02.739 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-10-23 14:41:02.739 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-23 14:41:02.739 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2024-10-23 14:41:02.739 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.739 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-23 14:41:02.739 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-23 14:41:02.739 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-10-23 14:41:02.739 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.739 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=8c6168006d6b4ae0b8a8a55b27d24ca3 2024-10-23 14:41:02.739 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 8c6168006d6b4ae0b8a8a55b27d24ca3 2024-10-23 14:41:02.739 | + functions-common:get_or_create_endpoint:1123 : public_id=8c6168006d6b4ae0b8a8a55b27d24ca3 2024-10-23 14:41:02.739 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-23 14:41:02.739 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-23 14:41:02.739 | + functions-common:get_or_create_endpoint:1132 : echo 8c6168006d6b4ae0b8a8a55b27d24ca3 2024-10-23 14:41:02.739 | 8c6168006d6b4ae0b8a8a55b27d24ca3 2024-10-23 14:41:02.739 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-10-23 14:41:02.739 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-10-23 14:41:02.739 | ++ functions-common:get_or_create_project:945 : local project_id 2024-10-23 14:41:02.739 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-10-23 14:41:02.739 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.739 | ++ functions-common:get_or_create_project:951 : project_id=d72074ea86ff4e64b46ecc55520d1436 2024-10-23 14:41:02.739 | ++ functions-common:get_or_create_project:952 : echo d72074ea86ff4e64b46ecc55520d1436 2024-10-23 14:41:02.739 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id d72074ea86ff4e64b46ecc55520d1436 2024-10-23 14:41:02.739 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-10-23 14:41:02.739 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-23 14:41:02.739 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-23 14:41:02.739 | ++ functions-common:get_or_create_user:926 : local email= 2024-10-23 14:41:02.739 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2024-10-23 14:41:02.739 | No password was supplied, authentication will fail when a user does not have a password. 2024-10-23 14:41:02.739 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.739 | ++ functions-common:get_or_create_user:938 : user_id=200955799c204594ab2ef109f825b538 2024-10-23 14:41:02.739 | ++ functions-common:get_or_create_user:939 : echo 200955799c204594ab2ef109f825b538 2024-10-23 14:41:02.739 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 200955799c204594ab2ef109f825b538 2024-10-23 14:41:02.769 | [3657 Async create_cinder_accounts:36058]: finished create_cinder_accounts with result 0 in 22 seconds 2024-10-23 14:41:02.772 | + inc/async:async_wait:197 : return 0 2024-10-23 14:41:02.774 | + stack.sh:main:1138 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-10-23 14:41:02.810 | [3657 Async create_neutron_accounts:36203]: Waiting for completion of create_neutron_accounts running on PID 36203 (2 other jobs running) 2024-10-23 14:41:02.827 | [3657 Async create_neutron_accounts:36203]: Signaling child to exit 2024-10-23 14:41:02.827 | WAKEUP 2024-10-23 14:41:02.843 | [3657 Async create_neutron_accounts:36203]: Signaled 2024-10-23 14:41:02.844 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-10-23 14:41:02.844 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-10-23 14:41:02.844 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-10-23 14:41:02.844 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-10-23 14:41:02.844 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-10-23 14:41:02.844 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-10-23 14:41:02.844 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:02.844 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-10-23 14:41:02.844 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-10-23 14:41:02.844 | + functions-common:get_or_create_user:922 : local user_id 2024-10-23 14:41:02.844 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-23 14:41:02.844 | + functions-common:get_or_create_user:926 : local email= 2024-10-23 14:41:02.844 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-23 14:41:02.844 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.844 | + functions-common:get_or_create_user:938 : user_id=884a9160b2d44ff49749bb2cf3c9c29a 2024-10-23 14:41:02.844 | + functions-common:get_or_create_user:939 : echo 884a9160b2d44ff49749bb2cf3c9c29a 2024-10-23 14:41:02.844 | 884a9160b2d44ff49749bb2cf3c9c29a 2024-10-23 14:41:02.844 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-10-23 14:41:02.844 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:41:02.844 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:41:02.844 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-23 14:41:02.844 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:41:02.844 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:41:02.844 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-23 14:41:02.844 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-23 14:41:02.844 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-23 14:41:02.844 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-23 14:41:02.844 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-23 14:41:02.844 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-23 14:41:02.844 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2024-10-23 14:41:02.844 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-23 14:41:02.844 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.844 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:02.844 | + functions-common:get_or_add_user_project_role:1003 : echo ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:02.844 | ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:02.844 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-10-23 14:41:02.844 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-10-23 14:41:02.844 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-23 14:41:02.844 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-10-23 14:41:02.844 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2024-10-23 14:41:02.845 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.845 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-23 14:41:02.845 | 15268dad7193479297949bef12e51acb' 2024-10-23 14:41:02.845 | + functions-common:get_or_create_service:1090 : echo 15268dad7193479297949bef12e51acb 2024-10-23 14:41:02.845 | 15268dad7193479297949bef12e51acb 2024-10-23 14:41:02.845 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-10-23 14:41:02.845 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-23 14:41:02.845 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-10-23 14:41:02.845 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-23 14:41:02.845 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2024-10-23 14:41:02.845 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.845 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-23 14:41:02.845 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-23 14:41:02.845 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2024-10-23 14:41:02.845 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:02.845 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=ceb8038296414d01bc1c44a568561d64 2024-10-23 14:41:02.845 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo ceb8038296414d01bc1c44a568561d64 2024-10-23 14:41:02.845 | + functions-common:get_or_create_endpoint:1123 : public_id=ceb8038296414d01bc1c44a568561d64 2024-10-23 14:41:02.845 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-23 14:41:02.845 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-23 14:41:02.845 | + functions-common:get_or_create_endpoint:1132 : echo ceb8038296414d01bc1c44a568561d64 2024-10-23 14:41:02.845 | ceb8038296414d01bc1c44a568561d64 2024-10-23 14:41:02.875 | [3657 Async create_neutron_accounts:36203]: finished create_neutron_accounts with result 0 in 13 seconds 2024-10-23 14:41:02.879 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-10-23 14:41:02.883 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-10-23 14:41:02.885 | + inc/async:async_wait:197 : return 0 2024-10-23 14:41:02.887 | + stack.sh:main:1144 : is_service_enabled mysql postgresql 2024-10-23 14:41:02.902 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:02.904 | + stack.sh:main:1144 : is_service_enabled glance 2024-10-23 14:41:02.918 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:02.920 | + stack.sh:main:1145 : echo_summary 'Configuring Glance' 2024-10-23 14:41:02.922 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:41:02.924 | + stack.sh:echo_summary:455 : echo -e Configuring Glance 2024-10-23 14:41:02.926 | + stack.sh:main:1146 : async_runfunc init_glance 2024-10-23 14:41:02.930 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-10-23 14:41:02.978 | + inc/async:async_inner:63 : init_glance 2024-10-23 14:41:03.007 | [3657 Async init_glance:38527]: running: init_glance 2024-10-23 14:41:03.008 | + stack.sh:main:1153 : is_service_enabled neutron 2024-10-23 14:41:03.023 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:03.026 | + stack.sh:main:1154 : echo_summary 'Configuring Neutron' 2024-10-23 14:41:03.028 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:41:03.030 | + stack.sh:echo_summary:455 : echo -e Configuring Neutron 2024-10-23 14:41:03.032 | + stack.sh:main:1156 : configure_neutron 2024-10-23 14:41:03.034 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-10-23 14:41:03.036 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-10-23 14:41:03.037 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-10-23 14:41:03.048 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-10-23 14:41:03.049 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-10-23 14:41:07.177 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:41:07.195 | [38527 Async init_glance:38527]: finished successfully 2024-10-23 14:41:22.633 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-10-23 14:41:22.637 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-10-23 14:41:22.639 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-10-23 14:41:22.641 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-10-23 14:41:22.643 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-10-23 14:41:22.645 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-10-23 14:41:22.647 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-10-23 14:41:22.648 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-10-23 14:41:22.650 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-10-23 14:41:22.652 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-10-23 14:41:22.654 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-10-23 14:41:22.655 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-10-23 14:41:22.657 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-10-23 14:41:22.659 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-10-23 14:41:22.661 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-10-23 14:41:22.663 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-10-23 14:41:22.666 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:22.668 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:22.670 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-10-23 14:41:22.672 | + lib/neutron:_configure_neutron_common:876 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:22.676 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-10-23 14:41:22.678 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-10-23 14:41:22.680 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-10-23 14:41:22.681 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-10-23 14:41:22.683 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-23 14:41:22.685 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-23 14:41:22.686 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-10-23 14:41:22.689 | + lib/neutron:_configure_neutron_common:881 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-10-23 14:41:22.713 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-10-23 14:41:22.736 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-10-23 14:41:22.760 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-10-23 14:41:22.784 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-10-23 14:41:22.809 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-10-23 14:41:22.833 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-10-23 14:41:22.834 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-10-23 14:41:22.836 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-10-23 14:41:22.838 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-10-23 14:41:22.841 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-23 14:41:22.853 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-23 14:41:22.855 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-23 14:41:22.857 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-23 14:41:22.859 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-23 14:41:22.860 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-23 14:41:22.885 | + 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' 2024-10-23 14:41:22.909 | + 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' 2024-10-23 14:41:22.933 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-23 14:41:22.956 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-10-23 14:41:22.969 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:41:22.971 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-10-23 14:41:22.973 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-10-23 14:41:22.975 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-10-23 14:41:22.977 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-10-23 14:41:22.979 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-10-23 14:41:22.981 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-10-23 14:41:22.983 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-10-23 14:41:22.984 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-10-23 14:41:22.994 | + lib/neutron:neutron_deploy_rootwrap_filters:1049 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2024-10-23 14:41:23.003 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-10-23 14:41:23.005 | + lib/neutron:_neutron_setup_rootwrap:1070 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2024-10-23 14:41:23.014 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-10-23 14:41:23.024 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-10-23 14:41:23.033 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-10-23 14:41:23.035 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-23 14:41:23.037 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-10-23 14:41:23.041 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.y8lmRGHHqM 2024-10-23 14:41:23.043 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-10-23 14:41:23.045 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-23 14:41:23.047 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.y8lmRGHHqM 2024-10-23 14:41:23.050 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.y8lmRGHHqM 2024-10-23 14:41:23.059 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.y8lmRGHHqM /etc/sudoers.d/neutron-rootwrap 2024-10-23 14:41:23.067 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-10-23 14:41:23.069 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-10-23 14:41:23.071 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-23 14:41:23.094 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-10-23 14:41:23.096 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-23 14:41:23.119 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-10-23 14:41:23.121 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-10-23 14:41:23.123 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-10-23 14:41:23.125 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-23 14:41:23.127 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-23 14:41:23.129 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-23 14:41:23.143 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:23.145 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-23 14:41:23.147 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-23 14:41:23.149 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-23 14:41:23.163 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:23.164 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:41:23.167 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-23 14:41:23.192 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-23 14:41:23.194 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-23 14:41:23.196 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-10-23 14:41:23.209 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:41:23.211 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-10-23 14:41:23.223 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:23.226 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-10-23 14:41:23.228 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:23.229 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:23.231 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-23 14:41:23.257 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-10-23 14:41:23.259 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-23 14:41:23.283 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-10-23 14:41:23.308 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-10-23 14:41:23.310 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-10-23 14:41:23.312 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-10-23 14:41:23.314 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-10-23 14:41:24.677 | INFO neutron.common.config [-] Logging enabled! 2024-10-23 14:41:24.677 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev40 2024-10-23 14:41:24.677 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39419) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-10-23 14:41:24.678 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-10-23 14:41:24.679 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmpa34dul2h/privsep.sock'] 2024-10-23 14:41:25.397 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-10-23 14:41:25.397 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpa34dul2h/privsep.sock {{(pid=39419) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-10-23 14:41:25.398 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-10-23 14:41:25.398 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-10-23 14:41:25.398 | 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 2024-10-23 14:41:25.398 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39429 2024-10-23 14:41:25.399 | DEBUG oslo.privsep.daemon [-] privsep: reply[0ad51b3a-1385-4dbc-9cd1-5787552f0225]: (2,) {{(pid=39429) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-23 14:41:25.486 | 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=39429) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-10-23 14:41:25.496 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.010s {{(pid=39429) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-10-23 14:41:25.496 | DEBUG oslo.privsep.daemon [-] privsep: reply[e7d08697-b55c-4056-ab77-5f6212db3350]: (4, ('a6c11159-13e9-4151-bb3f-f96f2e53253f\n', '')) {{(pid=39429) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-23 14:41:25.583 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39419) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-10-23 14:41:25.583 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39419) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-10-23 14:41:25.584 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39419) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-23 14:41:25.584 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39419) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-23 14:41:25.584 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39419) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-23 14:41:25.584 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39419) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-23 14:41:25.617 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-10-23 14:41:25.618 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39419) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-10-23 14:41:25.618 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39419) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-10-23 14:41:25.618 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-10-23 14:41:25.893 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-10-23 14:41:25.896 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-10-23 14:41:25.898 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-10-23 14:41:25.900 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-10-23 14:41:25.902 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-10-23 14:41:25.915 | + 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 2024-10-23 14:41:25.928 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-10-23 14:41:25.930 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-10-23 14:41:25.932 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2024-10-23 14:41:25.958 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-10-23 14:41:25.960 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-10-23 14:41:25.966 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-10-23 14:41:25.968 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-10-23 14:41:25.970 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-10-23 14:41:26.002 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-10-23 14:41:26.014 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-10-23 14:41:26.017 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-10-23 14:41:26.023 | net.bridge.bridge-nf-call-iptables = 1 2024-10-23 14:41:26.026 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-10-23 14:41:26.028 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-10-23 14:41:26.034 | net.bridge.bridge-nf-call-ip6tables = 1 2024-10-23 14:41:26.037 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-10-23 14:41:26.039 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-10-23 14:41:26.041 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-10-23 14:41:26.043 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-10-23 14:41:26.045 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-10-23 14:41:26.047 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-10-23 14:41:26.049 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-10-23 14:41:26.051 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-10-23 14:41:26.053 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-10-23 14:41:26.055 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-10-23 14:41:26.067 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-10-23 14:41:26.069 | + 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 2024-10-23 14:41:26.095 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-10-23 14:41:26.097 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-10-23 14:41:26.121 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-10-23 14:41:26.145 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-10-23 14:41:26.158 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:26.161 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-10-23 14:41:26.163 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-10-23 14:41:26.166 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-10-23 14:41:26.191 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-10-23 14:41:26.215 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-10-23 14:41:26.217 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-10-23 14:41:26.219 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-23 14:41:26.242 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-10-23 14:41:26.244 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-23 14:41:26.269 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-10-23 14:41:26.282 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:26.284 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-10-23 14:41:26.286 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-10-23 14:41:26.311 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-10-23 14:41:26.313 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-10-23 14:41:26.315 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-10-23 14:41:26.340 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-10-23 14:41:26.342 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-10-23 14:41:26.344 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-10-23 14:41:26.346 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-10-23 14:41:26.359 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:26.361 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-10-23 14:41:26.363 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2024-10-23 14:41:26.366 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-10-23 14:41:26.390 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-23 14:41:26.416 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-10-23 14:41:26.418 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-23 14:41:26.442 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-10-23 14:41:26.444 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-10-23 14:41:26.468 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-10-23 14:41:26.470 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-10-23 14:41:26.472 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-10-23 14:41:26.496 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-10-23 14:41:26.498 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-10-23 14:41:26.500 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-10-23 14:41:26.503 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-10-23 14:41:27.813 | INFO neutron.common.config [-] Logging enabled! 2024-10-23 14:41:27.813 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev40 2024-10-23 14:41:27.813 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39974) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-10-23 14:41:27.838 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39974) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-10-23 14:41:27.838 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39974) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-10-23 14:41:27.838 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39974) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-23 14:41:27.838 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39974) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-23 14:41:27.838 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39974) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-23 14:41:27.838 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39974) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-23 14:41:27.871 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-10-23 14:41:27.872 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39974) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-10-23 14:41:27.872 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39974) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-10-23 14:41:27.874 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-10-23 14:41:28.132 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-10-23 14:41:28.134 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-10-23 14:41:28.137 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-10-23 14:41:28.139 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-10-23 14:41:28.141 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-10-23 14:41:28.143 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-10-23 14:41:28.145 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-10-23 14:41:28.158 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-10-23 14:41:28.160 | + functions:set_mtu:796 : local dev=br-ex 2024-10-23 14:41:28.162 | + functions:set_mtu:797 : local mtu=8950 2024-10-23 14:41:28.164 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-10-23 14:41:28.174 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2024-10-23 14:41:28.187 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-10-23 14:41:28.189 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-10-23 14:41:28.191 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-10-23 14:41:28.193 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-10-23 14:41:28.195 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-10-23 14:41:28.197 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-10-23 14:41:28.199 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-10-23 14:41:28.201 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-10-23 14:41:28.203 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-10-23 14:41:28.206 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-10-23 14:41:28.207 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-10-23 14:41:28.209 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-10-23 14:41:28.211 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-10-23 14:41:28.213 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-10-23 14:41:28.216 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-10-23 14:41:28.216 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-10-23 14:41:28.221 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-10-23 14:41:28.223 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-10-23 14:41:28.225 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-10-23 14:41:28.227 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-10-23 14:41:28.230 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-10-23 14:41:28.231 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-10-23 14:41:28.231 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-10-23 14:41:28.236 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-10-23 14:41:28.238 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-10-23 14:41:28.239 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-10-23 14:41:28.242 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-10-23 14:41:28.243 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-10-23 14:41:28.245 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-10-23 14:41:28.247 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-10-23 14:41:28.261 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-10-23 14:41:28.261 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-10-23 14:41:28.265 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-10-23 14:41:28.267 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-10-23 14:41:28.281 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:28.283 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-10-23 14:41:28.285 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-10-23 14:41:28.289 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-10-23 14:41:28.314 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-10-23 14:41:28.338 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-10-23 14:41:28.363 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-10-23 14:41:28.364 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-10-23 14:41:28.366 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-23 14:41:28.391 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-10-23 14:41:28.393 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-23 14:41:28.416 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-10-23 14:41:28.418 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-10-23 14:41:28.432 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:41:28.434 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-10-23 14:41:28.436 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-10-23 14:41:28.449 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:41:28.451 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-10-23 14:41:28.465 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:41:28.467 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-10-23 14:41:28.480 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:41:28.482 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-10-23 14:41:28.496 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:28.498 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-10-23 14:41:28.500 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-10-23 14:41:28.502 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-10-23 14:41:28.505 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-10-23 14:41:28.507 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-10-23 14:41:28.509 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-10-23 14:41:28.511 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-10-23 14:41:28.514 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-10-23 14:41:28.516 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-10-23 14:41:28.520 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-10-23 14:41:28.523 | + lib/neutron:_replace_api_paste_composite:979 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2024-10-23 14:41:28.527 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-10-23 14:41:28.551 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-10-23 14:41:28.576 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-10-23 14:41:28.601 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-10-23 14:41:28.625 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-10-23 14:41:28.627 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-10-23 14:41:28.629 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-10-23 14:41:28.632 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-23 14:41:28.634 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-10-23 14:41:28.657 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-10-23 14:41:28.682 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-23 14:41:28.706 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-10-23 14:41:28.731 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-10-23 14:41:28.755 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-10-23 14:41:28.780 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-10-23 14:41:28.807 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-10-23 14:41:28.832 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-23 14:41:28.857 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-10-23 14:41:28.880 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-10-23 14:41:28.905 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-10-23 14:41:28.930 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-10-23 14:41:28.932 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-10-23 14:41:28.934 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-10-23 14:41:28.936 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-10-23 14:41:28.938 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-10-23 14:41:28.963 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-10-23 14:41:28.987 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-10-23 14:41:29.012 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-10-23 14:41:29.036 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-10-23 14:41:29.061 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-10-23 14:41:29.086 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-10-23 14:41:29.111 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-10-23 14:41:29.135 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-10-23 14:41:29.160 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-10-23 14:41:29.184 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-10-23 14:41:29.186 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-10-23 14:41:29.188 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-10-23 14:41:29.190 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-10-23 14:41:29.192 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-10-23 14:41:29.217 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-10-23 14:41:29.242 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-10-23 14:41:29.266 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-10-23 14:41:29.291 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-10-23 14:41:29.315 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-10-23 14:41:29.340 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-10-23 14:41:29.366 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-10-23 14:41:29.390 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-10-23 14:41:29.415 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-10-23 14:41:29.439 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-10-23 14:41:29.441 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-10-23 14:41:29.443 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-10-23 14:41:29.445 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-10-23 14:41:29.447 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-10-23 14:41:29.449 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-10-23 14:41:29.451 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-10-23 14:41:29.453 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-10-23 14:41:29.455 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-10-23 14:41:29.457 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-10-23 14:41:29.459 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-10-23 14:41:29.461 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-10-23 14:41:29.463 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-10-23 14:41:29.465 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-10-23 14:41:29.467 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-10-23 14:41:29.469 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-10-23 14:41:29.471 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-10-23 14:41:29.473 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-10-23 14:41:29.474 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2024-10-23 14:41:29.476 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:29.478 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-10-23 14:41:29.480 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-10-23 14:41:29.482 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-10-23 14:41:29.484 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-23 14:41:29.486 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-10-23 14:41:29.509 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-10-23 14:41:29.512 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:29.513 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-10-23 14:41:29.515 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-10-23 14:41:29.517 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-10-23 14:41:29.519 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-23 14:41:29.521 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-10-23 14:41:29.544 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-10-23 14:41:29.546 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2024-10-23 14:41:29.548 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:29.550 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-10-23 14:41:29.552 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-10-23 14:41:29.554 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-10-23 14:41:29.556 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-23 14:41:29.558 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-10-23 14:41:29.581 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-10-23 14:41:29.583 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2024-10-23 14:41:29.585 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:29.587 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-10-23 14:41:29.589 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-10-23 14:41:29.591 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-10-23 14:41:29.592 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-23 14:41:29.594 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-10-23 14:41:29.617 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2024-10-23 14:41:29.619 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:29.621 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-10-23 14:41:29.623 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-10-23 14:41:29.625 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-10-23 14:41:29.627 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-23 14:41:29.629 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-10-23 14:41:29.652 | + 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 2024-10-23 14:41:29.654 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:29.656 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-10-23 14:41:29.658 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-10-23 14:41:29.660 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-10-23 14:41:29.662 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-23 14:41:29.664 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2024-10-23 14:41:29.688 | + 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 2024-10-23 14:41:29.690 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:29.692 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-10-23 14:41:29.694 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-10-23 14:41:29.696 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-10-23 14:41:29.698 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-23 14:41:29.701 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-10-23 14:41:29.724 | + 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, 2024-10-23 14:41:29.726 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:29.728 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-10-23 14:41:29.730 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-10-23 14:41:29.732 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-10-23 14:41:29.734 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-23 14:41:29.736 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-10-23 14:41:29.759 | + 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 2024-10-23 14:41:29.761 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:29.762 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-10-23 14:41:29.764 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-10-23 14:41:29.766 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-10-23 14:41:29.768 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-23 14:41:29.770 | + 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 2024-10-23 14:41:29.794 | + 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 2024-10-23 14:41:29.796 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:41:29.798 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-10-23 14:41:29.799 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-10-23 14:41:29.801 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-10-23 14:41:29.803 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-23 14:41:29.805 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-10-23 14:41:29.830 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-10-23 14:41:29.832 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-10-23 14:41:29.857 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-10-23 14:41:29.882 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-10-23 14:41:29.884 | + stack.sh:main:1159 : is_service_enabled mysql postgresql 2024-10-23 14:41:29.897 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:29.899 | + stack.sh:main:1159 : is_service_enabled neutron 2024-10-23 14:41:29.913 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:29.915 | + stack.sh:main:1160 : async_runfunc init_neutron 2024-10-23 14:41:29.917 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-10-23 14:41:29.963 | + inc/async:async_inner:63 : init_neutron 2024-10-23 14:41:29.992 | [3657 Async init_neutron:41775]: running: init_neutron 2024-10-23 14:41:29.995 | + stack.sh:main:1168 : is_service_enabled q-dhcp 2024-10-23 14:41:30.010 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:30.012 | ++ stack.sh:main:1172 : pidof NetworkManager 2024-10-23 14:41:30.023 | ++ stack.sh:main:1172 : true 2024-10-23 14:41:30.026 | + stack.sh:main:1172 : netman_pid= 2024-10-23 14:41:30.028 | + stack.sh:main:1173 : '[' -z '' ']' 2024-10-23 14:41:30.030 | + stack.sh:main:1174 : sudo killall dnsmasq 2024-10-23 14:41:30.040 | dnsmasq: no process found 2024-10-23 14:41:30.043 | + stack.sh:main:1174 : true 2024-10-23 14:41:30.045 | + stack.sh:main:1179 : clean_iptables 2024-10-23 14:41:30.048 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-10-23 14:41:30.048 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-10-23 14:41:30.049 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-10-23 14:41:30.049 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-10-23 14:41:30.050 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-10-23 14:41:30.050 | + lib/nova:clean_iptables:184 : bash 2024-10-23 14:41:30.051 | + lib/nova:clean_iptables:184 : grep nova 2024-10-23 14:41:30.079 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-10-23 14:41:30.079 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-10-23 14:41:30.079 | + lib/nova:clean_iptables:186 : grep nova 2024-10-23 14:41:30.080 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-10-23 14:41:30.081 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-10-23 14:41:30.081 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-10-23 14:41:30.082 | + lib/nova:clean_iptables:186 : bash 2024-10-23 14:41:30.090 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-10-23 14:41:30.091 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-10-23 14:41:30.091 | + lib/nova:clean_iptables:188 : grep nova 2024-10-23 14:41:30.092 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-10-23 14:41:30.092 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-10-23 14:41:30.092 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-10-23 14:41:30.094 | + lib/nova:clean_iptables:188 : bash 2024-10-23 14:41:30.102 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-10-23 14:41:30.102 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-10-23 14:41:30.102 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-10-23 14:41:30.102 | + lib/nova:clean_iptables:190 : grep nova 2024-10-23 14:41:30.103 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-10-23 14:41:30.103 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-10-23 14:41:30.103 | + lib/nova:clean_iptables:190 : bash 2024-10-23 14:41:30.111 | + stack.sh:main:1182 : sudo sysctl -w net.ipv4.ip_forward=1 2024-10-23 14:41:30.118 | net.ipv4.ip_forward = 1 2024-10-23 14:41:30.121 | + stack.sh:main:1187 : is_service_enabled nova neutron 2024-10-23 14:41:30.135 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:30.137 | + stack.sh:main:1188 : configure_os_vif 2024-10-23 14:41:30.139 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-10-23 14:41:30.142 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-10-23 14:41:30.169 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-10-23 14:41:30.171 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-10-23 14:41:30.198 | + stack.sh:main:1194 : is_service_enabled swift 2024-10-23 14:41:30.212 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:41:30.214 | + stack.sh:main:1203 : is_service_enabled cinder 2024-10-23 14:41:30.228 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:30.230 | + stack.sh:main:1204 : echo_summary 'Configuring Cinder' 2024-10-23 14:41:30.232 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:41:30.234 | + stack.sh:echo_summary:455 : echo -e Configuring Cinder 2024-10-23 14:41:30.236 | + stack.sh:main:1205 : async_runfunc init_cinder 2024-10-23 14:41:30.238 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-10-23 14:41:30.286 | + inc/async:async_inner:63 : init_cinder 2024-10-23 14:41:30.321 | [3657 Async init_cinder:42125]: running: init_cinder 2024-10-23 14:41:30.323 | + stack.sh:main:1211 : is_service_enabled placement 2024-10-23 14:41:30.338 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:30.341 | + stack.sh:main:1212 : echo_summary 'Configuring placement' 2024-10-23 14:41:30.344 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:41:30.346 | + stack.sh:echo_summary:455 : echo -e Configuring placement 2024-10-23 14:41:30.348 | + stack.sh:main:1213 : async_runfunc init_placement 2024-10-23 14:41:30.350 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-10-23 14:41:30.398 | + inc/async:async_inner:63 : init_placement 2024-10-23 14:41:30.428 | [3657 Async init_placement:42272]: running: init_placement 2024-10-23 14:41:30.430 | + stack.sh:main:1217 : async_wait init_neutron 2024-10-23 14:41:30.467 | [3657 Async init_neutron:41775]: Waiting for completion of init_neutron running on PID 41775 (5 other jobs running) 2024-10-23 14:41:30.485 | [3657 Async init_neutron:41775]: Signaling child to exit 2024-10-23 14:41:33.593 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:41:33.612 | [42125 Async init_cinder:42125]: finished successfully 2024-10-23 14:41:38.107 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:41:38.125 | [41775 Async init_neutron:41775]: finished successfully 2024-10-23 14:41:38.141 | WAKEUP 2024-10-23 14:41:38.158 | [3657 Async init_neutron:41775]: Signaled 2024-10-23 14:41:38.159 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-10-23 14:41:38.159 | + lib/database:recreate_database:112 : local db=neutron 2024-10-23 14:41:38.159 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-10-23 14:41:38.159 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-10-23 14:41:38.159 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-10-23 14:41:38.159 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-10-23 14:41:38.159 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-10-23 14:41:38.159 | + functions-common:time_start:2421 : local name=dbsync 2024-10-23 14:41:38.159 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:41:38.159 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:41:38.159 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:41:38.159 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694490002 2024-10-23 14:41:38.159 | + lib/neutron:init_neutron:504 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-10-23 14:41:38.159 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-10-23 14:41:38.160 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-10-23 14:41:38.160 | Running upgrade for neutron ... 2024-10-23 14:41:38.160 | OK 2024-10-23 14:41:38.160 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-10-23 14:41:38.160 | + functions-common:time_stop:2435 : local name 2024-10-23 14:41:38.160 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:41:38.160 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:41:38.160 | + functions-common:time_stop:2438 : local total 2024-10-23 14:41:38.160 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:41:38.160 | + functions-common:time_stop:2441 : name=dbsync 2024-10-23 14:41:38.160 | + functions-common:time_stop:2442 : start_time=1729694490002 2024-10-23 14:41:38.160 | + functions-common:time_stop:2444 : [[ -z 1729694490002 ]] 2024-10-23 14:41:38.160 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:41:38.160 | + functions-common:time_stop:2447 : end_time=1729694498094 2024-10-23 14:41:38.160 | + functions-common:time_stop:2448 : elapsed_time=8092 2024-10-23 14:41:38.160 | + functions-common:time_stop:2449 : total=2830 2024-10-23 14:41:38.160 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:41:38.160 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10922 2024-10-23 14:41:38.191 | [3657 Async init_neutron:41775]: finished init_neutron with result 0 in 8 seconds 2024-10-23 14:41:38.194 | + inc/async:async_wait:197 : return 0 2024-10-23 14:41:38.196 | + stack.sh:main:1218 : async_wait init_placement 2024-10-23 14:41:38.233 | [3657 Async init_placement:42272]: Waiting for completion of init_placement running on PID 42272 (4 other jobs running) 2024-10-23 14:41:38.250 | [3657 Async init_placement:42272]: Signaling child to exit 2024-10-23 14:41:47.894 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:41:47.912 | [42272 Async init_placement:42272]: finished successfully 2024-10-23 14:41:47.928 | WAKEUP 2024-10-23 14:41:47.944 | [3657 Async init_placement:42272]: Signaled 2024-10-23 14:41:47.945 | + lib/placement:init_placement:143 : recreate_database placement 2024-10-23 14:41:47.945 | + lib/database:recreate_database:112 : local db=placement 2024-10-23 14:41:47.945 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-10-23 14:41:47.945 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-10-23 14:41:47.945 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-10-23 14:41:47.945 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-10-23 14:41:47.945 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-10-23 14:41:47.945 | + lib/placement:init_placement:145 : create_placement_accounts 2024-10-23 14:41:47.945 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-10-23 14:41:47.945 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-10-23 14:41:47.945 | + functions-common:get_or_create_user:922 : local user_id 2024-10-23 14:41:47.945 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-23 14:41:47.945 | + functions-common:get_or_create_user:926 : local email= 2024-10-23 14:41:47.945 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-23 14:41:47.945 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:47.945 | + functions-common:get_or_create_user:938 : user_id=048079d1a9fd460b84ef228b52bf5b67 2024-10-23 14:41:47.945 | + functions-common:get_or_create_user:939 : echo 048079d1a9fd460b84ef228b52bf5b67 2024-10-23 14:41:47.945 | 048079d1a9fd460b84ef228b52bf5b67 2024-10-23 14:41:47.945 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-10-23 14:41:47.945 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:41:47.946 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:41:47.946 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-23 14:41:47.946 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-23 14:41:47.946 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2024-10-23 14:41:47.946 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-23 14:41:47.946 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:47.946 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:47.946 | + functions-common:get_or_add_user_project_role:1003 : echo ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:47.946 | ca3df153974d4ad4bdb3b70801544a7a 2024-10-23 14:41:47.946 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-10-23 14:41:47.946 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-10-23 14:41:47.946 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-23 14:41:47.946 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-23 14:41:47.946 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-23 14:41:47.946 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-23 14:41:47.946 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-23 14:41:47.946 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2024-10-23 14:41:47.946 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-23 14:41:47.946 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:47.946 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:41:47.946 | + functions-common:get_or_add_user_project_role:1003 : echo 6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:41:47.946 | 6fa4b68efce34ebe9a1d5e8e538c21c1 2024-10-23 14:41:47.946 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-10-23 14:41:47.946 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-10-23 14:41:47.946 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-23 14:41:47.946 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-10-23 14:41:47.946 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2024-10-23 14:41:47.946 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:47.946 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-23 14:41:47.946 | a617bb3b7ce74a9db2ae0ca111eda80b' 2024-10-23 14:41:47.946 | + functions-common:get_or_create_service:1090 : echo a617bb3b7ce74a9db2ae0ca111eda80b 2024-10-23 14:41:47.946 | a617bb3b7ce74a9db2ae0ca111eda80b 2024-10-23 14:41:47.946 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-10-23 14:41:47.946 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-23 14:41:47.946 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-10-23 14:41:47.946 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-23 14:41:47.946 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2024-10-23 14:41:47.946 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:47.946 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-23 14:41:47.946 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-23 14:41:47.946 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2024-10-23 14:41:47.946 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:41:47.946 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=fc2dd0114dd7417e8a71c5aa679228da 2024-10-23 14:41:47.946 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo fc2dd0114dd7417e8a71c5aa679228da 2024-10-23 14:41:47.946 | + functions-common:get_or_create_endpoint:1123 : public_id=fc2dd0114dd7417e8a71c5aa679228da 2024-10-23 14:41:47.946 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-23 14:41:47.946 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-23 14:41:47.946 | + functions-common:get_or_create_endpoint:1132 : echo fc2dd0114dd7417e8a71c5aa679228da 2024-10-23 14:41:47.946 | fc2dd0114dd7417e8a71c5aa679228da 2024-10-23 14:41:47.977 | [3657 Async init_placement:42272]: finished init_placement with result 0 in 17 seconds 2024-10-23 14:41:47.980 | + inc/async:async_wait:197 : return 0 2024-10-23 14:41:47.982 | + stack.sh:main:1219 : async_wait init_glance 2024-10-23 14:41:48.018 | [3657 Async init_glance:38527]: Waiting for completion of init_glance running on PID 38527 (3 other jobs running) 2024-10-23 14:41:48.036 | [3657 Async init_glance:38527]: Signaling child to exit 2024-10-23 14:41:48.036 | WAKEUP 2024-10-23 14:41:48.052 | [3657 Async init_glance:38527]: Signaled 2024-10-23 14:41:48.053 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-10-23 14:41:48.053 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-10-23 14:41:48.053 | + lib/glance:init_glance:489 : recreate_database glance 2024-10-23 14:41:48.053 | + lib/database:recreate_database:112 : local db=glance 2024-10-23 14:41:48.053 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-10-23 14:41:48.053 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-10-23 14:41:48.053 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-10-23 14:41:48.053 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-10-23 14:41:48.053 | + lib/glance:init_glance:491 : time_start dbsync 2024-10-23 14:41:48.053 | + functions-common:time_start:2421 : local name=dbsync 2024-10-23 14:41:48.053 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:41:48.053 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:41:48.053 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:41:48.053 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694463022 2024-10-23 14:41:48.053 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-10-23 14:41:48.053 | 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=38614) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-23 14:41:48.053 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-23 14:41:48.053 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-23 14:41:48.053 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-23 14:41:48.053 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-10-23 14:41:48.053 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-10-23 14:41:48.054 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-10-23 14:41:48.054 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-10-23 14:41:48.054 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-10-23 14:41:48.054 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-10-23 14:41:48.054 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-10-23 14:41:48.054 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-10-23 14:41:48.054 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-10-23 14:41:48.054 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-10-23 14:41:48.054 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-23 14:41:48.054 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-23 14:41:48.054 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-23 14:41:48.054 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-23 14:41:48.054 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-10-23 14:41:48.054 | Database migration is up to date. No migration needed. 2024-10-23 14:41:48.054 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-10-23 14:41:48.054 | Database is synced successfully. 2024-10-23 14:41:48.054 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-10-23 14:41:48.054 | 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=38643) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-10-23 14:41:48.054 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-10-23 14:41:48.055 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-10-23 14:41:48.055 | + lib/glance:init_glance:497 : time_stop dbsync 2024-10-23 14:41:48.055 | + functions-common:time_stop:2435 : local name 2024-10-23 14:41:48.055 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:41:48.055 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:41:48.055 | + functions-common:time_stop:2438 : local total 2024-10-23 14:41:48.055 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:41:48.055 | + functions-common:time_stop:2441 : name=dbsync 2024-10-23 14:41:48.055 | + functions-common:time_stop:2442 : start_time=1729694463022 2024-10-23 14:41:48.055 | + functions-common:time_stop:2444 : [[ -z 1729694463022 ]] 2024-10-23 14:41:48.055 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:41:48.055 | + functions-common:time_stop:2447 : end_time=1729694467165 2024-10-23 14:41:48.055 | + functions-common:time_stop:2448 : elapsed_time=4143 2024-10-23 14:41:48.055 | + functions-common:time_stop:2449 : total=2830 2024-10-23 14:41:48.055 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:41:48.055 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6973 2024-10-23 14:41:48.084 | [3657 Async init_glance:38527]: finished init_glance with result 0 in 4 seconds 2024-10-23 14:41:48.087 | + inc/async:async_wait:197 : return 0 2024-10-23 14:41:48.089 | + stack.sh:main:1220 : async_wait init_swift 2024-10-23 14:41:48.104 | Not waiting for async task init_swift that we never started or has already been waited for 2024-10-23 14:41:48.106 | + inc/async:async_wait:197 : return 0 2024-10-23 14:41:48.108 | + stack.sh:main:1221 : async_wait init_cinder 2024-10-23 14:41:48.145 | [3657 Async init_cinder:42125]: Waiting for completion of init_cinder running on PID 42125 (2 other jobs running) 2024-10-23 14:41:48.163 | [3657 Async init_cinder:42125]: Signaling child to exit 2024-10-23 14:41:48.163 | WAKEUP 2024-10-23 14:41:48.179 | [3657 Async init_cinder:42125]: Signaled 2024-10-23 14:41:48.179 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-10-23 14:41:48.179 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:48.179 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-10-23 14:41:48.180 | + lib/database:recreate_database:112 : local db=cinder 2024-10-23 14:41:48.180 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-10-23 14:41:48.180 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-10-23 14:41:48.180 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-10-23 14:41:48.180 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-10-23 14:41:48.180 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-10-23 14:41:48.180 | + functions-common:time_start:2421 : local name=dbsync 2024-10-23 14:41:48.180 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:41:48.180 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:41:48.180 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:41:48.180 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694490343 2024-10-23 14:41:48.180 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-10-23 14:41:48.180 | 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=42227) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:48.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:48.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:48.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:48.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:48.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:48.181 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-23 14:41:48.181 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=42227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-23 14:41:48.181 | INFO cinder.db.migration [-] Applying migration(s) 2024-10-23 14:41:48.181 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-23 14:41:48.181 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-23 14:41:48.181 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-10-23 14:41:48.181 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42227) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-23 14:41:48.181 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-10-23 14:41:48.181 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42227) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-23 14:41:48.181 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-10-23 14:41:48.181 | 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=42227) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-23 14:41:48.181 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42227) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-23 14:41:48.181 | INFO cinder.db.migration [-] Migration(s) applied 2024-10-23 14:41:48.181 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-10-23 14:41:48.181 | + functions-common:time_stop:2435 : local name 2024-10-23 14:41:48.181 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:41:48.181 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:41:48.181 | + functions-common:time_stop:2438 : local total 2024-10-23 14:41:48.181 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:41:48.181 | + functions-common:time_stop:2441 : name=dbsync 2024-10-23 14:41:48.181 | + functions-common:time_stop:2442 : start_time=1729694490343 2024-10-23 14:41:48.181 | + functions-common:time_stop:2444 : [[ -z 1729694490343 ]] 2024-10-23 14:41:48.181 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:41:48.181 | + functions-common:time_stop:2447 : end_time=1729694493534 2024-10-23 14:41:48.181 | + functions-common:time_stop:2448 : elapsed_time=3191 2024-10-23 14:41:48.181 | + functions-common:time_stop:2449 : total=2830 2024-10-23 14:41:48.181 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:41:48.181 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6021 2024-10-23 14:41:48.181 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-10-23 14:41:48.181 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:48.181 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-10-23 14:41:48.181 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-10-23 14:41:48.181 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-10-23 14:41:48.181 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-10-23 14:41:48.181 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-10-23 14:41:48.181 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-10-23 14:41:48.181 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-10-23 14:41:48.181 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:41:48.181 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-10-23 14:41:48.211 | [3657 Async init_cinder:42125]: finished init_cinder with result 0 in 3 seconds 2024-10-23 14:41:48.214 | + inc/async:async_wait:197 : return 0 2024-10-23 14:41:48.216 | + stack.sh:main:1226 : is_service_enabled nova 2024-10-23 14:41:48.229 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:48.231 | + stack.sh:main:1227 : echo_summary 'Configuring Nova' 2024-10-23 14:41:48.233 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:41:48.235 | + stack.sh:echo_summary:455 : echo -e Configuring Nova 2024-10-23 14:41:48.237 | + stack.sh:main:1228 : init_nova 2024-10-23 14:41:48.239 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-10-23 14:41:48.252 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:48.255 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-10-23 14:41:48.268 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:41:48.270 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-23 14:41:48.272 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-10-23 14:41:48.274 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-10-23 14:41:48.276 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-10-23 14:41:48.278 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-10-23 14:41:48.280 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-10-23 14:41:48.289 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-10-23 14:41:48.298 | ++ lib/nova:init_nova:863 : seq 1 1 2024-10-23 14:41:48.301 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-10-23 14:41:48.305 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-10-23 14:41:48.307 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-10-23 14:41:48.309 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-10-23 14:41:48.311 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-10-23 14:41:48.359 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-10-23 14:41:48.391 | [3657 Async nova-cell-1:43363]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-10-23 14:41:48.393 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-10-23 14:41:48.396 | + lib/database:recreate_database:112 : local db=nova_api 2024-10-23 14:41:48.398 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-10-23 14:41:48.400 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-10-23 14:41:48.403 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-10-23 14:41:48.414 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-10-23 14:41:48.423 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-10-23 14:41:48.803 | 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. 2024-10-23 14:41:50.574 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-23 14:41:50.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.578 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.578 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.578 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.578 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.578 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.578 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:50.578 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:50.578 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-23 14:41:50.578 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43430) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-23 14:41:50.591 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-23 14:41:50.591 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-23 14:41:50.609 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-10-23 14:41:51.417 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=43430) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-23 14:41:51.418 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-10-23 14:41:51.586 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=43430) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-23 14:41:51.968 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-10-23 14:41:51.971 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-10-23 14:41:51.973 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-10-23 14:41:51.975 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-10-23 14:41:51.977 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-23 14:41:51.979 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-23 14:41:51.981 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-10-23 14:41:51.984 | + lib/nova:init_nova:872 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-10-23 14:41:52.363 | 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. 2024-10-23 14:41:53.446 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:41:53.465 | [43363 Async nova-cell-1:43363]: finished successfully 2024-10-23 14:41:54.053 | ++ lib/nova:init_nova:875 : seq 0 1 2024-10-23 14:41:54.057 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-10-23 14:41:54.059 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-10-23 14:41:54.074 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-10-23 14:41:54.077 | + inc/async:async_wait:197 : return 0 2024-10-23 14:41:54.079 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-10-23 14:41:54.081 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-10-23 14:41:54.117 | [3657 Async nova-cell-1:43363]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 43363 (2 other jobs running) 2024-10-23 14:41:54.134 | [3657 Async nova-cell-1:43363]: Signaling child to exit 2024-10-23 14:41:54.134 | WAKEUP 2024-10-23 14:41:54.151 | [3657 Async nova-cell-1:43363]: Signaled 2024-10-23 14:41:54.151 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-10-23 14:41:54.151 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-10-23 14:41:54.151 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-10-23 14:41:54.151 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-10-23 14:41:54.151 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-10-23 14:41:54.151 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-10-23 14:41:54.152 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-10-23 14:41:54.152 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-10-23 14:41:54.152 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-10-23 14:41:54.152 | 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. 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:54.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:54.153 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-23 14:41:54.153 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43417) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-23 14:41:54.153 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-23 14:41:54.153 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-23 14:41:54.153 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-10-23 14:41:54.153 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=43417) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-23 14:41:54.153 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-10-23 14:41:54.153 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43417) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-23 14:41:54.153 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-10-23 14:41:54.153 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43417) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-23 14:41:54.153 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-10-23 14:41:54.153 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43417) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-23 14:41:54.183 | [3657 Async nova-cell-1:43363]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-10-23 14:41:54.186 | + inc/async:async_wait:197 : return 0 2024-10-23 14:41:54.189 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-23 14:41:54.191 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-10-23 14:41:54.562 | 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. 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.repository [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.882 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.883 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.883 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.883 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.883 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.883 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.884 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.884 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.884 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.884 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.884 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.885 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.885 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.885 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.885 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.885 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.886 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.886 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.886 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.886 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.886 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.887 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.887 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.887 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.887 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.887 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.887 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.888 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:55.888 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:55.888 | DEBUG migrate.versioning.repository [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-23 14:41:55.888 | DEBUG migrate.versioning.repository [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-23 14:41:55.900 | INFO alembic.runtime.migration [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Context impl MySQLImpl. 2024-10-23 14:41:55.900 | INFO alembic.runtime.migration [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Will assume non-transactional DDL. 2024-10-23 14:41:55.915 | INFO alembic.runtime.migration [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-10-23 14:41:57.903 | DEBUG alembic.runtime.migration [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] new branch insert 8f2f1571d55b {{(pid=43662) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-23 14:41:57.905 | INFO alembic.runtime.migration [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-10-23 14:41:57.932 | DEBUG alembic.runtime.migration [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43662) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-23 14:41:57.933 | INFO alembic.runtime.migration [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-10-23 14:41:57.991 | DEBUG alembic.runtime.migration [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43662) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-23 14:41:57.992 | INFO alembic.runtime.migration [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-10-23 14:41:58.006 | DEBUG alembic.runtime.migration [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43662) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-23 14:41:58.013 | DEBUG migrate.versioning.repository [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-23 14:41:58.014 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.014 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.014 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.015 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.015 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.015 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.015 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.015 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.018 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.019 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.019 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.019 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.019 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.019 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.019 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.019 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.019 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.019 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.019 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.019 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.020 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.020 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.020 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.020 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.020 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.020 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-23 14:41:58.020 | DEBUG migrate.versioning.script.base [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-23 14:41:58.020 | DEBUG migrate.versioning.repository [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-23 14:41:58.020 | DEBUG migrate.versioning.repository [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43662) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-23 14:41:58.025 | INFO alembic.runtime.migration [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Context impl MySQLImpl. 2024-10-23 14:41:58.025 | INFO alembic.runtime.migration [None req-cbe536c7-c04e-412a-a262-46c63aae4ed1 None None] Will assume non-transactional DDL. 2024-10-23 14:41:58.387 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-10-23 14:41:58.759 | 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. 2024-10-23 14:42:00.185 | Running batches of 50 until complete 2024-10-23 14:42:00.185 | +-------------------------------------+--------------+-----------+ 2024-10-23 14:42:00.185 | | Migration | Total Needed | Completed | 2024-10-23 14:42:00.185 | +-------------------------------------+--------------+-----------+ 2024-10-23 14:42:00.185 | | fill_virtual_interface_list | 0 | 0 | 2024-10-23 14:42:00.185 | | migrate_empty_ratio | 0 | 0 | 2024-10-23 14:42:00.185 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-10-23 14:42:00.185 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-10-23 14:42:00.185 | | migration_migrate_to_uuid | 0 | 0 | 2024-10-23 14:42:00.185 | | populate_dev_uuids | 0 | 0 | 2024-10-23 14:42:00.185 | | populate_missing_availability_zones | 0 | 0 | 2024-10-23 14:42:00.185 | | populate_queued_for_delete | 0 | 0 | 2024-10-23 14:42:00.185 | | populate_user_id | 0 | 0 | 2024-10-23 14:42:00.185 | | populate_uuids | 0 | 0 | 2024-10-23 14:42:00.185 | +-------------------------------------+--------------+-----------+ 2024-10-23 14:42:00.547 | ++ lib/nova:init_nova:889 : seq 1 1 2024-10-23 14:42:00.551 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-10-23 14:42:00.554 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-10-23 14:42:00.556 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-10-23 14:42:00.558 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-10-23 14:42:00.561 | + lib/nova:init_nova:890 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2024-10-23 14:42:00.935 | 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. 2024-10-23 14:42:02.251 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-10-23 14:42:02.252 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-10-23 14:42:02.600 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-10-23 14:42:02.603 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-10-23 14:42:02.613 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-10-23 14:42:02.615 | + stack.sh:main:1230 : async_runfunc configure_neutron_nova 2024-10-23 14:42:02.618 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-10-23 14:42:02.669 | + inc/async:async_inner:63 : configure_neutron_nova 2024-10-23 14:42:02.699 | [3657 Async configure_neutron_nova:43743]: running: configure_neutron_nova 2024-10-23 14:42:02.701 | + stack.sh:main:1238 : run_phase stack post-config 2024-10-23 14:42:02.704 | + functions-common:run_phase:1863 : local mode=stack 2024-10-23 14:42:02.706 | + functions-common:run_phase:1864 : local phase=post-config 2024-10-23 14:42:02.708 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-23 14:42:02.710 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-23 14:42:02.713 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-23 14:42:02.715 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-23 14:42:02.716 | + functions-common:run_phase:1873 : local extra 2024-10-23 14:42:02.719 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-23 14:42:02.723 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-23 14:42:02.724 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-23 14:42:02.727 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-23 14:42:02.729 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-10-23 14:42:02.732 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-23 14:42:02.745 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:02.747 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:42:02.749 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:42:02.752 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-10-23 14:42:02.753 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:42:02.756 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-23 14:42:02.758 | ++ extras.d/80-tempest.sh:source:12 : : 2024-10-23 14:42:02.760 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-23 14:42:02.762 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-23 14:42:02.764 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:42:02.766 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-23 14:42:02.769 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-10-23 14:42:02.771 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-23 14:42:02.773 | + functions-common:run_plugins:1850 : local phase=post-config 2024-10-23 14:42:02.775 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-23 14:42:02.777 | + functions-common:run_plugins:1853 : local plugin 2024-10-23 14:42:02.779 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-23 14:42:02.782 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-23 14:42:02.784 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-23 14:42:02.786 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-10-23 14:42:02.788 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:42:02.790 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:42:02.792 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-10-23 14:42:02.795 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:42:02.797 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-23 14:42:02.799 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-10-23 14:42:02.801 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:42:02.803 | ++ stack.sh:echo_summary:455 : echo -e Configuring Networking-NSX-T 2024-10-23 14:42:02.805 | + stack.sh:main:1246 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-10-23 14:42:02.808 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-10-23 14:42:02.810 | + inc/meta-config:merge_config_group:171 : shift 2024-10-23 14:42:02.812 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-10-23 14:42:02.814 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:42:02.816 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-10-23 14:42:02.818 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-10-23 14:42:02.821 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-10-23 14:42:02.824 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:42:02.826 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-10-23 14:42:02.828 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:42:02.830 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-10-23 14:42:02.830 | /^\[\[.+\|.*\]\]/ { 2024-10-23 14:42:02.830 | gsub("[][]", "", $1); 2024-10-23 14:42:02.830 | split($1, a, "|"); 2024-10-23 14:42:02.830 | if (a[1] == matchgroup) 2024-10-23 14:42:02.830 | print a[2] 2024-10-23 14:42:02.830 | } 2024-10-23 14:42:02.830 | ' /opt/stack/devstack/local.conf 2024-10-23 14:42:02.835 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-23 14:42:02.837 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-23 14:42:02.839 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-23 14:42:02.842 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-10-23 14:42:02.844 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-10-23 14:42:02.846 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-10-23 14:42:02.848 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-10-23 14:42:02.851 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-10-23 14:42:02.854 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-10-23 14:42:02.857 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-10-23 14:42:02.859 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-10-23 14:42:02.862 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:42:02.864 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-23 14:42:02.866 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-10-23 14:42:02.868 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-23 14:42:02.872 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-10-23 14:42:02.873 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-10-23 14:42:02.876 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-10-23 14:42:02.878 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-10-23 14:42:02.881 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-10-23 14:42:02.881 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:02.882 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-10-23 14:42:02.882 | BEGIN { 2024-10-23 14:42:02.882 | section = "" 2024-10-23 14:42:02.882 | last_section = "" 2024-10-23 14:42:02.882 | section_count = 0 2024-10-23 14:42:02.882 | } 2024-10-23 14:42:02.882 | /^\[.+\]/ { 2024-10-23 14:42:02.882 | gsub("[][]", "", $1); 2024-10-23 14:42:02.882 | section=$1 2024-10-23 14:42:02.882 | next 2024-10-23 14:42:02.882 | } 2024-10-23 14:42:02.882 | /^ *\#/ { 2024-10-23 14:42:02.882 | next 2024-10-23 14:42:02.882 | } 2024-10-23 14:42:02.882 | /^[^ \t]+/ { 2024-10-23 14:42:02.882 | # get offset of first = in $0 2024-10-23 14:42:02.882 | eq_idx = index($0, "=") 2024-10-23 14:42:02.882 | # extract attr & value from $0 2024-10-23 14:42:02.882 | attr = substr($0, 1, eq_idx - 1) 2024-10-23 14:42:02.882 | value = substr($0, eq_idx + 1) 2024-10-23 14:42:02.882 | # only need to strip trailing whitespace from attr 2024-10-23 14:42:02.882 | sub(/[ \t]*$/, "", attr) 2024-10-23 14:42:02.882 | # need to strip leading & trailing whitespace from value 2024-10-23 14:42:02.882 | sub(/^[ \t]*/, "", value) 2024-10-23 14:42:02.882 | sub(/[ \t]*$/, "", value) 2024-10-23 14:42:02.882 | 2024-10-23 14:42:02.882 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-23 14:42:02.882 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-23 14:42:02.882 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-23 14:42:02.882 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-23 14:42:02.882 | if (! (section, attr) in cfg_attr_count) { 2024-10-23 14:42:02.882 | if (section != last_section) { 2024-10-23 14:42:02.882 | cfg_section[section_count++] = section 2024-10-23 14:42:02.882 | last_section = section 2024-10-23 14:42:02.882 | } 2024-10-23 14:42:02.882 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-23 14:42:02.882 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-23 14:42:02.882 | 2024-10-23 14:42:02.882 | cfg_attr[section, attr, 0] = value 2024-10-23 14:42:02.882 | cfg_attr_count[section, attr] = 1 2024-10-23 14:42:02.882 | } else { 2024-10-23 14:42:02.882 | lno = cfg_attr_count[section, attr]++ 2024-10-23 14:42:02.882 | cfg_attr[section, attr, lno] = value 2024-10-23 14:42:02.882 | } 2024-10-23 14:42:02.882 | } 2024-10-23 14:42:02.882 | END { 2024-10-23 14:42:02.882 | # Process each section in order 2024-10-23 14:42:02.882 | for (sno = 0; sno < section_count; sno++) { 2024-10-23 14:42:02.882 | section = cfg_section[sno] 2024-10-23 14:42:02.882 | # The ini routines simply append a config item immediately 2024-10-23 14:42:02.882 | # after the section header. To keep the same order as defined 2024-10-23 14:42:02.882 | # in local.conf, invoke the ini routines in the reverse order 2024-10-23 14:42:02.882 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-23 14:42:02.882 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-23 14:42:02.882 | if (cfg_attr_count[section, attr] == 1) 2024-10-23 14:42:02.882 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-23 14:42:02.882 | else { 2024-10-23 14:42:02.882 | # For multiline, invoke the ini routines in the reverse order 2024-10-23 14:42:02.882 | count = cfg_attr_count[section, attr] 2024-10-23 14:42:02.882 | print "inidelete " configfile " " section " " attr 2024-10-23 14:42:02.882 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-23 14:42:02.882 | for (l = count -2; l >= 0; l--) 2024-10-23 14:42:02.882 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-23 14:42:02.882 | } 2024-10-23 14:42:02.882 | } 2024-10-23 14:42:02.882 | } 2024-10-23 14:42:02.882 | } 2024-10-23 14:42:02.882 | ' 2024-10-23 14:42:02.883 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:42:02.884 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-23 14:42:02.885 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-23 14:42:02.887 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-10-23 14:42:02.889 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:42:02.892 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-10-23 14:42:02.894 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-10-23 14:42:02.894 | BEGIN { group = "" } 2024-10-23 14:42:02.894 | /^\[\[.+\|.*\]\]/ { 2024-10-23 14:42:02.894 | gsub("[][]", "", $1); 2024-10-23 14:42:02.894 | split($1, a, "|"); 2024-10-23 14:42:02.894 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-23 14:42:02.894 | group=a[1] 2024-10-23 14:42:02.894 | } else { 2024-10-23 14:42:02.894 | group="" 2024-10-23 14:42:02.894 | } 2024-10-23 14:42:02.894 | next 2024-10-23 14:42:02.894 | } 2024-10-23 14:42:02.894 | { 2024-10-23 14:42:02.894 | if (group != "") 2024-10-23 14:42:02.894 | print $0 2024-10-23 14:42:02.894 | } 2024-10-23 14:42:02.894 | ' /opt/stack/devstack/local.conf 2024-10-23 14:42:02.899 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-10-23 14:42:02.901 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-10-23 14:42:02.924 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:02.927 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-23 14:42:02.929 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-23 14:42:02.931 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-23 14:42:02.934 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-10-23 14:42:02.936 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-10-23 14:42:02.939 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-10-23 14:42:02.941 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-10-23 14:42:02.944 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-10-23 14:42:02.946 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-10-23 14:42:02.949 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-10-23 14:42:02.951 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-10-23 14:42:02.953 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:42:02.955 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-23 14:42:02.958 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-10-23 14:42:02.960 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-23 14:42:02.963 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-10-23 14:42:02.965 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-10-23 14:42:02.967 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-10-23 14:42:02.970 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-10-23 14:42:02.972 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-10-23 14:42:02.973 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:02.973 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-10-23 14:42:02.973 | BEGIN { 2024-10-23 14:42:02.973 | section = "" 2024-10-23 14:42:02.973 | last_section = "" 2024-10-23 14:42:02.973 | section_count = 0 2024-10-23 14:42:02.973 | } 2024-10-23 14:42:02.973 | /^\[.+\]/ { 2024-10-23 14:42:02.973 | gsub("[][]", "", $1); 2024-10-23 14:42:02.973 | section=$1 2024-10-23 14:42:02.973 | next 2024-10-23 14:42:02.973 | } 2024-10-23 14:42:02.973 | /^ *\#/ { 2024-10-23 14:42:02.973 | next 2024-10-23 14:42:02.973 | } 2024-10-23 14:42:02.973 | /^[^ \t]+/ { 2024-10-23 14:42:02.973 | # get offset of first = in $0 2024-10-23 14:42:02.973 | eq_idx = index($0, "=") 2024-10-23 14:42:02.973 | # extract attr & value from $0 2024-10-23 14:42:02.973 | attr = substr($0, 1, eq_idx - 1) 2024-10-23 14:42:02.973 | value = substr($0, eq_idx + 1) 2024-10-23 14:42:02.973 | # only need to strip trailing whitespace from attr 2024-10-23 14:42:02.973 | sub(/[ \t]*$/, "", attr) 2024-10-23 14:42:02.973 | # need to strip leading & trailing whitespace from value 2024-10-23 14:42:02.973 | sub(/^[ \t]*/, "", value) 2024-10-23 14:42:02.973 | sub(/[ \t]*$/, "", value) 2024-10-23 14:42:02.973 | 2024-10-23 14:42:02.973 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-23 14:42:02.973 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-23 14:42:02.973 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-23 14:42:02.973 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-23 14:42:02.973 | if (! (section, attr) in cfg_attr_count) { 2024-10-23 14:42:02.973 | if (section != last_section) { 2024-10-23 14:42:02.973 | cfg_section[section_count++] = section 2024-10-23 14:42:02.973 | last_section = section 2024-10-23 14:42:02.973 | } 2024-10-23 14:42:02.973 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-23 14:42:02.973 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-23 14:42:02.973 | 2024-10-23 14:42:02.973 | cfg_attr[section, attr, 0] = value 2024-10-23 14:42:02.973 | cfg_attr_count[section, attr] = 1 2024-10-23 14:42:02.973 | } else { 2024-10-23 14:42:02.973 | lno = cfg_attr_count[section, attr]++ 2024-10-23 14:42:02.973 | cfg_attr[section, attr, lno] = value 2024-10-23 14:42:02.973 | } 2024-10-23 14:42:02.973 | } 2024-10-23 14:42:02.973 | END { 2024-10-23 14:42:02.973 | # Process each section in order 2024-10-23 14:42:02.973 | for (sno = 0; sno < section_count; sno++) { 2024-10-23 14:42:02.973 | section = cfg_section[sno] 2024-10-23 14:42:02.973 | # The ini routines simply append a config item immediately 2024-10-23 14:42:02.973 | # after the section header. To keep the same order as defined 2024-10-23 14:42:02.973 | # in local.conf, invoke the ini routines in the reverse order 2024-10-23 14:42:02.973 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-23 14:42:02.973 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-23 14:42:02.973 | if (cfg_attr_count[section, attr] == 1) 2024-10-23 14:42:02.973 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-23 14:42:02.973 | else { 2024-10-23 14:42:02.973 | # For multiline, invoke the ini routines in the reverse order 2024-10-23 14:42:02.973 | count = cfg_attr_count[section, attr] 2024-10-23 14:42:02.973 | print "inidelete " configfile " " section " " attr 2024-10-23 14:42:02.973 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-23 14:42:02.973 | for (l = count -2; l >= 0; l--) 2024-10-23 14:42:02.973 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-23 14:42:02.973 | } 2024-10-23 14:42:02.973 | } 2024-10-23 14:42:02.973 | } 2024-10-23 14:42:02.973 | } 2024-10-23 14:42:02.973 | ' 2024-10-23 14:42:02.975 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:42:02.975 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-23 14:42:02.977 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-23 14:42:02.979 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-10-23 14:42:02.981 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:42:02.983 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-10-23 14:42:02.986 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-10-23 14:42:02.986 | BEGIN { group = "" } 2024-10-23 14:42:02.986 | /^\[\[.+\|.*\]\]/ { 2024-10-23 14:42:02.986 | gsub("[][]", "", $1); 2024-10-23 14:42:02.986 | split($1, a, "|"); 2024-10-23 14:42:02.986 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-23 14:42:02.986 | group=a[1] 2024-10-23 14:42:02.986 | } else { 2024-10-23 14:42:02.986 | group="" 2024-10-23 14:42:02.986 | } 2024-10-23 14:42:02.986 | next 2024-10-23 14:42:02.986 | } 2024-10-23 14:42:02.986 | { 2024-10-23 14:42:02.986 | if (group != "") 2024-10-23 14:42:02.986 | print $0 2024-10-23 14:42:02.986 | } 2024-10-23 14:42:02.986 | ' /opt/stack/devstack/local.conf 2024-10-23 14:42:02.990 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-10-23 14:42:02.993 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-10-23 14:42:03.003 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:42:03.017 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.019 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-23 14:42:03.021 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-23 14:42:03.022 | [43743 Async configure_neutron_nova:43743]: finished successfully 2024-10-23 14:42:03.024 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-23 14:42:03.026 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-10-23 14:42:03.029 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-10-23 14:42:03.032 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-10-23 14:42:03.034 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-10-23 14:42:03.037 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-10-23 14:42:03.040 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-10-23 14:42:03.042 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-10-23 14:42:03.044 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-10-23 14:42:03.046 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:42:03.048 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-23 14:42:03.050 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-10-23 14:42:03.052 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-23 14:42:03.055 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-10-23 14:42:03.057 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-10-23 14:42:03.059 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-10-23 14:42:03.061 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-10-23 14:42:03.064 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-10-23 14:42:03.065 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-10-23 14:42:03.065 | BEGIN { 2024-10-23 14:42:03.065 | section = "" 2024-10-23 14:42:03.065 | last_section = "" 2024-10-23 14:42:03.065 | section_count = 0 2024-10-23 14:42:03.065 | } 2024-10-23 14:42:03.065 | /^\[.+\]/ { 2024-10-23 14:42:03.065 | gsub("[][]", "", $1); 2024-10-23 14:42:03.065 | section=$1 2024-10-23 14:42:03.065 | next 2024-10-23 14:42:03.065 | } 2024-10-23 14:42:03.065 | /^ *\#/ { 2024-10-23 14:42:03.065 | next 2024-10-23 14:42:03.065 | } 2024-10-23 14:42:03.065 | /^[^ \t]+/ { 2024-10-23 14:42:03.065 | # get offset of first = in $0 2024-10-23 14:42:03.065 | eq_idx = index($0, "=") 2024-10-23 14:42:03.065 | # extract attr & value from $0 2024-10-23 14:42:03.065 | attr = substr($0, 1, eq_idx - 1) 2024-10-23 14:42:03.065 | value = substr($0, eq_idx + 1) 2024-10-23 14:42:03.065 | # only need to strip trailing whitespace from attr 2024-10-23 14:42:03.065 | sub(/[ \t]*$/, "", attr) 2024-10-23 14:42:03.065 | # need to strip leading & trailing whitespace from value 2024-10-23 14:42:03.065 | sub(/^[ \t]*/, "", value) 2024-10-23 14:42:03.065 | sub(/[ \t]*$/, "", value) 2024-10-23 14:42:03.065 | 2024-10-23 14:42:03.065 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-23 14:42:03.065 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-23 14:42:03.066 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-23 14:42:03.066 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-23 14:42:03.066 | if (! (section, attr) in cfg_attr_count) { 2024-10-23 14:42:03.066 | if (section != last_section) { 2024-10-23 14:42:03.066 | cfg_section[section_count++] = section 2024-10-23 14:42:03.066 | last_section = section 2024-10-23 14:42:03.066 | } 2024-10-23 14:42:03.066 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-23 14:42:03.066 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-23 14:42:03.066 | 2024-10-23 14:42:03.066 | cfg_attr[section, attr, 0] = value 2024-10-23 14:42:03.066 | cfg_attr_count[section, attr] = 1 2024-10-23 14:42:03.066 | } else { 2024-10-23 14:42:03.066 | lno = cfg_attr_count[section, attr]++ 2024-10-23 14:42:03.066 | cfg_attr[section, attr, lno] = value 2024-10-23 14:42:03.066 | } 2024-10-23 14:42:03.066 | } 2024-10-23 14:42:03.066 | END { 2024-10-23 14:42:03.066 | # Process each section in order 2024-10-23 14:42:03.066 | for (sno = 0; sno < section_count; sno++) { 2024-10-23 14:42:03.066 | section = cfg_section[sno] 2024-10-23 14:42:03.066 | # The ini routines simply append a config item immediately 2024-10-23 14:42:03.066 | # after the section header. To keep the same order as defined 2024-10-23 14:42:03.066 | # in local.conf, invoke the ini routines in the reverse order 2024-10-23 14:42:03.066 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-23 14:42:03.066 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-23 14:42:03.066 | if (cfg_attr_count[section, attr] == 1) 2024-10-23 14:42:03.066 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-23 14:42:03.066 | else { 2024-10-23 14:42:03.066 | # For multiline, invoke the ini routines in the reverse order 2024-10-23 14:42:03.066 | count = cfg_attr_count[section, attr] 2024-10-23 14:42:03.066 | print "inidelete " configfile " " section " " attr 2024-10-23 14:42:03.066 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-23 14:42:03.066 | for (l = count -2; l >= 0; l--) 2024-10-23 14:42:03.066 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-23 14:42:03.066 | } 2024-10-23 14:42:03.066 | } 2024-10-23 14:42:03.066 | } 2024-10-23 14:42:03.066 | } 2024-10-23 14:42:03.066 | ' 2024-10-23 14:42:03.066 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.066 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:42:03.067 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-23 14:42:03.068 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-23 14:42:03.070 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-10-23 14:42:03.072 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:42:03.074 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-10-23 14:42:03.076 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-10-23 14:42:03.076 | BEGIN { group = "" } 2024-10-23 14:42:03.076 | /^\[\[.+\|.*\]\]/ { 2024-10-23 14:42:03.076 | gsub("[][]", "", $1); 2024-10-23 14:42:03.076 | split($1, a, "|"); 2024-10-23 14:42:03.076 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-23 14:42:03.076 | group=a[1] 2024-10-23 14:42:03.076 | } else { 2024-10-23 14:42:03.076 | group="" 2024-10-23 14:42:03.076 | } 2024-10-23 14:42:03.076 | next 2024-10-23 14:42:03.076 | } 2024-10-23 14:42:03.076 | { 2024-10-23 14:42:03.076 | if (group != "") 2024-10-23 14:42:03.076 | print $0 2024-10-23 14:42:03.076 | } 2024-10-23 14:42:03.076 | ' /opt/stack/devstack/local.conf 2024-10-23 14:42:03.081 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-10-23 14:42:03.083 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-10-23 14:42:03.107 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.108 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-10-23 14:42:03.110 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-10-23 14:42:03.134 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.137 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-23 14:42:03.139 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-23 14:42:03.142 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-23 14:42:03.145 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-10-23 14:42:03.146 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:42:03.149 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:42:03.151 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-10-23 14:42:03.153 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:42:03.157 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-10-23 14:42:03.159 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-10-23 14:42:03.161 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-10-23 14:42:03.163 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:42:03.165 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-23 14:42:03.166 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-10-23 14:42:03.168 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-23 14:42:03.171 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-10-23 14:42:03.173 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:42:03.176 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-23 14:42:03.178 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-10-23 14:42:03.180 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-10-23 14:42:03.181 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-10-23 14:42:03.181 | BEGIN { 2024-10-23 14:42:03.181 | section = "" 2024-10-23 14:42:03.181 | last_section = "" 2024-10-23 14:42:03.181 | section_count = 0 2024-10-23 14:42:03.181 | } 2024-10-23 14:42:03.181 | /^\[.+\]/ { 2024-10-23 14:42:03.181 | gsub("[][]", "", $1); 2024-10-23 14:42:03.181 | section=$1 2024-10-23 14:42:03.181 | next 2024-10-23 14:42:03.181 | } 2024-10-23 14:42:03.181 | /^ *\#/ { 2024-10-23 14:42:03.181 | next 2024-10-23 14:42:03.181 | } 2024-10-23 14:42:03.181 | /^[^ \t]+/ { 2024-10-23 14:42:03.181 | # get offset of first = in $0 2024-10-23 14:42:03.181 | eq_idx = index($0, "=") 2024-10-23 14:42:03.181 | # extract attr & value from $0 2024-10-23 14:42:03.181 | attr = substr($0, 1, eq_idx - 1) 2024-10-23 14:42:03.181 | value = substr($0, eq_idx + 1) 2024-10-23 14:42:03.181 | # only need to strip trailing whitespace from attr 2024-10-23 14:42:03.181 | sub(/[ \t]*$/, "", attr) 2024-10-23 14:42:03.181 | # need to strip leading & trailing whitespace from value 2024-10-23 14:42:03.181 | sub(/^[ \t]*/, "", value) 2024-10-23 14:42:03.181 | sub(/[ \t]*$/, "", value) 2024-10-23 14:42:03.181 | 2024-10-23 14:42:03.181 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-23 14:42:03.181 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-23 14:42:03.181 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-23 14:42:03.181 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-23 14:42:03.181 | if (! (section, attr) in cfg_attr_count) { 2024-10-23 14:42:03.181 | if (section != last_section) { 2024-10-23 14:42:03.181 | cfg_section[section_count++] = section 2024-10-23 14:42:03.181 | last_section = section 2024-10-23 14:42:03.181 | } 2024-10-23 14:42:03.181 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-23 14:42:03.181 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-23 14:42:03.181 | 2024-10-23 14:42:03.181 | cfg_attr[section, attr, 0] = value 2024-10-23 14:42:03.181 | cfg_attr_count[section, attr] = 1 2024-10-23 14:42:03.181 | } else { 2024-10-23 14:42:03.181 | lno = cfg_attr_count[section, attr]++ 2024-10-23 14:42:03.181 | cfg_attr[section, attr, lno] = value 2024-10-23 14:42:03.181 | } 2024-10-23 14:42:03.181 | } 2024-10-23 14:42:03.181 | END { 2024-10-23 14:42:03.181 | # Process each section in order 2024-10-23 14:42:03.182 | for (sno = 0; sno < section_count; sno++) { 2024-10-23 14:42:03.182 | section = cfg_section[sno] 2024-10-23 14:42:03.182 | # The ini routines simply append a config item immediately 2024-10-23 14:42:03.182 | # after the section header. To keep the same order as defined 2024-10-23 14:42:03.182 | # in local.conf, invoke the ini routines in the reverse order 2024-10-23 14:42:03.182 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-23 14:42:03.182 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-23 14:42:03.182 | if (cfg_attr_count[section, attr] == 1) 2024-10-23 14:42:03.182 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-23 14:42:03.182 | else { 2024-10-23 14:42:03.182 | # For multiline, invoke the ini routines in the reverse order 2024-10-23 14:42:03.182 | count = cfg_attr_count[section, attr] 2024-10-23 14:42:03.182 | print "inidelete " configfile " " section " " attr 2024-10-23 14:42:03.182 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-23 14:42:03.182 | for (l = count -2; l >= 0; l--) 2024-10-23 14:42:03.182 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-23 14:42:03.182 | } 2024-10-23 14:42:03.182 | } 2024-10-23 14:42:03.182 | } 2024-10-23 14:42:03.182 | } 2024-10-23 14:42:03.182 | ' 2024-10-23 14:42:03.182 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.183 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:42:03.183 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-23 14:42:03.185 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-23 14:42:03.187 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-10-23 14:42:03.189 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:42:03.191 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-10-23 14:42:03.193 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-10-23 14:42:03.193 | BEGIN { group = "" } 2024-10-23 14:42:03.193 | /^\[\[.+\|.*\]\]/ { 2024-10-23 14:42:03.193 | gsub("[][]", "", $1); 2024-10-23 14:42:03.193 | split($1, a, "|"); 2024-10-23 14:42:03.193 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-23 14:42:03.193 | group=a[1] 2024-10-23 14:42:03.193 | } else { 2024-10-23 14:42:03.193 | group="" 2024-10-23 14:42:03.193 | } 2024-10-23 14:42:03.193 | next 2024-10-23 14:42:03.193 | } 2024-10-23 14:42:03.193 | { 2024-10-23 14:42:03.193 | if (group != "") 2024-10-23 14:42:03.193 | print $0 2024-10-23 14:42:03.193 | } 2024-10-23 14:42:03.193 | ' /opt/stack/devstack/local.conf 2024-10-23 14:42:03.197 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-10-23 14:42:03.199 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-10-23 14:42:03.223 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.225 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-10-23 14:42:03.227 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-10-23 14:42:03.252 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.254 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-10-23 14:42:03.256 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-10-23 14:42:03.282 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.284 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-10-23 14:42:03.286 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-10-23 14:42:03.312 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.314 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-10-23 14:42:03.316 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-10-23 14:42:03.340 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.342 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-10-23 14:42:03.344 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-10-23 14:42:03.368 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.370 | + 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"' 2024-10-23 14:42:03.372 | ++ 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 2024-10-23 14:42:03.397 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.399 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-10-23 14:42:03.401 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-10-23 14:42:03.426 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.428 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-10-23 14:42:03.430 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-10-23 14:42:03.455 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.457 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-23 14:42:03.459 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-23 14:42:03.461 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-23 14:42:03.464 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-10-23 14:42:03.466 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-10-23 14:42:03.469 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-10-23 14:42:03.471 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-10-23 14:42:03.474 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-10-23 14:42:03.477 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-10-23 14:42:03.479 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-10-23 14:42:03.481 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-10-23 14:42:03.483 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:42:03.485 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-23 14:42:03.487 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-10-23 14:42:03.489 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-23 14:42:03.492 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-10-23 14:42:03.494 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-10-23 14:42:03.496 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-10-23 14:42:03.498 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-10-23 14:42:03.501 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-10-23 14:42:03.502 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.502 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-10-23 14:42:03.502 | BEGIN { 2024-10-23 14:42:03.502 | section = "" 2024-10-23 14:42:03.502 | last_section = "" 2024-10-23 14:42:03.502 | section_count = 0 2024-10-23 14:42:03.502 | } 2024-10-23 14:42:03.502 | /^\[.+\]/ { 2024-10-23 14:42:03.502 | gsub("[][]", "", $1); 2024-10-23 14:42:03.502 | section=$1 2024-10-23 14:42:03.502 | next 2024-10-23 14:42:03.502 | } 2024-10-23 14:42:03.502 | /^ *\#/ { 2024-10-23 14:42:03.502 | next 2024-10-23 14:42:03.502 | } 2024-10-23 14:42:03.502 | /^[^ \t]+/ { 2024-10-23 14:42:03.502 | # get offset of first = in $0 2024-10-23 14:42:03.502 | eq_idx = index($0, "=") 2024-10-23 14:42:03.502 | # extract attr & value from $0 2024-10-23 14:42:03.502 | attr = substr($0, 1, eq_idx - 1) 2024-10-23 14:42:03.502 | value = substr($0, eq_idx + 1) 2024-10-23 14:42:03.502 | # only need to strip trailing whitespace from attr 2024-10-23 14:42:03.502 | sub(/[ \t]*$/, "", attr) 2024-10-23 14:42:03.502 | # need to strip leading & trailing whitespace from value 2024-10-23 14:42:03.502 | sub(/^[ \t]*/, "", value) 2024-10-23 14:42:03.502 | sub(/[ \t]*$/, "", value) 2024-10-23 14:42:03.502 | 2024-10-23 14:42:03.502 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-23 14:42:03.502 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-23 14:42:03.502 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-23 14:42:03.502 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-23 14:42:03.502 | if (! (section, attr) in cfg_attr_count) { 2024-10-23 14:42:03.502 | if (section != last_section) { 2024-10-23 14:42:03.502 | cfg_section[section_count++] = section 2024-10-23 14:42:03.502 | last_section = section 2024-10-23 14:42:03.502 | } 2024-10-23 14:42:03.502 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-23 14:42:03.502 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-23 14:42:03.502 | 2024-10-23 14:42:03.502 | cfg_attr[section, attr, 0] = value 2024-10-23 14:42:03.502 | cfg_attr_count[section, attr] = 1 2024-10-23 14:42:03.502 | } else { 2024-10-23 14:42:03.502 | lno = cfg_attr_count[section, attr]++ 2024-10-23 14:42:03.502 | cfg_attr[section, attr, lno] = value 2024-10-23 14:42:03.502 | } 2024-10-23 14:42:03.502 | } 2024-10-23 14:42:03.502 | END { 2024-10-23 14:42:03.502 | # Process each section in order 2024-10-23 14:42:03.502 | for (sno = 0; sno < section_count; sno++) { 2024-10-23 14:42:03.502 | section = cfg_section[sno] 2024-10-23 14:42:03.502 | # The ini routines simply append a config item immediately 2024-10-23 14:42:03.502 | # after the section header. To keep the same order as defined 2024-10-23 14:42:03.502 | # in local.conf, invoke the ini routines in the reverse order 2024-10-23 14:42:03.502 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-23 14:42:03.502 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-23 14:42:03.502 | if (cfg_attr_count[section, attr] == 1) 2024-10-23 14:42:03.502 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-23 14:42:03.502 | else { 2024-10-23 14:42:03.502 | # For multiline, invoke the ini routines in the reverse order 2024-10-23 14:42:03.502 | count = cfg_attr_count[section, attr] 2024-10-23 14:42:03.502 | print "inidelete " configfile " " section " " attr 2024-10-23 14:42:03.502 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-23 14:42:03.502 | for (l = count -2; l >= 0; l--) 2024-10-23 14:42:03.502 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-23 14:42:03.502 | } 2024-10-23 14:42:03.502 | } 2024-10-23 14:42:03.502 | } 2024-10-23 14:42:03.502 | } 2024-10-23 14:42:03.502 | ' 2024-10-23 14:42:03.503 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:42:03.504 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-23 14:42:03.505 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-23 14:42:03.507 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-10-23 14:42:03.509 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:42:03.511 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-10-23 14:42:03.513 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-10-23 14:42:03.513 | BEGIN { group = "" } 2024-10-23 14:42:03.513 | /^\[\[.+\|.*\]\]/ { 2024-10-23 14:42:03.513 | gsub("[][]", "", $1); 2024-10-23 14:42:03.513 | split($1, a, "|"); 2024-10-23 14:42:03.513 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-23 14:42:03.513 | group=a[1] 2024-10-23 14:42:03.513 | } else { 2024-10-23 14:42:03.513 | group="" 2024-10-23 14:42:03.513 | } 2024-10-23 14:42:03.513 | next 2024-10-23 14:42:03.513 | } 2024-10-23 14:42:03.513 | { 2024-10-23 14:42:03.513 | if (group != "") 2024-10-23 14:42:03.513 | print $0 2024-10-23 14:42:03.513 | } 2024-10-23 14:42:03.513 | ' /opt/stack/devstack/local.conf 2024-10-23 14:42:03.518 | + 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"' 2024-10-23 14:42:03.520 | ++ 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' 2024-10-23 14:42:03.543 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.545 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-10-23 14:42:03.547 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-10-23 14:42:03.572 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.574 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-10-23 14:42:03.576 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-10-23 14:42:03.599 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:03.602 | + stack.sh:main:1255 : is_service_enabled swift 2024-10-23 14:42:03.616 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:03.618 | + stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-10-23 14:42:03.620 | + stack.sh:main:1264 : is_service_enabled cinder 2024-10-23 14:42:03.634 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:03.636 | + stack.sh:main:1265 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-10-23 14:42:03.662 | + stack.sh:main:1268 : async_wait configure_neutron_nova 2024-10-23 14:42:03.697 | [3657 Async configure_neutron_nova:43743]: Waiting for completion of configure_neutron_nova running on PID 43743 (2 other jobs running) 2024-10-23 14:42:03.714 | [3657 Async configure_neutron_nova:43743]: Signaling child to exit 2024-10-23 14:42:03.714 | WAKEUP 2024-10-23 14:42:03.730 | [3657 Async configure_neutron_nova:43743]: Signaled 2024-10-23 14:42:03.731 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-10-23 14:42:03.731 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-10-23 14:42:03.731 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-10-23 14:42:03.731 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-10-23 14:42:03.731 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-10-23 14:42:03.731 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-10-23 14:42:03.762 | [3657 Async configure_neutron_nova:43743]: finished configure_neutron_nova with result 0 in 0 seconds 2024-10-23 14:42:03.765 | + inc/async:async_wait:197 : return 0 2024-10-23 14:42:03.767 | + stack.sh:main:1274 : is_service_enabled nova 2024-10-23 14:42:03.781 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:03.783 | + stack.sh:main:1275 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-10-23 14:42:03.808 | + stack.sh:main:1276 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-10-23 14:42:03.834 | + stack.sh:main:1280 : is_service_enabled n-api 2024-10-23 14:42:03.847 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:03.849 | + stack.sh:main:1281 : echo_summary 'Starting Nova API' 2024-10-23 14:42:03.851 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:42:03.854 | + stack.sh:echo_summary:455 : echo -e Starting Nova API 2024-10-23 14:42:03.856 | + stack.sh:main:1282 : start_nova_api 2024-10-23 14:42:03.859 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-10-23 14:42:03.861 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-10-23 14:42:03.863 | + lib/nova:start_nova_api:972 : local nova_url 2024-10-23 14:42:03.865 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-10-23 14:42:03.878 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:03.880 | + lib/nova:start_nova_api:979 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:03.882 | + lib/nova:start_nova_api:980 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:03.884 | + lib/nova:start_nova_api:980 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:03.886 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-10-23 14:42:03.889 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-10-23 14:42:03.892 | + lib/nova:start_nova_api:990 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-23 14:42:03.894 | + functions-common:run_process:1689 : local service=n-api 2024-10-23 14:42:03.896 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-23 14:42:03.898 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:03.900 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:03.902 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:03.904 | + functions-common:run_process:1695 : local name=n-api 2024-10-23 14:42:03.906 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:03.909 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:03.911 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:03.913 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:03.916 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:03.919 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694523916 2024-10-23 14:42:03.921 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-10-23 14:42:03.933 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:03.935 | + functions-common:run_process:1699 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2024-10-23 14:42:03.938 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-10-23 14:42:03.940 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-23 14:42:03.942 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-23 14:42:03.944 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-23 14:42:03.946 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-23 14:42:03.948 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-10-23 14:42:03.950 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-10-23 14:42:03.952 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-10-23 14:42:03.954 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:03.956 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:03.958 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:03.960 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:42:03.962 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-10-23 14:42:03.964 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' stack '' 2024-10-23 14:42:03.966 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-10-23 14:42:03.968 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-23 14:42:03.969 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-23 14:42:03.971 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-23 14:42:03.973 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-23 14:42:03.975 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-10-23 14:42:03.977 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-23 14:42:03.980 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2024-10-23 14:42:04.028 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-10-23 14:42:04.075 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-10-23 14:42:04.115 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-23 14:42:04.156 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:04.196 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-10-23 14:42:04.236 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-10-23 14:42:04.277 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-10-23 14:42:04.317 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-10-23 14:42:04.362 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-10-23 14:42:04.403 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-23 14:42:04.405 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-23 14:42:04.407 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-10-23 14:42:04.457 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-23 14:42:04.681 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-10-23 14:42:04.690 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-10-23 14:42:04.911 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-10-23 14:42:04.959 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:04.961 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:04.963 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:04.965 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:04.967 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:04.969 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:04.971 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:04.973 | + functions-common:time_stop:2442 : start_time=1729694523916 2024-10-23 14:42:04.975 | + functions-common:time_stop:2444 : [[ -z 1729694523916 ]] 2024-10-23 14:42:04.978 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:04.981 | + functions-common:time_stop:2447 : end_time=1729694524979 2024-10-23 14:42:04.984 | + functions-common:time_stop:2448 : elapsed_time=1063 2024-10-23 14:42:04.986 | + functions-common:time_stop:2449 : total=1209 2024-10-23 14:42:04.988 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:04.990 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2272 2024-10-23 14:42:04.992 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-10-23 14:42:04.994 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-10-23 14:42:04.994 | Waiting for nova-api to start... 2024-10-23 14:42:04.996 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-10-23 14:42:04.998 | + functions:wait_for_service:468 : local timeout=60 2024-10-23 14:42:05.000 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-10-23 14:42:05.002 | + functions:wait_for_service:470 : local rval=0 2024-10-23 14:42:05.005 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-23 14:42:05.007 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-23 14:42:05.009 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:05.011 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:05.014 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:05.017 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694525015 2024-10-23 14:42:05.019 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-23 14:42:05.023 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-10-23 14:42:07.700 | + :: : [[ 200 == 503 ]] 2024-10-23 14:42:07.701 | + :: : [[ 0 -eq 7 ]] 2024-10-23 14:42:07.703 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-23 14:42:07.705 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:07.707 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:07.709 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:07.711 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:07.714 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:07.716 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-23 14:42:07.717 | + functions-common:time_stop:2442 : start_time=1729694525015 2024-10-23 14:42:07.720 | + functions-common:time_stop:2444 : [[ -z 1729694525015 ]] 2024-10-23 14:42:07.722 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:07.726 | + functions-common:time_stop:2447 : end_time=1729694527724 2024-10-23 14:42:07.728 | + functions-common:time_stop:2448 : elapsed_time=2709 2024-10-23 14:42:07.730 | + functions-common:time_stop:2449 : total=2389 2024-10-23 14:42:07.732 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:07.734 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5098 2024-10-23 14:42:07.736 | + functions:wait_for_service:478 : return 0 2024-10-23 14:42:07.738 | + lib/nova:start_nova_api:999 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:07.740 | + lib/nova:start_nova_api:999 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:07.742 | + stack.sh:main:1285 : is_service_enabled ovn-controller ovn-controller-vtep 2024-10-23 14:42:07.756 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:07.758 | + stack.sh:main:1290 : is_service_enabled neutron-api 2024-10-23 14:42:07.771 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:07.774 | + stack.sh:main:1293 : is_service_enabled q-svc 2024-10-23 14:42:07.787 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:07.789 | + stack.sh:main:1294 : echo_summary 'Starting Neutron' 2024-10-23 14:42:07.791 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:42:07.794 | + stack.sh:echo_summary:455 : echo -e Starting Neutron 2024-10-23 14:42:07.796 | + stack.sh:main:1295 : configure_neutron_after_post_config 2024-10-23 14:42:07.798 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-10-23 14:42:07.800 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-10-23 14:42:07.825 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-10-23 14:42:07.827 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-10-23 14:42:07.830 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-10-23 14:42:07.832 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-10-23 14:42:07.857 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-10-23 14:42:07.882 | + stack.sh:main:1296 : start_neutron_service_and_check 2024-10-23 14:42:07.885 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-10-23 14:42:07.887 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-10-23 14:42:07.889 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-10-23 14:42:07.891 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-10-23 14:42:07.894 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-10-23 14:42:07.896 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-10-23 14:42:07.898 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-10-23 14:42:07.901 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-10-23 14:42:07.903 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-10-23 14:42:07.905 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-10-23 14:42:07.907 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-10-23 14:42:07.909 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:07.911 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:07.914 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:07.916 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-10-23 14:42:07.918 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:07.921 | + lib/neutron:start_neutron_service_and_check:588 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:07.923 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-10-23 14:42:07.936 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:07.939 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-10-23 14:42:07.941 | + lib/neutron:start_neutron_service_and_check:602 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:07.943 | + functions-common:run_process:1689 : local service=q-svc 2024-10-23 14:42:07.945 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:07.947 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:07.949 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:07.952 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:07.954 | + functions-common:run_process:1695 : local name=q-svc 2024-10-23 14:42:07.956 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:07.958 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:07.960 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:07.962 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:07.965 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:07.968 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694527966 2024-10-23 14:42:07.970 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-10-23 14:42:07.983 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:07.985 | + functions-common:run_process:1699 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-10-23 14:42:07.988 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-10-23 14:42:07.990 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:07.992 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:07.994 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:07.996 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:07.998 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-10-23 14:42:08.000 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-10-23 14:42:08.002 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-10-23 14:42:08.004 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:08.006 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:08.008 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:08.010 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:42:08.012 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-10-23 14:42:08.014 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-10-23 14:42:08.016 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-10-23 14:42:08.018 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:08.020 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-23 14:42:08.022 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-23 14:42:08.024 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-23 14:42:08.026 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-23 14:42:08.028 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-23 14:42:08.029 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-10-23 14:42:08.031 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-23 14:42:08.034 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-10-23 14:42:08.082 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-10-23 14:42:08.129 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:08.170 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-10-23 14:42:08.211 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-10-23 14:42:08.251 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:08.291 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-23 14:42:08.293 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-23 14:42:08.295 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-10-23 14:42:08.342 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-23 14:42:08.568 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-10-23 14:42:08.577 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-10-23 14:42:08.809 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-10-23 14:42:08.845 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:08.847 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:08.849 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:08.851 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:08.853 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:08.855 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:08.857 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:08.859 | + functions-common:time_stop:2442 : start_time=1729694527966 2024-10-23 14:42:08.861 | + functions-common:time_stop:2444 : [[ -z 1729694527966 ]] 2024-10-23 14:42:08.863 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:08.867 | + functions-common:time_stop:2447 : end_time=1729694528865 2024-10-23 14:42:08.869 | + functions-common:time_stop:2448 : elapsed_time=899 2024-10-23 14:42:08.871 | + functions-common:time_stop:2449 : total=2272 2024-10-23 14:42:08.873 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:08.875 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3171 2024-10-23 14:42:08.877 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-10-23 14:42:08.879 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-10-23 14:42:08.894 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:08.896 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-10-23 14:42:08.898 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-10-23 14:42:08.900 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-10-23 14:42:08.900 | Waiting for Neutron to start... 2024-10-23 14:42:08.902 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-10-23 14:42:08.904 | + lib/neutron:start_neutron_service_and_check:615 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2024-10-23 14:42:08.906 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-10-23 14:42:08.908 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-10-23 14:42:08.910 | + functions-common:test_with_retry:2375 : local until=60 2024-10-23 14:42:08.912 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-10-23 14:42:08.914 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-10-23 14:42:08.916 | + functions-common:time_start:2421 : local name=test_with_retry 2024-10-23 14:42:08.918 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:08.920 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:08.923 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:08.926 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694528924 2024-10-23 14:42:08.928 | + functions-common:test_with_retry:2379 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2024-10-23 14:42:11.965 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-10-23 14:42:11.968 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:11.970 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:11.973 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:11.975 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:11.977 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:11.979 | + functions-common:time_stop:2441 : name=test_with_retry 2024-10-23 14:42:11.981 | + functions-common:time_stop:2442 : start_time=1729694528924 2024-10-23 14:42:11.983 | + functions-common:time_stop:2444 : [[ -z 1729694528924 ]] 2024-10-23 14:42:11.987 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:11.990 | + functions-common:time_stop:2447 : end_time=1729694531988 2024-10-23 14:42:11.992 | + functions-common:time_stop:2448 : elapsed_time=3064 2024-10-23 14:42:11.994 | + functions-common:time_stop:2449 : total=0 2024-10-23 14:42:11.996 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:11.998 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3064 2024-10-23 14:42:12.000 | + stack.sh:main:1301 : is_service_enabled placement 2024-10-23 14:42:12.014 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:12.016 | + stack.sh:main:1302 : echo_summary 'Starting Placement' 2024-10-23 14:42:12.018 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:42:12.020 | + stack.sh:echo_summary:455 : echo -e Starting Placement 2024-10-23 14:42:12.022 | + stack.sh:main:1303 : start_placement 2024-10-23 14:42:12.024 | + lib/placement:start_placement:173 : start_placement_api 2024-10-23 14:42:12.026 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-10-23 14:42:12.029 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-10-23 14:42:12.032 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-23 14:42:12.034 | + functions-common:run_process:1689 : local service=placement-api 2024-10-23 14:42:12.036 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-23 14:42:12.038 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:12.040 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:12.042 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:12.044 | + functions-common:run_process:1695 : local name=placement-api 2024-10-23 14:42:12.046 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:12.048 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:12.050 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:12.053 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:12.055 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:12.058 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694532056 2024-10-23 14:42:12.061 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-10-23 14:42:12.074 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:12.076 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-10-23 14:42:12.078 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-10-23 14:42:12.080 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-23 14:42:12.082 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-23 14:42:12.084 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-23 14:42:12.086 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-23 14:42:12.088 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-10-23 14:42:12.090 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-10-23 14:42:12.092 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-10-23 14:42:12.094 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:12.096 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:12.098 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:12.100 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:42:12.102 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-10-23 14:42:12.104 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' stack '' 2024-10-23 14:42:12.106 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-10-23 14:42:12.108 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-23 14:42:12.110 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-23 14:42:12.112 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-23 14:42:12.114 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-23 14:42:12.116 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-10-23 14:42:12.118 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-23 14:42:12.121 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2024-10-23 14:42:12.169 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-10-23 14:42:12.217 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-10-23 14:42:12.258 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-23 14:42:12.299 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:12.339 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-10-23 14:42:12.380 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-10-23 14:42:12.422 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-10-23 14:42:12.463 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-10-23 14:42:12.503 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-10-23 14:42:12.543 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-23 14:42:12.545 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-23 14:42:12.547 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-10-23 14:42:12.596 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-23 14:42:12.836 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-10-23 14:42:12.845 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-10-23 14:42:13.066 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-10-23 14:42:13.123 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:13.125 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:13.127 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:13.129 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:13.131 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:13.133 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:13.135 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:13.137 | + functions-common:time_stop:2442 : start_time=1729694532056 2024-10-23 14:42:13.139 | + functions-common:time_stop:2444 : [[ -z 1729694532056 ]] 2024-10-23 14:42:13.141 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:13.145 | + functions-common:time_stop:2447 : end_time=1729694533143 2024-10-23 14:42:13.147 | + functions-common:time_stop:2448 : elapsed_time=1087 2024-10-23 14:42:13.149 | + functions-common:time_stop:2449 : total=3171 2024-10-23 14:42:13.151 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:13.153 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4258 2024-10-23 14:42:13.155 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-10-23 14:42:13.155 | Waiting for placement-api to start... 2024-10-23 14:42:13.157 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-10-23 14:42:13.159 | + functions:wait_for_service:468 : local timeout=60 2024-10-23 14:42:13.161 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-10-23 14:42:13.163 | + functions:wait_for_service:470 : local rval=0 2024-10-23 14:42:13.165 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-23 14:42:13.167 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-23 14:42:13.169 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:13.171 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:13.175 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:13.178 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694533176 2024-10-23 14:42:13.180 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-23 14:42:13.183 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-10-23 14:42:14.405 | + :: : [[ 200 == 503 ]] 2024-10-23 14:42:14.406 | + :: : [[ 0 -eq 7 ]] 2024-10-23 14:42:14.408 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-23 14:42:14.411 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:14.413 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:14.415 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:14.417 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:14.419 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:14.421 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-23 14:42:14.423 | + functions-common:time_stop:2442 : start_time=1729694533176 2024-10-23 14:42:14.425 | + functions-common:time_stop:2444 : [[ -z 1729694533176 ]] 2024-10-23 14:42:14.428 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:14.432 | + functions-common:time_stop:2447 : end_time=1729694534430 2024-10-23 14:42:14.434 | + functions-common:time_stop:2448 : elapsed_time=1254 2024-10-23 14:42:14.436 | + functions-common:time_stop:2449 : total=5098 2024-10-23 14:42:14.438 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:14.440 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6352 2024-10-23 14:42:14.442 | + functions:wait_for_service:478 : return 0 2024-10-23 14:42:14.444 | + stack.sh:main:1306 : is_service_enabled neutron 2024-10-23 14:42:14.459 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:14.461 | + stack.sh:main:1307 : start_neutron 2024-10-23 14:42:14.463 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-10-23 14:42:14.465 | + lib/neutron:start_l2_agent:626 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:14.467 | + functions-common:run_process:1689 : local service=q-agt 2024-10-23 14:42:14.469 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:14.471 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:14.473 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:14.475 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:14.477 | + functions-common:run_process:1695 : local name=q-agt 2024-10-23 14:42:14.479 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:14.481 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:14.483 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:14.485 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:14.488 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:14.491 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694534489 2024-10-23 14:42:14.493 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-10-23 14:42:14.507 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:14.509 | + functions-common:run_process:1699 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-10-23 14:42:14.511 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-10-23 14:42:14.513 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:14.515 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:14.517 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:14.519 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:14.521 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-10-23 14:42:14.523 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-10-23 14:42:14.525 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-10-23 14:42:14.527 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:14.529 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:14.532 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:14.534 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:42:14.536 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-10-23 14:42:14.538 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-10-23 14:42:14.540 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-10-23 14:42:14.542 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:14.544 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-23 14:42:14.546 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-23 14:42:14.548 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-23 14:42:14.550 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-23 14:42:14.552 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-23 14:42:14.554 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-10-23 14:42:14.556 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-23 14:42:14.559 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-10-23 14:42:14.608 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-10-23 14:42:14.656 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-23 14:42:14.695 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-10-23 14:42:14.735 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-10-23 14:42:14.775 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:14.817 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-23 14:42:14.819 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-23 14:42:14.821 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-10-23 14:42:14.870 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-23 14:42:15.103 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-10-23 14:42:15.113 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-10-23 14:42:15.333 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-10-23 14:42:15.357 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:15.360 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:15.362 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:15.364 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:15.366 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:15.368 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:15.370 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:15.372 | + functions-common:time_stop:2442 : start_time=1729694534489 2024-10-23 14:42:15.374 | + functions-common:time_stop:2444 : [[ -z 1729694534489 ]] 2024-10-23 14:42:15.376 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:15.380 | + functions-common:time_stop:2447 : end_time=1729694535378 2024-10-23 14:42:15.383 | + functions-common:time_stop:2448 : elapsed_time=889 2024-10-23 14:42:15.385 | + functions-common:time_stop:2449 : total=4258 2024-10-23 14:42:15.387 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:15.389 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5147 2024-10-23 14:42:15.391 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-10-23 14:42:15.393 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-10-23 14:42:15.395 | + functions-common:is_provider_network:2287 : return 1 2024-10-23 14:42:15.397 | + lib/neutron:start_neutron:620 : start_other_agents 2024-10-23 14:42:15.399 | + lib/neutron:start_other_agents:644 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-23 14:42:15.401 | + functions-common:run_process:1689 : local service=q-dhcp 2024-10-23 14:42:15.403 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-23 14:42:15.405 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:15.407 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:15.409 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:15.411 | + functions-common:run_process:1695 : local name=q-dhcp 2024-10-23 14:42:15.413 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:15.415 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:15.417 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:15.419 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:15.423 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:15.426 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694535423 2024-10-23 14:42:15.428 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-10-23 14:42:15.442 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:15.444 | + functions-common:run_process:1699 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2024-10-23 14:42:15.446 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-10-23 14:42:15.448 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-23 14:42:15.450 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-23 14:42:15.452 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-23 14:42:15.454 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-23 14:42:15.456 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2024-10-23 14:42:15.458 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2024-10-23 14:42:15.460 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-10-23 14:42:15.462 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:15.464 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:15.466 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:15.468 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:42:15.470 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2024-10-23 14:42:15.472 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2024-10-23 14:42:15.474 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-10-23 14:42:15.476 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-23 14:42:15.478 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-23 14:42:15.480 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-23 14:42:15.482 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-23 14:42:15.484 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-23 14:42:15.486 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-23 14:42:15.488 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-10-23 14:42:15.490 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-23 14:42:15.493 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-10-23 14:42:15.543 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-10-23 14:42:15.591 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-23 14:42:15.634 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-10-23 14:42:15.675 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-10-23 14:42:15.717 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:15.761 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-23 14:42:15.763 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-23 14:42:15.765 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-10-23 14:42:15.818 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-23 14:42:16.052 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-10-23 14:42:16.062 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-10-23 14:42:16.285 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-10-23 14:42:16.308 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:16.311 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:16.313 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:16.315 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:16.317 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:16.319 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:16.321 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:16.323 | + functions-common:time_stop:2442 : start_time=1729694535423 2024-10-23 14:42:16.325 | + functions-common:time_stop:2444 : [[ -z 1729694535423 ]] 2024-10-23 14:42:16.328 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:16.331 | + functions-common:time_stop:2447 : end_time=1729694536329 2024-10-23 14:42:16.333 | + functions-common:time_stop:2448 : elapsed_time=906 2024-10-23 14:42:16.335 | + functions-common:time_stop:2449 : total=5147 2024-10-23 14:42:16.337 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:16.339 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6053 2024-10-23 14:42:16.342 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-10-23 14:42:16.344 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-10-23 14:42:16.346 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-10-23 14:42:16.348 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-10-23 14:42:16.351 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-23 14:42:16.353 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-23 14:42:16.355 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-23 14:42:16.357 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-10-23 14:42:16.359 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-23 14:42:16.362 | + lib/neutron:start_other_agents:646 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-23 14:42:16.364 | + functions-common:run_process:1689 : local service=q-l3 2024-10-23 14:42:16.366 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-23 14:42:16.367 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:16.370 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:16.371 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:16.373 | + functions-common:run_process:1695 : local name=q-l3 2024-10-23 14:42:16.375 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:16.377 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:16.379 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:16.381 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:16.384 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:16.388 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694536386 2024-10-23 14:42:16.390 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-10-23 14:42:16.404 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:16.406 | + functions-common:run_process:1699 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2024-10-23 14:42:16.408 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-10-23 14:42:16.410 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-23 14:42:16.412 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-23 14:42:16.414 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-23 14:42:16.416 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-23 14:42:16.418 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2024-10-23 14:42:16.420 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2024-10-23 14:42:16.422 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-10-23 14:42:16.424 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:16.426 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:16.428 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:16.430 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:42:16.432 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2024-10-23 14:42:16.434 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2024-10-23 14:42:16.436 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-10-23 14:42:16.438 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-23 14:42:16.440 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-23 14:42:16.442 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-23 14:42:16.444 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-23 14:42:16.446 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-23 14:42:16.448 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-23 14:42:16.450 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-10-23 14:42:16.452 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-23 14:42:16.455 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-10-23 14:42:16.505 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-10-23 14:42:16.557 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-23 14:42:16.601 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-10-23 14:42:16.642 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-10-23 14:42:16.686 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:16.731 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-23 14:42:16.733 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-23 14:42:16.735 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-10-23 14:42:16.788 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-23 14:42:17.021 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-10-23 14:42:17.030 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-10-23 14:42:17.259 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-10-23 14:42:17.285 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:17.288 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:17.290 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:17.292 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:17.294 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:17.296 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:17.298 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:17.300 | + functions-common:time_stop:2442 : start_time=1729694536386 2024-10-23 14:42:17.302 | + functions-common:time_stop:2444 : [[ -z 1729694536386 ]] 2024-10-23 14:42:17.305 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:17.308 | + functions-common:time_stop:2447 : end_time=1729694537306 2024-10-23 14:42:17.311 | + functions-common:time_stop:2448 : elapsed_time=920 2024-10-23 14:42:17.313 | + functions-common:time_stop:2449 : total=6053 2024-10-23 14:42:17.314 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:17.316 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6973 2024-10-23 14:42:17.318 | + lib/neutron:start_other_agents:648 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-23 14:42:17.321 | + functions-common:run_process:1689 : local service=q-meta 2024-10-23 14:42:17.323 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-23 14:42:17.325 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:17.327 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:17.329 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:17.331 | + functions-common:run_process:1695 : local name=q-meta 2024-10-23 14:42:17.332 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:17.335 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:17.337 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:17.338 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:17.342 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:17.345 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694537343 2024-10-23 14:42:17.347 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-10-23 14:42:17.361 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:17.363 | + functions-common:run_process:1699 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2024-10-23 14:42:17.365 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-10-23 14:42:17.367 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-23 14:42:17.369 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-23 14:42:17.371 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-23 14:42:17.373 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-23 14:42:17.375 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2024-10-23 14:42:17.377 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2024-10-23 14:42:17.379 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-10-23 14:42:17.381 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:17.383 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:17.385 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:17.387 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:42:17.389 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2024-10-23 14:42:17.391 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2024-10-23 14:42:17.393 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-10-23 14:42:17.395 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-23 14:42:17.397 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-23 14:42:17.399 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-23 14:42:17.401 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-23 14:42:17.403 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-23 14:42:17.405 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-23 14:42:17.407 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-10-23 14:42:17.409 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-23 14:42:17.412 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-10-23 14:42:17.463 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-10-23 14:42:17.515 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-23 14:42:17.558 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-10-23 14:42:17.600 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-10-23 14:42:17.642 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:17.686 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-23 14:42:17.689 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-23 14:42:17.691 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-10-23 14:42:17.743 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-23 14:42:17.977 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-10-23 14:42:17.986 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-10-23 14:42:18.221 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-10-23 14:42:18.246 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:18.248 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:18.250 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:18.253 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:18.256 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:18.258 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:18.260 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:18.262 | + functions-common:time_stop:2442 : start_time=1729694537343 2024-10-23 14:42:18.264 | + functions-common:time_stop:2444 : [[ -z 1729694537343 ]] 2024-10-23 14:42:18.268 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:18.271 | + functions-common:time_stop:2447 : end_time=1729694538269 2024-10-23 14:42:18.273 | + functions-common:time_stop:2448 : elapsed_time=926 2024-10-23 14:42:18.275 | + functions-common:time_stop:2449 : total=6973 2024-10-23 14:42:18.278 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:18.280 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7899 2024-10-23 14:42:18.282 | + lib/neutron:start_other_agents:649 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-10-23 14:42:18.284 | + functions-common:run_process:1689 : local service=q-metering 2024-10-23 14:42:18.286 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-10-23 14:42:18.288 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:18.292 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:18.294 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:18.296 | + functions-common:run_process:1695 : local name=q-metering 2024-10-23 14:42:18.298 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:18.300 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:18.302 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:18.304 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:18.307 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:18.310 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694538308 2024-10-23 14:42:18.313 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-10-23 14:42:18.327 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:18.329 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:18.332 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:18.334 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:18.338 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:18.339 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:18.341 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:18.343 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:18.345 | + functions-common:time_stop:2442 : start_time=1729694538308 2024-10-23 14:42:18.347 | + functions-common:time_stop:2444 : [[ -z 1729694538308 ]] 2024-10-23 14:42:18.351 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:18.353 | + functions-common:time_stop:2447 : end_time=1729694538351 2024-10-23 14:42:18.356 | + functions-common:time_stop:2448 : elapsed_time=43 2024-10-23 14:42:18.358 | + functions-common:time_stop:2449 : total=7899 2024-10-23 14:42:18.360 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:18.362 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7942 2024-10-23 14:42:18.365 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-10-23 14:42:18.379 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:18.381 | + stack.sh:main:1310 : [[ True == \T\r\u\e ]] 2024-10-23 14:42:18.383 | + stack.sh:main:1311 : echo_summary 'Creating initial neutron network elements' 2024-10-23 14:42:18.385 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:42:18.387 | + stack.sh:echo_summary:455 : echo -e Creating initial neutron network elements 2024-10-23 14:42:18.389 | + stack.sh:main:1314 : type -p neutron_plugin_create_initial_networks 2024-10-23 14:42:18.391 | + stack.sh:main:1317 : create_neutron_initial_network 2024-10-23 14:42:18.393 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-10-23 14:42:18.396 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-10-23 14:42:18.398 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-10-23 14:42:18.401 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-23 14:42:19.920 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:42:19.923 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-23 14:42:19.923 | address-scope 2024-10-23 14:42:19.923 | router-admin-state-down-before-update 2024-10-23 14:42:19.923 | agent 2024-10-23 14:42:19.923 | agent-resources-synced 2024-10-23 14:42:19.923 | allowed-address-pairs 2024-10-23 14:42:19.923 | auto-allocated-topology 2024-10-23 14:42:19.923 | availability_zone 2024-10-23 14:42:19.923 | availability_zone_filter 2024-10-23 14:42:19.923 | default-subnetpools 2024-10-23 14:42:19.923 | dhcp_agent_scheduler 2024-10-23 14:42:19.923 | dvr 2024-10-23 14:42:19.924 | empty-string-filtering 2024-10-23 14:42:19.924 | external-net 2024-10-23 14:42:19.924 | extra_dhcp_opt 2024-10-23 14:42:19.924 | extraroute 2024-10-23 14:42:19.924 | extraroute-atomic 2024-10-23 14:42:19.924 | filter-validation 2024-10-23 14:42:19.924 | floating-ip-port-forwarding-detail 2024-10-23 14:42:19.924 | fip-port-details 2024-10-23 14:42:19.924 | flavors 2024-10-23 14:42:19.924 | floatingip-pools 2024-10-23 14:42:19.924 | ip-substring-filtering 2024-10-23 14:42:19.924 | router 2024-10-23 14:42:19.924 | ext-gw-mode 2024-10-23 14:42:19.924 | l3-ha 2024-10-23 14:42:19.924 | l3-flavors 2024-10-23 14:42:19.924 | l3-port-ip-change-not-allowed 2024-10-23 14:42:19.924 | l3_agent_scheduler 2024-10-23 14:42:19.924 | multi-provider 2024-10-23 14:42:19.924 | net-mtu 2024-10-23 14:42:19.924 | net-mtu-writable 2024-10-23 14:42:19.924 | network_availability_zone 2024-10-23 14:42:19.924 | network-ip-availability 2024-10-23 14:42:19.924 | pagination 2024-10-23 14:42:19.924 | port-device-profile 2024-10-23 14:42:19.924 | port-mac-override 2024-10-23 14:42:19.924 | port-mac-address-regenerate 2024-10-23 14:42:19.924 | port-numa-affinity-policy 2024-10-23 14:42:19.924 | binding 2024-10-23 14:42:19.924 | binding-extended 2024-10-23 14:42:19.924 | port-security 2024-10-23 14:42:19.924 | project-id 2024-10-23 14:42:19.924 | provider 2024-10-23 14:42:19.924 | quota-check-limit 2024-10-23 14:42:19.924 | quotas 2024-10-23 14:42:19.924 | quota_details 2024-10-23 14:42:19.924 | rbac-policies 2024-10-23 14:42:19.924 | rbac-address-group 2024-10-23 14:42:19.924 | rbac-address-scope 2024-10-23 14:42:19.924 | rbac-security-groups 2024-10-23 14:42:19.924 | rbac-subnetpool 2024-10-23 14:42:19.924 | revision-if-match 2024-10-23 14:42:19.924 | standard-attr-revisions 2024-10-23 14:42:19.924 | router_availability_zone 2024-10-23 14:42:19.924 | security-groups-normalized-cidr 2024-10-23 14:42:19.924 | port-security-groups-filtering 2024-10-23 14:42:19.924 | security-groups-remote-address-group 2024-10-23 14:42:19.924 | security-groups-shared-filtering 2024-10-23 14:42:19.924 | security-group 2024-10-23 14:42:19.924 | service-type 2024-10-23 14:42:19.924 | sorting 2024-10-23 14:42:19.924 | standard-attr-description 2024-10-23 14:42:19.924 | stateful-security-group 2024-10-23 14:42:19.924 | subnet_onboard 2024-10-23 14:42:19.924 | subnet-service-types 2024-10-23 14:42:19.924 | subnet_allocation 2024-10-23 14:42:19.924 | subnetpool-prefix-ops 2024-10-23 14:42:19.924 | standard-attr-tag 2024-10-23 14:42:19.924 | standard-attr-timestamp 2024-10-23 14:42:19.924 | nsxt-ops' 2024-10-23 14:42:19.925 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-23 14:42:19.925 | address-scope 2024-10-23 14:42:19.925 | router-admin-state-down-before-update 2024-10-23 14:42:19.925 | agent 2024-10-23 14:42:19.925 | agent-resources-synced 2024-10-23 14:42:19.925 | allowed-address-pairs 2024-10-23 14:42:19.925 | auto-allocated-topology 2024-10-23 14:42:19.925 | availability_zone 2024-10-23 14:42:19.925 | availability_zone_filter 2024-10-23 14:42:19.925 | default-subnetpools 2024-10-23 14:42:19.925 | dhcp_agent_scheduler 2024-10-23 14:42:19.925 | dvr 2024-10-23 14:42:19.925 | empty-string-filtering 2024-10-23 14:42:19.925 | external-net 2024-10-23 14:42:19.925 | extra_dhcp_opt 2024-10-23 14:42:19.925 | extraroute 2024-10-23 14:42:19.925 | extraroute-atomic 2024-10-23 14:42:19.925 | filter-validation 2024-10-23 14:42:19.925 | floating-ip-port-forwarding-detail 2024-10-23 14:42:19.925 | fip-port-details 2024-10-23 14:42:19.925 | flavors 2024-10-23 14:42:19.925 | floatingip-pools 2024-10-23 14:42:19.925 | ip-substring-filtering 2024-10-23 14:42:19.925 | router 2024-10-23 14:42:19.925 | ext-gw-mode 2024-10-23 14:42:19.925 | l3-ha 2024-10-23 14:42:19.925 | l3-flavors 2024-10-23 14:42:19.925 | l3-port-ip-change-not-allowed 2024-10-23 14:42:19.925 | l3_agent_scheduler 2024-10-23 14:42:19.925 | multi-provider 2024-10-23 14:42:19.925 | net-mtu 2024-10-23 14:42:19.925 | net-mtu-writable 2024-10-23 14:42:19.925 | network_availability_zone 2024-10-23 14:42:19.925 | network-ip-availability 2024-10-23 14:42:19.925 | pagination 2024-10-23 14:42:19.925 | port-device-profile 2024-10-23 14:42:19.925 | port-mac-override 2024-10-23 14:42:19.925 | port-mac-address-regenerate 2024-10-23 14:42:19.925 | port-numa-affinity-policy 2024-10-23 14:42:19.925 | binding 2024-10-23 14:42:19.925 | binding-extended 2024-10-23 14:42:19.925 | port-security 2024-10-23 14:42:19.925 | project-id 2024-10-23 14:42:19.925 | provider 2024-10-23 14:42:19.925 | quota-check-limit 2024-10-23 14:42:19.925 | quotas 2024-10-23 14:42:19.925 | quota_details 2024-10-23 14:42:19.925 | rbac-policies 2024-10-23 14:42:19.925 | rbac-address-group 2024-10-23 14:42:19.925 | rbac-address-scope 2024-10-23 14:42:19.925 | rbac-security-groups 2024-10-23 14:42:19.925 | rbac-subnetpool 2024-10-23 14:42:19.925 | revision-if-match 2024-10-23 14:42:19.925 | standard-attr-revisions 2024-10-23 14:42:19.925 | router_availability_zone 2024-10-23 14:42:19.925 | security-groups-normalized-cidr 2024-10-23 14:42:19.925 | port-security-groups-filtering 2024-10-23 14:42:19.925 | security-groups-remote-address-group 2024-10-23 14:42:19.925 | security-groups-shared-filtering 2024-10-23 14:42:19.925 | security-group 2024-10-23 14:42:19.925 | service-type 2024-10-23 14:42:19.925 | sorting 2024-10-23 14:42:19.925 | standard-attr-description 2024-10-23 14:42:19.925 | stateful-security-group 2024-10-23 14:42:19.926 | subnet_onboard 2024-10-23 14:42:19.926 | subnet-service-types 2024-10-23 14:42:19.926 | subnet_allocation 2024-10-23 14:42:19.926 | subnetpool-prefix-ops 2024-10-23 14:42:19.926 | standard-attr-tag 2024-10-23 14:42:19.926 | standard-attr-timestamp 2024-10-23 14:42:19.926 | nsxt-ops =~ auto-allocated-topology ]] 2024-10-23 14:42:19.927 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-23 14:42:19.929 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-10-23 14:42:19.931 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-10-23 14:42:19.934 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2024-10-23 14:42:21.327 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:42:21.330 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=5274426d-6e0c-483b-b3a4-91c22d1d9b18 2024-10-23 14:42:21.332 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-10-23 14:42:21.334 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-10-23 14:42:21.336 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-10-23 14:42:21.338 | + functions-common:is_provider_network:2287 : return 1 2024-10-23 14:42:21.341 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2024-10-23 14:42:22.835 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:42:22.838 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=bc06d9f6-27eb-4ce0-8c6e-d80ca7ccb624 2024-10-23 14:42:22.840 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2024-10-23 14:42:22.842 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-10-23 14:42:22.856 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-10-23 14:42:22.859 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-10-23 14:42:22.861 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 5274426d-6e0c-483b-b3a4-91c22d1d9b18 ']' 2024-10-23 14:42:22.863 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-10-23 14:42:22.865 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-10-23 14:42:22.867 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 5274426d-6e0c-483b-b3a4-91c22d1d9b18 ' 2024-10-23 14:42:22.869 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-10-23 14:42:22.871 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network bc06d9f6-27eb-4ce0-8c6e-d80ca7ccb624 private-subnet' 2024-10-23 14:42:22.873 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-10-23 14:42:22.875 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --subnet-pool 5274426d-6e0c-483b-b3a4-91c22d1d9b18 --network bc06d9f6-27eb-4ce0-8c6e-d80ca7ccb624 private-subnet -f value -c id 2024-10-23 14:42:24.398 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:42:24.401 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=815445ec-0e8b-4941-9e18-76e024c12a74 2024-10-23 14:42:24.403 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2024-10-23 14:42:24.405 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-10-23 14:42:24.419 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo 815445ec-0e8b-4941-9e18-76e024c12a74 2024-10-23 14:42:24.422 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=815445ec-0e8b-4941-9e18-76e024c12a74 2024-10-23 14:42:24.424 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-10-23 14:42:24.426 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-10-23 14:42:24.428 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-10-23 14:42:24.431 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-23 14:42:25.698 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:42:25.701 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-23 14:42:25.701 | address-scope 2024-10-23 14:42:25.701 | router-admin-state-down-before-update 2024-10-23 14:42:25.701 | agent 2024-10-23 14:42:25.701 | agent-resources-synced 2024-10-23 14:42:25.701 | allowed-address-pairs 2024-10-23 14:42:25.701 | auto-allocated-topology 2024-10-23 14:42:25.701 | availability_zone 2024-10-23 14:42:25.701 | availability_zone_filter 2024-10-23 14:42:25.701 | default-subnetpools 2024-10-23 14:42:25.701 | dhcp_agent_scheduler 2024-10-23 14:42:25.701 | dvr 2024-10-23 14:42:25.701 | empty-string-filtering 2024-10-23 14:42:25.701 | external-net 2024-10-23 14:42:25.701 | extra_dhcp_opt 2024-10-23 14:42:25.701 | extraroute 2024-10-23 14:42:25.701 | extraroute-atomic 2024-10-23 14:42:25.701 | filter-validation 2024-10-23 14:42:25.701 | floating-ip-port-forwarding-detail 2024-10-23 14:42:25.701 | fip-port-details 2024-10-23 14:42:25.701 | flavors 2024-10-23 14:42:25.701 | floatingip-pools 2024-10-23 14:42:25.701 | ip-substring-filtering 2024-10-23 14:42:25.701 | router 2024-10-23 14:42:25.701 | ext-gw-mode 2024-10-23 14:42:25.701 | l3-ha 2024-10-23 14:42:25.701 | l3-flavors 2024-10-23 14:42:25.701 | l3-port-ip-change-not-allowed 2024-10-23 14:42:25.701 | l3_agent_scheduler 2024-10-23 14:42:25.701 | multi-provider 2024-10-23 14:42:25.701 | net-mtu 2024-10-23 14:42:25.701 | net-mtu-writable 2024-10-23 14:42:25.701 | network_availability_zone 2024-10-23 14:42:25.701 | network-ip-availability 2024-10-23 14:42:25.701 | pagination 2024-10-23 14:42:25.701 | port-device-profile 2024-10-23 14:42:25.701 | port-mac-override 2024-10-23 14:42:25.701 | port-mac-address-regenerate 2024-10-23 14:42:25.701 | port-numa-affinity-policy 2024-10-23 14:42:25.701 | binding 2024-10-23 14:42:25.701 | binding-extended 2024-10-23 14:42:25.701 | port-security 2024-10-23 14:42:25.701 | project-id 2024-10-23 14:42:25.701 | provider 2024-10-23 14:42:25.701 | quota-check-limit 2024-10-23 14:42:25.701 | quotas 2024-10-23 14:42:25.701 | quota_details 2024-10-23 14:42:25.701 | rbac-policies 2024-10-23 14:42:25.701 | rbac-address-group 2024-10-23 14:42:25.701 | rbac-address-scope 2024-10-23 14:42:25.701 | rbac-security-groups 2024-10-23 14:42:25.701 | rbac-subnetpool 2024-10-23 14:42:25.701 | revision-if-match 2024-10-23 14:42:25.701 | standard-attr-revisions 2024-10-23 14:42:25.701 | router_availability_zone 2024-10-23 14:42:25.701 | security-groups-normalized-cidr 2024-10-23 14:42:25.701 | port-security-groups-filtering 2024-10-23 14:42:25.701 | security-groups-remote-address-group 2024-10-23 14:42:25.701 | security-groups-shared-filtering 2024-10-23 14:42:25.701 | security-group 2024-10-23 14:42:25.701 | service-type 2024-10-23 14:42:25.701 | sorting 2024-10-23 14:42:25.701 | standard-attr-description 2024-10-23 14:42:25.701 | stateful-security-group 2024-10-23 14:42:25.701 | subnet_onboard 2024-10-23 14:42:25.701 | subnet-service-types 2024-10-23 14:42:25.701 | subnet_allocation 2024-10-23 14:42:25.701 | subnetpool-prefix-ops 2024-10-23 14:42:25.701 | standard-attr-tag 2024-10-23 14:42:25.701 | standard-attr-timestamp 2024-10-23 14:42:25.701 | nsxt-ops' 2024-10-23 14:42:25.703 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-23 14:42:25.703 | address-scope 2024-10-23 14:42:25.703 | router-admin-state-down-before-update 2024-10-23 14:42:25.703 | agent 2024-10-23 14:42:25.703 | agent-resources-synced 2024-10-23 14:42:25.703 | allowed-address-pairs 2024-10-23 14:42:25.703 | auto-allocated-topology 2024-10-23 14:42:25.703 | availability_zone 2024-10-23 14:42:25.703 | availability_zone_filter 2024-10-23 14:42:25.703 | default-subnetpools 2024-10-23 14:42:25.703 | dhcp_agent_scheduler 2024-10-23 14:42:25.703 | dvr 2024-10-23 14:42:25.703 | empty-string-filtering 2024-10-23 14:42:25.703 | external-net 2024-10-23 14:42:25.703 | extra_dhcp_opt 2024-10-23 14:42:25.703 | extraroute 2024-10-23 14:42:25.703 | extraroute-atomic 2024-10-23 14:42:25.703 | filter-validation 2024-10-23 14:42:25.703 | floating-ip-port-forwarding-detail 2024-10-23 14:42:25.703 | fip-port-details 2024-10-23 14:42:25.703 | flavors 2024-10-23 14:42:25.703 | floatingip-pools 2024-10-23 14:42:25.703 | ip-substring-filtering 2024-10-23 14:42:25.703 | router 2024-10-23 14:42:25.703 | ext-gw-mode 2024-10-23 14:42:25.703 | l3-ha 2024-10-23 14:42:25.703 | l3-flavors 2024-10-23 14:42:25.703 | l3-port-ip-change-not-allowed 2024-10-23 14:42:25.703 | l3_agent_scheduler 2024-10-23 14:42:25.703 | multi-provider 2024-10-23 14:42:25.703 | net-mtu 2024-10-23 14:42:25.703 | net-mtu-writable 2024-10-23 14:42:25.703 | network_availability_zone 2024-10-23 14:42:25.703 | network-ip-availability 2024-10-23 14:42:25.703 | pagination 2024-10-23 14:42:25.703 | port-device-profile 2024-10-23 14:42:25.703 | port-mac-override 2024-10-23 14:42:25.703 | port-mac-address-regenerate 2024-10-23 14:42:25.703 | port-numa-affinity-policy 2024-10-23 14:42:25.703 | binding 2024-10-23 14:42:25.703 | binding-extended 2024-10-23 14:42:25.703 | port-security 2024-10-23 14:42:25.703 | project-id 2024-10-23 14:42:25.703 | provider 2024-10-23 14:42:25.703 | quota-check-limit 2024-10-23 14:42:25.703 | quotas 2024-10-23 14:42:25.703 | quota_details 2024-10-23 14:42:25.703 | rbac-policies 2024-10-23 14:42:25.703 | rbac-address-group 2024-10-23 14:42:25.703 | rbac-address-scope 2024-10-23 14:42:25.703 | rbac-security-groups 2024-10-23 14:42:25.703 | rbac-subnetpool 2024-10-23 14:42:25.703 | revision-if-match 2024-10-23 14:42:25.703 | standard-attr-revisions 2024-10-23 14:42:25.703 | router_availability_zone 2024-10-23 14:42:25.703 | security-groups-normalized-cidr 2024-10-23 14:42:25.703 | port-security-groups-filtering 2024-10-23 14:42:25.703 | security-groups-remote-address-group 2024-10-23 14:42:25.703 | security-groups-shared-filtering 2024-10-23 14:42:25.703 | security-group 2024-10-23 14:42:25.703 | service-type 2024-10-23 14:42:25.703 | sorting 2024-10-23 14:42:25.703 | standard-attr-description 2024-10-23 14:42:25.703 | stateful-security-group 2024-10-23 14:42:25.703 | subnet_onboard 2024-10-23 14:42:25.703 | subnet-service-types 2024-10-23 14:42:25.703 | subnet_allocation 2024-10-23 14:42:25.703 | subnetpool-prefix-ops 2024-10-23 14:42:25.703 | standard-attr-tag 2024-10-23 14:42:25.703 | standard-attr-timestamp 2024-10-23 14:42:25.703 | nsxt-ops =~ router ]] 2024-10-23 14:42:25.705 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-23 14:42:25.707 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-10-23 14:42:25.709 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-10-23 14:42:25.712 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-23 14:42:26.990 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:42:26.992 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-23 14:42:26.992 | address-scope 2024-10-23 14:42:26.992 | router-admin-state-down-before-update 2024-10-23 14:42:26.992 | agent 2024-10-23 14:42:26.992 | agent-resources-synced 2024-10-23 14:42:26.992 | allowed-address-pairs 2024-10-23 14:42:26.992 | auto-allocated-topology 2024-10-23 14:42:26.992 | availability_zone 2024-10-23 14:42:26.992 | availability_zone_filter 2024-10-23 14:42:26.992 | default-subnetpools 2024-10-23 14:42:26.992 | dhcp_agent_scheduler 2024-10-23 14:42:26.992 | dvr 2024-10-23 14:42:26.992 | empty-string-filtering 2024-10-23 14:42:26.992 | external-net 2024-10-23 14:42:26.992 | extra_dhcp_opt 2024-10-23 14:42:26.992 | extraroute 2024-10-23 14:42:26.992 | extraroute-atomic 2024-10-23 14:42:26.992 | filter-validation 2024-10-23 14:42:26.992 | floating-ip-port-forwarding-detail 2024-10-23 14:42:26.993 | fip-port-details 2024-10-23 14:42:26.993 | flavors 2024-10-23 14:42:26.993 | floatingip-pools 2024-10-23 14:42:26.993 | ip-substring-filtering 2024-10-23 14:42:26.993 | router 2024-10-23 14:42:26.993 | ext-gw-mode 2024-10-23 14:42:26.993 | l3-ha 2024-10-23 14:42:26.993 | l3-flavors 2024-10-23 14:42:26.993 | l3-port-ip-change-not-allowed 2024-10-23 14:42:26.993 | l3_agent_scheduler 2024-10-23 14:42:26.993 | multi-provider 2024-10-23 14:42:26.993 | net-mtu 2024-10-23 14:42:26.993 | net-mtu-writable 2024-10-23 14:42:26.993 | network_availability_zone 2024-10-23 14:42:26.993 | network-ip-availability 2024-10-23 14:42:26.993 | pagination 2024-10-23 14:42:26.993 | port-device-profile 2024-10-23 14:42:26.993 | port-mac-override 2024-10-23 14:42:26.993 | port-mac-address-regenerate 2024-10-23 14:42:26.993 | port-numa-affinity-policy 2024-10-23 14:42:26.993 | binding 2024-10-23 14:42:26.993 | binding-extended 2024-10-23 14:42:26.993 | port-security 2024-10-23 14:42:26.993 | project-id 2024-10-23 14:42:26.993 | provider 2024-10-23 14:42:26.993 | quota-check-limit 2024-10-23 14:42:26.993 | quotas 2024-10-23 14:42:26.993 | quota_details 2024-10-23 14:42:26.993 | rbac-policies 2024-10-23 14:42:26.993 | rbac-address-group 2024-10-23 14:42:26.993 | rbac-address-scope 2024-10-23 14:42:26.993 | rbac-security-groups 2024-10-23 14:42:26.993 | rbac-subnetpool 2024-10-23 14:42:26.993 | revision-if-match 2024-10-23 14:42:26.993 | standard-attr-revisions 2024-10-23 14:42:26.993 | router_availability_zone 2024-10-23 14:42:26.993 | security-groups-normalized-cidr 2024-10-23 14:42:26.993 | port-security-groups-filtering 2024-10-23 14:42:26.993 | security-groups-remote-address-group 2024-10-23 14:42:26.993 | security-groups-shared-filtering 2024-10-23 14:42:26.993 | security-group 2024-10-23 14:42:26.993 | service-type 2024-10-23 14:42:26.993 | sorting 2024-10-23 14:42:26.993 | standard-attr-description 2024-10-23 14:42:26.993 | stateful-security-group 2024-10-23 14:42:26.993 | subnet_onboard 2024-10-23 14:42:26.993 | subnet-service-types 2024-10-23 14:42:26.993 | subnet_allocation 2024-10-23 14:42:26.993 | subnetpool-prefix-ops 2024-10-23 14:42:26.993 | standard-attr-tag 2024-10-23 14:42:26.993 | standard-attr-timestamp 2024-10-23 14:42:26.993 | nsxt-ops' 2024-10-23 14:42:26.995 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-23 14:42:26.995 | address-scope 2024-10-23 14:42:26.995 | router-admin-state-down-before-update 2024-10-23 14:42:26.995 | agent 2024-10-23 14:42:26.995 | agent-resources-synced 2024-10-23 14:42:26.995 | allowed-address-pairs 2024-10-23 14:42:26.995 | auto-allocated-topology 2024-10-23 14:42:26.995 | availability_zone 2024-10-23 14:42:26.995 | availability_zone_filter 2024-10-23 14:42:26.995 | default-subnetpools 2024-10-23 14:42:26.995 | dhcp_agent_scheduler 2024-10-23 14:42:26.995 | dvr 2024-10-23 14:42:26.995 | empty-string-filtering 2024-10-23 14:42:26.995 | external-net 2024-10-23 14:42:26.995 | extra_dhcp_opt 2024-10-23 14:42:26.995 | extraroute 2024-10-23 14:42:26.995 | extraroute-atomic 2024-10-23 14:42:26.995 | filter-validation 2024-10-23 14:42:26.995 | floating-ip-port-forwarding-detail 2024-10-23 14:42:26.995 | fip-port-details 2024-10-23 14:42:26.995 | flavors 2024-10-23 14:42:26.995 | floatingip-pools 2024-10-23 14:42:26.995 | ip-substring-filtering 2024-10-23 14:42:26.995 | router 2024-10-23 14:42:26.995 | ext-gw-mode 2024-10-23 14:42:26.995 | l3-ha 2024-10-23 14:42:26.995 | l3-flavors 2024-10-23 14:42:26.995 | l3-port-ip-change-not-allowed 2024-10-23 14:42:26.995 | l3_agent_scheduler 2024-10-23 14:42:26.995 | multi-provider 2024-10-23 14:42:26.995 | net-mtu 2024-10-23 14:42:26.995 | net-mtu-writable 2024-10-23 14:42:26.995 | network_availability_zone 2024-10-23 14:42:26.995 | network-ip-availability 2024-10-23 14:42:26.995 | pagination 2024-10-23 14:42:26.995 | port-device-profile 2024-10-23 14:42:26.995 | port-mac-override 2024-10-23 14:42:26.995 | port-mac-address-regenerate 2024-10-23 14:42:26.995 | port-numa-affinity-policy 2024-10-23 14:42:26.995 | binding 2024-10-23 14:42:26.995 | binding-extended 2024-10-23 14:42:26.995 | port-security 2024-10-23 14:42:26.995 | project-id 2024-10-23 14:42:26.995 | provider 2024-10-23 14:42:26.995 | quota-check-limit 2024-10-23 14:42:26.995 | quotas 2024-10-23 14:42:26.995 | quota_details 2024-10-23 14:42:26.995 | rbac-policies 2024-10-23 14:42:26.995 | rbac-address-group 2024-10-23 14:42:26.995 | rbac-address-scope 2024-10-23 14:42:26.995 | rbac-security-groups 2024-10-23 14:42:26.995 | rbac-subnetpool 2024-10-23 14:42:26.995 | revision-if-match 2024-10-23 14:42:26.995 | standard-attr-revisions 2024-10-23 14:42:26.995 | router_availability_zone 2024-10-23 14:42:26.995 | security-groups-normalized-cidr 2024-10-23 14:42:26.995 | port-security-groups-filtering 2024-10-23 14:42:26.995 | security-groups-remote-address-group 2024-10-23 14:42:26.995 | security-groups-shared-filtering 2024-10-23 14:42:26.995 | security-group 2024-10-23 14:42:26.995 | service-type 2024-10-23 14:42:26.995 | sorting 2024-10-23 14:42:26.995 | standard-attr-description 2024-10-23 14:42:26.995 | stateful-security-group 2024-10-23 14:42:26.995 | subnet_onboard 2024-10-23 14:42:26.995 | subnet-service-types 2024-10-23 14:42:26.995 | subnet_allocation 2024-10-23 14:42:26.995 | subnetpool-prefix-ops 2024-10-23 14:42:26.995 | standard-attr-tag 2024-10-23 14:42:26.995 | standard-attr-timestamp 2024-10-23 14:42:26.995 | nsxt-ops =~ external-net ]] 2024-10-23 14:42:26.997 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-23 14:42:26.999 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-10-23 14:42:27.002 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2024-10-23 14:42:28.321 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:42:28.324 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=2cd0be95-eaad-489e-af7f-e3ecbe2bf2c2 2024-10-23 14:42:28.326 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-10-23 14:42:28.328 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-10-23 14:42:28.341 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-10-23 14:42:28.343 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-10-23 14:42:28.345 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-10-23 14:42:28.348 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-23 14:42:29.589 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:42:29.591 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-23 14:42:29.591 | address-scope 2024-10-23 14:42:29.591 | router-admin-state-down-before-update 2024-10-23 14:42:29.591 | agent 2024-10-23 14:42:29.591 | agent-resources-synced 2024-10-23 14:42:29.591 | allowed-address-pairs 2024-10-23 14:42:29.591 | auto-allocated-topology 2024-10-23 14:42:29.591 | availability_zone 2024-10-23 14:42:29.591 | availability_zone_filter 2024-10-23 14:42:29.591 | default-subnetpools 2024-10-23 14:42:29.591 | dhcp_agent_scheduler 2024-10-23 14:42:29.591 | dvr 2024-10-23 14:42:29.591 | empty-string-filtering 2024-10-23 14:42:29.591 | external-net 2024-10-23 14:42:29.591 | extra_dhcp_opt 2024-10-23 14:42:29.591 | extraroute 2024-10-23 14:42:29.591 | extraroute-atomic 2024-10-23 14:42:29.591 | filter-validation 2024-10-23 14:42:29.591 | floating-ip-port-forwarding-detail 2024-10-23 14:42:29.591 | fip-port-details 2024-10-23 14:42:29.591 | flavors 2024-10-23 14:42:29.591 | floatingip-pools 2024-10-23 14:42:29.591 | ip-substring-filtering 2024-10-23 14:42:29.591 | router 2024-10-23 14:42:29.591 | ext-gw-mode 2024-10-23 14:42:29.591 | l3-ha 2024-10-23 14:42:29.591 | l3-flavors 2024-10-23 14:42:29.591 | l3-port-ip-change-not-allowed 2024-10-23 14:42:29.591 | l3_agent_scheduler 2024-10-23 14:42:29.591 | multi-provider 2024-10-23 14:42:29.591 | net-mtu 2024-10-23 14:42:29.591 | net-mtu-writable 2024-10-23 14:42:29.591 | network_availability_zone 2024-10-23 14:42:29.591 | network-ip-availability 2024-10-23 14:42:29.591 | pagination 2024-10-23 14:42:29.591 | port-device-profile 2024-10-23 14:42:29.591 | port-mac-override 2024-10-23 14:42:29.591 | port-mac-address-regenerate 2024-10-23 14:42:29.591 | port-numa-affinity-policy 2024-10-23 14:42:29.591 | binding 2024-10-23 14:42:29.591 | binding-extended 2024-10-23 14:42:29.591 | port-security 2024-10-23 14:42:29.591 | project-id 2024-10-23 14:42:29.591 | provider 2024-10-23 14:42:29.591 | quota-check-limit 2024-10-23 14:42:29.591 | quotas 2024-10-23 14:42:29.591 | quota_details 2024-10-23 14:42:29.591 | rbac-policies 2024-10-23 14:42:29.591 | rbac-address-group 2024-10-23 14:42:29.591 | rbac-address-scope 2024-10-23 14:42:29.591 | rbac-security-groups 2024-10-23 14:42:29.591 | rbac-subnetpool 2024-10-23 14:42:29.591 | revision-if-match 2024-10-23 14:42:29.591 | standard-attr-revisions 2024-10-23 14:42:29.591 | router_availability_zone 2024-10-23 14:42:29.591 | security-groups-normalized-cidr 2024-10-23 14:42:29.591 | port-security-groups-filtering 2024-10-23 14:42:29.591 | security-groups-remote-address-group 2024-10-23 14:42:29.591 | security-groups-shared-filtering 2024-10-23 14:42:29.591 | security-group 2024-10-23 14:42:29.591 | service-type 2024-10-23 14:42:29.591 | sorting 2024-10-23 14:42:29.591 | standard-attr-description 2024-10-23 14:42:29.591 | stateful-security-group 2024-10-23 14:42:29.591 | subnet_onboard 2024-10-23 14:42:29.591 | subnet-service-types 2024-10-23 14:42:29.591 | subnet_allocation 2024-10-23 14:42:29.591 | subnetpool-prefix-ops 2024-10-23 14:42:29.591 | standard-attr-tag 2024-10-23 14:42:29.591 | standard-attr-timestamp 2024-10-23 14:42:29.592 | nsxt-ops' 2024-10-23 14:42:29.594 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-23 14:42:29.594 | address-scope 2024-10-23 14:42:29.594 | router-admin-state-down-before-update 2024-10-23 14:42:29.594 | agent 2024-10-23 14:42:29.594 | agent-resources-synced 2024-10-23 14:42:29.594 | allowed-address-pairs 2024-10-23 14:42:29.594 | auto-allocated-topology 2024-10-23 14:42:29.594 | availability_zone 2024-10-23 14:42:29.594 | availability_zone_filter 2024-10-23 14:42:29.594 | default-subnetpools 2024-10-23 14:42:29.594 | dhcp_agent_scheduler 2024-10-23 14:42:29.594 | dvr 2024-10-23 14:42:29.594 | empty-string-filtering 2024-10-23 14:42:29.594 | external-net 2024-10-23 14:42:29.594 | extra_dhcp_opt 2024-10-23 14:42:29.594 | extraroute 2024-10-23 14:42:29.594 | extraroute-atomic 2024-10-23 14:42:29.594 | filter-validation 2024-10-23 14:42:29.594 | floating-ip-port-forwarding-detail 2024-10-23 14:42:29.594 | fip-port-details 2024-10-23 14:42:29.594 | flavors 2024-10-23 14:42:29.594 | floatingip-pools 2024-10-23 14:42:29.594 | ip-substring-filtering 2024-10-23 14:42:29.594 | router 2024-10-23 14:42:29.594 | ext-gw-mode 2024-10-23 14:42:29.594 | l3-ha 2024-10-23 14:42:29.594 | l3-flavors 2024-10-23 14:42:29.594 | l3-port-ip-change-not-allowed 2024-10-23 14:42:29.594 | l3_agent_scheduler 2024-10-23 14:42:29.594 | multi-provider 2024-10-23 14:42:29.594 | net-mtu 2024-10-23 14:42:29.594 | net-mtu-writable 2024-10-23 14:42:29.594 | network_availability_zone 2024-10-23 14:42:29.594 | network-ip-availability 2024-10-23 14:42:29.594 | pagination 2024-10-23 14:42:29.594 | port-device-profile 2024-10-23 14:42:29.595 | port-mac-override 2024-10-23 14:42:29.595 | port-mac-address-regenerate 2024-10-23 14:42:29.595 | port-numa-affinity-policy 2024-10-23 14:42:29.595 | binding 2024-10-23 14:42:29.595 | binding-extended 2024-10-23 14:42:29.595 | port-security 2024-10-23 14:42:29.595 | project-id 2024-10-23 14:42:29.595 | provider 2024-10-23 14:42:29.595 | quota-check-limit 2024-10-23 14:42:29.595 | quotas 2024-10-23 14:42:29.595 | quota_details 2024-10-23 14:42:29.595 | rbac-policies 2024-10-23 14:42:29.595 | rbac-address-group 2024-10-23 14:42:29.595 | rbac-address-scope 2024-10-23 14:42:29.595 | rbac-security-groups 2024-10-23 14:42:29.595 | rbac-subnetpool 2024-10-23 14:42:29.595 | revision-if-match 2024-10-23 14:42:29.595 | standard-attr-revisions 2024-10-23 14:42:29.595 | router_availability_zone 2024-10-23 14:42:29.595 | security-groups-normalized-cidr 2024-10-23 14:42:29.595 | port-security-groups-filtering 2024-10-23 14:42:29.595 | security-groups-remote-address-group 2024-10-23 14:42:29.595 | security-groups-shared-filtering 2024-10-23 14:42:29.595 | security-group 2024-10-23 14:42:29.595 | service-type 2024-10-23 14:42:29.595 | sorting 2024-10-23 14:42:29.595 | standard-attr-description 2024-10-23 14:42:29.595 | stateful-security-group 2024-10-23 14:42:29.595 | subnet_onboard 2024-10-23 14:42:29.595 | subnet-service-types 2024-10-23 14:42:29.595 | subnet_allocation 2024-10-23 14:42:29.595 | subnetpool-prefix-ops 2024-10-23 14:42:29.595 | standard-attr-tag 2024-10-23 14:42:29.595 | standard-attr-timestamp 2024-10-23 14:42:29.595 | nsxt-ops =~ auto-allocated-topology ]] 2024-10-23 14:42:29.596 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-23 14:42:29.598 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-10-23 14:42:29.600 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-10-23 14:42:29.603 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2024-10-23 14:42:30.987 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:42:30.989 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=436acce0-697d-44fe-86ae-a1d7b3f16f18 2024-10-23 14:42:30.992 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : die_if_not_set 232 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2024-10-23 14:42:30.994 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-10-23 14:42:31.008 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-10-23 14:42:31.011 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-10-23 14:42:31.012 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 2cd0be95-eaad-489e-af7f-e3ecbe2bf2c2 815445ec-0e8b-4941-9e18-76e024c12a74 2024-10-23 14:42:33.407 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-10-23 14:42:33.410 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 436acce0-697d-44fe-86ae-a1d7b3f16f18 2024-10-23 14:42:33.412 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-10-23 14:42:33.414 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:289 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2024-10-23 14:42:33.416 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-10-23 14:42:33.417 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-10-23 14:42:33.419 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network 436acce0-697d-44fe-86ae-a1d7b3f16f18 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-10-23 14:42:33.421 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-10-23 14:42:33.423 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-10-23 14:42:33.426 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --allocation-pool start=10.180.180.128,end=10.180.180.254 --gateway 10.180.180.1 --network 436acce0-697d-44fe-86ae-a1d7b3f16f18 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-10-23 14:42:33.426 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-10-23 14:42:34.958 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:42:34.960 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-10-23 14:42:34.960 | | id | 2b741774-8702-4a95-8ac3-4fb79823d64a |' 2024-10-23 14:42:34.962 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : die_if_not_set 297 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2024-10-23 14:42:34.964 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-10-23 14:42:34.976 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 2b741774-8702-4a95-8ac3-4fb79823d64a '|' 2024-10-23 14:42:34.978 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 2b741774-8702-4a95-8ac3-4fb79823d64a |' 2024-10-23 14:42:34.980 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-10-23 14:42:34.983 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 2b741774-8702-4a95-8ac3-4fb79823d64a '|' 2024-10-23 14:42:34.983 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-10-23 14:42:34.985 | ++ functions-common:get_field:829 : local data field 2024-10-23 14:42:34.987 | ++ functions-common:get_field:830 : read data 2024-10-23 14:42:34.989 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-10-23 14:42:34.991 | ++ functions-common:get_field:834 : field='$3' 2024-10-23 14:42:34.993 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 2b741774-8702-4a95-8ac3-4fb79823d64a |' 2024-10-23 14:42:34.994 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-10-23 14:42:34.997 | ++ functions-common:get_field:830 : read data 2024-10-23 14:42:35.000 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-10-23 14:42:35.003 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 2b741774-8702-4a95-8ac3-4fb79823d64a '|' 2024-10-23 14:42:35.004 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-10-23 14:42:35.006 | ++ functions-common:get_field:829 : local data field 2024-10-23 14:42:35.007 | ++ functions-common:get_field:830 : read data 2024-10-23 14:42:35.009 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-10-23 14:42:35.011 | ++ functions-common:get_field:834 : field='$6' 2024-10-23 14:42:35.014 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 2b741774-8702-4a95-8ac3-4fb79823d64a |' 2024-10-23 14:42:35.014 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-10-23 14:42:35.018 | ++ functions-common:get_field:830 : read data 2024-10-23 14:42:35.021 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=2b741774-8702-4a95-8ac3-4fb79823d64a 2024-10-23 14:42:35.023 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 436acce0-697d-44fe-86ae-a1d7b3f16f18 2cd0be95-eaad-489e-af7f-e3ecbe2bf2c2 2024-10-23 14:42:37.048 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-10-23 14:42:37.050 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-10-23 14:42:37.063 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:37.065 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-10-23 14:42:37.067 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-10-23 14:42:37.068 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-10-23 14:42:37.071 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-10-23 14:42:37.073 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-10-23 14:42:37.074 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2024-10-23 14:42:37.087 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-10-23 14:42:37.089 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-10-23 14:42:37.091 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-10-23 14:42:37.093 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-10-23 14:42:37.095 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-10-23 14:42:37.097 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2024-10-23 14:42:37.098 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-10-23 14:42:37.100 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-10-23 14:42:37.102 | + functions-common:test_with_retry:2375 : local until=10 2024-10-23 14:42:37.104 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-10-23 14:42:37.105 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-10-23 14:42:37.107 | + functions-common:time_start:2421 : local name=test_with_retry 2024-10-23 14:42:37.109 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:37.111 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:37.113 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:37.116 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694557114 2024-10-23 14:42:37.118 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-10-23 14:42:37.123 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-10-23 14:42:37.125 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:37.127 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:37.129 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:37.130 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:37.132 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:37.134 | + functions-common:time_stop:2441 : name=test_with_retry 2024-10-23 14:42:37.136 | + functions-common:time_stop:2442 : start_time=1729694557114 2024-10-23 14:42:37.138 | + functions-common:time_stop:2444 : [[ -z 1729694557114 ]] 2024-10-23 14:42:37.140 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:37.143 | + functions-common:time_stop:2447 : end_time=1729694557141 2024-10-23 14:42:37.145 | + functions-common:time_stop:2448 : elapsed_time=27 2024-10-23 14:42:37.147 | + functions-common:time_stop:2449 : total=3064 2024-10-23 14:42:37.148 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:37.150 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3091 2024-10-23 14:42:37.153 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-10-23 14:42:37.154 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-10-23 14:42:37.158 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-10-23 14:42:37.159 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-10-23 14:42:37.161 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-10-23 14:42:37.163 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-10-23 14:42:37.166 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2024-10-23 14:42:37.166 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-10-23 14:42:37.166 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-10-23 14:42:37.167 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-10-23 14:42:38.437 | ++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:42:38.440 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.179 ' 2024-10-23 14:42:38.443 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-10-23 14:42:38.445 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-10-23 14:42:38.458 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-10-23 14:42:38.460 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-10-23 14:42:38.462 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-10-23 14:42:38.464 | + stack.sh:main:1322 : is_service_enabled nova 2024-10-23 14:42:38.477 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:38.479 | + stack.sh:main:1323 : echo_summary 'Starting Nova' 2024-10-23 14:42:38.481 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:42:38.483 | + stack.sh:echo_summary:455 : echo -e Starting Nova 2024-10-23 14:42:38.485 | + stack.sh:main:1324 : start_nova 2024-10-23 14:42:38.487 | + lib/nova:start_nova:1176 : start_nova_rest 2024-10-23 14:42:38.489 | + lib/nova:start_nova_rest:1085 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:38.492 | + lib/nova:start_nova_rest:1086 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:38.494 | + lib/nova:start_nova_rest:1086 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:38.496 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-10-23 14:42:38.498 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-23 14:42:38.500 | + functions-common:run_process:1689 : local service=n-sch 2024-10-23 14:42:38.502 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-23 14:42:38.504 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:38.506 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:38.508 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:38.510 | + functions-common:run_process:1695 : local name=n-sch 2024-10-23 14:42:38.512 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:38.514 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:38.516 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:38.518 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:38.522 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:38.525 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694558522 2024-10-23 14:42:38.527 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-10-23 14:42:38.540 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:38.542 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-10-23 14:42:38.544 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-10-23 14:42:38.546 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-23 14:42:38.548 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-23 14:42:38.550 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-23 14:42:38.552 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-23 14:42:38.554 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-10-23 14:42:38.556 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-10-23 14:42:38.558 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-10-23 14:42:38.561 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:38.563 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:38.565 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:38.567 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:42:38.569 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-10-23 14:42:38.572 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2024-10-23 14:42:38.573 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-10-23 14:42:38.575 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-23 14:42:38.577 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-23 14:42:38.579 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-23 14:42:38.581 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-23 14:42:38.582 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-23 14:42:38.584 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-23 14:42:38.586 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-10-23 14:42:38.588 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-23 14:42:38.591 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-10-23 14:42:38.641 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-10-23 14:42:38.691 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-23 14:42:38.732 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-10-23 14:42:38.773 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-10-23 14:42:38.815 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:38.856 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-23 14:42:38.858 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-23 14:42:38.861 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-10-23 14:42:38.910 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-23 14:42:39.149 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-10-23 14:42:39.159 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-10-23 14:42:39.381 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-10-23 14:42:39.413 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:39.415 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:39.417 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:39.420 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:39.422 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:39.424 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:39.426 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:39.428 | + functions-common:time_stop:2442 : start_time=1729694558522 2024-10-23 14:42:39.430 | + functions-common:time_stop:2444 : [[ -z 1729694558522 ]] 2024-10-23 14:42:39.434 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:39.439 | + functions-common:time_stop:2447 : end_time=1729694559435 2024-10-23 14:42:39.441 | + functions-common:time_stop:2448 : elapsed_time=913 2024-10-23 14:42:39.445 | + functions-common:time_stop:2449 : total=7942 2024-10-23 14:42:39.447 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:39.449 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8855 2024-10-23 14:42:39.451 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-10-23 14:42:39.454 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-10-23 14:42:39.457 | + lib/nova:start_nova_rest:1094 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-23 14:42:39.459 | + functions-common:run_process:1689 : local service=n-api-meta 2024-10-23 14:42:39.461 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-23 14:42:39.463 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:39.465 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:39.468 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:39.472 | + functions-common:run_process:1695 : local name=n-api-meta 2024-10-23 14:42:39.474 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:39.476 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:39.478 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:39.480 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:39.483 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:39.486 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694559484 2024-10-23 14:42:39.488 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-10-23 14:42:39.502 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:39.505 | + functions-common:run_process:1699 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2024-10-23 14:42:39.507 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-10-23 14:42:39.509 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-23 14:42:39.511 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-23 14:42:39.513 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-23 14:42:39.515 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-23 14:42:39.517 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-10-23 14:42:39.519 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-10-23 14:42:39.522 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-10-23 14:42:39.524 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:39.526 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:39.528 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:39.530 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:42:39.532 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-10-23 14:42:39.534 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' stack '' 2024-10-23 14:42:39.536 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-10-23 14:42:39.538 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-23 14:42:39.540 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-23 14:42:39.542 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-23 14:42:39.544 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-23 14:42:39.546 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-10-23 14:42:39.547 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-23 14:42:39.551 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2024-10-23 14:42:39.606 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2024-10-23 14:42:39.658 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-10-23 14:42:39.704 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-23 14:42:39.749 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:39.796 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-10-23 14:42:39.841 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-10-23 14:42:39.884 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-10-23 14:42:39.926 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-10-23 14:42:39.969 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-10-23 14:42:40.012 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-23 14:42:40.014 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-23 14:42:40.017 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-10-23 14:42:40.067 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-23 14:42:40.303 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-10-23 14:42:40.313 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-10-23 14:42:40.541 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-10-23 14:42:40.591 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:40.593 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:40.597 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:40.599 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:40.601 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:40.603 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:40.605 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:40.607 | + functions-common:time_stop:2442 : start_time=1729694559484 2024-10-23 14:42:40.609 | + functions-common:time_stop:2444 : [[ -z 1729694559484 ]] 2024-10-23 14:42:40.612 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:40.615 | + functions-common:time_stop:2447 : end_time=1729694560613 2024-10-23 14:42:40.617 | + functions-common:time_stop:2448 : elapsed_time=1129 2024-10-23 14:42:40.619 | + functions-common:time_stop:2449 : total=8855 2024-10-23 14:42:40.621 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:40.623 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9984 2024-10-23 14:42:40.626 | + lib/nova:start_nova_rest:1097 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:40.628 | + lib/nova:start_nova_rest:1097 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:40.630 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-10-23 14:42:40.632 | + lib/nova:start_nova_console_proxies:1112 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:40.634 | + lib/nova:start_nova_console_proxies:1114 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:40.636 | + lib/nova:start_nova_console_proxies:1114 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:40.638 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-10-23 14:42:40.640 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-23 14:42:40.642 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-10-23 14:42:40.644 | + functions-common:run_process:1689 : local service=n-novnc 2024-10-23 14:42:40.646 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-10-23 14:42:40.648 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:40.650 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:40.652 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:40.654 | + functions-common:run_process:1695 : local name=n-novnc 2024-10-23 14:42:40.655 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:40.657 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:40.659 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:40.661 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:40.664 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:40.667 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694560665 2024-10-23 14:42:40.669 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-10-23 14:42:40.682 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:40.684 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:40.686 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:40.688 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:40.689 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:40.691 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:40.693 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:40.695 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:40.697 | + functions-common:time_stop:2442 : start_time=1729694560665 2024-10-23 14:42:40.699 | + functions-common:time_stop:2444 : [[ -z 1729694560665 ]] 2024-10-23 14:42:40.702 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:40.705 | + functions-common:time_stop:2447 : end_time=1729694560703 2024-10-23 14:42:40.707 | + functions-common:time_stop:2448 : elapsed_time=38 2024-10-23 14:42:40.709 | + functions-common:time_stop:2449 : total=9984 2024-10-23 14:42:40.711 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:40.713 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10022 2024-10-23 14:42:40.715 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-10-23 14:42:40.717 | + functions-common:run_process:1689 : local service=n-spice 2024-10-23 14:42:40.719 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-10-23 14:42:40.722 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:40.723 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:40.726 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:40.728 | + functions-common:run_process:1695 : local name=n-spice 2024-10-23 14:42:40.730 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:40.732 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:40.734 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:40.736 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:40.739 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:40.741 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694560739 2024-10-23 14:42:40.744 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-10-23 14:42:40.757 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:40.759 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:40.761 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:40.763 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:40.765 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:40.767 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:40.769 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:40.771 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:40.773 | + functions-common:time_stop:2442 : start_time=1729694560739 2024-10-23 14:42:40.775 | + functions-common:time_stop:2444 : [[ -z 1729694560739 ]] 2024-10-23 14:42:40.778 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:40.782 | + functions-common:time_stop:2447 : end_time=1729694560779 2024-10-23 14:42:40.783 | + functions-common:time_stop:2448 : elapsed_time=40 2024-10-23 14:42:40.785 | + functions-common:time_stop:2449 : total=10022 2024-10-23 14:42:40.787 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:40.790 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10062 2024-10-23 14:42:40.792 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-10-23 14:42:40.794 | + functions-common:run_process:1689 : local service=n-sproxy 2024-10-23 14:42:40.796 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-10-23 14:42:40.798 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:40.800 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:40.802 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:40.804 | + functions-common:run_process:1695 : local name=n-sproxy 2024-10-23 14:42:40.806 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:40.808 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:40.810 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:40.812 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:40.815 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:40.818 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694560816 2024-10-23 14:42:40.820 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-10-23 14:42:40.834 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:40.836 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:40.838 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:40.840 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:40.842 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:40.844 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:40.847 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:40.849 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:40.851 | + functions-common:time_stop:2442 : start_time=1729694560816 2024-10-23 14:42:40.853 | + functions-common:time_stop:2444 : [[ -z 1729694560816 ]] 2024-10-23 14:42:40.856 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:40.859 | + functions-common:time_stop:2447 : end_time=1729694560857 2024-10-23 14:42:40.861 | + functions-common:time_stop:2448 : elapsed_time=41 2024-10-23 14:42:40.863 | + functions-common:time_stop:2449 : total=10062 2024-10-23 14:42:40.865 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:40.867 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10103 2024-10-23 14:42:40.870 | + lib/nova:start_nova_console_proxies:1133 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:40.872 | + lib/nova:start_nova_console_proxies:1133 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:40.874 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-10-23 14:42:40.877 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-23 14:42:40.879 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-10-23 14:42:40.879 | Starting nova-conductor in a cellsv1-compatible way 2024-10-23 14:42:40.881 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-23 14:42:40.883 | + functions-common:run_process:1689 : local service=n-cond 2024-10-23 14:42:40.886 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-23 14:42:40.888 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:40.890 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:40.892 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:40.894 | + functions-common:run_process:1695 : local name=n-cond 2024-10-23 14:42:40.897 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:40.899 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:40.901 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:40.903 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:40.906 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:40.909 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694560907 2024-10-23 14:42:40.911 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-10-23 14:42:40.925 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:40.928 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-10-23 14:42:40.930 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-10-23 14:42:40.932 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-23 14:42:40.935 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-23 14:42:40.937 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-23 14:42:40.939 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-23 14:42:40.941 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-10-23 14:42:40.943 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-10-23 14:42:40.945 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-10-23 14:42:40.947 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:40.950 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:40.954 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:40.954 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:42:40.956 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-10-23 14:42:40.958 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2024-10-23 14:42:40.960 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-10-23 14:42:40.962 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-23 14:42:40.964 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-23 14:42:40.966 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-23 14:42:40.968 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-23 14:42:40.970 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-23 14:42:40.972 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-23 14:42:40.974 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-10-23 14:42:40.976 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-23 14:42:40.980 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-10-23 14:42:41.034 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-10-23 14:42:41.092 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-23 14:42:41.136 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-10-23 14:42:41.198 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-10-23 14:42:41.253 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:41.295 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-23 14:42:41.299 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-23 14:42:41.301 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-10-23 14:42:41.360 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-23 14:42:41.619 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-10-23 14:42:41.629 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-10-23 14:42:41.863 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-10-23 14:42:41.886 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:41.888 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:41.890 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:41.892 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:41.893 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:41.896 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:41.898 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:41.900 | + functions-common:time_stop:2442 : start_time=1729694560907 2024-10-23 14:42:41.903 | + functions-common:time_stop:2444 : [[ -z 1729694560907 ]] 2024-10-23 14:42:41.905 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:41.909 | + functions-common:time_stop:2447 : end_time=1729694561907 2024-10-23 14:42:41.911 | + functions-common:time_stop:2448 : elapsed_time=1000 2024-10-23 14:42:41.913 | + functions-common:time_stop:2449 : total=10103 2024-10-23 14:42:41.915 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:41.917 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11103 2024-10-23 14:42:41.919 | + lib/nova:start_nova_conductor:1149 : return 2024-10-23 14:42:41.921 | + lib/nova:start_nova:1179 : start_nova_compute 2024-10-23 14:42:41.923 | + lib/nova:start_nova_compute:1006 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:41.925 | + lib/nova:start_nova_compute:1007 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:41.927 | + lib/nova:start_nova_compute:1007 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:41.929 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-10-23 14:42:41.931 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-10-23 14:42:41.934 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-10-23 14:42:41.937 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:42:41.939 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-23 14:42:41.941 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-10-23 14:42:41.943 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-23 14:42:41.945 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-10-23 14:42:41.947 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-10-23 14:42:41.949 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-10-23 14:42:41.952 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-10-23 14:42:41.955 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-10-23 14:42:41.955 | BEGIN { 2024-10-23 14:42:41.955 | section = "" 2024-10-23 14:42:41.955 | last_section = "" 2024-10-23 14:42:41.955 | section_count = 0 2024-10-23 14:42:41.956 | } 2024-10-23 14:42:41.956 | /^\[.+\]/ { 2024-10-23 14:42:41.956 | gsub("[][]", "", $1); 2024-10-23 14:42:41.956 | section=$1 2024-10-23 14:42:41.956 | next 2024-10-23 14:42:41.956 | } 2024-10-23 14:42:41.956 | /^ *\#/ { 2024-10-23 14:42:41.956 | next 2024-10-23 14:42:41.956 | } 2024-10-23 14:42:41.956 | /^[^ \t]+/ { 2024-10-23 14:42:41.957 | # get offset of first = in $0 2024-10-23 14:42:41.957 | eq_idx = index($0, "=") 2024-10-23 14:42:41.957 | # extract attr & value from $0 2024-10-23 14:42:41.957 | attr = substr($0, 1, eq_idx - 1) 2024-10-23 14:42:41.957 | value = substr($0, eq_idx + 1) 2024-10-23 14:42:41.957 | # only need to strip trailing whitespace from attr 2024-10-23 14:42:41.957 | sub(/[ \t]*$/, "", attr) 2024-10-23 14:42:41.957 | # need to strip leading & trailing whitespace from value 2024-10-23 14:42:41.957 | sub(/^[ \t]*/, "", value) 2024-10-23 14:42:41.957 | sub(/[ \t]*$/, "", value) 2024-10-23 14:42:41.957 | 2024-10-23 14:42:41.957 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-23 14:42:41.957 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-23 14:42:41.957 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-23 14:42:41.957 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-23 14:42:41.957 | if (! (section, attr) in cfg_attr_count) { 2024-10-23 14:42:41.957 | if (section != last_section) { 2024-10-23 14:42:41.957 | cfg_section[section_count++] = section 2024-10-23 14:42:41.957 | last_section = section 2024-10-23 14:42:41.957 | } 2024-10-23 14:42:41.957 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-23 14:42:41.957 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-23 14:42:41.957 | 2024-10-23 14:42:41.957 | cfg_attr[section, attr, 0] = value 2024-10-23 14:42:41.957 | cfg_attr_count[section, attr] = 1 2024-10-23 14:42:41.957 | } else { 2024-10-23 14:42:41.957 | lno = cfg_attr_count[section, attr]++ 2024-10-23 14:42:41.957 | cfg_attr[section, attr, lno] = value 2024-10-23 14:42:41.957 | } 2024-10-23 14:42:41.957 | } 2024-10-23 14:42:41.957 | END { 2024-10-23 14:42:41.957 | # Process each section in order 2024-10-23 14:42:41.957 | for (sno = 0; sno < section_count; sno++) { 2024-10-23 14:42:41.957 | section = cfg_section[sno] 2024-10-23 14:42:41.957 | # The ini routines simply append a config item immediately 2024-10-23 14:42:41.957 | # after the section header. To keep the same order as defined 2024-10-23 14:42:41.958 | # in local.conf, invoke the ini routines in the reverse order 2024-10-23 14:42:41.958 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-23 14:42:41.958 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-23 14:42:41.958 | if (cfg_attr_count[section, attr] == 1) 2024-10-23 14:42:41.958 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-23 14:42:41.958 | else { 2024-10-23 14:42:41.958 | # For multiline, invoke the ini routines in the reverse order 2024-10-23 14:42:41.958 | count = cfg_attr_count[section, attr] 2024-10-23 14:42:41.958 | print "inidelete " configfile " " section " " attr 2024-10-23 14:42:41.958 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-23 14:42:41.958 | for (l = count -2; l >= 0; l--) 2024-10-23 14:42:41.958 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-23 14:42:41.958 | } 2024-10-23 14:42:41.958 | } 2024-10-23 14:42:41.958 | } 2024-10-23 14:42:41.958 | } 2024-10-23 14:42:41.958 | ' 2024-10-23 14:42:41.958 | + inc/meta-config:merge_config_file:164 : read a 2024-10-23 14:42:41.958 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-10-23 14:42:41.958 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-23 14:42:41.959 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:42:41.960 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-23 14:42:41.962 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-10-23 14:42:41.964 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:42:41.966 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-10-23 14:42:41.968 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-10-23 14:42:41.968 | BEGIN { group = "" } 2024-10-23 14:42:41.968 | /^\[\[.+\|.*\]\]/ { 2024-10-23 14:42:41.968 | gsub("[][]", "", $1); 2024-10-23 14:42:41.968 | split($1, a, "|"); 2024-10-23 14:42:41.968 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-23 14:42:41.968 | group=a[1] 2024-10-23 14:42:41.968 | } else { 2024-10-23 14:42:41.968 | group="" 2024-10-23 14:42:41.968 | } 2024-10-23 14:42:41.968 | next 2024-10-23 14:42:41.968 | } 2024-10-23 14:42:41.968 | { 2024-10-23 14:42:41.968 | if (group != "") 2024-10-23 14:42:41.968 | print $0 2024-10-23 14:42:41.969 | } 2024-10-23 14:42:41.969 | ' /opt/stack/devstack/local.conf 2024-10-23 14:42:41.973 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-23 14:42:41.976 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-10-23 14:42:41.976 | Skipping multi-cell conductor fleet setup 2024-10-23 14:42:41.978 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-10-23 14:42:41.993 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-10-23 14:42:42.008 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-10-23 14:42:42.010 | + lib/nova:configure_console_compute:664 : local offset 2024-10-23 14:42:42.013 | + lib/nova:configure_console_compute:665 : offset=0 2024-10-23 14:42:42.015 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-10-23 14:42:42.018 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-10-23 14:42:42.033 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-10-23 14:42:42.035 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-10-23 14:42:42.048 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:42.050 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-10-23 14:42:42.063 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:42.065 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-10-23 14:42:42.066 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-10-23 14:42:42.093 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-10-23 14:42:42.107 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:42.109 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-10-23 14:42:42.123 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:42.125 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-10-23 14:42:42.150 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-10-23 14:42:42.153 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-10-23 14:42:42.155 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-10-23 14:42:42.157 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-10-23 14:42:42.159 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-10-23 14:42:42.161 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-10-23 14:42:42.163 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-10-23 14:42:42.165 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-10-23 14:42:42.180 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:42.182 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-10-23 14:42:42.184 | + functions-common:run_process:1689 : local service=n-cpu 2024-10-23 14:42:42.186 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-10-23 14:42:42.189 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:42.191 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:42.193 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:42.195 | + functions-common:run_process:1695 : local name=n-cpu 2024-10-23 14:42:42.197 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:42.198 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:42.200 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:42.202 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:42.205 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:42.208 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694562206 2024-10-23 14:42:42.210 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-10-23 14:42:42.226 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:42.228 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:42.230 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:42.232 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:42.234 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:42.236 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:42.238 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:42.240 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:42.242 | + functions-common:time_stop:2442 : start_time=1729694562206 2024-10-23 14:42:42.244 | + functions-common:time_stop:2444 : [[ -z 1729694562206 ]] 2024-10-23 14:42:42.247 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:42.250 | + functions-common:time_stop:2447 : end_time=1729694562248 2024-10-23 14:42:42.252 | + functions-common:time_stop:2448 : elapsed_time=42 2024-10-23 14:42:42.254 | + functions-common:time_stop:2449 : total=11103 2024-10-23 14:42:42.256 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:42.258 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11145 2024-10-23 14:42:42.260 | + lib/nova:start_nova_compute:1079 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:42.263 | + lib/nova:start_nova_compute:1079 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-23 14:42:42.265 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-10-23 14:42:42.278 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:42.281 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-10-23 14:42:42.282 | Dumping cells_v2 mapping 2024-10-23 14:42:42.284 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-10-23 14:42:42.682 | 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. 2024-10-23 14:42:44.034 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-10-23 14:42:44.034 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-10-23 14:42:44.034 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-10-23 14:42:44.034 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2024-10-23 14:42:44.034 | | cell1 | b3c1ceaa-bc48-48ee-8b60-930585e76a41 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2024-10-23 14:42:44.034 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-10-23 14:42:44.369 | + stack.sh:main:1325 : async_runfunc create_flavors 2024-10-23 14:42:44.371 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-10-23 14:42:44.419 | + inc/async:async_inner:63 : create_flavors 2024-10-23 14:42:44.450 | [3657 Async create_flavors:52487]: running: create_flavors 2024-10-23 14:42:44.452 | + stack.sh:main:1327 : is_service_enabled cinder 2024-10-23 14:42:44.467 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:44.469 | + stack.sh:main:1328 : echo_summary 'Starting Cinder' 2024-10-23 14:42:44.471 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:42:44.473 | + stack.sh:echo_summary:455 : echo -e Starting Cinder 2024-10-23 14:42:44.476 | + stack.sh:main:1329 : start_cinder 2024-10-23 14:42:44.478 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-10-23 14:42:44.480 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-10-23 14:42:44.482 | + lib/cinder:start_cinder:587 : local cinder_url 2024-10-23 14:42:44.484 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-10-23 14:42:44.498 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:44.500 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-10-23 14:42:44.502 | + lib/cinder:start_cinder:612 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-10-23 14:42:44.505 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-10-23 14:42:44.507 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-10-23 14:42:44.511 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-23 14:42:44.513 | + functions-common:run_process:1689 : local service=c-api 2024-10-23 14:42:44.516 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-23 14:42:44.518 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:44.520 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:44.522 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:44.524 | + functions-common:run_process:1695 : local name=c-api 2024-10-23 14:42:44.526 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:44.528 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:44.530 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:44.532 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:44.535 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:44.538 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694564536 2024-10-23 14:42:44.540 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-10-23 14:42:44.553 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:44.555 | + functions-common:run_process:1699 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2024-10-23 14:42:44.558 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-10-23 14:42:44.560 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-23 14:42:44.562 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-23 14:42:44.564 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-23 14:42:44.566 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-23 14:42:44.568 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-10-23 14:42:44.570 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-10-23 14:42:44.572 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-10-23 14:42:44.575 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:44.577 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:44.580 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:44.582 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:42:44.585 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-10-23 14:42:44.587 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' stack '' 2024-10-23 14:42:44.589 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-10-23 14:42:44.592 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-23 14:42:44.593 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-23 14:42:44.595 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-23 14:42:44.597 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-23 14:42:44.599 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-10-23 14:42:44.601 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-23 14:42:44.605 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2024-10-23 14:42:44.656 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-10-23 14:42:44.707 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-10-23 14:42:44.752 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-23 14:42:44.799 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:44.845 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-10-23 14:42:44.892 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-10-23 14:42:44.940 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-10-23 14:42:44.986 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-10-23 14:42:45.034 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-10-23 14:42:45.080 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-23 14:42:45.083 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-23 14:42:45.085 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-10-23 14:42:45.140 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-23 14:42:45.387 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-10-23 14:42:45.397 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-10-23 14:42:45.638 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-10-23 14:42:45.689 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:45.691 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:45.694 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:45.696 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:45.698 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:45.701 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:45.703 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:45.706 | + functions-common:time_stop:2442 : start_time=1729694564536 2024-10-23 14:42:45.708 | + functions-common:time_stop:2444 : [[ -z 1729694564536 ]] 2024-10-23 14:42:45.711 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:45.715 | + functions-common:time_stop:2447 : end_time=1729694565712 2024-10-23 14:42:45.717 | + functions-common:time_stop:2448 : elapsed_time=1176 2024-10-23 14:42:45.719 | + functions-common:time_stop:2449 : total=11145 2024-10-23 14:42:45.721 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:45.723 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12321 2024-10-23 14:42:45.725 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-10-23 14:42:45.728 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-10-23 14:42:45.728 | Waiting for Cinder API to start... 2024-10-23 14:42:45.730 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-10-23 14:42:45.732 | + functions:wait_for_service:468 : local timeout=60 2024-10-23 14:42:45.734 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-10-23 14:42:45.737 | + functions:wait_for_service:470 : local rval=0 2024-10-23 14:42:45.739 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-23 14:42:45.742 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-23 14:42:45.744 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:45.746 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:45.749 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:45.753 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694565750 2024-10-23 14:42:45.756 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-23 14:42:45.760 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-10-23 14:42:47.828 | + :: : [[ 401 == 503 ]] 2024-10-23 14:42:47.829 | + :: : [[ 0 -eq 7 ]] 2024-10-23 14:42:47.832 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-23 14:42:47.834 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:47.836 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:47.838 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:47.840 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:47.842 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:47.844 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-23 14:42:47.846 | + functions-common:time_stop:2442 : start_time=1729694565750 2024-10-23 14:42:47.847 | + functions-common:time_stop:2444 : [[ -z 1729694565750 ]] 2024-10-23 14:42:47.851 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:47.854 | + functions-common:time_stop:2447 : end_time=1729694567851 2024-10-23 14:42:47.855 | + functions-common:time_stop:2448 : elapsed_time=2101 2024-10-23 14:42:47.857 | + functions-common:time_stop:2449 : total=6352 2024-10-23 14:42:47.859 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:47.862 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8453 2024-10-23 14:42:47.864 | + functions:wait_for_service:478 : return 0 2024-10-23 14:42:47.866 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:47.868 | + functions-common:run_process:1689 : local service=c-sch 2024-10-23 14:42:47.870 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:47.872 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:47.874 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:47.876 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:47.878 | + functions-common:run_process:1695 : local name=c-sch 2024-10-23 14:42:47.880 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:47.882 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:47.887 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:47.889 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:47.892 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:47.896 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694567894 2024-10-23 14:42:47.899 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-10-23 14:42:47.914 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:47.917 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-10-23 14:42:47.920 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-10-23 14:42:47.922 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:47.924 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:47.926 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:47.928 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:47.931 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-10-23 14:42:47.934 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-10-23 14:42:47.936 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-10-23 14:42:47.938 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:47.940 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:47.942 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:47.945 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:42:47.947 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-10-23 14:42:47.949 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2024-10-23 14:42:47.951 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-10-23 14:42:47.954 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:47.956 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-23 14:42:47.958 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-23 14:42:47.960 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-23 14:42:47.962 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-23 14:42:47.965 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-23 14:42:47.970 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-10-23 14:42:47.972 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-23 14:42:47.976 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-10-23 14:42:48.032 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-10-23 14:42:48.086 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:48.130 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-10-23 14:42:48.174 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-10-23 14:42:48.214 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:48.258 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-23 14:42:48.260 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-23 14:42:48.261 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-10-23 14:42:48.312 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-23 14:42:48.553 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-10-23 14:42:48.562 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-10-23 14:42:48.791 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-10-23 14:42:48.819 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:48.821 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:48.823 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:48.825 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:48.827 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:48.829 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:48.831 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:48.833 | + functions-common:time_stop:2442 : start_time=1729694567894 2024-10-23 14:42:48.835 | + functions-common:time_stop:2444 : [[ -z 1729694567894 ]] 2024-10-23 14:42:48.838 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:48.841 | + functions-common:time_stop:2447 : end_time=1729694568839 2024-10-23 14:42:48.843 | + functions-common:time_stop:2448 : elapsed_time=945 2024-10-23 14:42:48.845 | + functions-common:time_stop:2449 : total=12321 2024-10-23 14:42:48.847 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:48.850 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13266 2024-10-23 14:42:48.852 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-23 14:42:48.854 | + lib/cinder:start_cinder:637 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-23 14:42:48.856 | + functions-common:run_process:1689 : local service=c-bak 2024-10-23 14:42:48.858 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:48.860 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:48.862 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:48.864 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-23 14:42:48.866 | + functions-common:run_process:1695 : local name=c-bak 2024-10-23 14:42:48.868 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:48.870 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:48.872 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:48.874 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:48.876 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:48.880 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694568877 2024-10-23 14:42:48.882 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-10-23 14:42:48.895 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:48.897 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:48.899 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:48.902 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:48.904 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:48.906 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:48.907 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:48.910 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:48.912 | + functions-common:time_stop:2442 : start_time=1729694568877 2024-10-23 14:42:48.913 | + functions-common:time_stop:2444 : [[ -z 1729694568877 ]] 2024-10-23 14:42:48.916 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:48.919 | + functions-common:time_stop:2447 : end_time=1729694568917 2024-10-23 14:42:48.921 | + functions-common:time_stop:2448 : elapsed_time=40 2024-10-23 14:42:48.923 | + functions-common:time_stop:2449 : total=13266 2024-10-23 14:42:48.925 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:48.927 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13306 2024-10-23 14:42:48.929 | + lib/cinder:start_cinder:638 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-23 14:42:48.931 | + functions-common:run_process:1689 : local service=c-vol 2024-10-23 14:42:48.933 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:48.935 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:48.937 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:48.939 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-23 14:42:48.941 | + functions-common:run_process:1695 : local name=c-vol 2024-10-23 14:42:48.943 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:48.945 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:48.947 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:48.949 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:48.952 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:48.956 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694568953 2024-10-23 14:42:48.958 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-10-23 14:42:48.971 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:48.973 | + functions-common:run_process:1699 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-23 14:42:48.976 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-10-23 14:42:48.977 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:48.979 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:48.982 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:48.983 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:48.985 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-10-23 14:42:48.988 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-10-23 14:42:48.990 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-10-23 14:42:48.992 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:48.994 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:48.996 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:48.998 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-23 14:42:49.000 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-10-23 14:42:49.002 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-23 14:42:49.004 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-10-23 14:42:49.006 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:49.008 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-23 14:42:49.010 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-23 14:42:49.012 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-23 14:42:49.013 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-23 14:42:49.015 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-23 14:42:49.017 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-10-23 14:42:49.019 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-23 14:42:49.022 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-10-23 14:42:49.072 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-10-23 14:42:49.121 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-23 14:42:49.165 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-10-23 14:42:49.207 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-10-23 14:42:49.249 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:49.292 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-10-23 14:42:49.294 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-23 14:42:49.336 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-23 14:42:49.339 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-10-23 14:42:49.389 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-23 14:42:49.644 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-10-23 14:42:49.655 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-10-23 14:42:49.890 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-10-23 14:42:49.914 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:49.916 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:49.918 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:49.920 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:49.922 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:49.924 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:49.925 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:49.927 | + functions-common:time_stop:2442 : start_time=1729694568953 2024-10-23 14:42:49.929 | + functions-common:time_stop:2444 : [[ -z 1729694568953 ]] 2024-10-23 14:42:49.933 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:49.936 | + functions-common:time_stop:2447 : end_time=1729694569933 2024-10-23 14:42:49.938 | + functions-common:time_stop:2448 : elapsed_time=980 2024-10-23 14:42:49.940 | + functions-common:time_stop:2449 : total=13306 2024-10-23 14:42:49.942 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:49.944 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14286 2024-10-23 14:42:49.946 | + stack.sh:main:1330 : create_volume_types 2024-10-23 14:42:49.948 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-10-23 14:42:49.962 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:49.964 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-10-23 14:42:49.966 | + lib/cinder:create_volume_types:674 : local be be_name 2024-10-23 14:42:49.968 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-10-23 14:42:49.970 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-10-23 14:42:49.972 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-10-23 14:42:49.974 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-10-23 14:42:49.976 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-10-23 14:42:49.978 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-10-23 14:42:49.980 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-10-23 14:42:49.994 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:49.996 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-10-23 14:42:51.823 | +-------------+--------------------------------------+ 2024-10-23 14:42:51.823 | | Field | Value | 2024-10-23 14:42:51.823 | +-------------+--------------------------------------+ 2024-10-23 14:42:51.823 | | description | None | 2024-10-23 14:42:51.823 | | id | 42708bb0-c90f-47df-aa58-63b400d9022b | 2024-10-23 14:42:51.823 | | is_public | True | 2024-10-23 14:42:51.823 | | name | vsphere | 2024-10-23 14:42:51.823 | | properties | volume_backend_name='vsphere' | 2024-10-23 14:42:51.824 | +-------------+--------------------------------------+ 2024-10-23 14:42:51.949 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-10-23 14:42:51.951 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-10-23 14:42:51.954 | + stack.sh:main:1335 : [[ False == \T\r\u\e ]] 2024-10-23 14:42:51.956 | + stack.sh:main:1343 : is_service_enabled glance 2024-10-23 14:42:51.971 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:51.973 | + stack.sh:main:1344 : echo_summary 'Starting Glance' 2024-10-23 14:42:51.975 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:42:51.977 | + stack.sh:echo_summary:455 : echo -e Starting Glance 2024-10-23 14:42:51.979 | + stack.sh:main:1345 : start_glance 2024-10-23 14:42:51.981 | + lib/glance:start_glance:606 : local service_protocol=http 2024-10-23 14:42:51.983 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-10-23 14:42:51.997 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:52.000 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-10-23 14:42:52.002 | ++ lib/glance:start_glance:614 : which uwsgi 2024-10-23 14:42:52.006 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-23 14:42:52.008 | + functions-common:run_process:1689 : local service=g-api 2024-10-23 14:42:52.010 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-23 14:42:52.012 | + functions-common:run_process:1691 : local group= 2024-10-23 14:42:52.014 | + functions-common:run_process:1692 : local user= 2024-10-23 14:42:52.016 | + functions-common:run_process:1693 : local env_vars= 2024-10-23 14:42:52.018 | + functions-common:run_process:1695 : local name=g-api 2024-10-23 14:42:52.020 | + functions-common:run_process:1697 : time_start run_process 2024-10-23 14:42:52.022 | + functions-common:time_start:2421 : local name=run_process 2024-10-23 14:42:52.025 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:52.027 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:52.030 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:52.033 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694572031 2024-10-23 14:42:52.035 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-10-23 14:42:52.049 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:52.051 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-10-23 14:42:52.053 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-10-23 14:42:52.055 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-23 14:42:52.057 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-23 14:42:52.060 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-23 14:42:52.062 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-23 14:42:52.064 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-10-23 14:42:52.066 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-10-23 14:42:52.068 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-10-23 14:42:52.070 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-23 14:42:52.072 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-23 14:42:52.074 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-23 14:42:52.076 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-23 14:42:52.078 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-10-23 14:42:52.081 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' stack '' 2024-10-23 14:42:52.083 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-10-23 14:42:52.085 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-23 14:42:52.086 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-23 14:42:52.088 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-23 14:42:52.090 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-23 14:42:52.092 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-10-23 14:42:52.094 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-23 14:42:52.097 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2024-10-23 14:42:52.149 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-10-23 14:42:52.201 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-10-23 14:42:52.246 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-23 14:42:52.296 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-23 14:42:52.340 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-10-23 14:42:52.384 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-10-23 14:42:52.430 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-10-23 14:42:52.476 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-10-23 14:42:52.521 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-10-23 14:42:52.566 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-23 14:42:52.568 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-23 14:42:52.570 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-10-23 14:42:52.628 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-23 14:42:52.875 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-10-23 14:42:52.885 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-10-23 14:42:53.111 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-10-23 14:42:53.160 | + functions-common:run_process:1701 : time_stop run_process 2024-10-23 14:42:53.163 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:53.165 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:53.168 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:53.170 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:53.175 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:53.177 | + functions-common:time_stop:2441 : name=run_process 2024-10-23 14:42:53.179 | + functions-common:time_stop:2442 : start_time=1729694572031 2024-10-23 14:42:53.181 | + functions-common:time_stop:2444 : [[ -z 1729694572031 ]] 2024-10-23 14:42:53.184 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:53.187 | + functions-common:time_stop:2447 : end_time=1729694573185 2024-10-23 14:42:53.189 | + functions-common:time_stop:2448 : elapsed_time=1154 2024-10-23 14:42:53.192 | + functions-common:time_stop:2449 : total=14286 2024-10-23 14:42:53.194 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:53.196 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15440 2024-10-23 14:42:53.198 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-10-23 14:42:53.213 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:42:53.215 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-10-23 14:42:53.215 | Waiting for g-api (10.180.1.21) to start... 2024-10-23 14:42:53.218 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-10-23 14:42:53.220 | + functions:wait_for_service:468 : local timeout=60 2024-10-23 14:42:53.222 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-10-23 14:42:53.224 | + functions:wait_for_service:470 : local rval=0 2024-10-23 14:42:53.226 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-23 14:42:53.228 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-23 14:42:53.230 | + functions-common:time_start:2422 : local start_time= 2024-10-23 14:42:53.232 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:42:53.235 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:42:53.238 | + functions-common:time_start:2426 : _TIME_START[$name]=1729694573236 2024-10-23 14:42:53.240 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-23 14:42:53.243 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-10-23 14:42:55.265 | + :: : [[ 300 == 503 ]] 2024-10-23 14:42:55.266 | + :: : [[ 0 -eq 7 ]] 2024-10-23 14:42:55.269 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-23 14:42:55.271 | + functions-common:time_stop:2435 : local name 2024-10-23 14:42:55.273 | + functions-common:time_stop:2436 : local end_time 2024-10-23 14:42:55.275 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:42:55.278 | + functions-common:time_stop:2438 : local total 2024-10-23 14:42:55.280 | + functions-common:time_stop:2439 : local start_time 2024-10-23 14:42:55.282 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-23 14:42:55.284 | + functions-common:time_stop:2442 : start_time=1729694573236 2024-10-23 14:42:55.286 | + functions-common:time_stop:2444 : [[ -z 1729694573236 ]] 2024-10-23 14:42:55.289 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:42:55.292 | + functions-common:time_stop:2447 : end_time=1729694575290 2024-10-23 14:42:55.294 | + functions-common:time_stop:2448 : elapsed_time=2054 2024-10-23 14:42:55.296 | + functions-common:time_stop:2449 : total=8453 2024-10-23 14:42:55.298 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:42:55.300 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10507 2024-10-23 14:42:55.303 | + functions:wait_for_service:478 : return 0 2024-10-23 14:42:55.305 | + stack.sh:main:1359 : is_service_enabled mysql postgresql 2024-10-23 14:42:55.319 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:55.321 | + stack.sh:main:1359 : is_service_enabled glance 2024-10-23 14:42:55.335 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:42:55.337 | + stack.sh:main:1360 : echo_summary 'Uploading images' 2024-10-23 14:42:55.339 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:42:55.341 | + stack.sh:echo_summary:455 : echo -e Uploading images 2024-10-23 14:42:55.343 | + stack.sh:main:1362 : for image_url in ${IMAGE_URLS//,/ } 2024-10-23 14:42:55.345 | + stack.sh:main:1363 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-23 14:42:55.347 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-23 14:42:55.349 | + functions:upload_image:134 : local image image_fname image_name 2024-10-23 14:42:55.351 | + functions:upload_image:136 : local max_attempts=5 2024-10-23 14:42:55.353 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-10-23 14:42:55.356 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-23 14:42:55.359 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-23 14:42:55.361 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-10-23 14:42:55.362 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-10-23 14:42:55.365 | ++ functions:upload_image:144 : seq 5 2024-10-23 14:42:55.367 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-10-23 14:42:55.369 | + functions:upload_image:145 : local rc=0 2024-10-23 14:42:55.371 | + 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' 2024-10-23 14:42:55.373 | --2024-10-23 14:42:55-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-10-23 14:42:55.378 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-10-23 14:42:55.379 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-10-23 14:42:55.419 | HTTP request sent, awaiting response... 200 OK 2024-10-23 14:42:55.419 | Length: 21318656 (20M) [application/octet-stream] 2024-10-23 14:42:55.419 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-10-23 14:42:55.434 | 2024-10-23 14:42:55.528 | 0K ........ ........ .... 100% 186M=0.1s 2024-10-23 14:42:55.528 | 2024-10-23 14:42:55.528 | 2024-10-23 14:42:55 (186 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-10-23 14:42:55.528 | 2024-10-23 14:42:55.532 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-10-23 14:42:55.534 | + functions:upload_image:155 : break 2024-10-23 14:42:55.536 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-23 14:42:55.537 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-10-23 14:42:55.539 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-10-23 14:42:55.541 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-10-23 14:42:55.543 | + functions:upload_image:194 : local vmdk_disktype= 2024-10-23 14:42:55.545 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-10-23 14:42:55.546 | + functions:upload_image:196 : local path_len 2024-10-23 14:42:55.548 | + functions:upload_image:199 : local vmdk_adapter_type 2024-10-23 14:42:55.551 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-23 14:42:55.551 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-23 14:42:55.555 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-10-23 14:42:55.557 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-10-23 14:42:55.558 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-10-23 14:42:55.560 | + functions:upload_image:205 : local vmdk_create_type 2024-10-23 14:42:55.563 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-23 14:42:55.563 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-23 14:42:55.567 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-10-23 14:42:55.568 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-10-23 14:42:55.570 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-10-23 14:42:55.572 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-10-23 14:42:55.574 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-10-23 14:42:55.575 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-10-23 14:42:55.577 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-10-23 14:42:55.579 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-10-23 14:42:55.581 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-10-23 14:42:55.584 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-10-23 14:42:55.584 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-10-23 14:42:55.587 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-10-23 14:42:55.589 | + functions:upload_image:284 : IFS=':;' 2024-10-23 14:42:55.591 | + functions:upload_image:284 : read -a props 2024-10-23 14:42:55.593 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-10-23 14:42:55.595 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-10-23 14:42:55.597 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-10-23 14:42:55.598 | + 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 2024-10-23 14:42:55.600 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-10-23 14:42:55.602 | + functions:_upload_image:105 : shift 2024-10-23 14:42:55.604 | + functions:_upload_image:106 : local container=bare 2024-10-23 14:42:55.605 | + functions:_upload_image:107 : shift 2024-10-23 14:42:55.607 | + functions:_upload_image:108 : local disk=vmdk 2024-10-23 14:42:55.609 | + functions:_upload_image:109 : shift 2024-10-23 14:42:55.610 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-23 14:42:55.612 | + functions:_upload_image:111 : shift 2024-10-23 14:42:55.614 | + functions:_upload_image:112 : local properties 2024-10-23 14:42:55.615 | + functions:_upload_image:113 : local useimport 2024-10-23 14:42:55.618 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-10-23 14:42:55.619 | ++ functions:_image_properties_to_arg:87 : local result= 2024-10-23 14:42:55.621 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-10-23 14:42:55.623 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-10-23 14:42:55.625 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-10-23 14:42:55.627 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-10-23 14:42:55.628 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-10-23 14:42:55.630 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-10-23 14:42:55.632 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-10-23 14:42:55.633 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-10-23 14:42:55.635 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-10-23 14:42:55.637 | + 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 2024-10-23 14:42:58.206 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-10-23 14:42:58.206 | | Field | Value | 2024-10-23 14:42:58.206 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-10-23 14:42:58.206 | | container_format | bare | 2024-10-23 14:42:58.206 | | created_at | 2024-10-23T14:42:57Z | 2024-10-23 14:42:58.206 | | disk_format | vmdk | 2024-10-23 14:42:58.206 | | file | /v2/images/4a4a4830-1ff7-4cff-ab75-d665942f46b5/file | 2024-10-23 14:42:58.206 | | id | 4a4a4830-1ff7-4cff-ab75-d665942f46b5 | 2024-10-23 14:42:58.207 | | min_disk | 0 | 2024-10-23 14:42:58.207 | | min_ram | 0 | 2024-10-23 14:42:58.207 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-10-23 14:42:58.207 | | owner | 88755ffc9d394d14928f0692771e61f5 | 2024-10-23 14:42:58.207 | | 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' | 2024-10-23 14:42:58.207 | | protected | False | 2024-10-23 14:42:58.207 | | schema | /v2/schemas/image | 2024-10-23 14:42:58.207 | | status | queued | 2024-10-23 14:42:58.207 | | tags | | 2024-10-23 14:42:58.207 | | updated_at | 2024-10-23T14:42:57Z | 2024-10-23 14:42:58.207 | | visibility | public | 2024-10-23 14:42:58.207 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-10-23 14:42:58.330 | + functions:upload_image:291 : return 2024-10-23 14:42:58.333 | + stack.sh:main:1367 : async_wait create_flavors 2024-10-23 14:42:58.372 | [3657 Async create_flavors:52487]: Waiting for completion of create_flavors running on PID 52487 (2 other jobs running) 2024-10-23 14:42:58.391 | [3657 Async create_flavors:52487]: Signaling child to exit 2024-10-23 14:43:00.212 | + inc/async:async_inner:64 : rc=0 2024-10-23 14:43:00.232 | [52487 Async create_flavors:52487]: finished successfully 2024-10-23 14:43:00.249 | WAKEUP 2024-10-23 14:43:00.267 | [3657 Async create_flavors:52487]: Signaled 2024-10-23 14:43:00.268 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-10-23 14:43:00.268 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:00.268 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-10-23 14:43:00.268 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-10-23 14:43:00.268 | + lib/nova:create_flavors:1250 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2024-10-23 14:43:00.268 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.268 | | Field | Value | 2024-10-23 14:43:00.268 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.268 | | OS-FLV-DISABLED:disabled | False | 2024-10-23 14:43:00.268 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-23 14:43:00.268 | | description | None | 2024-10-23 14:43:00.268 | | disk | 1 | 2024-10-23 14:43:00.268 | | id | c1 | 2024-10-23 14:43:00.268 | | name | cirros256 | 2024-10-23 14:43:00.268 | | os-flavor-access:is_public | True | 2024-10-23 14:43:00.268 | | properties | hw_rng:allowed='True' | 2024-10-23 14:43:00.268 | | ram | 256 | 2024-10-23 14:43:00.268 | | rxtx_factor | 1.0 | 2024-10-23 14:43:00.268 | | swap | | 2024-10-23 14:43:00.268 | | vcpus | 1 | 2024-10-23 14:43:00.268 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.268 | + lib/nova:create_flavors:1251 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2024-10-23 14:43:00.268 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.268 | | Field | Value | 2024-10-23 14:43:00.268 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.268 | | OS-FLV-DISABLED:disabled | False | 2024-10-23 14:43:00.268 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-23 14:43:00.268 | | description | None | 2024-10-23 14:43:00.268 | | disk | 5 | 2024-10-23 14:43:00.268 | | id | d1 | 2024-10-23 14:43:00.268 | | name | ds512M | 2024-10-23 14:43:00.268 | | os-flavor-access:is_public | True | 2024-10-23 14:43:00.268 | | properties | hw_rng:allowed='True' | 2024-10-23 14:43:00.268 | | ram | 512 | 2024-10-23 14:43:00.268 | | rxtx_factor | 1.0 | 2024-10-23 14:43:00.268 | | swap | | 2024-10-23 14:43:00.268 | | vcpus | 1 | 2024-10-23 14:43:00.268 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.268 | + lib/nova:create_flavors:1252 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2024-10-23 14:43:00.268 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | Field | Value | 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | OS-FLV-DISABLED:disabled | False | 2024-10-23 14:43:00.269 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-23 14:43:00.269 | | description | None | 2024-10-23 14:43:00.269 | | disk | 10 | 2024-10-23 14:43:00.269 | | id | d2 | 2024-10-23 14:43:00.269 | | name | ds1G | 2024-10-23 14:43:00.269 | | os-flavor-access:is_public | True | 2024-10-23 14:43:00.269 | | properties | hw_rng:allowed='True' | 2024-10-23 14:43:00.269 | | ram | 1024 | 2024-10-23 14:43:00.269 | | rxtx_factor | 1.0 | 2024-10-23 14:43:00.269 | | swap | | 2024-10-23 14:43:00.269 | | vcpus | 1 | 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | + lib/nova:create_flavors:1253 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | Field | Value | 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | OS-FLV-DISABLED:disabled | False | 2024-10-23 14:43:00.269 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-23 14:43:00.269 | | description | None | 2024-10-23 14:43:00.269 | | disk | 10 | 2024-10-23 14:43:00.269 | | id | d3 | 2024-10-23 14:43:00.269 | | name | ds2G | 2024-10-23 14:43:00.269 | | os-flavor-access:is_public | True | 2024-10-23 14:43:00.269 | | properties | hw_rng:allowed='True' | 2024-10-23 14:43:00.269 | | ram | 2048 | 2024-10-23 14:43:00.269 | | rxtx_factor | 1.0 | 2024-10-23 14:43:00.269 | | swap | | 2024-10-23 14:43:00.269 | | vcpus | 2 | 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | + lib/nova:create_flavors:1254 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | Field | Value | 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | OS-FLV-DISABLED:disabled | False | 2024-10-23 14:43:00.269 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-23 14:43:00.269 | | description | None | 2024-10-23 14:43:00.269 | | disk | 20 | 2024-10-23 14:43:00.269 | | id | d4 | 2024-10-23 14:43:00.269 | | name | ds4G | 2024-10-23 14:43:00.269 | | os-flavor-access:is_public | True | 2024-10-23 14:43:00.269 | | properties | hw_rng:allowed='True' | 2024-10-23 14:43:00.269 | | ram | 4096 | 2024-10-23 14:43:00.269 | | rxtx_factor | 1.0 | 2024-10-23 14:43:00.269 | | swap | | 2024-10-23 14:43:00.269 | | vcpus | 4 | 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-10-23 14:43:00.269 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-10-23 14:43:00.269 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | Field | Value | 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | OS-FLV-DISABLED:disabled | False | 2024-10-23 14:43:00.269 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-23 14:43:00.269 | | description | None | 2024-10-23 14:43:00.269 | | disk | 1 | 2024-10-23 14:43:00.269 | | id | 1 | 2024-10-23 14:43:00.269 | | name | m1.tiny | 2024-10-23 14:43:00.269 | | os-flavor-access:is_public | True | 2024-10-23 14:43:00.269 | | properties | hw_rng:allowed='True' | 2024-10-23 14:43:00.269 | | ram | 512 | 2024-10-23 14:43:00.269 | | rxtx_factor | 1.0 | 2024-10-23 14:43:00.269 | | swap | | 2024-10-23 14:43:00.269 | | vcpus | 1 | 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | Field | Value | 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | OS-FLV-DISABLED:disabled | False | 2024-10-23 14:43:00.269 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-23 14:43:00.269 | | description | None | 2024-10-23 14:43:00.269 | | disk | 20 | 2024-10-23 14:43:00.269 | | id | 2 | 2024-10-23 14:43:00.269 | | name | m1.small | 2024-10-23 14:43:00.269 | | os-flavor-access:is_public | True | 2024-10-23 14:43:00.269 | | properties | hw_rng:allowed='True' | 2024-10-23 14:43:00.269 | | ram | 2048 | 2024-10-23 14:43:00.269 | | rxtx_factor | 1.0 | 2024-10-23 14:43:00.269 | | swap | | 2024-10-23 14:43:00.269 | | vcpus | 1 | 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | Field | Value | 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | OS-FLV-DISABLED:disabled | False | 2024-10-23 14:43:00.269 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-23 14:43:00.269 | | description | None | 2024-10-23 14:43:00.269 | | disk | 40 | 2024-10-23 14:43:00.269 | | id | 3 | 2024-10-23 14:43:00.269 | | name | m1.medium | 2024-10-23 14:43:00.269 | | os-flavor-access:is_public | True | 2024-10-23 14:43:00.269 | | properties | hw_rng:allowed='True' | 2024-10-23 14:43:00.269 | | ram | 4096 | 2024-10-23 14:43:00.269 | | rxtx_factor | 1.0 | 2024-10-23 14:43:00.269 | | swap | | 2024-10-23 14:43:00.269 | | vcpus | 2 | 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | Field | Value | 2024-10-23 14:43:00.269 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.269 | | OS-FLV-DISABLED:disabled | False | 2024-10-23 14:43:00.269 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-23 14:43:00.269 | | description | None | 2024-10-23 14:43:00.269 | | disk | 80 | 2024-10-23 14:43:00.269 | | id | 4 | 2024-10-23 14:43:00.269 | | name | m1.large | 2024-10-23 14:43:00.269 | | os-flavor-access:is_public | True | 2024-10-23 14:43:00.269 | | properties | hw_rng:allowed='True' | 2024-10-23 14:43:00.269 | | ram | 8192 | 2024-10-23 14:43:00.269 | | rxtx_factor | 1.0 | 2024-10-23 14:43:00.269 | | swap | | 2024-10-23 14:43:00.269 | | vcpus | 4 | 2024-10-23 14:43:00.270 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.270 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2024-10-23 14:43:00.270 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.270 | | Field | Value | 2024-10-23 14:43:00.270 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.270 | | OS-FLV-DISABLED:disabled | False | 2024-10-23 14:43:00.270 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-23 14:43:00.270 | | description | None | 2024-10-23 14:43:00.270 | | disk | 160 | 2024-10-23 14:43:00.270 | | id | 5 | 2024-10-23 14:43:00.270 | | name | m1.xlarge | 2024-10-23 14:43:00.270 | | os-flavor-access:is_public | True | 2024-10-23 14:43:00.270 | | properties | hw_rng:allowed='True' | 2024-10-23 14:43:00.270 | | ram | 16384 | 2024-10-23 14:43:00.270 | | rxtx_factor | 1.0 | 2024-10-23 14:43:00.270 | | swap | | 2024-10-23 14:43:00.270 | | vcpus | 8 | 2024-10-23 14:43:00.270 | +----------------------------+-----------------------+ 2024-10-23 14:43:00.301 | [3657 Async create_flavors:52487]: finished create_flavors with result 0 in 15 seconds 2024-10-23 14:43:00.304 | + inc/async:async_wait:197 : return 0 2024-10-23 14:43:00.306 | + stack.sh:main:1369 : is_service_enabled horizon 2024-10-23 14:43:00.319 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:43:00.321 | + stack.sh:main:1383 : is_service_enabled nova 2024-10-23 14:43:00.335 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:00.337 | + stack.sh:main:1383 : is_service_enabled keystone 2024-10-23 14:43:00.351 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:00.353 | + stack.sh:main:1384 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-10-23 14:43:00.355 | + stack.sh:main:1386 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-10-23 14:43:00.357 | + stack.sh:main:1390 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-10-23 14:43:00.360 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-10-23 14:43:00.362 | ++ 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 2024-10-23 14:43:00.364 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-10-23 14:43:00.365 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-10-23 14:43:00.367 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-10-23 14:43:00.368 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-10-23 14:43:00.369 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-10-23 14:43:00.370 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-10-23 14:43:00.371 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-10-23 14:43:00.372 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-10-23 14:43:00.373 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-10-23 14:43:00.374 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-10-23 14:43:00.375 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-10-23 14:43:00.376 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-23 14:43:00.377 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-10-23 14:43:00.378 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-10-23 14:43:00.379 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-10-23 14:43:00.380 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-23 14:43:00.381 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-10-23 14:43:00.382 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-10-23 14:43:00.383 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-10-23 14:43:00.384 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-23 14:43:00.385 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-10-23 14:43:00.386 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-10-23 14:43:00.387 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-10-23 14:43:00.388 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-10-23 14:43:00.389 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-23 14:43:00.390 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-10-23 14:43:00.391 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-10-23 14:43:00.392 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-10-23 14:43:00.393 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-10-23 14:43:00.394 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-10-23 14:43:00.395 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-23 14:43:00.396 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-10-23 14:43:00.398 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-10-23 14:43:00.399 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-10-23 14:43:00.400 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-10-23 14:43:00.401 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-10-23 14:43:00.402 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-10-23 14:43:00.403 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-10-23 14:43:00.404 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-10-23 14:43:00.405 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-10-23 14:43:00.406 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-10-23 14:43:00.407 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-10-23 14:43:00.408 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-10-23 14:43:00.409 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-10-23 14:43:00.410 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-10-23 14:43:00.411 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-10-23 14:43:00.412 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-10-23 14:43:00.413 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-10-23 14:43:00.414 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-10-23 14:43:00.415 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-10-23 14:43:00.416 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-10-23 14:43:00.418 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-10-23 14:43:00.419 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-10-23 14:43:00.420 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-10-23 14:43:00.421 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-10-23 14:43:00.421 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-10-23 14:43:00.421 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-10-23 14:43:00.422 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-10-23 14:43:01.326 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-10-23 14:43:01.327 | 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')) 2024-10-23 14:43:01.435 | + stack.sh:main:1395 : save_stackenv 2024-10-23 14:43:01.437 | + functions-common:save_stackenv:60 : local tag= 2024-10-23 14:43:01.440 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-10-23 14:43:01.443 | + functions-common:save_stackenv:62 : time_stamp=2024-10-23-144301 2024-10-23 14:43:01.445 | + functions-common:save_stackenv:63 : echo '# 2024-10-23-144301 ' 2024-10-23 14:43:01.447 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.449 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-10-23 14:43:01.451 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.453 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-10-23 14:43:01.455 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.457 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-10-23 14:43:01.459 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.461 | + 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 2024-10-23 14:43:01.463 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.465 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-10-23 14:43:01.467 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.469 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-10-23 14:43:01.471 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.473 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-10-23-143526 2024-10-23 14:43:01.475 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.477 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-10-23 14:43:01.478 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.480 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-10-23 14:43:01.482 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.484 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-10-23 14:43:01.486 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.488 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-10-23 14:43:01.490 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.492 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-10-23 14:43:01.494 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.496 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-10-23 14:43:01.498 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.500 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-10-23 14:43:01.502 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-23 14:43:01.504 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-10-23 14:43:01.506 | + stack.sh:main:1406 : merge_config_group /opt/stack/devstack/local.conf extra 2024-10-23 14:43:01.508 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-10-23 14:43:01.509 | + inc/meta-config:merge_config_group:171 : shift 2024-10-23 14:43:01.511 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-10-23 14:43:01.513 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:43:01.515 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-10-23 14:43:01.517 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-10-23 14:43:01.519 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-10-23 14:43:01.522 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:43:01.524 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-10-23 14:43:01.526 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:43:01.528 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-10-23 14:43:01.528 | /^\[\[.+\|.*\]\]/ { 2024-10-23 14:43:01.528 | gsub("[][]", "", $1); 2024-10-23 14:43:01.528 | split($1, a, "|"); 2024-10-23 14:43:01.528 | if (a[1] == matchgroup) 2024-10-23 14:43:01.528 | print a[2] 2024-10-23 14:43:01.528 | } 2024-10-23 14:43:01.528 | ' /opt/stack/devstack/local.conf 2024-10-23 14:43:01.532 | + stack.sh:main:1413 : run_phase stack extra 2024-10-23 14:43:01.534 | + functions-common:run_phase:1863 : local mode=stack 2024-10-23 14:43:01.536 | + functions-common:run_phase:1864 : local phase=extra 2024-10-23 14:43:01.538 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-23 14:43:01.540 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-23 14:43:01.542 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-23 14:43:01.545 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-23 14:43:01.547 | + functions-common:run_phase:1873 : local extra 2024-10-23 14:43:01.549 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-23 14:43:01.553 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-23 14:43:01.555 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-23 14:43:01.557 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-23 14:43:01.559 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-10-23 14:43:01.561 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-23 14:43:01.574 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:01.576 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:43:01.578 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:01.580 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-10-23 14:43:01.582 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:01.584 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-23 14:43:01.586 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:01.588 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-10-23 14:43:01.590 | ++ extras.d/80-tempest.sh:source:15 : : 2024-10-23 14:43:01.592 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-23 14:43:01.594 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-23 14:43:01.596 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:43:01.598 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-23 14:43:01.600 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-10-23 14:43:01.602 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-23 14:43:01.604 | + functions-common:run_plugins:1850 : local phase=extra 2024-10-23 14:43:01.606 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-23 14:43:01.608 | + functions-common:run_plugins:1853 : local plugin 2024-10-23 14:43:01.610 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-23 14:43:01.612 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-23 14:43:01.614 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-23 14:43:01.617 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-10-23 14:43:01.619 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:43:01.621 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:01.623 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-10-23 14:43:01.625 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:01.627 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-23 14:43:01.629 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:01.631 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-10-23 14:43:01.633 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-10-23 14:43:01.635 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:43:01.637 | ++ stack.sh:echo_summary:455 : echo -e Initializing Networking-NSX-T 2024-10-23 14:43:01.639 | + stack.sh:main:1421 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-10-23 14:43:01.641 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-10-23 14:43:01.643 | + inc/meta-config:merge_config_group:171 : shift 2024-10-23 14:43:01.645 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-10-23 14:43:01.647 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:43:01.649 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-10-23 14:43:01.651 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-10-23 14:43:01.654 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-10-23 14:43:01.656 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:43:01.658 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-10-23 14:43:01.660 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:43:01.662 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-10-23 14:43:01.662 | /^\[\[.+\|.*\]\]/ { 2024-10-23 14:43:01.662 | gsub("[][]", "", $1); 2024-10-23 14:43:01.662 | split($1, a, "|"); 2024-10-23 14:43:01.662 | if (a[1] == matchgroup) 2024-10-23 14:43:01.662 | print a[2] 2024-10-23 14:43:01.662 | } 2024-10-23 14:43:01.662 | ' /opt/stack/devstack/local.conf 2024-10-23 14:43:01.667 | + stack.sh:main:1430 : is_service_enabled n-cpu 2024-10-23 14:43:01.681 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:43:01.684 | + stack.sh:main:1435 : service_check 2024-10-23 14:43:01.686 | + functions-common:service_check:1728 : local service 2024-10-23 14:43:01.688 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:01.690 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-10-23 14:43:01.699 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-10-23 14:43:01.702 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:01.704 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-10-23 14:43:01.715 | enabled 2024-10-23 14:43:01.718 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-10-23 14:43:01.745 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-10-23 14:43:01.745 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-10-23 14:43:01.745 | Active: active (running) since Wed 2024-10-23 14:42:04 UTC; 56s ago 2024-10-23 14:43:01.745 | Main PID: 45785 (uwsgi) 2024-10-23 14:43:01.745 | Status: "uWSGI is ready" 2024-10-23 14:43:01.745 | Tasks: 3 (limit: 19126) 2024-10-23 14:43:01.745 | Memory: 238.7M 2024-10-23 14:43:01.745 | CPU: 6.099s 2024-10-23 14:43:01.745 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-10-23 14:43:01.745 | ├─45785 "nova-apiuWSGI master" 2024-10-23 14:43:01.745 | ├─45786 "nova-apiuWSGI worker 1" 2024-10-23 14:43:01.745 | └─45787 "nova-apiuWSGI worker 2" 2024-10-23 14:43:01.745 | 2024-10-23 14:43:01.745 | Oct 23 14:42:58 devstack devstack@n-api.service[45787]: [pid: 45787|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Oct 23 14:42:58 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-10-23 14:43:01.745 | Oct 23 14:43:00 devstack devstack@n-api.service[45786]: DEBUG nova.api.openstack.wsgi [None req-4879ab3b-9202-44e7-8320-660ef6f413d0 admin admin] Calling method '>' {{(pid=45786) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-10-23 14:43:01.745 | Oct 23 14:43:00 devstack devstack@n-api.service[45786]: INFO nova.api.openstack.requestlog [None req-4879ab3b-9202-44e7-8320-660ef6f413d0 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000935 2024-10-23 14:43:01.745 | Oct 23 14:43:00 devstack devstack@n-api.service[45786]: [pid: 45786|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Wed Oct 23 14:43:00 2024] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2024-10-23 14:43:01.745 | Oct 23 14:43:00 devstack devstack@n-api.service[45787]: DEBUG nova.api.openstack.wsgi [None req-7ec7568d-d51b-4311-a48a-44fddd1f67b4 admin admin] Action: 'create', calling method: >, body: {"flavor": {"rxtx_factor": 1.0, "swap": 0, "ram": 16384, "disk": 160, "OS-FLV-EXT-DATA:ephemeral": 0, "name": "m1.xlarge", "os-flavor-access:is_public": true, "vcpus": 8, "id": "5"}} {{(pid=45787) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-10-23 14:43:01.745 | Oct 23 14:43:00 devstack devstack@n-api.service[45787]: INFO nova.api.openstack.requestlog [None req-7ec7568d-d51b-4311-a48a-44fddd1f67b4 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035909 2024-10-23 14:43:01.745 | Oct 23 14:43:00 devstack devstack@n-api.service[45787]: [pid: 45787|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Wed Oct 23 14:43:00 2024] POST /compute/v2.1/flavors => generated 408 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-10-23 14:43:01.745 | Oct 23 14:43:00 devstack devstack@n-api.service[45786]: DEBUG nova.api.openstack.wsgi [None req-e71e0446-23f0-4e96-ab49-81622136f906 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=45786) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-10-23 14:43:01.745 | Oct 23 14:43:00 devstack devstack@n-api.service[45786]: INFO nova.api.openstack.requestlog [None req-e71e0446-23f0-4e96-ab49-81622136f906 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015338 2024-10-23 14:43:01.745 | Oct 23 14:43:00 devstack devstack@n-api.service[45786]: [pid: 45786|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Oct 23 14:43:00 2024] 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) 2024-10-23 14:43:01.748 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:01.750 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-10-23 14:43:01.759 | enabled 2024-10-23 14:43:01.762 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-10-23 14:43:01.774 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-10-23 14:43:01.774 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-10-23 14:43:01.774 | Active: active (running) since Wed 2024-10-23 14:42:41 UTC; 19s ago 2024-10-23 14:43:01.774 | Main PID: 51987 (nova-conductor) 2024-10-23 14:43:01.774 | Tasks: 3 (limit: 19126) 2024-10-23 14:43:01.774 | Memory: 148.1M 2024-10-23 14:43:01.774 | CPU: 2.067s 2024-10-23 14:43:01.774 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-10-23 14:43:01.774 | ├─51987 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-10-23 14:43:01.774 | ├─52435 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-10-23 14:43:01.774 | └─52436 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-10-23 14:43:01.774 | 2024-10-23 14:43:01.774 | Oct 23 14:42:43 devstack nova-conductor[51987]: DEBUG oslo_service.service [None req-a9e1c109-6243-43ed-a0af-11a54a8ed630 None None] oslo_limit.split_loggers = False {{(pid=51987) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.774 | Oct 23 14:42:43 devstack nova-conductor[51987]: DEBUG oslo_service.service [None req-a9e1c109-6243-43ed-a0af-11a54a8ed630 None None] oslo_limit.status_code_retries = None {{(pid=51987) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.774 | Oct 23 14:42:43 devstack nova-conductor[51987]: DEBUG oslo_service.service [None req-a9e1c109-6243-43ed-a0af-11a54a8ed630 None None] oslo_limit.status_code_retry_delay = None {{(pid=51987) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.774 | Oct 23 14:42:43 devstack nova-conductor[51987]: DEBUG oslo_service.service [None req-a9e1c109-6243-43ed-a0af-11a54a8ed630 None None] oslo_limit.timeout = None {{(pid=51987) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.774 | Oct 23 14:42:43 devstack nova-conductor[51987]: DEBUG oslo_service.service [None req-a9e1c109-6243-43ed-a0af-11a54a8ed630 None None] oslo_limit.valid_interfaces = None {{(pid=51987) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.774 | Oct 23 14:42:43 devstack nova-conductor[51987]: DEBUG oslo_service.service [None req-a9e1c109-6243-43ed-a0af-11a54a8ed630 None None] oslo_limit.version = None {{(pid=51987) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.774 | Oct 23 14:42:43 devstack nova-conductor[51987]: DEBUG oslo_service.service [None req-a9e1c109-6243-43ed-a0af-11a54a8ed630 None None] oslo_reports.file_event_handler = None {{(pid=51987) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.774 | Oct 23 14:42:43 devstack nova-conductor[51987]: DEBUG oslo_service.service [None req-a9e1c109-6243-43ed-a0af-11a54a8ed630 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51987) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.774 | Oct 23 14:42:43 devstack nova-conductor[51987]: DEBUG oslo_service.service [None req-a9e1c109-6243-43ed-a0af-11a54a8ed630 None None] oslo_reports.log_dir = None {{(pid=51987) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.774 | Oct 23 14:42:43 devstack nova-conductor[51987]: DEBUG oslo_service.service [None req-a9e1c109-6243-43ed-a0af-11a54a8ed630 None None] ******************************************************************************** {{(pid=51987) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-10-23 14:43:01.777 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:01.779 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-10-23 14:43:01.788 | enabled 2024-10-23 14:43:01.791 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-10-23 14:43:01.802 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-10-23 14:43:01.802 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-10-23 14:43:01.802 | Active: active (running) since Wed 2024-10-23 14:42:39 UTC; 22s ago 2024-10-23 14:43:01.802 | Main PID: 50384 (nova-scheduler) 2024-10-23 14:43:01.802 | Tasks: 3 (limit: 19126) 2024-10-23 14:43:01.802 | Memory: 147.1M 2024-10-23 14:43:01.802 | CPU: 2.126s 2024-10-23 14:43:01.802 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-10-23 14:43:01.802 | ├─50384 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-10-23 14:43:01.802 | ├─51488 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-10-23 14:43:01.802 | └─51491 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-10-23 14:43:01.802 | 2024-10-23 14:43:01.802 | Oct 23 14:42:41 devstack nova-scheduler[50384]: DEBUG oslo_service.service [None req-3023758e-b4be-4fbf-81b7-e33084af3a7f None None] oslo_limit.split_loggers = False {{(pid=50384) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.803 | Oct 23 14:42:41 devstack nova-scheduler[50384]: DEBUG oslo_service.service [None req-3023758e-b4be-4fbf-81b7-e33084af3a7f None None] oslo_limit.status_code_retries = None {{(pid=50384) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.803 | Oct 23 14:42:41 devstack nova-scheduler[50384]: DEBUG oslo_service.service [None req-3023758e-b4be-4fbf-81b7-e33084af3a7f None None] oslo_limit.status_code_retry_delay = None {{(pid=50384) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.803 | Oct 23 14:42:41 devstack nova-scheduler[50384]: DEBUG oslo_service.service [None req-3023758e-b4be-4fbf-81b7-e33084af3a7f None None] oslo_limit.timeout = None {{(pid=50384) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.803 | Oct 23 14:42:41 devstack nova-scheduler[50384]: DEBUG oslo_service.service [None req-3023758e-b4be-4fbf-81b7-e33084af3a7f None None] oslo_limit.valid_interfaces = None {{(pid=50384) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.803 | Oct 23 14:42:41 devstack nova-scheduler[50384]: DEBUG oslo_service.service [None req-3023758e-b4be-4fbf-81b7-e33084af3a7f None None] oslo_limit.version = None {{(pid=50384) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.803 | Oct 23 14:42:41 devstack nova-scheduler[50384]: DEBUG oslo_service.service [None req-3023758e-b4be-4fbf-81b7-e33084af3a7f None None] oslo_reports.file_event_handler = None {{(pid=50384) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.803 | Oct 23 14:42:41 devstack nova-scheduler[50384]: DEBUG oslo_service.service [None req-3023758e-b4be-4fbf-81b7-e33084af3a7f None None] oslo_reports.file_event_handler_interval = 1 {{(pid=50384) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.803 | Oct 23 14:42:41 devstack nova-scheduler[50384]: DEBUG oslo_service.service [None req-3023758e-b4be-4fbf-81b7-e33084af3a7f None None] oslo_reports.log_dir = None {{(pid=50384) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.803 | Oct 23 14:42:41 devstack nova-scheduler[50384]: DEBUG oslo_service.service [None req-3023758e-b4be-4fbf-81b7-e33084af3a7f None None] ******************************************************************************** {{(pid=50384) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-10-23 14:43:01.805 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:01.807 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-10-23 14:43:01.817 | enabled 2024-10-23 14:43:01.819 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-10-23 14:43:01.830 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-10-23 14:43:01.830 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-10-23 14:43:01.830 | Active: active (running) since Wed 2024-10-23 14:42:40 UTC; 21s ago 2024-10-23 14:43:01.830 | Main PID: 50953 (uwsgi) 2024-10-23 14:43:01.830 | Status: "uWSGI is ready" 2024-10-23 14:43:01.830 | Tasks: 4 (limit: 19126) 2024-10-23 14:43:01.830 | Memory: 201.5M 2024-10-23 14:43:01.830 | CPU: 4.095s 2024-10-23 14:43:01.830 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-10-23 14:43:01.830 | ├─50953 "nova-api-metauWSGI master" 2024-10-23 14:43:01.830 | ├─50960 "nova-api-metauWSGI worker 1" 2024-10-23 14:43:01.830 | ├─50961 "nova-api-metauWSGI worker 2" 2024-10-23 14:43:01.830 | └─50963 "nova-api-metauWSGI http 1" 2024-10-23 14:43:01.830 | 2024-10-23 14:43:01.830 | Oct 23 14:42:42 devstack devstack@n-api-meta.service[50961]: DEBUG oslo_concurrency.lockutils [None req-2a8c1247-9cfa-443b-b6a5-5dec0769eaae None None] Lock "b3c1ceaa-bc48-48ee-8b60-930585e76a41" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=50961) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-10-23 14:43:01.830 | Oct 23 14:42:42 devstack devstack@n-api-meta.service[50961]: DEBUG oslo_concurrency.lockutils [None req-2a8c1247-9cfa-443b-b6a5-5dec0769eaae None None] Lock "b3c1ceaa-bc48-48ee-8b60-930585e76a41" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.001s {{(pid=50961) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-10-23 14:43:01.830 | Oct 23 14:42:42 devstack devstack@n-api-meta.service[50961]: DEBUG oslo_db.sqlalchemy.engines [None req-2a8c1247-9cfa-443b-b6a5-5dec0769eaae 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=50961) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-23 14:43:01.830 | Oct 23 14:42:42 devstack devstack@n-api-meta.service[50961]: DEBUG oslo_db.sqlalchemy.engines [None req-2a8c1247-9cfa-443b-b6a5-5dec0769eaae 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=50961) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-23 14:43:01.830 | Oct 23 14:42:42 devstack devstack@n-api-meta.service[50960]: DEBUG oslo_db.sqlalchemy.engines [None req-a0a3586f-6977-49ba-9f10-b09ea00bebf2 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=50960) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-23 14:43:01.830 | Oct 23 14:42:42 devstack devstack@n-api-meta.service[50961]: DEBUG oslo_db.sqlalchemy.engines [None req-2a8c1247-9cfa-443b-b6a5-5dec0769eaae 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=50961) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-23 14:43:01.830 | Oct 23 14:42:42 devstack devstack@n-api-meta.service[50960]: WARNING nova.api.metadata.handler [None req-a0a3586f-6977-49ba-9f10-b09ea00bebf2 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-10-23 14:43:01.830 | Oct 23 14:42:42 devstack devstack@n-api-meta.service[50960]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x558e9d62af10 pid: 50960 (default app) 2024-10-23 14:43:01.830 | Oct 23 14:42:42 devstack devstack@n-api-meta.service[50961]: WARNING nova.api.metadata.handler [None req-2a8c1247-9cfa-443b-b6a5-5dec0769eaae None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-10-23 14:43:01.830 | Oct 23 14:42:42 devstack devstack@n-api-meta.service[50961]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x558e9d62af10 pid: 50961 (default app) 2024-10-23 14:43:01.833 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:01.835 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-10-23 14:43:01.844 | enabled 2024-10-23 14:43:01.847 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-10-23 14:43:01.858 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-10-23 14:43:01.858 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-10-23 14:43:01.858 | Active: active (running) since Wed 2024-10-23 14:42:13 UTC; 48s ago 2024-10-23 14:43:01.858 | Main PID: 47122 (uwsgi) 2024-10-23 14:43:01.858 | Status: "uWSGI is ready" 2024-10-23 14:43:01.858 | Tasks: 3 (limit: 19126) 2024-10-23 14:43:01.858 | Memory: 146.6M 2024-10-23 14:43:01.858 | CPU: 2.566s 2024-10-23 14:43:01.858 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-10-23 14:43:01.858 | ├─47122 "placementuWSGI master" 2024-10-23 14:43:01.858 | ├─47123 "placementuWSGI worker 1" 2024-10-23 14:43:01.858 | └─47124 "placementuWSGI worker 2" 2024-10-23 14:43:01.858 | 2024-10-23 14:43:01.858 | Oct 23 14:42:15 devstack devstack@placement-api.service[47123]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "resource_classes_sync" {{(pid=47123) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:315}} 2024-10-23 14:43:01.858 | Oct 23 14:42:15 devstack devstack@placement-api.service[47123]: DEBUG placement.objects.resource_class [-] Found existing resource classes in db: ['DISK_GB', 'FPGA', 'IPV4_ADDRESS', 'MEMORY_MB', 'MEM_ENCRYPTION_CONTEXT', 'NET_BW_EGR_KILOBIT_PER_SEC', 'NET_BW_IGR_KILOBIT_PER_SEC', 'NET_PACKET_RATE_EGR_KILOPACKET_PER_SEC', 'NET_PACKET_RATE_IGR_KILOPACKET_PER_SEC', 'NET_PACKET_RATE_KILOPACKET_PER_SEC', 'NUMA_CORE', 'NUMA_MEMORY_MB', 'NUMA_SOCKET', 'NUMA_THREAD', 'PCI_DEVICE', 'PCPU', 'PGPU', 'SRIOV_NET_VF', 'VCPU', 'VGPU', 'VGPU_DISPLAY_HEAD'] {{(pid=47123) _resource_classes_sync /opt/stack/placement/placement/objects/resource_class.py:233}} 2024-10-23 14:43:01.858 | Oct 23 14:42:15 devstack devstack@placement-api.service[47123]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=47123) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2024-10-23 14:43:01.858 | Oct 23 14:42:15 devstack devstack@placement-api.service[47123]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x557911129990 pid: 47123 (default app) 2024-10-23 14:43:01.858 | Oct 23 14:42:41 devstack devstack@placement-api.service[47124]: DEBUG placement.requestlog [None req-2ec54082-90b4-4a5f-ac5f-71ac91dc076f None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47124) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-10-23 14:43:01.858 | Oct 23 14:42:41 devstack devstack@placement-api.service[47124]: INFO placement.requestlog [None req-2ec54082-90b4-4a5f-ac5f-71ac91dc076f None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-10-23 14:43:01.858 | Oct 23 14:42:41 devstack devstack@placement-api.service[47124]: [pid: 47124|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Wed Oct 23 14:42:41 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-10-23 14:43:01.858 | Oct 23 14:42:43 devstack devstack@placement-api.service[47123]: DEBUG placement.requestlog [None req-99d81c2e-02be-4ac6-afdf-9486d5785b73 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47123) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-10-23 14:43:01.858 | Oct 23 14:42:43 devstack devstack@placement-api.service[47123]: INFO placement.requestlog [None req-99d81c2e-02be-4ac6-afdf-9486d5785b73 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-10-23 14:43:01.858 | Oct 23 14:42:43 devstack devstack@placement-api.service[47123]: [pid: 47123|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Wed Oct 23 14:42:43 2024] GET /placement => generated 136 bytes in 9 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-10-23 14:43:01.860 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:01.862 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-10-23 14:43:01.870 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-10-23 14:43:01.873 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:01.875 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-10-23 14:43:01.884 | enabled 2024-10-23 14:43:01.887 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-10-23 14:43:01.898 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-10-23 14:43:01.898 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-10-23 14:43:01.898 | Active: active (running) since Wed 2024-10-23 14:42:53 UTC; 8s ago 2024-10-23 14:43:01.898 | Main PID: 54780 (uwsgi) 2024-10-23 14:43:01.898 | Status: "uWSGI is ready" 2024-10-23 14:43:01.898 | Tasks: 7 (limit: 19126) 2024-10-23 14:43:01.898 | Memory: 237.4M 2024-10-23 14:43:01.898 | CPU: 4.598s 2024-10-23 14:43:01.898 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-10-23 14:43:01.898 | ├─54780 "glance-apiuWSGI master" 2024-10-23 14:43:01.898 | ├─54781 "glance-apiuWSGI worker 1" 2024-10-23 14:43:01.898 | └─54782 "glance-apiuWSGI worker 2" 2024-10-23 14:43:01.898 | 2024-10-23 14:43:01.898 | Oct 23 14:42:57 devstack devstack@g-api.service[54781]: DEBUG glance.api.middleware.version_negotiation [None req-a20b6031-da1e-4869-8c59-91eca35ceb2b None None] Using url versioning {{(pid=54781) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2024-10-23 14:43:01.898 | Oct 23 14:42:57 devstack devstack@g-api.service[54781]: DEBUG glance.api.middleware.version_negotiation [None req-a20b6031-da1e-4869-8c59-91eca35ceb2b None None] Matched version: v2 {{(pid=54781) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2024-10-23 14:43:01.898 | Oct 23 14:42:57 devstack devstack@g-api.service[54781]: DEBUG glance.api.middleware.version_negotiation [None req-a20b6031-da1e-4869-8c59-91eca35ceb2b None None] new path /v2/images/4a4a4830-1ff7-4cff-ab75-d665942f46b5/file {{(pid=54781) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2024-10-23 14:43:01.898 | Oct 23 14:42:57 devstack devstack@g-api.service[54781]: DEBUG oslo_db.sqlalchemy.engines [None req-8476e3d5-f963-45fb-a232-a8ba12f468b6 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=54781) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-23 14:43:01.898 | Oct 23 14:42:57 devstack devstack@g-api.service[54781]: INFO glance.api.v2.image_data [None req-8476e3d5-f963-45fb-a232-a8ba12f468b6 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-10-23 14:43:01.898 | Oct 23 14:42:58 devstack devstack@g-api.service[54781]: DEBUG glance.location [None req-8476e3d5-f963-45fb-a232-a8ba12f468b6 admin admin] Enabling in-flight format inspection for vmdk {{(pid=54781) set_data /opt/stack/glance/glance/location.py:592}} 2024-10-23 14:43:01.898 | Oct 23 14:42:58 devstack devstack@g-api.service[54781]: DEBUG glance_store._drivers.filesystem [None req-8476e3d5-f963-45fb-a232-a8ba12f468b6 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/4a4a4830-1ff7-4cff-ab75-d665942f46b5 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=54781) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-10-23 14:43:01.898 | Oct 23 14:42:58 devstack devstack@g-api.service[54781]: INFO glance.location [None req-8476e3d5-f963-45fb-a232-a8ba12f468b6 admin admin] Image format matched and virtual size computed: 117440512 2024-10-23 14:43:01.898 | Oct 23 14:42:58 devstack devstack@g-api.service[54781]: DEBUG glance_store.backend [None req-8476e3d5-f963-45fb-a232-a8ba12f468b6 admin admin] Skipping store.set_acls... not implemented. {{(pid=54781) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-10-23 14:43:01.898 | Oct 23 14:42:58 devstack devstack@g-api.service[54781]: [pid: 54781|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Wed Oct 23 14:42:57 2024] PUT /v2/images/4a4a4830-1ff7-4cff-ab75-d665942f46b5/file => generated 0 bytes in 903 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-10-23 14:43:01.901 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:01.903 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-10-23 14:43:01.912 | enabled 2024-10-23 14:43:01.915 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-10-23 14:43:01.925 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-10-23 14:43:01.925 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-10-23 14:43:01.925 | Active: active (running) since Wed 2024-10-23 14:42:48 UTC; 13s ago 2024-10-23 14:43:01.925 | Main PID: 53583 (cinder-schedule) 2024-10-23 14:43:01.925 | Tasks: 1 (limit: 19126) 2024-10-23 14:43:01.925 | Memory: 102.0M 2024-10-23 14:43:01.925 | CPU: 1.775s 2024-10-23 14:43:01.925 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-10-23 14:43:01.925 | └─53583 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-10-23 14:43:01.925 | 2024-10-23 14:43:01.926 | Oct 23 14:42:50 devstack cinder-scheduler[53583]: DEBUG oslo_service.service [None req-2511146e-b4a5-4397-a39b-ecdfdd639b2e None None] nova.token_auth_url = None {{(pid=53583) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:01.926 | Oct 23 14:42:50 devstack cinder-scheduler[53583]: DEBUG oslo_service.service [None req-2511146e-b4a5-4397-a39b-ecdfdd639b2e None None] ******************************************************************************** {{(pid=53583) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-10-23 14:43:01.926 | Oct 23 14:42:50 devstack cinder-scheduler[53583]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-10-23 14:43:01.926 | Oct 23 14:42:50 devstack cinder-scheduler[53583]: INFO cinder.manager [None req-311ecf5c-4860-4ac2-bf85-f3a007d1c73b None None] Initiating service 1 cleanup 2024-10-23 14:43:01.926 | Oct 23 14:42:50 devstack cinder-scheduler[53583]: INFO cinder.manager [None req-311ecf5c-4860-4ac2-bf85-f3a007d1c73b None None] Service 1 cleanup completed. 2024-10-23 14:43:01.926 | Oct 23 14:42:50 devstack cinder-scheduler[53583]: DEBUG cinder.service [None req-311ecf5c-4860-4ac2-bf85-f3a007d1c73b None None] Creating RPC server for service cinder-scheduler {{(pid=53583) start /opt/stack/cinder/cinder/service.py:239}} 2024-10-23 14:43:01.926 | Oct 23 14:42:50 devstack cinder-scheduler[53583]: DEBUG cinder.service [None req-311ecf5c-4860-4ac2-bf85-f3a007d1c73b None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53583) start /opt/stack/cinder/cinder/service.py:245}} 2024-10-23 14:43:01.926 | Oct 23 14:42:54 devstack cinder-scheduler[53583]: DEBUG cinder.scheduler.host_manager [None req-858bd25d-fbad-4f7c-be32-831890a67816 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=53583) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-10-23 14:43:01.926 | Oct 23 14:42:54 devstack cinder-scheduler[53583]: DEBUG cinder.scheduler.host_manager [None req-858bd25d-fbad-4f7c-be32-831890a67816 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(2024, 10, 23, 14, 42, 54, 196646)} {{(pid=53583) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-10-23 14:43:01.926 | Oct 23 14:42:54 devstack cinder-scheduler[53583]: DEBUG cinder.utils [None req-858bd25d-fbad-4f7c-be32-831890a67816 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=53583) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-10-23 14:43:01.928 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:01.930 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-10-23 14:43:01.939 | enabled 2024-10-23 14:43:01.942 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-10-23 14:43:01.952 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-10-23 14:43:01.952 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-10-23 14:43:01.952 | Active: active (running) since Wed 2024-10-23 14:42:45 UTC; 16s ago 2024-10-23 14:43:01.952 | Main PID: 53078 (uwsgi) 2024-10-23 14:43:01.952 | Status: "uWSGI is ready" 2024-10-23 14:43:01.952 | Tasks: 5 (limit: 19126) 2024-10-23 14:43:01.952 | Memory: 229.6M 2024-10-23 14:43:01.952 | CPU: 4.919s 2024-10-23 14:43:01.952 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-10-23 14:43:01.952 | ├─53078 "cinder-apiuWSGI master" 2024-10-23 14:43:01.952 | ├─53079 "cinder-apiuWSGI worker 1" 2024-10-23 14:43:01.952 | └─53080 "cinder-apiuWSGI worker 2" 2024-10-23 14:43:01.952 | 2024-10-23 14:43:01.953 | Oct 23 14:42:51 devstack devstack@c-api.service[53080]: INFO cinder.api.openstack.wsgi [None req-e0935c33-3392-4095-b7a4-e8e3afc0c883 admin admin] http://10.180.1.21/volume/v3/88755ffc9d394d14928f0692771e61f5/types returned with HTTP 200 2024-10-23 14:43:01.953 | Oct 23 14:42:51 devstack devstack@c-api.service[53080]: [pid: 53080|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Wed Oct 23 14:42:51 2024] POST /volume/v3/88755ffc9d394d14928f0692771e61f5/types => generated 182 bytes in 390 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-10-23 14:43:01.953 | Oct 23 14:42:51 devstack devstack@c-api.service[53079]: DEBUG cinder.api.middleware.request_id [req-e0935c33-3392-4095-b7a4-e8e3afc0c883 req-7b9b9a1b-2082-4f20-835d-1c68f5d99719 None None] RequestId filter calling following filter/app {{(pid=53079) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-10-23 14:43:01.953 | Oct 23 14:42:51 devstack devstack@c-api.service[53079]: INFO cinder.api.openstack.wsgi [req-e0935c33-3392-4095-b7a4-e8e3afc0c883 req-7b9b9a1b-2082-4f20-835d-1c68f5d99719 admin admin] POST http://10.180.1.21/volume/v3/88755ffc9d394d14928f0692771e61f5/types/42708bb0-c90f-47df-aa58-63b400d9022b/extra_specs 2024-10-23 14:43:01.953 | Oct 23 14:42:51 devstack devstack@c-api.service[53079]: DEBUG cinder.api.openstack.wsgi [req-e0935c33-3392-4095-b7a4-e8e3afc0c883 req-7b9b9a1b-2082-4f20-835d-1c68f5d99719 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=53079) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-10-23 14:43:01.953 | Oct 23 14:42:51 devstack devstack@c-api.service[53079]: /usr/local/lib/python3.10/dist-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2024-10-23 14:43:01.953 | Oct 23 14:42:51 devstack devstack@c-api.service[53079]: warnings.warn('Policy enforcement is depending on the value of ' 2024-10-23 14:43:01.953 | Oct 23 14:42:51 devstack devstack@c-api.service[53079]: DEBUG oslo_db.sqlalchemy.engines [req-e0935c33-3392-4095-b7a4-e8e3afc0c883 req-7b9b9a1b-2082-4f20-835d-1c68f5d99719 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=53079) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-23 14:43:01.953 | Oct 23 14:42:51 devstack devstack@c-api.service[53079]: INFO cinder.api.openstack.wsgi [req-e0935c33-3392-4095-b7a4-e8e3afc0c883 req-7b9b9a1b-2082-4f20-835d-1c68f5d99719 admin admin] http://10.180.1.21/volume/v3/88755ffc9d394d14928f0692771e61f5/types/42708bb0-c90f-47df-aa58-63b400d9022b/extra_specs returned with HTTP 200 2024-10-23 14:43:01.953 | Oct 23 14:42:51 devstack devstack@c-api.service[53079]: [pid: 53079|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Wed Oct 23 14:42:51 2024] POST /volume/v3/88755ffc9d394d14928f0692771e61f5/types/42708bb0-c90f-47df-aa58-63b400d9022b/extra_specs => generated 51 bytes in 334 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-10-23 14:43:01.955 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:01.957 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-10-23 14:43:01.966 | enabled 2024-10-23 14:43:01.969 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-10-23 14:43:01.980 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-10-23 14:43:01.980 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-10-23 14:43:01.980 | Active: active (running) since Wed 2024-10-23 14:42:49 UTC; 12s ago 2024-10-23 14:43:01.980 | Main PID: 54138 (cinder-volume) 2024-10-23 14:43:01.980 | Tasks: 3 (limit: 19126) 2024-10-23 14:43:01.980 | Memory: 251.5M 2024-10-23 14:43:01.980 | CPU: 4.307s 2024-10-23 14:43:01.980 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-10-23 14:43:01.980 | ├─54138 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-10-23 14:43:01.980 | └─54238 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-10-23 14:43:01.980 | 2024-10-23 14:43:01.980 | Oct 23 14:42:54 devstack cinder-volume[54238]: DEBUG cinder.image.image_utils [None req-858bd25d-fbad-4f7c-be32-831890a67816 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=54238) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1239}} 2024-10-23 14:43:01.980 | Oct 23 14:42:54 devstack cinder-volume[54238]: INFO cinder.keymgr.migration [None req-32d76b72-a210-4195-bb94-db9beea42115 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-10-23 14:43:01.980 | Oct 23 14:42:54 devstack cinder-volume[54238]: DEBUG cinder.manager [None req-858bd25d-fbad-4f7c-be32-831890a67816 None None] Notifying Schedulers of capabilities ... {{(pid=54238) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-10-23 14:43:01.980 | Oct 23 14:42:54 devstack cinder-volume[54238]: INFO cinder.volume.manager [None req-858bd25d-fbad-4f7c-be32-831890a67816 None None] Driver initialization completed successfully. 2024-10-23 14:43:01.980 | Oct 23 14:42:54 devstack cinder-volume[54238]: INFO cinder.manager [None req-858bd25d-fbad-4f7c-be32-831890a67816 None None] Initiating service 2 cleanup 2024-10-23 14:43:01.980 | Oct 23 14:42:54 devstack cinder-volume[54238]: INFO cinder.manager [None req-858bd25d-fbad-4f7c-be32-831890a67816 None None] Service 2 cleanup completed. 2024-10-23 14:43:01.980 | Oct 23 14:42:54 devstack cinder-volume[54238]: DEBUG cinder.service [None req-858bd25d-fbad-4f7c-be32-831890a67816 None None] Creating RPC server for service cinder-volume {{(pid=54238) start /opt/stack/cinder/cinder/service.py:239}} 2024-10-23 14:43:01.980 | Oct 23 14:42:54 devstack cinder-volume[54238]: DEBUG cinder.service [None req-858bd25d-fbad-4f7c-be32-831890a67816 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54238) start /opt/stack/cinder/cinder/service.py:245}} 2024-10-23 14:43:01.980 | Oct 23 14:42:54 devstack cinder-volume[54238]: INFO cinder.volume.manager [None req-858bd25d-fbad-4f7c-be32-831890a67816 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-10-23 14:43:01.980 | Oct 23 14:42:54 devstack cinder-volume[54238]: INFO cinder.volume.manager [None req-858bd25d-fbad-4f7c-be32-831890a67816 None None] Driver post RPC initialization completed successfully. 2024-10-23 14:43:01.983 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:01.985 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-10-23 14:43:01.993 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-10-23 14:43:01.996 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:01.998 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-10-23 14:43:02.006 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-10-23 14:43:02.009 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:02.011 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-10-23 14:43:02.020 | enabled 2024-10-23 14:43:02.022 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-10-23 14:43:02.033 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-10-23 14:43:02.033 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-10-23 14:43:02.033 | Active: active (running) since Wed 2024-10-23 14:42:08 UTC; 53s ago 2024-10-23 14:43:02.033 | Main PID: 46473 (/usr/bin/python) 2024-10-23 14:43:02.033 | Tasks: 5 (limit: 19126) 2024-10-23 14:43:02.033 | Memory: 376.6M 2024-10-23 14:43:02.033 | CPU: 9.675s 2024-10-23 14:43:02.033 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-10-23 14:43:02.033 | ├─46473 "/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2024-10-23 14:43:02.033 | ├─46575 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-23 14:43:02.033 | ├─46576 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-23 14:43:02.033 | ├─46577 "neutron-server: rpc worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-23 14:43:02.033 | └─46578 "neutron-server: periodic worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-23 14:43:02.033 | 2024-10-23 14:43:02.033 | Oct 23 14:42:39 devstack neutron-server[46577]: DEBUG neutron.plugins.ml2.plugin [None req-f56f5aeb-40a6-4038-aac5-ddf4833103d1 None None] Current status of the port dea0135b-bcac-4608-971c-1f3f18325af6 is: ACTIVE; New status is: ACTIVE {{(pid=46577) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-10-23 14:43:02.033 | Oct 23 14:42:39 devstack neutron-server[46577]: DEBUG neutron.plugins.ml2.rpc [None req-f56f5aeb-40a6-4038-aac5-ddf4833103d1 None None] Device a0156104-5084-49f6-9d72-3eafc7dc7a8f up at agent ovs-agent-devstack {{(pid=46577) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2024-10-23 14:43:02.033 | Oct 23 14:42:39 devstack neutron-server[46577]: DEBUG neutron.db.provisioning_blocks [None req-f56f5aeb-40a6-4038-aac5-ddf4833103d1 None None] Provisioning complete for port a0156104-5084-49f6-9d72-3eafc7dc7a8f triggered by entity L2. {{(pid=46577) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2024-10-23 14:43:02.034 | Oct 23 14:42:39 devstack neutron-server[46577]: DEBUG neutron_lib.callbacks.manager [None req-f56f5aeb-40a6-4038-aac5-ddf4833103d1 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-911331'] for port (a0156104-5084-49f6-9d72-3eafc7dc7a8f), provisioning_complete {{(pid=46577) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-23 14:43:02.034 | Oct 23 14:42:39 devstack neutron-server[46577]: INFO neutron.plugins.ml2.plugin [None req-f56f5aeb-40a6-4038-aac5-ddf4833103d1 None None] Attempt 1 to provision port a0156104-5084-49f6-9d72-3eafc7dc7a8f 2024-10-23 14:43:02.034 | Oct 23 14:42:39 devstack neutron-server[46577]: DEBUG neutron.plugins.ml2.plugin [None req-f56f5aeb-40a6-4038-aac5-ddf4833103d1 None None] Current status of the port a0156104-5084-49f6-9d72-3eafc7dc7a8f is: ACTIVE; New status is: ACTIVE {{(pid=46577) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-10-23 14:43:02.034 | Oct 23 14:42:48 devstack neutron-server[46577]: DEBUG neutron_lib.callbacks.manager [None req-67adc0a9-6a3c-4267-bf5c-3b4f020677eb None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8573692378971', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-911181'] for agent (7fc951d4-047c-49a6-a37e-af8f2ebf8bbc), after_update {{(pid=46577) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-23 14:43:02.034 | Oct 23 14:42:49 devstack neutron-server[46577]: DEBUG neutron_lib.callbacks.manager [None req-dd3dac73-8ced-4495-83f5-a8a567e65761 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8573692378971', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-911181'] for agent (b7ceb3e5-bfd3-4351-b3ee-4b18e51ea5cd), after_update {{(pid=46577) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-23 14:43:02.034 | Oct 23 14:42:49 devstack neutron-server[46577]: DEBUG neutron_lib.callbacks.manager [None req-f56f5aeb-40a6-4038-aac5-ddf4833103d1 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8573692378971', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-911181'] for agent (86dcacf5-28ec-4747-8d97-62faa13643bc), after_update {{(pid=46577) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-23 14:43:02.034 | Oct 23 14:42:50 devstack neutron-server[46577]: DEBUG neutron_lib.callbacks.manager [None req-0f611429-7115-45f9-859a-2ea099df899f None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8573692378971', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-911181'] for agent (131ec49a-c311-4c43-b43d-e352eeccef26), after_update {{(pid=46577) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-23 14:43:02.036 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:02.038 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-10-23 14:43:02.046 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-10-23 14:43:02.049 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:02.051 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-10-23 14:43:02.059 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-10-23 14:43:02.062 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:02.064 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-10-23 14:43:02.073 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-10-23 14:43:02.075 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:02.078 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-10-23 14:43:02.087 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-10-23 14:43:02.090 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:02.092 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-10-23 14:43:02.101 | enabled 2024-10-23 14:43:02.104 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-10-23 14:43:02.115 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-10-23 14:43:02.115 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-10-23 14:43:02.115 | Active: active (running) since Wed 2024-10-23 14:42:15 UTC; 46s ago 2024-10-23 14:43:02.115 | Main PID: 47623 (neutron-openvsw) 2024-10-23 14:43:02.115 | Tasks: 4 (limit: 19126) 2024-10-23 14:43:02.115 | Memory: 159.2M 2024-10-23 14:43:02.115 | CPU: 3.691s 2024-10-23 14:43:02.115 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-10-23 14:43:02.115 | ├─47623 "neutron-openvswitch-agent (/usr/bin/python3.10 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-23 14:43:02.115 | ├─49097 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmp95c6xk08/privsep.sock 2024-10-23 14:43:02.115 | └─49102 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-10-23 14:43:02.115 | 2024-10-23 14:43:02.115 | Oct 23 14:42:57 devstack neutron-openvswitch-agent[47623]: DEBUG neutron.agent.linux.utils [None req-f6416a92-f6d2-4a8d-a471-f174846642eb None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49102. {{(pid=47623) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-10-23 14:43:02.115 | Oct 23 14:42:57 devstack neutron-openvswitch-agent[47623]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-f6416a92-f6d2-4a8d-a471-f174846642eb None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-10-23 14:43:02.115 | Oct 23 14:42:59 devstack neutron-openvswitch-agent[47623]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-f6416a92-f6d2-4a8d-a471-f174846642eb None None] Agent rpc_loop - iteration:19 started 2024-10-23 14:43:02.115 | Oct 23 14:42:59 devstack neutron-openvswitch-agent[47623]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-f6416a92-f6d2-4a8d-a471-f174846642eb None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xd5ede57d,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=18388333360980373703,duration_nsec=209000000,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=47623) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-10-23 14:43:02.115 | Oct 23 14:42:59 devstack neutron-openvswitch-agent[47623]: DEBUG neutron.agent.linux.utils [None req-f6416a92-f6d2-4a8d-a471-f174846642eb None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49102. {{(pid=47623) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-10-23 14:43:02.115 | Oct 23 14:42:59 devstack neutron-openvswitch-agent[47623]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-f6416a92-f6d2-4a8d-a471-f174846642eb None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-10-23 14:43:02.115 | Oct 23 14:43:01 devstack neutron-openvswitch-agent[47623]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-f6416a92-f6d2-4a8d-a471-f174846642eb None None] Agent rpc_loop - iteration:20 started 2024-10-23 14:43:02.115 | Oct 23 14:43:01 devstack neutron-openvswitch-agent[47623]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-f6416a92-f6d2-4a8d-a471-f174846642eb None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xd5ede57f,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=18388333360980373703,duration_nsec=211000000,duration_sec=43,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=47623) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-10-23 14:43:02.115 | Oct 23 14:43:01 devstack neutron-openvswitch-agent[47623]: DEBUG neutron.agent.linux.utils [None req-f6416a92-f6d2-4a8d-a471-f174846642eb None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49102. {{(pid=47623) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-10-23 14:43:02.115 | Oct 23 14:43:01 devstack neutron-openvswitch-agent[47623]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-f6416a92-f6d2-4a8d-a471-f174846642eb None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-10-23 14:43:02.118 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:02.120 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-10-23 14:43:02.129 | enabled 2024-10-23 14:43:02.132 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-10-23 14:43:02.143 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-10-23 14:43:02.143 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-10-23 14:43:02.143 | Active: active (running) since Wed 2024-10-23 14:42:16 UTC; 45s ago 2024-10-23 14:43:02.143 | Main PID: 48041 (neutron-dhcp-ag) 2024-10-23 14:43:02.143 | Tasks: 13 (limit: 19126) 2024-10-23 14:43:02.143 | Memory: 423.4M 2024-10-23 14:43:02.143 | CPU: 8.484s 2024-10-23 14:43:02.143 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-10-23 14:43:02.143 | ├─48041 "neutron-dhcp-agent (/usr/bin/python3.10 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2024-10-23 14:43:02.143 | ├─49259 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp27daqjwx/privsep.sock 2024-10-23 14:43:02.143 | ├─49300 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpobo4rd2d/privsep.sock 2024-10-23 14:43:02.143 | ├─49391 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpw4kswpn6/privsep.sock 2024-10-23 14:43:02.143 | ├─49480 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-10-23 14:43:02.143 | ├─49481 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-10-23 14:43:02.143 | └─49492 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/bc06d9f6-27eb-4ce0-8c6e-d80ca7ccb624/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/bc06d9f6-27eb-4ce0-8c6e-d80ca7ccb624/host --addn-hosts=/opt/stack/data/neutron/dhcp/bc06d9f6-27eb-4ce0-8c6e-d80ca7ccb624/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/bc06d9f6-27eb-4ce0-8c6e-d80ca7ccb624/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/bc06d9f6-27eb-4ce0-8c6e-d80ca7ccb624/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-815445ec-0e8b-4941-9e18-76e024c12a74,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 2024-10-23 14:43:02.143 | 2024-10-23 14:43:02.143 | Oct 23 14:42:33 devstack neutron-dhcp-agent[48041]: INFO neutron.agent.dhcp.agent [None req-0776720a-9422-4c69-a780-9ec532e50ea7 None None] DHCP configuration for ports {'a0156104-5084-49f6-9d72-3eafc7dc7a8f'} is completed 2024-10-23 14:43:02.143 | Oct 23 14:42:34 devstack neutron-dhcp-agent[48041]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '436acce0-697d-44fe-86ae-a1d7b3f16f18'}, 'priority': 0},) {} {{(pid=48041) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-10-23 14:43:02.143 | Oct 23 14:42:34 devstack neutron-dhcp-agent[48041]: DEBUG oslo_concurrency.lockutils [None req-306d33de-6498-42a5-b42d-a7406b33d03f None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48041) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-10-23 14:43:02.143 | Oct 23 14:42:34 devstack neutron-dhcp-agent[48041]: DEBUG oslo_concurrency.lockutils [None req-306d33de-6498-42a5-b42d-a7406b33d03f None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48041) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-10-23 14:43:02.143 | Oct 23 14:42:34 devstack neutron-dhcp-agent[48041]: DEBUG oslo_concurrency.lockutils [None req-306d33de-6498-42a5-b42d-a7406b33d03f None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48041) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-10-23 14:43:02.143 | Oct 23 14:42:34 devstack neutron-dhcp-agent[48041]: DEBUG neutron.agent.dhcp.agent [None req-306d33de-6498-42a5-b42d-a7406b33d03f None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '2b741774-8702-4a95-8ac3-4fb79823d64a', 'name': 'public-subnet', 'tenant_id': '88755ffc9d394d14928f0692771e61f5', 'network_id': '436acce0-697d-44fe-86ae-a1d7b3f16f18', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '10.180.180.1', 'cidr': '10.180.180.0/24', 'allocation_pools': [{'start': '10.180.180.128', 'end': '10.180.180.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2024-10-23T14:42:34Z', 'updated_at': '2024-10-23T14:42:34Z', 'revision_number': 0, 'project_id': '88755ffc9d394d14928f0692771e61f5', 'network': {'id': '436acce0-697d-44fe-86ae-a1d7b3f16f18', 'name': 'public', 'tenant_id': '88755ffc9d394d14928f0692771e61f5', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['2b741774-8702-4a95-8ac3-4fb79823d64a'], 'standard_attr_id': 17, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2024-10-23T14:42:30Z', 'updated_at': '2024-10-23T14:42:34Z', 'revision_number': 2, 'project_id': '88755ffc9d394d14928f0692771e61f5', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=48041) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-10-23 14:43:02.143 | Oct 23 14:42:34 devstack neutron-dhcp-agent[48041]: DEBUG oslo_concurrency.lockutils [None req-41ecef9d-3d2f-458c-af73-b59ed0f49a5e None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48041) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-10-23 14:43:02.143 | Oct 23 14:42:34 devstack neutron-dhcp-agent[48041]: DEBUG oslo_concurrency.lockutils [None req-41ecef9d-3d2f-458c-af73-b59ed0f49a5e None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48041) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-10-23 14:43:02.143 | Oct 23 14:42:34 devstack neutron-dhcp-agent[48041]: DEBUG oslo_concurrency.lockutils [None req-41ecef9d-3d2f-458c-af73-b59ed0f49a5e None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48041) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-10-23 14:43:02.143 | Oct 23 14:42:36 devstack neutron-dhcp-agent[48041]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=48041) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-10-23 14:43:02.146 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:02.148 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-10-23 14:43:02.157 | enabled 2024-10-23 14:43:02.160 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-10-23 14:43:02.170 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-10-23 14:43:02.170 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-10-23 14:43:02.170 | Active: active (running) since Wed 2024-10-23 14:42:17 UTC; 44s ago 2024-10-23 14:43:02.170 | Main PID: 48471 (neutron-l3-agen) 2024-10-23 14:43:02.170 | Tasks: 22 (limit: 19126) 2024-10-23 14:43:02.170 | Memory: 428.6M 2024-10-23 14:43:02.170 | CPU: 8.544s 2024-10-23 14:43:02.170 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-10-23 14:43:02.170 | ├─48471 "neutron-l3-agent (/usr/bin/python3.10 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2024-10-23 14:43:02.170 | ├─49104 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpt7jiwgtd/privsep.sock 2024-10-23 14:43:02.170 | ├─49637 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpoa61iop7/privsep.sock 2024-10-23 14:43:02.171 | ├─49715 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpbr6cfo1j/privsep.sock 2024-10-23 14:43:02.171 | ├─49920 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-10-23 14:43:02.171 | ├─49921 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-10-23 14:43:02.171 | └─49967 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/2cd0be95-eaad-489e-af7f-e3ecbe2bf2c2.conf 2024-10-23 14:43:02.171 | 2024-10-23 14:43:02.171 | Oct 23 14:42:41 devstack neutron-l3-agent[48471]: DEBUG oslo.privsep.daemon [-] privsep: reply[7003f022-4ec9-4bbd-8b30-3350a9066d7d]: (4, ('ARPING 10.180.180.179 from 10.180.180.179 qg-dea0135b-bc\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49637) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-23 14:43:02.171 | Oct 23 14:42:43 devstack neutron-l3-agent[48471]: DEBUG oslo.privsep.daemon [-] privsep: reply[86842731-5da7-4b9a-b0f0-2019fb886aae]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-a0156104-50\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49637) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-23 14:43:02.171 | Oct 23 14:42:44 devstack neutron-l3-agent[48471]: DEBUG oslo.privsep.daemon [-] privsep: reply[34c8ad77-0be4-4bff-b550-8d3d83d66074]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-a0156104-50\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49637) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-23 14:43:02.171 | Oct 23 14:42:44 devstack neutron-l3-agent[48471]: DEBUG oslo.privsep.daemon [-] privsep: reply[310744f2-6809-4f41-b6f8-c0403ac8bbdb]: (4, ('ARPING 10.180.180.179 from 10.180.180.179 qg-dea0135b-bc\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49637) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-23 14:43:02.171 | Oct 23 14:42:45 devstack neutron-l3-agent[48471]: DEBUG oslo.privsep.daemon [-] privsep: reply[e29eae37-a37d-4606-b23a-82457a2742a4]: (4, ('ARPING 10.180.180.179 from 10.180.180.179 qg-dea0135b-bc\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49637) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-23 14:43:02.171 | Oct 23 14:42:47 devstack neutron-l3-agent[48471]: DEBUG oslo.privsep.daemon [-] privsep: reply[f5c4b6df-b9c1-4f3d-929e-3d19356b1178]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-a0156104-50\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49637) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-23 14:43:02.171 | Oct 23 14:42:48 devstack neutron-l3-agent[48471]: DEBUG oslo.privsep.daemon [-] privsep: reply[39deb74f-f08e-4a0a-9cd5-58ae31acc149]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-a0156104-50\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49637) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-23 14:43:02.171 | Oct 23 14:42:48 devstack neutron-l3-agent[48471]: DEBUG oslo.privsep.daemon [-] privsep: reply[d01067f8-3e00-4c6c-8cb0-189a665c7935]: (4, ('ARPING 10.180.180.179 from 10.180.180.179 qg-dea0135b-bc\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49637) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-23 14:43:02.171 | Oct 23 14:42:49 devstack neutron-l3-agent[48471]: DEBUG oslo.privsep.daemon [-] privsep: reply[ac57d1eb-ad84-4dbf-8395-adaa59699af6]: (4, ('ARPING 10.180.180.179 from 10.180.180.179 qg-dea0135b-bc\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49637) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-23 14:43:02.171 | Oct 23 14:43:00 devstack neutron-l3-agent[48471]: DEBUG oslo_service.periodic_task [None req-66cec62b-f5f4-480a-88cb-e1040111e958 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=48471) run_periodic_tasks /usr/local/lib/python3.10/dist-packages/oslo_service/periodic_task.py:210}} 2024-10-23 14:43:02.173 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-23 14:43:02.175 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-10-23 14:43:02.184 | enabled 2024-10-23 14:43:02.187 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-10-23 14:43:02.198 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-10-23 14:43:02.198 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-10-23 14:43:02.198 | Active: active (running) since Wed 2024-10-23 14:42:18 UTC; 43s ago 2024-10-23 14:43:02.198 | Main PID: 48882 (neutron-metadat) 2024-10-23 14:43:02.198 | Tasks: 3 (limit: 19126) 2024-10-23 14:43:02.198 | Memory: 124.0M 2024-10-23 14:43:02.198 | CPU: 1.957s 2024-10-23 14:43:02.198 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-10-23 14:43:02.198 | ├─48882 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-10-23 14:43:02.198 | ├─49090 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-10-23 14:43:02.198 | └─49091 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-10-23 14:43:02.198 | 2024-10-23 14:43:02.198 | Oct 23 14:42:20 devstack neutron-metadata-agent[48882]: DEBUG oslo_service.service [None req-0f611429-7115-45f9-859a-2ea099df899f None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=48882) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:02.198 | Oct 23 14:42:20 devstack neutron-metadata-agent[48882]: DEBUG oslo_service.service [None req-0f611429-7115-45f9-859a-2ea099df899f None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=48882) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:02.198 | Oct 23 14:42:20 devstack neutron-metadata-agent[48882]: DEBUG oslo_service.service [None req-0f611429-7115-45f9-859a-2ea099df899f None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=48882) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:02.198 | Oct 23 14:42:20 devstack neutron-metadata-agent[48882]: DEBUG oslo_service.service [None req-0f611429-7115-45f9-859a-2ea099df899f None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=48882) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:02.198 | Oct 23 14:42:20 devstack neutron-metadata-agent[48882]: DEBUG oslo_service.service [None req-0f611429-7115-45f9-859a-2ea099df899f None None] oslo_messaging_rabbit.ssl_version = {{(pid=48882) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:02.198 | Oct 23 14:42:20 devstack neutron-metadata-agent[48882]: DEBUG oslo_service.service [None req-0f611429-7115-45f9-859a-2ea099df899f None None] oslo_messaging_notifications.driver = [] {{(pid=48882) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:02.198 | Oct 23 14:42:20 devstack neutron-metadata-agent[48882]: DEBUG oslo_service.service [None req-0f611429-7115-45f9-859a-2ea099df899f None None] oslo_messaging_notifications.retry = -1 {{(pid=48882) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:02.198 | Oct 23 14:42:20 devstack neutron-metadata-agent[48882]: DEBUG oslo_service.service [None req-0f611429-7115-45f9-859a-2ea099df899f None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=48882) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:02.198 | Oct 23 14:42:20 devstack neutron-metadata-agent[48882]: DEBUG oslo_service.service [None req-0f611429-7115-45f9-859a-2ea099df899f None None] oslo_messaging_notifications.transport_url = **** {{(pid=48882) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-23 14:43:02.198 | Oct 23 14:42:20 devstack neutron-metadata-agent[48882]: DEBUG oslo_service.service [None req-0f611429-7115-45f9-859a-2ea099df899f None None] ******************************************************************************** {{(pid=48882) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-10-23 14:43:02.201 | + stack.sh:main:1441 : is_service_enabled n-api 2024-10-23 14:43:02.215 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:02.217 | + stack.sh:main:1442 : is_service_enabled n-cpu 2024-10-23 14:43:02.231 | + functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:43:02.233 | + stack.sh:main:1449 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2024-10-23 14:43:02.235 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:43:02.237 | + stack.sh:echo_summary:455 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2024-10-23 14:43:02.238 | + stack.sh:main:1456 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-10-23 14:43:02.617 | 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. 2024-10-23 14:43:04.047 | +--------------------------------------------------------------------+ 2024-10-23 14:43:04.047 | | Upgrade Check Results | 2024-10-23 14:43:04.047 | +--------------------------------------------------------------------+ 2024-10-23 14:43:04.047 | | Check: Cells v2 | 2024-10-23 14:43:04.047 | | Result: Success | 2024-10-23 14:43:04.047 | | Details: No host mappings or compute nodes were found. Remember to | 2024-10-23 14:43:04.047 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-10-23 14:43:04.048 | | compute hosts are deployed. | 2024-10-23 14:43:04.048 | +--------------------------------------------------------------------+ 2024-10-23 14:43:04.048 | | Check: Placement API | 2024-10-23 14:43:04.048 | | Result: Success | 2024-10-23 14:43:04.048 | | Details: None | 2024-10-23 14:43:04.048 | +--------------------------------------------------------------------+ 2024-10-23 14:43:04.048 | | Check: Cinder API | 2024-10-23 14:43:04.048 | | Result: Success | 2024-10-23 14:43:04.048 | | Details: None | 2024-10-23 14:43:04.048 | +--------------------------------------------------------------------+ 2024-10-23 14:43:04.048 | | Check: Policy File JSON to YAML Migration | 2024-10-23 14:43:04.048 | | Result: Success | 2024-10-23 14:43:04.048 | | Details: None | 2024-10-23 14:43:04.048 | +--------------------------------------------------------------------+ 2024-10-23 14:43:04.048 | | Check: Older than N-1 computes | 2024-10-23 14:43:04.048 | | Result: Success | 2024-10-23 14:43:04.048 | | Details: None | 2024-10-23 14:43:04.048 | +--------------------------------------------------------------------+ 2024-10-23 14:43:04.048 | | Check: hw_machine_type unset | 2024-10-23 14:43:04.048 | | Result: Success | 2024-10-23 14:43:04.048 | | Details: None | 2024-10-23 14:43:04.048 | +--------------------------------------------------------------------+ 2024-10-23 14:43:04.048 | | Check: Service User Token Configuration | 2024-10-23 14:43:04.048 | | Result: Success | 2024-10-23 14:43:04.048 | | Details: None | 2024-10-23 14:43:04.048 | +--------------------------------------------------------------------+ 2024-10-23 14:43:04.381 | + stack.sh:main:1463 : [[ -x /opt/stack/devstack/local.sh ]] 2024-10-23 14:43:04.384 | + stack.sh:main:1474 : command openstack complete 2024-10-23 14:43:04.385 | + stack.sh:main:1475 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-10-23 14:43:05.605 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2024-10-23 14:43:05.820 | + stack.sh:main:1478 : is_service_enabled cinder 2024-10-23 14:43:05.835 | + functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:05.837 | + stack.sh:main:1479 : is_ubuntu 2024-10-23 14:43:05.839 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-23 14:43:05.841 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-23 14:43:05.843 | + stack.sh:main:1480 : echo_summary 'Configuring lvm.conf global device filter' 2024-10-23 14:43:05.845 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:43:05.847 | + stack.sh:echo_summary:455 : echo -e Configuring lvm.conf global device filter 2024-10-23 14:43:05.849 | + stack.sh:main:1481 : set_lvm_filter 2024-10-23 14:43:05.851 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-10-23 14:43:05.853 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-10-23 14:43:05.855 | + lib/lvm:set_lvm_filter:189 : local pv 2024-10-23 14:43:05.857 | + lib/lvm:set_lvm_filter:190 : local vg 2024-10-23 14:43:05.859 | + lib/lvm:set_lvm_filter:191 : local line 2024-10-23 14:43:05.862 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-10-23 14:43:05.908 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-10-23 14:43:05.910 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-10-23 14:43:05.913 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-10-23 14:43:05.924 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-10-23 14:43:05.934 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-10-23 14:43:05.936 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:43:05.938 | + stack.sh:echo_summary:455 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-10-23 14:43:05.940 | + stack.sh:main:1491 : run_phase stack test-config 2024-10-23 14:43:05.942 | + functions-common:run_phase:1863 : local mode=stack 2024-10-23 14:43:05.944 | + functions-common:run_phase:1864 : local phase=test-config 2024-10-23 14:43:05.947 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-23 14:43:05.949 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-23 14:43:05.951 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-23 14:43:05.953 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-23 14:43:05.955 | + functions-common:run_phase:1873 : local extra 2024-10-23 14:43:05.957 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-23 14:43:05.961 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-23 14:43:05.963 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-23 14:43:05.965 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-23 14:43:05.967 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-10-23 14:43:05.969 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-23 14:43:05.982 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:05.984 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:43:05.986 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:05.988 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-10-23 14:43:05.990 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:05.992 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-23 14:43:05.994 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:05.996 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-10-23 14:43:05.998 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:06.000 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-10-23 14:43:06.002 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:06.004 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-10-23 14:43:06.006 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-10-23 14:43:06.041 | [3657 Async install_tempest:26998]: Waiting for completion of install_tempest running on PID 26998 (1 other jobs running) 2024-10-23 14:43:06.058 | [3657 Async install_tempest:26998]: Signaling child to exit 2024-10-23 14:43:06.059 | WAKEUP 2024-10-23 14:43:06.073 | [3657 Async install_tempest:26998]: Signaled 2024-10-23 14:43:06.074 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:614 : local git_ref=master 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:615 : local orig_dir 2024-10-23 14:43:06.074 | +++ functions-common:git_clone:616 : pwd 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-10-23 14:43:06.074 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:619 : RECLONE=False 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:633 : echo master 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-23 14:43:06.074 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-10-23 14:43:06.074 | ++ functions-common:git_timed:720 : local count=0 2024-10-23 14:43:06.074 | ++ functions-common:git_timed:721 : local timeout=0 2024-10-23 14:43:06.074 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:43:06.074 | ++ functions-common:git_timed:724 : timeout=0 2024-10-23 14:43:06.074 | ++ functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:43:06.074 | ++ functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:43:06.074 | ++ functions-common:time_start:2422 : local start_time= 2024-10-23 14:43:06.074 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:43:06.074 | +++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:43:06.075 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1729694383085 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-10-23 14:43:06.075 | Cloning into '/opt/stack//tempest'... 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2435 : local name 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2436 : local end_time 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2438 : local total 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2439 : local start_time 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2442 : start_time=1729694383085 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2444 : [[ -z 1729694383085 ]] 2024-10-23 14:43:06.075 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2447 : end_time=1729694385054 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2448 : elapsed_time=1969 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2449 : total=127447 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=129416 2024-10-23 14:43:06.075 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-10-23 14:43:06.075 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:720 : local count=0 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:721 : local timeout=0 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:724 : timeout=0 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:43:06.075 | ++ functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:43:06.075 | ++ functions-common:time_start:2422 : local start_time= 2024-10-23 14:43:06.075 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:43:06.075 | +++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:43:06.075 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1729694385088 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-10-23 14:43:06.075 | From https://opendev.org/openstack/tempest 2024-10-23 14:43:06.075 | * branch master -> FETCH_HEAD 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2435 : local name 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2436 : local end_time 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2438 : local total 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2439 : local start_time 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2442 : start_time=1729694385088 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2444 : [[ -z 1729694385088 ]] 2024-10-23 14:43:06.075 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2447 : end_time=1729694385957 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2448 : elapsed_time=869 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2449 : total=129416 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=130285 2024-10-23 14:43:06.075 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:720 : local count=0 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:721 : local timeout=0 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:724 : timeout=0 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:727 : time_start git_timed 2024-10-23 14:43:06.075 | ++ functions-common:time_start:2421 : local name=git_timed 2024-10-23 14:43:06.075 | ++ functions-common:time_start:2422 : local start_time= 2024-10-23 14:43:06.075 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-10-23 14:43:06.075 | +++ functions-common:time_start:2426 : date +%s%3N 2024-10-23 14:43:06.075 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1729694385987 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-23 14:43:06.075 | Note: switching to 'FETCH_HEAD'. 2024-10-23 14:43:06.075 | 2024-10-23 14:43:06.075 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-23 14:43:06.075 | changes and commit them, and you can discard any commits you make in this 2024-10-23 14:43:06.075 | state without impacting any branches by switching back to a branch. 2024-10-23 14:43:06.075 | 2024-10-23 14:43:06.075 | If you want to create a new branch to retain commits you create, you may 2024-10-23 14:43:06.075 | do so (now or later) by using -c with the switch command. Example: 2024-10-23 14:43:06.075 | 2024-10-23 14:43:06.075 | git switch -c 2024-10-23 14:43:06.075 | 2024-10-23 14:43:06.075 | Or undo this operation with: 2024-10-23 14:43:06.075 | 2024-10-23 14:43:06.075 | git switch - 2024-10-23 14:43:06.075 | 2024-10-23 14:43:06.075 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-23 14:43:06.075 | 2024-10-23 14:43:06.075 | HEAD is now at 357fc7e Merge "Fix web-download trying to import qcow2 as raw" 2024-10-23 14:43:06.075 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2435 : local name 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2436 : local end_time 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2438 : local total 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2439 : local start_time 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2441 : name=git_timed 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2442 : start_time=1729694385987 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2444 : [[ -z 1729694385987 ]] 2024-10-23 14:43:06.075 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2447 : end_time=1729694386088 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2448 : elapsed_time=101 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2449 : total=130285 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:43:06.075 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=130386 2024-10-23 14:43:06.075 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-10-23 14:43:06.075 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-10-23 14:43:06.075 | ++ functions-common:git_clone:696 : git show --oneline 2024-10-23 14:43:06.075 | ++ functions-common:git_clone:696 : head -1 2024-10-23 14:43:06.075 | 357fc7e Merge "Fix web-download trying to import qcow2 as raw" 2024-10-23 14:43:06.075 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-23 14:43:06.075 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-10-23 14:43:06.075 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-10-23 14:43:06.076 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2024-10-23 14:43:06.076 | Collecting tox!=2.8.0,<4.0.0 2024-10-23 14:43:06.076 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-10-23 14:43:06.076 | Collecting filelock>=3.0.0 2024-10-23 14:43:06.076 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-10-23 14:43:06.076 | 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 2024-10-23 14:43:06.076 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-10-23 14:43:06.076 | Requirement already satisfied: six>=1.14.0 in /usr/lib/python3/dist-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2024-10-23 14:43:06.076 | Collecting tomli>=2.0.1 2024-10-23 14:43:06.076 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-10-23 14:43:06.076 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2024-10-23 14:43:06.076 | Collecting py>=1.4.17 2024-10-23 14:43:06.076 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-10-23 14:43:06.076 | Collecting pluggy>=0.12.0 2024-10-23 14:43:06.076 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-10-23 14:43:06.076 | Collecting platformdirs<3,>=2.4 2024-10-23 14:43:06.076 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-10-23 14:43:06.076 | Collecting distlib<1,>=0.3.5 2024-10-23 14:43:06.076 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-10-23 14:43:06.076 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-10-23 14:43:06.076 | Successfully installed distlib-0.3.6 filelock-3.8.0 platformdirs-2.5.2 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.16.5 2024-10-23 14:43:06.076 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:43:06.076 | ++ inc/python:pip_install:196 : result=0 2024-10-23 14:43:06.076 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:43:06.076 | ++ functions-common:time_stop:2435 : local name 2024-10-23 14:43:06.076 | ++ functions-common:time_stop:2436 : local end_time 2024-10-23 14:43:06.076 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:43:06.076 | ++ functions-common:time_stop:2438 : local total 2024-10-23 14:43:06.076 | ++ functions-common:time_stop:2439 : local start_time 2024-10-23 14:43:06.076 | ++ functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:43:06.076 | ++ functions-common:time_stop:2442 : start_time=1729694386130 2024-10-23 14:43:06.076 | ++ functions-common:time_stop:2444 : [[ -z 1729694386130 ]] 2024-10-23 14:43:06.076 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:43:06.076 | ++ functions-common:time_stop:2447 : end_time=1729694389447 2024-10-23 14:43:06.076 | ++ functions-common:time_stop:2448 : elapsed_time=3317 2024-10-23 14:43:06.076 | ++ functions-common:time_stop:2449 : total=86273 2024-10-23 14:43:06.076 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:43:06.076 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=89590 2024-10-23 14:43:06.076 | ++ inc/python:pip_install:199 : return 0 2024-10-23 14:43:06.076 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-10-23 14:43:06.076 | ~/tempest ~/devstack 2024-10-23 14:43:06.076 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-10-23 14:43:06.076 | Switched to branch 'master' 2024-10-23 14:43:06.076 | Your branch is up to date with 'origin/master'. 2024-10-23 14:43:06.076 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-10-23 14:43:06.076 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-10-23 14:43:06.076 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.NGTacaTL3m 2024-10-23 14:43:06.076 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.NGTacaTL3m 2024-10-23 14:43:06.076 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-10-23 14:43:06.076 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.NGTacaTL3m 2024-10-23 14:43:06.076 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-10-23 14:43:06.076 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-10-23 14:43:06.076 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-10-23 14:43:06.076 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-23 14:43:06.076 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-23 14:43:06.076 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-23 14:43:06.076 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-23 14:43:06.076 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-10-23 14:43:06.076 | full create: /opt/stack/tempest/.tox/tempest 2024-10-23 14:43:06.076 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-10-23 14:43:06.076 | full develop-inst: /opt/stack/tempest 2024-10-23 14:43:06.076 | full installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@357fc7ec2dfb1fb27d52cd518375e4d8ec977733#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-10-23 14:43:06.076 | ___________________________________ summary ____________________________________ 2024-10-23 14:43:06.076 | full: skipped tests 2024-10-23 14:43:06.076 | congratulations :) 2024-10-23 14:43:06.076 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.NGTacaTL3m -r requirements.txt 2024-10-23 14:43:06.076 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.1.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-10-23 14:43:06.076 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-10-23 14:43:06.076 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.1) 2024-10-23 14:43:06.076 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-10-23 14:43:06.076 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-10-23 14:43:06.076 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-10-23 14:43:06.076 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.5.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-10-23 14:43:06.076 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-10-23 14:43:06.076 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-10-23 14:43:06.076 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-10-23 14:43:06.076 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-10-23 14:43:06.076 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-10-23 14:43:06.076 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-10-23 14:43:06.076 | 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 6)) (2023.12.1) 2024-10-23 14:43:06.076 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (24.2.0) 2024-10-23 14:43:06.076 | 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 6)) (0.20.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-10-23 14:43:06.076 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-10-23 14:43:06.076 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-10-23 14:43:06.076 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.0) 2024-10-23 14:43:06.077 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.4.0) 2024-10-23 14:43:06.077 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-10-23 14:43:06.077 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-10-23 14:43:06.077 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-10-23 14:43:06.077 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.6.0) 2024-10-23 14:43:06.077 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-10-23 14:43:06.077 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-10-23 14:43:06.077 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-10-23 14:43:06.077 | 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 15)) (2024.1) 2024-10-23 14:43:06.077 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.8) 2024-10-23 14:43:06.077 | 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 16)) (3.1.2) 2024-10-23 14:43:06.077 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 16)) (24.1) 2024-10-23 14:43:06.077 | 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 16)) (2.1.0) 2024-10-23 14:43:06.077 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 16)) (0.11.0) 2024-10-23 14:43:06.077 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-10-23 14:43:06.077 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-10-23 14:43:06.077 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-10-23 14:43:06.077 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-10-23 14:43:06.077 | 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 13)) (1.16.0) 2024-10-23 14:43:06.077 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.8.30) 2024-10-23 14:43:06.077 | 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 12)) (3.3.2) 2024-10-23 14:43:06.077 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.8) 2024-10-23 14:43:06.077 | WARNING: There was an error checking the latest version of pip. 2024-10-23 14:43:06.077 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-10-23 14:43:06.077 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.NGTacaTL3m 2024-10-23 14:43:06.077 | ++ lib/tempest:install_tempest:859 : popd 2024-10-23 14:43:06.077 | ~/devstack 2024-10-23 14:43:06.103 | [3657 Async install_tempest:26998]: finished install_tempest with result 0 in 21 seconds 2024-10-23 14:43:06.106 | ++ inc/async:async_wait:197 : return 0 2024-10-23 14:43:06.108 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-10-23 14:43:06.110 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:43:06.112 | ++ stack.sh:echo_summary:455 : echo -e Initializing Tempest 2024-10-23 14:43:06.114 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-10-23 14:43:06.116 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-10-23 14:43:06.118 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-10-23 14:43:06.120 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-10-23 14:43:06.121 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-10-23 14:43:06.124 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-10-23 14:43:06.125 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-10-23 14:43:06.127 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-23 14:43:06.130 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-10-23 14:43:06.130 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-23 14:43:06.133 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-10-23 14:43:06.135 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-10-23 14:43:06.137 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-10-23 14:43:06.139 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-10-23 14:43:06.140 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-10-23 14:43:06.156 | Using python 3.10 to install testrepository 2024-10-23 14:43:06.158 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2024-10-23 14:43:07.199 | Collecting testrepository 2024-10-23 14:43:07.199 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-10-23 14:43:07.211 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-10-23 14:43:07.212 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-10-23 14:43:07.212 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-10-23 14:43:07.218 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-10-23 14:43:07.223 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-10-23 14:43:08.274 | Installing collected packages: testrepository 2024-10-23 14:43:08.383 | Successfully installed testrepository-0.0.20 2024-10-23 14:43:08.383 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-23 14:43:08.487 | ++ inc/python:pip_install:196 : result=0 2024-10-23 14:43:08.489 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-10-23 14:43:08.491 | ++ functions-common:time_stop:2435 : local name 2024-10-23 14:43:08.493 | ++ functions-common:time_stop:2436 : local end_time 2024-10-23 14:43:08.495 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-23 14:43:08.496 | ++ functions-common:time_stop:2438 : local total 2024-10-23 14:43:08.498 | ++ functions-common:time_stop:2439 : local start_time 2024-10-23 14:43:08.500 | ++ functions-common:time_stop:2441 : name=pip_install 2024-10-23 14:43:08.501 | ++ functions-common:time_stop:2442 : start_time=1729694586152 2024-10-23 14:43:08.503 | ++ functions-common:time_stop:2444 : [[ -z 1729694586152 ]] 2024-10-23 14:43:08.505 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-23 14:43:08.508 | ++ functions-common:time_stop:2447 : end_time=1729694588506 2024-10-23 14:43:08.510 | ++ functions-common:time_stop:2448 : elapsed_time=2354 2024-10-23 14:43:08.512 | ++ functions-common:time_stop:2449 : total=94564 2024-10-23 14:43:08.513 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-23 14:43:08.515 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96918 2024-10-23 14:43:08.517 | ++ inc/python:pip_install:199 : return 0 2024-10-23 14:43:08.519 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-10-23 14:43:08.520 | ++ lib/tempest:configure_tempest:200 : local images 2024-10-23 14:43:08.522 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-10-23 14:43:08.524 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-10-23 14:43:08.525 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-10-23 14:43:08.527 | ++ lib/tempest:configure_tempest:204 : local password 2024-10-23 14:43:08.529 | ++ lib/tempest:configure_tempest:205 : local line 2024-10-23 14:43:08.530 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-10-23 14:43:08.533 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-10-23 14:43:08.535 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-10-23 14:43:08.537 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-10-23 14:43:08.538 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-10-23 14:43:08.540 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-10-23 14:43:08.542 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-10-23 14:43:08.544 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-10-23 14:43:08.546 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-10-23 14:43:08.548 | ++ lib/tempest:configure_tempest:215 : local disk 2024-10-23 14:43:08.550 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-10-23 14:43:08.550 | ' 2024-10-23 14:43:08.552 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-10-23 14:43:08.553 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-10-23 14:43:08.567 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:08.569 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-10-23 14:43:08.571 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-10-23 14:43:08.573 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-10-23 14:43:08.574 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-10-23 14:43:08.576 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-10-23 14:43:08.578 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-10-23 14:43:08.579 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-10-23 14:43:08.579 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-10-23 14:43:09.864 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:43:09.866 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-10-23 14:43:09.868 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-10-23 14:43:09.870 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-10-23 14:43:09.872 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-10-23 14:43:09.874 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-10-23 14:43:09.876 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-10-23 14:43:09.877 | ++ lib/tempest:configure_tempest:254 : image_uuid=4a4a4830-1ff7-4cff-ab75-d665942f46b5 2024-10-23 14:43:09.879 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=4a4a4830-1ff7-4cff-ab75-d665942f46b5 2024-10-23 14:43:09.881 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-10-23 14:43:09.890 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-10-23 14:43:09.893 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-10-23 14:43:09.895 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-10-23 14:43:09.896 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-10-23 14:43:09.898 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-10-23 14:43:09.900 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-10-23 14:43:09.901 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-10-23 14:43:09.903 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-10-23 14:43:09.906 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-10-23 14:43:09.906 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-10-23 14:43:11.110 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:43:11.113 | ++ lib/tempest:configure_tempest:281 : admin_project_id=88755ffc9d394d14928f0692771e61f5 2024-10-23 14:43:11.115 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-10-23 14:43:11.128 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:11.130 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-10-23 14:43:12.349 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:43:12.352 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-10-23 14:43:12.352 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-10-23 14:43:12.352 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-23 14:43:12.352 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-10-23 14:43:12.352 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-10-23 14:43:12.352 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-10-23 14:43:12.352 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-10-23 14:43:12.352 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-10-23 14:43:12.352 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-10-23 14:43:12.352 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-10-23 14:43:12.352 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-10-23 14:43:12.352 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-10-23 14:43:12.352 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-10-23 14:43:12.352 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-10-23 14:43:12.354 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-10-23 14:43:12.355 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-23 14:43:12.355 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-10-23 14:43:12.355 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-23 14:43:12.355 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-10-23 14:43:12.355 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-10-23 14:43:12.355 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-10-23 14:43:12.355 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-10-23 14:43:12.355 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-10-23 14:43:12.355 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-10-23 14:43:12.355 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-10-23 14:43:12.356 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-10-23 14:43:12.356 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-10-23 14:43:12.356 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-10-23 14:43:12.356 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-10-23 14:43:12.357 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib 4a4a4830-1ff7-4cff-ab75-d665942f46b5 2024-10-23 14:43:12.360 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-10-23 14:43:12.362 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 4a4a4830-1ff7-4cff-ab75-d665942f46b5 -c size -f value 2024-10-23 14:43:13.590 | ++++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:43:13.592 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-10-23 14:43:13.594 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-10-23 14:43:13.595 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-10-23 14:43:13.618 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-10-23 14:43:13.620 | ++ lib/tempest:configure_tempest:291 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2024-10-23 14:43:14.751 | +----------------------------+-----------------------+ 2024-10-23 14:43:14.751 | | Field | Value | 2024-10-23 14:43:14.751 | +----------------------------+-----------------------+ 2024-10-23 14:43:14.751 | | OS-FLV-DISABLED:disabled | False | 2024-10-23 14:43:14.751 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-23 14:43:14.751 | | description | None | 2024-10-23 14:43:14.751 | | disk | 1 | 2024-10-23 14:43:14.751 | | id | 42 | 2024-10-23 14:43:14.751 | | name | m1.nano | 2024-10-23 14:43:14.751 | | os-flavor-access:is_public | True | 2024-10-23 14:43:14.751 | | properties | hw_rng:allowed='True' | 2024-10-23 14:43:14.751 | | ram | 128 | 2024-10-23 14:43:14.751 | | rxtx_factor | 1.0 | 2024-10-23 14:43:14.751 | | swap | | 2024-10-23 14:43:14.751 | | vcpus | 1 | 2024-10-23 14:43:14.751 | +----------------------------+-----------------------+ 2024-10-23 14:43:14.870 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-10-23 14:43:14.872 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-23 14:43:14.872 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-10-23 14:43:14.872 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-23 14:43:14.872 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-10-23 14:43:14.872 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-10-23 14:43:14.872 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-10-23 14:43:14.872 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-10-23 14:43:14.872 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-10-23 14:43:14.872 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-10-23 14:43:14.872 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-10-23 14:43:14.872 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-10-23 14:43:14.872 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-10-23 14:43:14.872 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-10-23 14:43:14.872 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-10-23 14:43:14.874 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 4a4a4830-1ff7-4cff-ab75-d665942f46b5 2024-10-23 14:43:14.876 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-10-23 14:43:14.878 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 4a4a4830-1ff7-4cff-ab75-d665942f46b5 -c size -f value 2024-10-23 14:43:16.092 | ++++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:43:16.095 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-10-23 14:43:16.097 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-10-23 14:43:16.097 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-10-23 14:43:16.122 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-10-23 14:43:16.124 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2024-10-23 14:43:17.232 | +----------------------------+-----------------------+ 2024-10-23 14:43:17.232 | | Field | Value | 2024-10-23 14:43:17.232 | +----------------------------+-----------------------+ 2024-10-23 14:43:17.232 | | OS-FLV-DISABLED:disabled | False | 2024-10-23 14:43:17.232 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-23 14:43:17.232 | | description | None | 2024-10-23 14:43:17.232 | | disk | 1 | 2024-10-23 14:43:17.232 | | id | 84 | 2024-10-23 14:43:17.232 | | name | m1.micro | 2024-10-23 14:43:17.232 | | os-flavor-access:is_public | True | 2024-10-23 14:43:17.232 | | properties | hw_rng:allowed='True' | 2024-10-23 14:43:17.232 | | ram | 192 | 2024-10-23 14:43:17.232 | | rxtx_factor | 1.0 | 2024-10-23 14:43:17.232 | | swap | | 2024-10-23 14:43:17.232 | | vcpus | 1 | 2024-10-23 14:43:17.232 | +----------------------------+-----------------------+ 2024-10-23 14:43:17.349 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-10-23 14:43:17.351 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-10-23 14:43:17.376 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-10-23 14:43:17.377 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-10-23 14:43:17.379 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-10-23 14:43:17.381 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-10-23 14:43:17.383 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-23 14:43:18.623 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:43:18.626 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-23 14:43:18.626 | address-scope 2024-10-23 14:43:18.626 | router-admin-state-down-before-update 2024-10-23 14:43:18.626 | agent 2024-10-23 14:43:18.626 | agent-resources-synced 2024-10-23 14:43:18.626 | allowed-address-pairs 2024-10-23 14:43:18.626 | auto-allocated-topology 2024-10-23 14:43:18.626 | availability_zone 2024-10-23 14:43:18.626 | availability_zone_filter 2024-10-23 14:43:18.626 | default-subnetpools 2024-10-23 14:43:18.626 | dhcp_agent_scheduler 2024-10-23 14:43:18.626 | dvr 2024-10-23 14:43:18.626 | empty-string-filtering 2024-10-23 14:43:18.626 | external-net 2024-10-23 14:43:18.626 | extra_dhcp_opt 2024-10-23 14:43:18.626 | extraroute 2024-10-23 14:43:18.626 | extraroute-atomic 2024-10-23 14:43:18.626 | filter-validation 2024-10-23 14:43:18.626 | floating-ip-port-forwarding-detail 2024-10-23 14:43:18.626 | fip-port-details 2024-10-23 14:43:18.626 | flavors 2024-10-23 14:43:18.626 | floatingip-pools 2024-10-23 14:43:18.626 | ip-substring-filtering 2024-10-23 14:43:18.626 | router 2024-10-23 14:43:18.626 | ext-gw-mode 2024-10-23 14:43:18.626 | l3-ha 2024-10-23 14:43:18.626 | l3-flavors 2024-10-23 14:43:18.626 | l3-port-ip-change-not-allowed 2024-10-23 14:43:18.626 | l3_agent_scheduler 2024-10-23 14:43:18.626 | multi-provider 2024-10-23 14:43:18.626 | net-mtu 2024-10-23 14:43:18.626 | net-mtu-writable 2024-10-23 14:43:18.626 | network_availability_zone 2024-10-23 14:43:18.626 | network-ip-availability 2024-10-23 14:43:18.626 | pagination 2024-10-23 14:43:18.626 | port-device-profile 2024-10-23 14:43:18.626 | port-mac-override 2024-10-23 14:43:18.626 | port-mac-address-regenerate 2024-10-23 14:43:18.626 | port-numa-affinity-policy 2024-10-23 14:43:18.626 | binding 2024-10-23 14:43:18.626 | binding-extended 2024-10-23 14:43:18.626 | port-security 2024-10-23 14:43:18.626 | project-id 2024-10-23 14:43:18.626 | provider 2024-10-23 14:43:18.626 | quota-check-limit 2024-10-23 14:43:18.626 | quotas 2024-10-23 14:43:18.626 | quota_details 2024-10-23 14:43:18.626 | rbac-policies 2024-10-23 14:43:18.626 | rbac-address-group 2024-10-23 14:43:18.626 | rbac-address-scope 2024-10-23 14:43:18.626 | rbac-security-groups 2024-10-23 14:43:18.626 | rbac-subnetpool 2024-10-23 14:43:18.626 | revision-if-match 2024-10-23 14:43:18.626 | standard-attr-revisions 2024-10-23 14:43:18.626 | router_availability_zone 2024-10-23 14:43:18.626 | security-groups-normalized-cidr 2024-10-23 14:43:18.626 | port-security-groups-filtering 2024-10-23 14:43:18.626 | security-groups-remote-address-group 2024-10-23 14:43:18.627 | security-groups-shared-filtering 2024-10-23 14:43:18.627 | security-group 2024-10-23 14:43:18.627 | service-type 2024-10-23 14:43:18.627 | sorting 2024-10-23 14:43:18.627 | standard-attr-description 2024-10-23 14:43:18.627 | stateful-security-group 2024-10-23 14:43:18.627 | subnet_onboard 2024-10-23 14:43:18.627 | subnet-service-types 2024-10-23 14:43:18.627 | subnet_allocation 2024-10-23 14:43:18.627 | subnetpool-prefix-ops 2024-10-23 14:43:18.627 | standard-attr-tag 2024-10-23 14:43:18.627 | standard-attr-timestamp 2024-10-23 14:43:18.627 | nsxt-ops' 2024-10-23 14:43:18.628 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-23 14:43:18.628 | address-scope 2024-10-23 14:43:18.628 | router-admin-state-down-before-update 2024-10-23 14:43:18.628 | agent 2024-10-23 14:43:18.628 | agent-resources-synced 2024-10-23 14:43:18.628 | allowed-address-pairs 2024-10-23 14:43:18.628 | auto-allocated-topology 2024-10-23 14:43:18.628 | availability_zone 2024-10-23 14:43:18.628 | availability_zone_filter 2024-10-23 14:43:18.628 | default-subnetpools 2024-10-23 14:43:18.628 | dhcp_agent_scheduler 2024-10-23 14:43:18.628 | dvr 2024-10-23 14:43:18.628 | empty-string-filtering 2024-10-23 14:43:18.628 | external-net 2024-10-23 14:43:18.628 | extra_dhcp_opt 2024-10-23 14:43:18.628 | extraroute 2024-10-23 14:43:18.628 | extraroute-atomic 2024-10-23 14:43:18.628 | filter-validation 2024-10-23 14:43:18.628 | floating-ip-port-forwarding-detail 2024-10-23 14:43:18.628 | fip-port-details 2024-10-23 14:43:18.628 | flavors 2024-10-23 14:43:18.628 | floatingip-pools 2024-10-23 14:43:18.628 | ip-substring-filtering 2024-10-23 14:43:18.628 | router 2024-10-23 14:43:18.628 | ext-gw-mode 2024-10-23 14:43:18.628 | l3-ha 2024-10-23 14:43:18.628 | l3-flavors 2024-10-23 14:43:18.628 | l3-port-ip-change-not-allowed 2024-10-23 14:43:18.628 | l3_agent_scheduler 2024-10-23 14:43:18.628 | multi-provider 2024-10-23 14:43:18.628 | net-mtu 2024-10-23 14:43:18.628 | net-mtu-writable 2024-10-23 14:43:18.628 | network_availability_zone 2024-10-23 14:43:18.628 | network-ip-availability 2024-10-23 14:43:18.628 | pagination 2024-10-23 14:43:18.628 | port-device-profile 2024-10-23 14:43:18.628 | port-mac-override 2024-10-23 14:43:18.628 | port-mac-address-regenerate 2024-10-23 14:43:18.628 | port-numa-affinity-policy 2024-10-23 14:43:18.628 | binding 2024-10-23 14:43:18.628 | binding-extended 2024-10-23 14:43:18.628 | port-security 2024-10-23 14:43:18.628 | project-id 2024-10-23 14:43:18.628 | provider 2024-10-23 14:43:18.628 | quota-check-limit 2024-10-23 14:43:18.628 | quotas 2024-10-23 14:43:18.628 | quota_details 2024-10-23 14:43:18.628 | rbac-policies 2024-10-23 14:43:18.628 | rbac-address-group 2024-10-23 14:43:18.628 | rbac-address-scope 2024-10-23 14:43:18.628 | rbac-security-groups 2024-10-23 14:43:18.628 | rbac-subnetpool 2024-10-23 14:43:18.628 | revision-if-match 2024-10-23 14:43:18.629 | standard-attr-revisions 2024-10-23 14:43:18.629 | router_availability_zone 2024-10-23 14:43:18.629 | security-groups-normalized-cidr 2024-10-23 14:43:18.629 | port-security-groups-filtering 2024-10-23 14:43:18.629 | security-groups-remote-address-group 2024-10-23 14:43:18.629 | security-groups-shared-filtering 2024-10-23 14:43:18.629 | security-group 2024-10-23 14:43:18.629 | service-type 2024-10-23 14:43:18.629 | sorting 2024-10-23 14:43:18.629 | standard-attr-description 2024-10-23 14:43:18.629 | stateful-security-group 2024-10-23 14:43:18.629 | subnet_onboard 2024-10-23 14:43:18.629 | subnet-service-types 2024-10-23 14:43:18.629 | subnet_allocation 2024-10-23 14:43:18.629 | subnetpool-prefix-ops 2024-10-23 14:43:18.629 | standard-attr-tag 2024-10-23 14:43:18.629 | standard-attr-timestamp 2024-10-23 14:43:18.629 | nsxt-ops =~ external-net ]] 2024-10-23 14:43:18.630 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-23 14:43:18.633 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-10-23 14:43:19.937 | +++ functions-common:oscwrap:2475 : return 0 2024-10-23 14:43:19.940 | ++ lib/tempest:configure_tempest:357 : public_network_id=436acce0-697d-44fe-86ae-a1d7b3f16f18 2024-10-23 14:43:19.941 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-10-23 14:43:21.116 | +---------------------------+--------------------------------------+ 2024-10-23 14:43:21.116 | | Field | Value | 2024-10-23 14:43:21.116 | +---------------------------+--------------------------------------+ 2024-10-23 14:43:21.116 | | admin_state_up | UP | 2024-10-23 14:43:21.116 | | availability_zone_hints | | 2024-10-23 14:43:21.116 | | availability_zones | | 2024-10-23 14:43:21.116 | | created_at | 2024-10-23T14:43:21Z | 2024-10-23 14:43:21.116 | | description | | 2024-10-23 14:43:21.116 | | dns_domain | None | 2024-10-23 14:43:21.116 | | id | 06ea04fd-108f-47b8-889e-963cb5bae129 | 2024-10-23 14:43:21.116 | | ipv4_address_scope | None | 2024-10-23 14:43:21.116 | | ipv6_address_scope | None | 2024-10-23 14:43:21.116 | | is_default | False | 2024-10-23 14:43:21.116 | | is_vlan_transparent | None | 2024-10-23 14:43:21.116 | | mtu | 8950 | 2024-10-23 14:43:21.116 | | name | shared | 2024-10-23 14:43:21.116 | | port_security_enabled | True | 2024-10-23 14:43:21.116 | | project_id | 88755ffc9d394d14928f0692771e61f5 | 2024-10-23 14:43:21.116 | | provider:network_type | vlan | 2024-10-23 14:43:21.116 | | provider:physical_network | default | 2024-10-23 14:43:21.116 | | provider:segmentation_id | 912 | 2024-10-23 14:43:21.116 | | qos_policy_id | None | 2024-10-23 14:43:21.116 | | revision_number | 1 | 2024-10-23 14:43:21.116 | | router:external | Internal | 2024-10-23 14:43:21.116 | | segments | None | 2024-10-23 14:43:21.116 | | shared | True | 2024-10-23 14:43:21.116 | | status | ACTIVE | 2024-10-23 14:43:21.116 | | subnets | | 2024-10-23 14:43:21.116 | | tags | | 2024-10-23 14:43:21.116 | | tenant_id | 88755ffc9d394d14928f0692771e61f5 | 2024-10-23 14:43:21.116 | | updated_at | 2024-10-23T14:43:21Z | 2024-10-23 14:43:21.116 | +---------------------------+--------------------------------------+ 2024-10-23 14:43:21.242 | ++ lib/tempest:configure_tempest:360 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2024-10-23 14:43:22.525 | +----------------------+--------------------------------------+ 2024-10-23 14:43:22.525 | | Field | Value | 2024-10-23 14:43:22.525 | +----------------------+--------------------------------------+ 2024-10-23 14:43:22.525 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-10-23 14:43:22.525 | | cidr | 192.168.233.0/24 | 2024-10-23 14:43:22.525 | | created_at | 2024-10-23T14:43:22Z | 2024-10-23 14:43:22.525 | | description | shared-subnet | 2024-10-23 14:43:22.525 | | dns_nameservers | | 2024-10-23 14:43:22.525 | | dns_publish_fixed_ip | None | 2024-10-23 14:43:22.525 | | enable_dhcp | True | 2024-10-23 14:43:22.525 | | gateway_ip | 192.168.233.1 | 2024-10-23 14:43:22.525 | | host_routes | | 2024-10-23 14:43:22.525 | | id | f90861e3-ec1e-4661-a2d7-0fef2331ddf9 | 2024-10-23 14:43:22.525 | | ip_version | 4 | 2024-10-23 14:43:22.525 | | ipv6_address_mode | None | 2024-10-23 14:43:22.525 | | ipv6_ra_mode | None | 2024-10-23 14:43:22.525 | | name | shared-subnet | 2024-10-23 14:43:22.525 | | network_id | 06ea04fd-108f-47b8-889e-963cb5bae129 | 2024-10-23 14:43:22.525 | | project_id | 88755ffc9d394d14928f0692771e61f5 | 2024-10-23 14:43:22.525 | | revision_number | 0 | 2024-10-23 14:43:22.525 | | segment_id | None | 2024-10-23 14:43:22.525 | | service_types | | 2024-10-23 14:43:22.525 | | subnetpool_id | None | 2024-10-23 14:43:22.525 | | tags | | 2024-10-23 14:43:22.525 | | updated_at | 2024-10-23T14:43:22Z | 2024-10-23 14:43:22.525 | +----------------------+--------------------------------------+ 2024-10-23 14:43:22.651 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-10-23 14:43:22.676 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-10-23 14:43:22.700 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-10-23 14:43:22.704 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-10-23 14:43:22.728 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-10-23 14:43:22.754 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-10-23 14:43:22.776 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-10-23 14:43:22.801 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-10-23 14:43:22.825 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-10-23 14:43:22.849 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-10-23 14:43:22.872 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-10-23 14:43:22.893 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-10-23 14:43:22.916 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-10-23 14:43:22.938 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-10-23 14:43:22.939 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-10-23 14:43:22.963 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-10-23 14:43:22.986 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-10-23 14:43:23.008 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-10-23 14:43:23.035 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-10-23 14:43:23.037 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-10-23 14:43:23.063 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-10-23 14:43:23.086 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-10-23 14:43:23.088 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-10-23 14:43:23.111 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-10-23 14:43:23.123 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:43:23.125 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-10-23 14:43:23.127 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-10-23 14:43:23.151 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-10-23 14:43:23.162 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:43:23.164 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-10-23 14:43:23.186 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-10-23 14:43:23.208 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-10-23 14:43:23.231 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-10-23 14:43:23.233 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-10-23 14:43:23.257 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-10-23 14:43:23.280 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-10-23 14:43:23.292 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:43:23.295 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 4a4a4830-1ff7-4cff-ab75-d665942f46b5 2024-10-23 14:43:23.318 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 4a4a4830-1ff7-4cff-ab75-d665942f46b5 2024-10-23 14:43:23.341 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-10-23 14:43:23.364 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-10-23 14:43:23.386 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-10-23 14:43:23.410 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-10-23 14:43:23.422 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:23.424 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-10-23 14:43:23.426 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-10-23 14:43:23.428 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-10-23 14:43:23.429 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-10-23 14:43:23.431 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-10-23 14:43:23.433 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-10-23 14:43:23.447 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-10-23 14:43:23.449 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-10-23 14:43:23.471 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-10-23 14:43:23.495 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-10-23 14:43:23.517 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-10-23 14:43:23.540 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-10-23 14:43:23.562 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-10-23 14:43:23.585 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-10-23 14:43:23.608 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-10-23 14:43:23.631 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-10-23 14:43:23.653 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-10-23 14:43:23.655 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-10-23 14:43:23.678 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-10-23 14:43:23.679 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-10-23 14:43:23.691 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:43:23.693 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-10-23 14:43:23.716 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 436acce0-697d-44fe-86ae-a1d7b3f16f18 2024-10-23 14:43:23.740 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-10-23 14:43:23.764 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-10-23 14:43:23.788 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-10-23 14:43:23.814 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-10-23 14:43:23.837 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-10-23 14:43:23.859 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-10-23 14:43:23.884 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-10-23 14:43:23.886 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-10-23 14:43:23.888 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-10-23 14:43:23.913 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-10-23 14:43:23.914 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-10-23 14:43:23.916 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-10-23 14:43:23.918 | ++ functions-common:is_provider_network:2287 : return 1 2024-10-23 14:43:23.920 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-10-23 14:43:23.942 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-10-23 14:43:23.964 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-10-23 14:43:23.986 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-10-23 14:43:24.008 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-10-23 14:43:24.031 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-10-23 14:43:24.053 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-10-23 14:43:24.056 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-10-23 14:43:24.068 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-10-23 14:43:24.092 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-10-23 14:43:24.095 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-10-23 14:43:24.107 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-10-23 14:43:24.130 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-10-23 14:43:24.132 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-10-23 14:43:24.145 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-10-23 14:43:24.167 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-10-23 14:43:24.169 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-10-23 14:43:24.182 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-10-23 14:43:24.205 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-10-23 14:43:24.206 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-10-23 14:43:24.208 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-10-23 14:43:24.210 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-10-23 14:43:24.224 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-10-23 14:43:24.226 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-10-23 14:43:24.248 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-10-23 14:43:24.261 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:43:24.262 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-10-23 14:43:24.285 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-10-23 14:43:24.287 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-10-23 14:43:24.288 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-10-23 14:43:24.290 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-10-23 14:43:24.292 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-10-23 14:43:24.294 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-10-23 14:43:24.296 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-10-23 14:43:24.297 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-10-23 14:43:24.299 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-10-23 14:43:24.313 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-10-23 14:43:24.314 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-10-23 14:43:24.338 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-10-23 14:43:24.340 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-10-23 14:43:24.342 | ++ lib/tempest:configure_tempest:668 : local service 2024-10-23 14:43:24.343 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-10-23 14:43:24.345 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-23 14:43:24.347 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-10-23 14:43:24.359 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:24.360 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-10-23 14:43:24.384 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-23 14:43:24.386 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-10-23 14:43:24.398 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:24.400 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-10-23 14:43:24.422 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-23 14:43:24.424 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-10-23 14:43:24.437 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:24.438 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-10-23 14:43:24.461 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-23 14:43:24.463 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-10-23 14:43:24.476 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:24.477 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-10-23 14:43:24.500 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-23 14:43:24.502 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-10-23 14:43:24.514 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:24.516 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-10-23 14:43:24.539 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-23 14:43:24.541 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-10-23 14:43:24.553 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:43:24.555 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-10-23 14:43:24.579 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-23 14:43:24.581 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-10-23 14:43:24.594 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:43:24.596 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-10-23 14:43:24.618 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-10-23 14:43:24.620 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-10-23 14:43:24.622 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-10-23 14:43:24.624 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-10-23 14:43:24.626 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-10-23 14:43:24.627 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-10-23 14:43:24.629 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-10-23 14:43:24.631 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-10-23 14:43:24.633 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-10-23 14:43:24.635 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-10-23 14:43:24.636 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-10-23 14:43:24.638 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-10-23 14:43:24.640 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-10-23 14:43:24.643 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.Z8dBLfjjNp 2024-10-23 14:43:24.645 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-10-23 14:43:24.647 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-10-23 14:43:24.649 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-10-23 14:43:24.652 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.6MKcjsNqXE 2024-10-23 14:43:24.654 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.6MKcjsNqXE 2024-10-23 14:43:24.656 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-10-23 14:43:24.658 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.6MKcjsNqXE 2024-10-23 14:43:24.659 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-10-23 14:43:24.662 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-10-23 14:43:24.663 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-10-23 14:43:24.668 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-23 14:43:24.670 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-23 14:43:24.672 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-23 14:43:24.674 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-23 14:43:24.676 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-10-23 14:43:24.678 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-10-23 14:43:24.896 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-10-23 14:43:25.284 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-10-23 14:43:34.276 | venv-tempest develop-inst: /opt/stack/tempest 2024-10-23 14:43:37.242 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@357fc7ec2dfb1fb27d52cd518375e4d8ec977733#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-10-23 14:43:37.242 | ___________________________________ summary ____________________________________ 2024-10-23 14:43:37.242 | venv-tempest: skipped tests 2024-10-23 14:43:37.242 | congratulations :) 2024-10-23 14:43:37.262 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.6MKcjsNqXE -r requirements.txt 2024-10-23 14:43:37.797 | /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. 2024-10-23 14:43:37.797 | warnings.warn( 2024-10-23 14:43:37.797 | /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. 2024-10-23 14:43:37.798 | warnings.warn( 2024-10-23 14:43:37.880 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-10-23 14:43:38.259 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@357fc7ec2dfb1fb27d52cd518375e4d8ec977733#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-10-23 14:43:38.259 | venv-tempest run-test-pre: PYTHONHASHSEED='3787450908' 2024-10-23 14:43:38.259 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.6MKcjsNqXE -r requirements.txt 2024-10-23 14:43:39.112 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.1.0) 2024-10-23 14:43:39.112 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-10-23 14:43:39.114 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-10-23 14:43:39.114 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-10-23 14:43:39.115 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.1) 2024-10-23 14:43:39.116 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-10-23 14:43:39.117 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-10-23 14:43:39.117 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-10-23 14:43:39.118 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-10-23 14:43:39.119 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-10-23 14:43:39.119 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-10-23 14:43:39.120 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.5.0) 2024-10-23 14:43:39.121 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-10-23 14:43:39.121 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-10-23 14:43:39.122 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-10-23 14:43:39.123 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-10-23 14:43:39.124 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-10-23 14:43:39.124 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-10-23 14:43:39.125 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-10-23 14:43:39.126 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-10-23 14:43:39.126 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-10-23 14:43:39.127 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-10-23 14:43:39.128 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-10-23 14:43:39.134 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-10-23 14:43:39.134 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-10-23 14:43:39.152 | 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 6)) (2023.12.1) 2024-10-23 14:43:39.152 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-10-23 14:43:39.153 | 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 6)) (0.20.0) 2024-10-23 14:43:39.154 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (24.2.0) 2024-10-23 14:43:39.170 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-10-23 14:43:39.170 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-10-23 14:43:39.188 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.0) 2024-10-23 14:43:39.195 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.4.0) 2024-10-23 14:43:39.215 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-10-23 14:43:39.215 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-10-23 14:43:39.228 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.6.0) 2024-10-23 14:43:39.229 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-10-23 14:43:39.245 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-10-23 14:43:39.246 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-10-23 14:43:39.246 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-10-23 14:43:39.255 | 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 15)) (2024.1) 2024-10-23 14:43:39.256 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.8) 2024-10-23 14:43:39.266 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 16)) (24.1) 2024-10-23 14:43:39.266 | 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 16)) (2.1.0) 2024-10-23 14:43:39.267 | 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 16)) (3.1.2) 2024-10-23 14:43:39.268 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 16)) (0.11.0) 2024-10-23 14:43:39.290 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-10-23 14:43:39.310 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-10-23 14:43:39.376 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-10-23 14:43:39.398 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-10-23 14:43:39.438 | 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 13)) (1.16.0) 2024-10-23 14:43:39.452 | 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 12)) (3.3.2) 2024-10-23 14:43:39.452 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.8.30) 2024-10-23 14:43:39.453 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.8) 2024-10-23 14:43:39.579 | WARNING: There was an error checking the latest version of pip. 2024-10-23 14:43:39.645 | ___________________________________ summary ____________________________________ 2024-10-23 14:43:39.645 | venv-tempest: commands succeeded 2024-10-23 14:43:39.645 | congratulations :) 2024-10-23 14:43:39.665 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.6MKcjsNqXE 2024-10-23 14:43:39.668 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-10-23 14:43:39.670 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-10-23 14:43:39.672 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-10-23 14:43:39.695 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.Z8dBLfjjNp 2024-10-23 14:43:39.920 | venv create: /opt/stack/tempest/.tox/venv 2024-10-23 14:43:40.203 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-10-23 14:43:53.464 | venv develop-inst: /opt/stack/tempest 2024-10-23 14:43:56.993 | venv installed: alabaster==1.0.0,attrs==24.2.0,autopage==0.5.2,babel==2.16.0,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.20.1,dulwich==0.22.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.4,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,openstackdocstheme==3.3.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,Pygments==2.18.0,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==8.0.2,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.2,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@357fc7ec2dfb1fb27d52cd518375e4d8ec977733#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.0.1,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-10-23 14:43:56.993 | venv run-test-pre: PYTHONHASHSEED='2251391347' 2024-10-23 14:43:56.993 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.Z8dBLfjjNp 2024-10-23 14:43:57.295 | /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. 2024-10-23 14:43:57.295 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-10-23 14:43:57.295 | /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. 2024-10-23 14:43:57.295 | @jsonschema.FormatChecker.cls_checks('base64') 2024-10-23 14:43:57.544 | /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. 2024-10-23 14:43:57.544 | warnings.warn( 2024-10-23 14:43:57.715 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-10-23 14:43:57.715 | for key, value in info.getheaders().items(): 2024-10-23 14:43:57.740 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-10-23 14:43:57.740 | for key, value in info.getheaders().items(): 2024-10-23 14:43:57.935 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-10-23 14:43:57.935 | for key, value in info.getheaders().items(): 2024-10-23 14:43:57.936 | /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 2024-10-23 14:43:57.936 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-10-23 14:43:58.502 | ___________________________________ summary ____________________________________ 2024-10-23 14:43:58.502 | venv: commands succeeded 2024-10-23 14:43:58.502 | congratulations :) 2024-10-23 14:43:58.523 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-10-23 14:43:58.536 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-23 14:43:58.537 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-10-23 14:43:58.539 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-10-23 14:43:58.552 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-23 14:43:58.554 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-10-23 14:43:58.556 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-10-23 14:43:58.557 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-10-23 14:43:58.559 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-10-23 14:43:58.561 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-10-23 14:43:58.563 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-10-23 14:43:58.564 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-10-23 14:43:58.566 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-10-23 14:43:58.568 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-10-23 14:43:58.570 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-10-23 14:43:58.571 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-10-23 14:43:58.573 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-10-23 14:43:58.575 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-10-23 14:43:58.577 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-10-23 14:43:58.579 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-10-23 14:43:58.580 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-10-23 14:43:58.583 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-10-23 14:43:58.585 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-10-23 14:43:58.587 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-10-23 14:43:58.589 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-10-23 14:43:58.591 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-10-23 14:43:58.593 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-10-23 14:43:58.594 | ++ lib/tempest:configure_tempest:785 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed 2024-10-23 14:43:58.596 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-10-23 14:43:58.599 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.Z8dBLfjjNp network-feature-enabled api_extensions 2024-10-23 14:43:58.599 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-10-23 14:43:58.614 | ++ lib/tempest:configure_tempest:788 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-23 14:43:58.617 | +++ lib/tempest:configure_tempest:790 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2024-10-23 14:43:58.619 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-23 14:43:58.620 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-10-23 14:43:58.622 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-10-23 14:43:58.624 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2024-10-23 14:43:58.638 | +++ functions-common:remove_disabled_services:2122 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-23 14:43:58.653 | ++ lib/tempest:configure_tempest:790 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-23 14:43:58.655 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-10-23 14:43:58.657 | ++ lib/tempest:configure_tempest:795 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-23 14:43:58.680 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-10-23 14:43:58.682 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-10-23 14:43:58.684 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-10-23 14:43:58.686 | ++ lib/tempest:configure_tempest:800 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-10-23 14:43:58.688 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-10-23 14:43:58.690 | ++ lib/tempest:configure_tempest:807 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-10-23 14:43:58.714 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-10-23 14:43:58.716 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-10-23 14:43:58.718 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-10-23 14:43:58.720 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-10-23 14:43:58.722 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-10-23 14:43:58.723 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-10-23 14:43:58.725 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-10-23 14:43:58.727 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-10-23 14:43:58.729 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-10-23 14:43:58.731 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-10-23 14:43:58.733 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-10-23 14:43:58.735 | ++ lib/tempest:configure_tempest:820 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-10-23 14:43:58.737 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-10-23 14:43:58.738 | ++ lib/tempest:configure_tempest:827 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-10-23 14:43:58.762 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-10-23 14:43:58.762 | ' 2024-10-23 14:43:58.764 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-10-23 14:43:58.766 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-23 14:43:58.768 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest Plugins 2024-10-23 14:43:58.770 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-10-23 14:43:58.772 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-10-23 14:43:58.772 | ~/tempest ~/tempest 2024-10-23 14:43:58.774 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-10-23 14:43:58.776 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-10-23 14:43:58.776 | ~/tempest 2024-10-23 14:43:58.778 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-23 14:43:58.780 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-23 14:43:58.782 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:43:58.784 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-23 14:43:58.786 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-10-23 14:43:58.788 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-23 14:43:58.790 | + functions-common:run_plugins:1850 : local phase=test-config 2024-10-23 14:43:58.793 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-23 14:43:58.795 | + functions-common:run_plugins:1853 : local plugin 2024-10-23 14:43:58.797 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-23 14:43:58.799 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-23 14:43:58.801 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-23 14:43:58.803 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-10-23 14:43:58.806 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-23 14:43:58.807 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:58.809 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-10-23 14:43:58.812 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:58.814 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-23 14:43:58.816 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-10-23 14:43:58.818 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-10-23 14:43:58.820 | + stack.sh:main:1495 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-10-23 14:43:58.822 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-10-23 14:43:58.824 | + inc/meta-config:merge_config_group:171 : shift 2024-10-23 14:43:58.826 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-10-23 14:43:58.828 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:43:58.830 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-10-23 14:43:58.833 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-10-23 14:43:58.835 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-10-23 14:43:58.837 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-10-23 14:43:58.839 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-10-23 14:43:58.842 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-23 14:43:58.844 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-10-23 14:43:58.844 | /^\[\[.+\|.*\]\]/ { 2024-10-23 14:43:58.844 | gsub("[][]", "", $1); 2024-10-23 14:43:58.844 | split($1, a, "|"); 2024-10-23 14:43:58.844 | if (a[1] == matchgroup) 2024-10-23 14:43:58.844 | print a[2] 2024-10-23 14:43:58.844 | } 2024-10-23 14:43:58.844 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 46 osc 164 apt-get 4 test_with_retry 3 dbsync 2 pip_install 96 apt-get-update 7 run_process 15 git_timed 127 ------------------------- Unaccounted time 39 ========================= Total runtime 513 ================= Async summary ================= Time spent in the background minus waits: 188 sec Elapsed time: 513 sec Time if we did everything serially: 701 sec Speedup: 1.36647 This is your host IP address: 10.180.1.21 Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.1 Change: e42e6f31a650c4fc7ab2df5b52f9ecffbb888dc7 [stable-only] Update system locale before PostgreSQL initialization 2024-10-03 14:40:15 +0000 OS Version: Ubuntu 22.04 jammy