2024-07-31 04:31:52.898 | + stack.sh:main:513 : exec 2024-07-31 04:31:52.898 | + stack.sh:main:521 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-07-31-043152' 2024-07-31 04:31:52.898 | ++ stack.sh:main:513 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-07-31-043152.summary.2024-07-31-043152 2024-07-31 04:31:52.898 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-31 04:31:52.899 | + stack.sh:echo_summary:472 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-07-31-043152 2024-07-31 04:31:52.899 | + stack.sh:main:523 : ln -sf /opt/stack//logs/stack.sh.log.2024-07-31-043152 /opt/stack//logs/stack.sh.log 2024-07-31 04:31:52.899 | + stack.sh:main:524 : ln -sf /opt/stack//logs/stack.sh.log.2024-07-31-043152.summary.2024-07-31-043152 /opt/stack//logs/stack.sh.log.summary 2024-07-31 04:31:52.899 | + stack.sh:main:539 : check_path_perm_sanity /opt/stack/ 2024-07-31 04:31:52.899 | + functions:check_path_perm_sanity:607 : local real_path 2024-07-31 04:31:52.899 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-07-31 04:31:52.899 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-07-31 04:31:52.899 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-07-31 04:31:52.899 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-07-31 04:31:52.899 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-07-31 04:31:52.899 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-07-31 04:31:52.899 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-07-31 04:31:52.899 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-07-31 04:31:52.899 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-07-31 04:31:52.900 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-07-31 04:31:52.902 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-07-31 04:31:52.903 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-07-31 04:31:52.906 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-07-31 04:31:52.907 | + stack.sh:main:545 : trap exit_trap EXIT 2024-07-31 04:31:52.909 | + stack.sh:main:586 : trap err_trap ERR 2024-07-31 04:31:52.910 | + stack.sh:main:599 : set -o errexit 2024-07-31 04:31:52.911 | + stack.sh:main:602 : uname -a 2024-07-31 04:31:52.912 | Linux devstack 6.5.0-44-generic #44~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Jun 18 14:36:16 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-07-31 04:31:52.913 | + stack.sh:main:605 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-07-31 04:31:52.915 | + stack.sh:main:606 : rm -f /opt/stack/data/ca-bundle.pem 2024-07-31 04:31:52.917 | + stack.sh:main:609 : source /opt/stack/devstack/lib/database 2024-07-31 04:31:52.941 | + stack.sh:main:610 : source /opt/stack/devstack/lib/rpc_backend 2024-07-31 04:31:52.951 | + stack.sh:main:616 : fetch_plugins 2024-07-31 04:31:52.952 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-07-31 04:31:52.954 | + functions-common:fetch_plugins:1782 : local plugin 2024-07-31 04:31:52.955 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-07-31 04:31:52.957 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-07-31 04:31:52.957 | Fetching DevStack plugins 2024-07-31 04:31:52.958 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-07-31 04:31:52.959 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-07-31 04:31:52.961 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-07-31 04:31:52.962 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-07-31 04:31:52.963 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-07-31 04:31:52.964 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-07-31 04:31:52.966 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-07-31 04:31:52.967 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-07-31 04:31:52.968 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-07-31 04:31:52.970 | + functions-common:git_clone:614 : local git_ref=devstack 2024-07-31 04:31:52.971 | + functions-common:git_clone:615 : local orig_dir 2024-07-31 04:31:52.973 | ++ functions-common:git_clone:616 : pwd 2024-07-31 04:31:52.974 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-31 04:31:52.976 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-31 04:31:52.977 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-31 04:31:52.987 | + functions-common:git_clone:619 : RECLONE=False 2024-07-31 04:31:52.988 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-31 04:31:52.989 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-31 04:31:52.991 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-31 04:31:52.992 | + functions-common:git_clone:633 : echo devstack 2024-07-31 04:31:52.992 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-31 04:31:52.995 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-07-31 04:31:52.997 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-31 04:31:52.998 | + 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-07-31 04:31:52.999 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:31:53.001 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:31:53.002 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:31:53.003 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:31:53.005 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:31:53.006 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:31:53.007 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:31:53.009 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:31:53.010 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:31:53.013 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400313011 2024-07-31 04:31:53.014 | + 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-07-31 04:31:53.017 | Cloning into '/opt/stack/networking-nsx-t'... 2024-07-31 04:31:53.554 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:31:53.556 | + functions-common:time_stop:2435 : local name 2024-07-31 04:31:53.557 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:31:53.558 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:31:53.560 | + functions-common:time_stop:2438 : local total 2024-07-31 04:31:53.561 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:31:53.562 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:31:53.564 | + functions-common:time_stop:2442 : start_time=1722400313011 2024-07-31 04:31:53.565 | + functions-common:time_stop:2444 : [[ -z 1722400313011 ]] 2024-07-31 04:31:53.567 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:31:53.569 | + functions-common:time_stop:2447 : end_time=1722400313568 2024-07-31 04:31:53.571 | + functions-common:time_stop:2448 : elapsed_time=557 2024-07-31 04:31:53.572 | + functions-common:time_stop:2449 : total=0 2024-07-31 04:31:53.573 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:31:53.575 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=557 2024-07-31 04:31:53.576 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-07-31 04:31:53.578 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-07-31 04:31:53.579 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:31:53.580 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:31:53.582 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:31:53.583 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:31:53.584 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:31:53.586 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:31:53.587 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:31:53.588 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:31:53.590 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:31:53.592 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400313591 2024-07-31 04:31:53.594 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-07-31 04:31:54.140 | From https://github.com/sapcc/networking-nsx-t 2024-07-31 04:31:54.140 | * branch devstack -> FETCH_HEAD 2024-07-31 04:31:54.144 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:31:54.146 | + functions-common:time_stop:2435 : local name 2024-07-31 04:31:54.147 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:31:54.148 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:31:54.150 | + functions-common:time_stop:2438 : local total 2024-07-31 04:31:54.151 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:31:54.152 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:31:54.154 | + functions-common:time_stop:2442 : start_time=1722400313591 2024-07-31 04:31:54.155 | + functions-common:time_stop:2444 : [[ -z 1722400313591 ]] 2024-07-31 04:31:54.157 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:31:54.159 | + functions-common:time_stop:2447 : end_time=1722400314158 2024-07-31 04:31:54.160 | + functions-common:time_stop:2448 : elapsed_time=567 2024-07-31 04:31:54.161 | + functions-common:time_stop:2449 : total=557 2024-07-31 04:31:54.163 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:31:54.164 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1124 2024-07-31 04:31:54.166 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-31 04:31:54.167 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:31:54.168 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:31:54.170 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:31:54.171 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:31:54.172 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:31:54.174 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:31:54.175 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:31:54.176 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:31:54.178 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:31:54.180 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400314179 2024-07-31 04:31:54.182 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-31 04:31:54.192 | Note: switching to 'FETCH_HEAD'. 2024-07-31 04:31:54.192 | 2024-07-31 04:31:54.192 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-31 04:31:54.192 | changes and commit them, and you can discard any commits you make in this 2024-07-31 04:31:54.192 | state without impacting any branches by switching back to a branch. 2024-07-31 04:31:54.192 | 2024-07-31 04:31:54.192 | If you want to create a new branch to retain commits you create, you may 2024-07-31 04:31:54.192 | do so (now or later) by using -c with the switch command. Example: 2024-07-31 04:31:54.192 | 2024-07-31 04:31:54.192 | git switch -c 2024-07-31 04:31:54.192 | 2024-07-31 04:31:54.192 | Or undo this operation with: 2024-07-31 04:31:54.192 | 2024-07-31 04:31:54.192 | git switch - 2024-07-31 04:31:54.192 | 2024-07-31 04:31:54.192 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-31 04:31:54.192 | 2024-07-31 04:31:54.192 | HEAD is now at c7b6103 The Controller-class moved to neutron.api.wsgi 2024-07-31 04:31:54.194 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:31:54.195 | + functions-common:time_stop:2435 : local name 2024-07-31 04:31:54.197 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:31:54.198 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:31:54.199 | + functions-common:time_stop:2438 : local total 2024-07-31 04:31:54.201 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:31:54.202 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:31:54.203 | + functions-common:time_stop:2442 : start_time=1722400314179 2024-07-31 04:31:54.205 | + functions-common:time_stop:2444 : [[ -z 1722400314179 ]] 2024-07-31 04:31:54.206 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:31:54.209 | + functions-common:time_stop:2447 : end_time=1722400314207 2024-07-31 04:31:54.210 | + functions-common:time_stop:2448 : elapsed_time=28 2024-07-31 04:31:54.211 | + functions-common:time_stop:2449 : total=1124 2024-07-31 04:31:54.213 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:31:54.214 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1152 2024-07-31 04:31:54.215 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-07-31 04:31:54.224 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-07-31 04:31:54.226 | + functions-common:git_clone:696 : git show --oneline 2024-07-31 04:31:54.226 | + functions-common:git_clone:696 : head -1 2024-07-31 04:31:54.228 | c7b6103 The Controller-class moved to neutron.api.wsgi 2024-07-31 04:31:54.230 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-31 04:31:54.231 | + stack.sh:main:620 : run_phase override_defaults 2024-07-31 04:31:54.233 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-07-31 04:31:54.234 | + functions-common:run_phase:1864 : local phase= 2024-07-31 04:31:54.235 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-07-31 04:31:54.237 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-07-31 04:31:54.238 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-07-31 04:31:54.239 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-07-31 04:31:54.241 | + functions-common:run_phase:1873 : local extra 2024-07-31 04:31:54.243 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-07-31 04:31:54.245 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-07-31 04:31:54.246 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-07-31 04:31:54.248 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-07-31 04:31:54.249 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-07-31 04:31:54.251 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-07-31 04:31:54.260 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:31:54.261 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-07-31 04:31:54.263 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-07-31 04:31:54.264 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-07-31 04:31:54.265 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-07-31 04:31:54.267 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-07-31 04:31:54.268 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-07-31 04:31:54.269 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-07-31 04:31:54.271 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-07-31 04:31:54.272 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-07-31 04:31:54.274 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-07-31 04:31:54.275 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-07-31 04:31:54.276 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-07-31 04:31:54.278 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-07-31 04:31:54.279 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-07-31 04:31:54.280 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-07-31 04:31:54.280 | Overriding Configuration Defaults 2024-07-31 04:31:54.282 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-07-31 04:31:54.283 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-07-31 04:31:54.285 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-07-31 04:31:54.286 | + stack.sh:main:623 : source /opt/stack/devstack/lib/apache 2024-07-31 04:31:54.298 | + stack.sh:main:626 : source /opt/stack/devstack/lib/tls 2024-07-31 04:31:54.299 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-07-31 04:31:54.309 | ++ functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:31:54.310 | +++ lib/tls:source:43 : hostname -f 2024-07-31 04:31:54.313 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-07-31 04:31:54.314 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-07-31 04:31:54.316 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-07-31 04:31:54.317 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-07-31 04:31:54.319 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-07-31 04:31:54.320 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-07-31 04:31:54.321 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-07-31 04:31:54.323 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-07-31 04:31:54.324 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-07-31 04:31:54.326 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-07-31 04:31:54.328 | + stack.sh:main:629 : source /opt/stack/devstack/lib/infra 2024-07-31 04:31:54.337 | + stack.sh:main:630 : source /opt/stack/devstack/lib/libraries 2024-07-31 04:31:54.348 | + stack.sh:main:631 : source /opt/stack/devstack/lib/lvm 2024-07-31 04:31:54.357 | + stack.sh:main:632 : source /opt/stack/devstack/lib/horizon 2024-07-31 04:31:54.365 | + stack.sh:main:633 : source /opt/stack/devstack/lib/keystone 2024-07-31 04:31:54.389 | + stack.sh:main:634 : source /opt/stack/devstack/lib/glance 2024-07-31 04:31:54.428 | + stack.sh:main:635 : source /opt/stack/devstack/lib/nova 2024-07-31 04:31:54.473 | + stack.sh:main:636 : source /opt/stack/devstack/lib/placement 2024-07-31 04:31:54.491 | + stack.sh:main:637 : source /opt/stack/devstack/lib/cinder 2024-07-31 04:31:54.525 | + stack.sh:main:638 : source /opt/stack/devstack/lib/swift 2024-07-31 04:31:54.557 | + stack.sh:main:639 : source /opt/stack/devstack/lib/neutron 2024-07-31 04:31:54.559 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-07-31 04:31:54.568 | ++ functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:31:54.570 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-07-31 04:31:54.572 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-07-31 04:31:54.573 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-07-31 04:31:54.575 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-07-31 04:31:54.577 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-07-31 04:31:54.587 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-07-31 04:31:54.589 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-07-31 04:31:54.590 | +++ functions-common:is_suse:544 : is_opensuse 2024-07-31 04:31:54.591 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-31 04:31:54.593 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-31 04:31:54.594 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-31 04:31:54.596 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-31 04:31:54.597 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-31 04:31:54.599 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-07-31 04:31:54.601 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-07-31 04:31:54.602 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-07-31 04:31:54.604 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-07-31 04:31:54.605 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-07-31 04:31:54.607 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-07-31 04:31:54.608 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-07-31 04:31:54.619 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-07-31 04:31:54.620 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-07-31 04:31:54.622 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-07-31 04:31:54.632 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-07-31 04:31:54.634 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-07-31 04:31:54.635 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-07-31 04:31:54.637 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-07-31 04:31:54.638 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-07-31 04:31:54.640 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-07-31 04:31:54.641 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-07-31 04:31:54.643 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-07-31 04:31:54.644 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-07-31 04:31:54.646 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-07-31 04:31:54.647 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-07-31 04:31:54.649 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-07-31 04:31:54.650 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-07-31 04:31:54.651 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-07-31 04:31:54.653 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-07-31 04:31:54.655 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-07-31 04:31:54.657 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-07-31 04:31:54.657 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-07-31 04:31:54.660 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-07-31 04:31:54.661 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-07-31 04:31:54.663 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-07-31 04:31:54.664 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-07-31 04:31:54.666 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-07-31 04:31:54.668 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-07-31 04:31:54.679 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-07-31 04:31:54.680 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-07-31 04:31:54.683 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-07-31 04:31:54.683 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-07-31 04:31:54.686 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-07-31 04:31:54.687 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-07-31 04:31:54.689 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-07-31 04:31:54.690 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-07-31 04:31:54.691 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-07-31 04:31:54.693 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-07-31 04:31:54.694 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-07-31 04:31:54.696 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-07-31 04:31:54.697 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-07-31 04:31:54.699 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-07-31 04:31:54.700 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-07-31 04:31:54.701 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-07-31 04:31:54.703 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-07-31 04:31:54.704 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-07-31 04:31:54.706 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-07-31 04:31:54.707 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-07-31 04:31:54.709 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-07-31 04:31:54.719 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-07-31 04:31:54.721 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-07-31 04:31:54.722 | ++++ functions-common:is_suse:544 : is_opensuse 2024-07-31 04:31:54.723 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-31 04:31:54.725 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-31 04:31:54.726 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-31 04:31:54.727 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-31 04:31:54.729 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-31 04:31:54.730 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-07-31 04:31:54.732 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-07-31 04:31:54.734 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-07-31 04:31:54.735 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-07-31 04:31:54.736 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-07-31 04:31:54.738 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-07-31 04:31:54.739 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-07-31 04:31:54.741 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-07-31 04:31:54.742 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-07-31 04:31:54.743 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-07-31 04:31:54.745 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-07-31 04:31:54.746 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-07-31 04:31:54.748 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-07-31 04:31:54.749 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-07-31 04:31:54.750 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-07-31 04:31:54.752 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-07-31 04:31:54.753 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-07-31 04:31:54.755 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-07-31 04:31:54.756 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-07-31 04:31:54.757 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-07-31 04:31:54.777 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-07-31 04:31:54.786 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-07-31 04:31:54.787 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-07-31 04:31:54.789 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-07-31 04:31:54.790 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-07-31 04:31:54.792 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-07-31 04:31:54.793 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-07-31 04:31:54.795 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-07-31 04:31:54.796 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-07-31 04:31:54.797 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-07-31 04:31:54.799 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-07-31 04:31:54.800 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-07-31 04:31:54.802 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-07-31 04:31:54.803 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-07-31 04:31:54.805 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-07-31 04:31:54.806 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-07-31 04:31:54.808 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-07-31 04:31:54.809 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-07-31 04:31:54.811 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-07-31 04:31:54.813 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-07-31 04:31:54.813 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-07-31 04:31:54.813 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-07-31 04:31:54.813 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-07-31 04:31:54.818 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=d0:db62:4a92 2024-07-31 04:31:54.819 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-07-31 04:31:54.820 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-07-31 04:31:54.822 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-07-31 04:31:54.823 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-07-31 04:31:54.825 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fdd0:db62:4a92::/56 2024-07-31 04:31:54.827 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fdd0:db62:4a92::/56 2024-07-31 04:31:54.827 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-07-31 04:31:54.831 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fdd0:db62:4a92::/64 2024-07-31 04:31:54.833 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-07-31 04:31:54.834 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-07-31 04:31:54.836 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-07-31 04:31:54.837 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-07-31 04:31:54.838 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-07-31 04:31:54.840 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-07-31 04:31:54.841 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-07-31 04:31:54.843 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-07-31 04:31:54.844 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-07-31 04:31:54.845 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-07-31 04:31:54.847 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-07-31 04:31:54.848 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-07-31 04:31:54.850 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fdd0:db62:4a92::/56 2024-07-31 04:31:54.851 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-07-31 04:31:54.853 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-07-31 04:31:54.855 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-07-31 04:31:54.855 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-07-31 04:31:54.855 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-07-31 04:31:54.859 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-07-31 04:31:54.862 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-07-31 04:31:54.862 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-07-31 04:31:54.862 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-07-31 04:31:54.867 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-07-31 04:31:54.869 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-07-31 04:31:54.870 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-07-31 04:31:54.872 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-07-31 04:31:54.873 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-07-31 04:31:54.875 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-07-31 04:31:54.876 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-07-31 04:31:54.887 | + stack.sh:main:640 : source /opt/stack/devstack/lib/ldap 2024-07-31 04:31:54.897 | + stack.sh:main:641 : source /opt/stack/devstack/lib/dstat 2024-07-31 04:31:54.906 | + stack.sh:main:642 : source /opt/stack/devstack/lib/tcpdump 2024-07-31 04:31:54.916 | + stack.sh:main:643 : source /opt/stack/devstack/lib/etcd3 2024-07-31 04:31:54.963 | + stack.sh:main:644 : source /opt/stack/devstack/lib/os-vif 2024-07-31 04:31:54.966 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-07-31 04:31:54.967 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-07-31 04:31:54.969 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-07-31 04:31:54.971 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-07-31 04:31:54.973 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-07-31 04:31:54.973 | False' 2024-07-31 04:31:54.975 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-07-31 04:31:54.986 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-07-31 04:31:54.988 | + stack.sh:main:650 : run_phase source 2024-07-31 04:31:54.990 | + functions-common:run_phase:1863 : local mode=source 2024-07-31 04:31:54.991 | + functions-common:run_phase:1864 : local phase= 2024-07-31 04:31:54.993 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-07-31 04:31:54.994 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-07-31 04:31:54.996 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-07-31 04:31:54.997 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-07-31 04:31:54.999 | + functions-common:run_phase:1873 : local extra 2024-07-31 04:31:55.001 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-07-31 04:31:55.004 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-07-31 04:31:55.005 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-07-31 04:31:55.007 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-07-31 04:31:55.008 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-07-31 04:31:55.010 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-07-31 04:31:55.021 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:31:55.023 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-07-31 04:31:55.024 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-07-31 04:31:55.051 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-07-31 04:31:55.053 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-07-31 04:31:55.055 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-07-31 04:31:55.056 | + functions-common:run_phase:1885 : load_plugin_settings 2024-07-31 04:31:55.058 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-07-31 04:31:55.059 | + functions-common:load_plugin_settings:1800 : local plugin 2024-07-31 04:31:55.061 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-07-31 04:31:55.063 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-07-31 04:31:55.063 | Loading plugin settings 2024-07-31 04:31:55.064 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-07-31 04:31:55.066 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-07-31 04:31:55.068 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-07-31 04:31:55.069 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-07-31 04:31:55.071 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-07-31 04:31:55.073 | ++ functions-common:define_plugin:1907 : : 2024-07-31 04:31:55.074 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-07-31 04:31:55.076 | + functions-common:run_phase:1886 : verify_disabled_services 2024-07-31 04:31:55.078 | + functions-common:verify_disabled_services:2146 : local service 2024-07-31 04:31:55.079 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.081 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-07-31 04:31:55.083 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.085 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-07-31 04:31:55.086 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.088 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-07-31 04:31:55.090 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.092 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-07-31 04:31:55.093 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.095 | + 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-07-31 04:31:55.097 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.099 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-07-31 04:31:55.100 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.102 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-07-31 04:31:55.104 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.106 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-07-31 04:31:55.107 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.109 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-07-31 04:31:55.111 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.113 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-07-31 04:31:55.115 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.116 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-07-31 04:31:55.118 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.120 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-07-31 04:31:55.122 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.123 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-07-31 04:31:55.125 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.127 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-07-31 04:31:55.129 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.130 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-07-31 04:31:55.132 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.134 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-07-31 04:31:55.136 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.138 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-07-31 04:31:55.139 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.141 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-07-31 04:31:55.143 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.145 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-07-31 04:31:55.146 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.148 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-07-31 04:31:55.150 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.152 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-07-31 04:31:55.153 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-31 04:31:55.155 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-07-31 04:31:55.157 | + stack.sh:main:721 : initialize_database_backends 2024-07-31 04:31:55.159 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-07-31 04:31:55.161 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-07-31 04:31:55.173 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:31:55.174 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-07-31 04:31:55.176 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-07-31 04:31:55.178 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-07-31 04:31:55.190 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:31:55.192 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-07-31 04:31:55.193 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-07-31 04:31:55.195 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-07-31 04:31:55.197 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-07-31 04:31:55.199 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-07-31 04:31:55.201 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-07-31 04:31:55.203 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-07-31 04:31:55.204 | + lib/database:initialize_database_backends:92 : return 0 2024-07-31 04:31:55.206 | + stack.sh:main:722 : echo 'Using mysql database backend' 2024-07-31 04:31:55.206 | Using mysql database backend 2024-07-31 04:31:55.208 | + stack.sh:main:725 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-07-31 04:31:55.220 | + stack.sh:main:727 : define_database_baseurl 2024-07-31 04:31:55.222 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-07-31 04:31:55.224 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-07-31 04:31:55.226 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-07-31 04:31:55.228 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-07-31 04:31:55.230 | + stack.sh:main:739 : is_service_enabled rabbit 2024-07-31 04:31:55.242 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:31:55.244 | + stack.sh:main:740 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-07-31 04:31:55.256 | + stack.sh:main:747 : is_service_enabled keystone 2024-07-31 04:31:55.269 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:31:55.271 | + stack.sh:main:749 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-07-31 04:31:55.283 | + stack.sh:main:751 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-07-31 04:31:55.295 | + stack.sh:main:762 : is_service_enabled ldap 2024-07-31 04:31:55.307 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:31:55.309 | + stack.sh:main:771 : is_service_enabled s-proxy 2024-07-31 04:31:55.321 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:31:55.323 | + stack.sh:main:783 : save_stackenv 783 2024-07-31 04:31:55.325 | + functions-common:save_stackenv:60 : local tag=783 2024-07-31 04:31:55.328 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-07-31 04:31:55.331 | + functions-common:save_stackenv:62 : time_stamp=2024-07-31-043155 2024-07-31 04:31:55.332 | + functions-common:save_stackenv:63 : echo '# 2024-07-31-043155 783' 2024-07-31 04:31:55.334 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.336 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-07-31 04:31:55.338 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.340 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-07-31 04:31:55.342 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.344 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-07-31 04:31:55.346 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.347 | + 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-07-31 04:31:55.349 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.351 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-07-31 04:31:55.353 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.355 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-07-31 04:31:55.357 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.359 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-07-31-043152 2024-07-31 04:31:55.360 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.362 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-07-31 04:31:55.364 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.366 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-07-31 04:31:55.368 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.370 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-07-31 04:31:55.372 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.374 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-07-31 04:31:55.375 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.377 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-07-31 04:31:55.379 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.381 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-07-31 04:31:55.383 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.385 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-07-31 04:31:55.387 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:31:55.388 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-07-31 04:31:55.390 | + stack.sh:main:796 : GIT_DEPTH=0 2024-07-31 04:31:55.392 | + stack.sh:main:796 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-07-31 04:31:55.394 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-07-31 04:31:55.396 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-07-31 04:31:55.397 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-07-31 04:31:55.399 | + functions-common:git_clone:615 : local orig_dir 2024-07-31 04:31:55.401 | ++ functions-common:git_clone:616 : pwd 2024-07-31 04:31:55.403 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-31 04:31:55.405 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-31 04:31:55.407 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-31 04:31:55.418 | + functions-common:git_clone:619 : RECLONE=False 2024-07-31 04:31:55.420 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-07-31 04:31:55.422 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-31 04:31:55.424 | + functions-common:git_clone:633 : echo stable/2023.1 2024-07-31 04:31:55.424 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-31 04:31:55.428 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-07-31 04:31:55.430 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-31 04:31:55.431 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-07-31 04:31:55.433 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:31:55.435 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:31:55.436 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:31:55.438 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:31:55.440 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:31:55.441 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:31:55.443 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:31:55.445 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:31:55.447 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:31:55.450 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400315448 2024-07-31 04:31:55.452 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-07-31 04:31:55.454 | Cloning into '/opt/stack//requirements'... 2024-07-31 04:31:58.603 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:31:58.605 | + functions-common:time_stop:2435 : local name 2024-07-31 04:31:58.607 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:31:58.609 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:31:58.610 | + functions-common:time_stop:2438 : local total 2024-07-31 04:31:58.612 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:31:58.614 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:31:58.615 | + functions-common:time_stop:2442 : start_time=1722400315448 2024-07-31 04:31:58.617 | + functions-common:time_stop:2444 : [[ -z 1722400315448 ]] 2024-07-31 04:31:58.619 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:31:58.622 | + functions-common:time_stop:2447 : end_time=1722400318620 2024-07-31 04:31:58.623 | + functions-common:time_stop:2448 : elapsed_time=3172 2024-07-31 04:31:58.625 | + functions-common:time_stop:2449 : total=1152 2024-07-31 04:31:58.627 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:31:58.628 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4324 2024-07-31 04:31:58.630 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-07-31 04:31:58.632 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-07-31 04:31:58.633 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:31:58.635 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:31:58.637 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:31:58.638 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:31:58.640 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:31:58.642 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:31:58.644 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:31:58.646 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:31:58.648 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:31:58.651 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400318649 2024-07-31 04:31:58.653 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-07-31 04:31:59.321 | From https://opendev.org/openstack/requirements 2024-07-31 04:31:59.321 | * branch stable/2023.1 -> FETCH_HEAD 2024-07-31 04:31:59.329 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:31:59.331 | + functions-common:time_stop:2435 : local name 2024-07-31 04:31:59.333 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:31:59.334 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:31:59.336 | + functions-common:time_stop:2438 : local total 2024-07-31 04:31:59.338 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:31:59.339 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:31:59.341 | + functions-common:time_stop:2442 : start_time=1722400318649 2024-07-31 04:31:59.343 | + functions-common:time_stop:2444 : [[ -z 1722400318649 ]] 2024-07-31 04:31:59.345 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:31:59.348 | + functions-common:time_stop:2447 : end_time=1722400319346 2024-07-31 04:31:59.349 | + functions-common:time_stop:2448 : elapsed_time=697 2024-07-31 04:31:59.351 | + functions-common:time_stop:2449 : total=4324 2024-07-31 04:31:59.353 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:31:59.354 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5021 2024-07-31 04:31:59.356 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-31 04:31:59.358 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:31:59.359 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:31:59.361 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:31:59.363 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:31:59.364 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:31:59.366 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:31:59.367 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:31:59.369 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:31:59.371 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:31:59.374 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400319372 2024-07-31 04:31:59.376 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-31 04:31:59.385 | Note: switching to 'FETCH_HEAD'. 2024-07-31 04:31:59.385 | 2024-07-31 04:31:59.385 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-31 04:31:59.385 | changes and commit them, and you can discard any commits you make in this 2024-07-31 04:31:59.385 | state without impacting any branches by switching back to a branch. 2024-07-31 04:31:59.385 | 2024-07-31 04:31:59.385 | If you want to create a new branch to retain commits you create, you may 2024-07-31 04:31:59.385 | do so (now or later) by using -c with the switch command. Example: 2024-07-31 04:31:59.385 | 2024-07-31 04:31:59.385 | git switch -c 2024-07-31 04:31:59.385 | 2024-07-31 04:31:59.385 | Or undo this operation with: 2024-07-31 04:31:59.385 | 2024-07-31 04:31:59.385 | git switch - 2024-07-31 04:31:59.385 | 2024-07-31 04:31:59.385 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-31 04:31:59.385 | 2024-07-31 04:31:59.385 | HEAD is now at 487812fc Update packaging constraint to match 2023.2 2024-07-31 04:31:59.387 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:31:59.389 | + functions-common:time_stop:2435 : local name 2024-07-31 04:31:59.391 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:31:59.392 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:31:59.394 | + functions-common:time_stop:2438 : local total 2024-07-31 04:31:59.396 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:31:59.397 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:31:59.399 | + functions-common:time_stop:2442 : start_time=1722400319372 2024-07-31 04:31:59.400 | + functions-common:time_stop:2444 : [[ -z 1722400319372 ]] 2024-07-31 04:31:59.403 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:31:59.405 | + functions-common:time_stop:2447 : end_time=1722400319404 2024-07-31 04:31:59.407 | + functions-common:time_stop:2448 : elapsed_time=32 2024-07-31 04:31:59.409 | + functions-common:time_stop:2449 : total=5021 2024-07-31 04:31:59.410 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:31:59.412 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5053 2024-07-31 04:31:59.414 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-07-31 04:31:59.424 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-07-31 04:31:59.427 | + functions-common:git_clone:696 : git show --oneline 2024-07-31 04:31:59.427 | + functions-common:git_clone:696 : head -1 2024-07-31 04:31:59.429 | 487812fc Update packaging constraint to match 2023.2 2024-07-31 04:31:59.431 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-31 04:31:59.433 | + stack.sh:main:800 : echo_summary 'Installing package prerequisites' 2024-07-31 04:31:59.436 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-31 04:31:59.438 | + stack.sh:echo_summary:472 : echo -e Installing package prerequisites 2024-07-31 04:31:59.440 | + stack.sh:main:801 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-07-31 04:31:59.442 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-07-31 04:31:59.444 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-07-31 04:31:59.446 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-07-31 04:31:59.447 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-07-31 04:31:59.449 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-07-31 04:31:59.451 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-07-31 04:31:59.454 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-07-31 04:31:59.457 | ++ tools/install_prereqs.sh:source:47 : NOW=1722400319 2024-07-31 04:31:59.459 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-07-31 04:31:59.462 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-07-31 04:31:59.465 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-07-31 04:31:59.466 | ++ tools/install_prereqs.sh:source:49 : DELTA=1722400319 2024-07-31 04:31:59.468 | ++ tools/install_prereqs.sh:source:50 : [[ 1722400319 -lt 7200 ]] 2024-07-31 04:31:59.470 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-07-31 04:31:59.472 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-07-31 04:31:59.474 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-07-31 04:31:59.476 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-07-31 04:31:59.478 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-07-31 04:31:59.480 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-07-31 04:31:59.481 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-07-31 04:31:59.484 | +++ 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-07-31 04:31:59.511 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-07-31 04:31:59.511 | apache2-dev 2024-07-31 04:31:59.511 | bc 2024-07-31 04:31:59.511 | bsdmainutils 2024-07-31 04:31:59.511 | curl 2024-07-31 04:31:59.511 | g++ 2024-07-31 04:31:59.511 | gawk 2024-07-31 04:31:59.511 | gcc 2024-07-31 04:31:59.511 | gettext 2024-07-31 04:31:59.511 | git 2024-07-31 04:31:59.511 | graphviz 2024-07-31 04:31:59.511 | iputils-ping 2024-07-31 04:31:59.511 | libapache2-mod-proxy-uwsgi 2024-07-31 04:31:59.511 | libffi-dev 2024-07-31 04:31:59.511 | libjpeg-dev 2024-07-31 04:31:59.511 | libpcre3-dev 2024-07-31 04:31:59.511 | libpq-dev 2024-07-31 04:31:59.511 | libssl-dev 2024-07-31 04:31:59.511 | libsystemd-dev 2024-07-31 04:31:59.511 | libxml2-dev 2024-07-31 04:31:59.511 | libxslt1-dev 2024-07-31 04:31:59.511 | libyaml-dev 2024-07-31 04:31:59.511 | lsof 2024-07-31 04:31:59.511 | openssh-server 2024-07-31 04:31:59.511 | openssl 2024-07-31 04:31:59.511 | pkg-config 2024-07-31 04:31:59.511 | psmisc 2024-07-31 04:31:59.511 | python3-dev 2024-07-31 04:31:59.511 | python3-pip 2024-07-31 04:31:59.511 | python3-systemd 2024-07-31 04:31:59.511 | python3-venv 2024-07-31 04:31:59.511 | tar 2024-07-31 04:31:59.512 | tcpdump 2024-07-31 04:31:59.512 | unzip 2024-07-31 04:31:59.512 | uuid-runtime 2024-07-31 04:31:59.512 | wget 2024-07-31 04:31:59.512 | wget 2024-07-31 04:31:59.512 | zlib1g-dev 2024-07-31 04:31:59.512 | libkrb5-dev 2024-07-31 04:31:59.512 | libldap2-dev 2024-07-31 04:31:59.512 | libsasl2-dev 2024-07-31 04:31:59.512 | memcached 2024-07-31 04:31:59.512 | python3-mysqldb 2024-07-31 04:31:59.512 | sqlite3 2024-07-31 04:31:59.512 | conntrack 2024-07-31 04:31:59.512 | curl 2024-07-31 04:31:59.512 | ebtables 2024-07-31 04:31:59.512 | genisoimage 2024-07-31 04:31:59.512 | iptables 2024-07-31 04:31:59.512 | iputils-arping 2024-07-31 04:31:59.512 | kpartx 2024-07-31 04:31:59.512 | libjs-jquery-tablesorter 2024-07-31 04:31:59.512 | parted 2024-07-31 04:31:59.512 | pm-utils 2024-07-31 04:31:59.512 | python3-mysqldb 2024-07-31 04:31:59.512 | socat 2024-07-31 04:31:59.512 | sqlite3 2024-07-31 04:31:59.512 | sudo 2024-07-31 04:31:59.512 | vlan 2024-07-31 04:31:59.512 | lsscsi 2024-07-31 04:31:59.512 | open-iscsi 2024-07-31 04:31:59.512 | lvm2 2024-07-31 04:31:59.512 | qemu-utils 2024-07-31 04:31:59.512 | thin-provisioning-tools 2024-07-31 04:31:59.512 | acl 2024-07-31 04:31:59.512 | dnsmasq-base 2024-07-31 04:31:59.512 | dnsmasq-utils 2024-07-31 04:31:59.512 | ebtables 2024-07-31 04:31:59.512 | haproxy 2024-07-31 04:31:59.512 | iptables 2024-07-31 04:31:59.512 | iputils-arping 2024-07-31 04:31:59.512 | iputils-ping 2024-07-31 04:31:59.512 | postgresql-server-dev-all 2024-07-31 04:31:59.512 | python3-mysqldb 2024-07-31 04:31:59.512 | sqlite3 2024-07-31 04:31:59.512 | sudo 2024-07-31 04:31:59.512 | vlan 2024-07-31 04:31:59.512 | ipset 2024-07-31 04:31:59.512 | conntrack 2024-07-31 04:31:59.512 | conntrackd 2024-07-31 04:31:59.512 | keepalived' 2024-07-31 04:31:59.514 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-07-31 04:31:59.529 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-07-31 04:31:59.529 | apache2-dev 2024-07-31 04:31:59.529 | bc 2024-07-31 04:31:59.529 | bsdmainutils 2024-07-31 04:31:59.529 | curl 2024-07-31 04:31:59.529 | g++ 2024-07-31 04:31:59.529 | gawk 2024-07-31 04:31:59.529 | gcc 2024-07-31 04:31:59.529 | gettext 2024-07-31 04:31:59.529 | git 2024-07-31 04:31:59.529 | graphviz 2024-07-31 04:31:59.529 | iputils-ping 2024-07-31 04:31:59.529 | libapache2-mod-proxy-uwsgi 2024-07-31 04:31:59.529 | libffi-dev 2024-07-31 04:31:59.529 | libjpeg-dev 2024-07-31 04:31:59.529 | libpcre3-dev 2024-07-31 04:31:59.529 | libpq-dev 2024-07-31 04:31:59.529 | libssl-dev 2024-07-31 04:31:59.529 | libsystemd-dev 2024-07-31 04:31:59.529 | libxml2-dev 2024-07-31 04:31:59.529 | libxslt1-dev 2024-07-31 04:31:59.529 | libyaml-dev 2024-07-31 04:31:59.529 | lsof 2024-07-31 04:31:59.529 | openssh-server 2024-07-31 04:31:59.529 | openssl 2024-07-31 04:31:59.529 | pkg-config 2024-07-31 04:31:59.529 | psmisc 2024-07-31 04:31:59.529 | python3-dev 2024-07-31 04:31:59.529 | python3-pip 2024-07-31 04:31:59.529 | python3-systemd 2024-07-31 04:31:59.529 | python3-venv 2024-07-31 04:31:59.529 | tar 2024-07-31 04:31:59.529 | tcpdump 2024-07-31 04:31:59.529 | unzip 2024-07-31 04:31:59.529 | uuid-runtime 2024-07-31 04:31:59.529 | wget 2024-07-31 04:31:59.529 | wget 2024-07-31 04:31:59.529 | zlib1g-dev 2024-07-31 04:31:59.529 | libkrb5-dev 2024-07-31 04:31:59.529 | libldap2-dev 2024-07-31 04:31:59.529 | libsasl2-dev 2024-07-31 04:31:59.529 | memcached 2024-07-31 04:31:59.529 | python3-mysqldb 2024-07-31 04:31:59.529 | sqlite3 2024-07-31 04:31:59.529 | conntrack 2024-07-31 04:31:59.529 | curl 2024-07-31 04:31:59.529 | ebtables 2024-07-31 04:31:59.529 | genisoimage 2024-07-31 04:31:59.529 | iptables 2024-07-31 04:31:59.529 | iputils-arping 2024-07-31 04:31:59.529 | kpartx 2024-07-31 04:31:59.529 | libjs-jquery-tablesorter 2024-07-31 04:31:59.529 | parted 2024-07-31 04:31:59.529 | pm-utils 2024-07-31 04:31:59.529 | python3-mysqldb 2024-07-31 04:31:59.529 | socat 2024-07-31 04:31:59.529 | sqlite3 2024-07-31 04:31:59.529 | sudo 2024-07-31 04:31:59.529 | vlan 2024-07-31 04:31:59.529 | lsscsi 2024-07-31 04:31:59.529 | open-iscsi 2024-07-31 04:31:59.529 | lvm2 2024-07-31 04:31:59.529 | qemu-utils 2024-07-31 04:31:59.529 | thin-provisioning-tools 2024-07-31 04:31:59.529 | acl 2024-07-31 04:31:59.529 | dnsmasq-base 2024-07-31 04:31:59.529 | dnsmasq-utils 2024-07-31 04:31:59.529 | ebtables 2024-07-31 04:31:59.529 | haproxy 2024-07-31 04:31:59.529 | iptables 2024-07-31 04:31:59.529 | iputils-arping 2024-07-31 04:31:59.529 | iputils-ping 2024-07-31 04:31:59.529 | postgresql-server-dev-all 2024-07-31 04:31:59.529 | python3-mysqldb 2024-07-31 04:31:59.529 | sqlite3 2024-07-31 04:31:59.529 | sudo 2024-07-31 04:31:59.529 | vlan 2024-07-31 04:31:59.529 | ipset 2024-07-31 04:31:59.529 | conntrack 2024-07-31 04:31:59.529 | conntrackd 2024-07-31 04:31:59.529 | keepalived ' 2024-07-31 04:31:59.531 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-07-31 04:31:59.533 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:31:59.535 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:31:59.537 | ++ 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-07-31 04:31:59.538 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-07-31 04:31:59.541 | ++ 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-07-31 04:31:59.543 | ++ functions-common:install_package:1459 : update_package_repo 2024-07-31 04:31:59.545 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-31 04:31:59.547 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-07-31 04:31:59.549 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-31 04:31:59.551 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-31 04:31:59.553 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-07-31 04:31:59.555 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:31:59.557 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:31:59.559 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-07-31 04:31:59.560 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-07-31 04:31:59.562 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-07-31 04:31:59.564 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-07-31 04:31:59.566 | +++ functions-common:apt_get_update:1193 : id -u 2024-07-31 04:31:59.569 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-07-31 04:31:59.571 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-07-31 04:31:59.573 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-07-31 04:31:59.574 | ++ functions-common:time_start:2422 : local start_time= 2024-07-31 04:31:59.576 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:31:59.578 | +++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:31:59.581 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1722400319579 2024-07-31 04:31:59.583 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-07-31 04:31:59.585 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-07-31 04:31:59.586 | ++ 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-07-31 04:31:59.779 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-07-31 04:31:59.787 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-07-31 04:31:59.803 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2024-07-31 04:31:59.867 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-07-31 04:31:59.966 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,900 kB] 2024-07-31 04:32:00.008 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [338 kB] 2024-07-31 04:32:00.018 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [2,257 kB] 2024-07-31 04:32:00.043 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [388 kB] 2024-07-31 04:32:00.049 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,109 kB] 2024-07-31 04:32:00.065 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [259 kB] 2024-07-31 04:32:00.344 | Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,679 kB] 2024-07-31 04:32:03.447 | Get:12 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [280 kB] 2024-07-31 04:32:03.456 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,178 kB] 2024-07-31 04:32:03.564 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [374 kB] 2024-07-31 04:32:03.571 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [887 kB] 2024-07-31 04:32:03.664 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [173 kB] 2024-07-31 04:32:07.107 | Fetched 12.2 MB in 5s (2,656 kB/s) 2024-07-31 04:32:08.113 | Reading package lists... 2024-07-31 04:32:08.144 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-07-31 04:32:08.146 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-07-31 04:32:08.147 | ++ functions-common:time_stop:2435 : local name 2024-07-31 04:32:08.149 | ++ functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:08.151 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:08.153 | ++ functions-common:time_stop:2438 : local total 2024-07-31 04:32:08.155 | ++ functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:08.156 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-07-31 04:32:08.158 | ++ functions-common:time_stop:2442 : start_time=1722400319579 2024-07-31 04:32:08.160 | ++ functions-common:time_stop:2444 : [[ -z 1722400319579 ]] 2024-07-31 04:32:08.162 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:08.165 | ++ functions-common:time_stop:2447 : end_time=1722400328163 2024-07-31 04:32:08.167 | ++ functions-common:time_stop:2448 : elapsed_time=8584 2024-07-31 04:32:08.168 | ++ functions-common:time_stop:2449 : total=0 2024-07-31 04:32:08.170 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:08.172 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8584 2024-07-31 04:32:08.174 | ++ 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-07-31 04:32:08.175 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-07-31 04:32:08.177 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:08.179 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:08.180 | ++ 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-07-31 04:32:08.196 | ++ 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-07-31 04:32:08.255 | Reading package lists... 2024-07-31 04:32:08.472 | Building dependency tree... 2024-07-31 04:32:08.473 | Reading state information... 2024-07-31 04:32:08.491 | acl is already the newest version (2.3.1-1). 2024-07-31 04:32:08.491 | bc is already the newest version (1.07.1-3build1). 2024-07-31 04:32:08.491 | bc set to manually installed. 2024-07-31 04:32:08.491 | conntrack is already the newest version (1:1.4.6-2build2). 2024-07-31 04:32:08.491 | ebtables is already the newest version (2.0.11-4build2). 2024-07-31 04:32:08.491 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-07-31 04:32:08.491 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-07-31 04:32:08.491 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-07-31 04:32:08.491 | gettext is already the newest version (0.21-4ubuntu4). 2024-07-31 04:32:08.491 | ipset is already the newest version (7.15-1build1). 2024-07-31 04:32:08.491 | iputils-arping is already the newest version (3:20211215-1). 2024-07-31 04:32:08.491 | iputils-ping is already the newest version (3:20211215-1). 2024-07-31 04:32:08.491 | iputils-ping set to manually installed. 2024-07-31 04:32:08.491 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-07-31 04:32:08.491 | libffi-dev is already the newest version (3.4.2-4). 2024-07-31 04:32:08.491 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-07-31 04:32:08.491 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-07-31 04:32:08.491 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-07-31 04:32:08.491 | lsof set to manually installed. 2024-07-31 04:32:08.491 | lsscsi is already the newest version (0.31-1build2). 2024-07-31 04:32:08.491 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-07-31 04:32:08.491 | lvm2 set to manually installed. 2024-07-31 04:32:08.491 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-07-31 04:32:08.491 | open-iscsi set to manually installed. 2024-07-31 04:32:08.491 | parted is already the newest version (3.4-2build1). 2024-07-31 04:32:08.491 | parted set to manually installed. 2024-07-31 04:32:08.491 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-07-31 04:32:08.491 | psmisc is already the newest version (23.4-2build3). 2024-07-31 04:32:08.491 | psmisc set to manually installed. 2024-07-31 04:32:08.491 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-07-31 04:32:08.491 | python3-systemd is already the newest version (234-3ubuntu2). 2024-07-31 04:32:08.491 | python3-systemd set to manually installed. 2024-07-31 04:32:08.491 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-07-31 04:32:08.491 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-07-31 04:32:08.491 | thin-provisioning-tools set to manually installed. 2024-07-31 04:32:08.491 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-07-31 04:32:08.491 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-07-31 04:32:08.491 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-07-31 04:32:08.491 | pm-utils is already the newest version (1.4.1-19). 2024-07-31 04:32:08.491 | postgresql-server-dev-all is already the newest version (238). 2024-07-31 04:32:08.491 | vlan is already the newest version (2.0.5ubuntu5). 2024-07-31 04:32:08.491 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-07-31 04:32:08.491 | apache2-dev is already the newest version (2.4.52-1ubuntu4.12). 2024-07-31 04:32:08.491 | curl is already the newest version (7.81.0-1ubuntu1.16). 2024-07-31 04:32:08.491 | curl set to manually installed. 2024-07-31 04:32:08.491 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-07-31 04:32:08.491 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-07-31 04:32:08.491 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-07-31 04:32:08.491 | gawk set to manually installed. 2024-07-31 04:32:08.491 | git is already the newest version (1:2.34.1-1ubuntu1.11). 2024-07-31 04:32:08.491 | git set to manually installed. 2024-07-31 04:32:08.491 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-07-31 04:32:08.491 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-07-31 04:32:08.491 | iptables set to manually installed. 2024-07-31 04:32:08.491 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-07-31 04:32:08.491 | kpartx set to manually installed. 2024-07-31 04:32:08.491 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.3). 2024-07-31 04:32:08.491 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-07-31 04:32:08.491 | libpq-dev is already the newest version (14.12-0ubuntu0.22.04.1). 2024-07-31 04:32:08.491 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-07-31 04:32:08.491 | libssl-dev is already the newest version (3.0.2-0ubuntu1.16). 2024-07-31 04:32:08.491 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-07-31 04:32:08.491 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-07-31 04:32:08.491 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-07-31 04:32:08.491 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-07-31 04:32:08.491 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2024-07-31 04:32:08.491 | openssl is already the newest version (3.0.2-0ubuntu1.16). 2024-07-31 04:32:08.491 | openssl set to manually installed. 2024-07-31 04:32:08.491 | python3-dev is already the newest version (3.10.6-1~22.04). 2024-07-31 04:32:08.491 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.21). 2024-07-31 04:32:08.491 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-07-31 04:32:08.491 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-07-31 04:32:08.491 | sudo set to manually installed. 2024-07-31 04:32:08.491 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-07-31 04:32:08.674 | tar set to manually installed. 2024-07-31 04:32:08.674 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-07-31 04:32:08.674 | tcpdump set to manually installed. 2024-07-31 04:32:08.674 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-07-31 04:32:08.674 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-07-31 04:32:08.674 | uuid-runtime set to manually installed. 2024-07-31 04:32:08.674 | wget is already the newest version (1.21.2-2ubuntu1.1). 2024-07-31 04:32:08.674 | wget set to manually installed. 2024-07-31 04:32:08.674 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-07-31 04:32:08.674 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2024-07-31 04:32:08.674 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-07-31 04:32:08.674 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-07-31 04:32:08.674 | python3-venv is already the newest version (3.10.6-1~22.04). 2024-07-31 04:32:08.674 | The following packages were automatically installed and are no longer required: 2024-07-31 04:32:08.674 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-31 04:32:08.674 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-31 04:32:08.674 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-31 04:32:08.674 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-31 04:32:08.674 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-31 04:32:08.674 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-31 04:32:08.674 | linux-modules-extra-5.15.0-105-generic 2024-07-31 04:32:08.674 | Use 'sudo apt autoremove' to remove them. 2024-07-31 04:32:08.694 | The following packages will be upgraded: 2024-07-31 04:32:08.695 | libldap2-dev 2024-07-31 04:32:09.090 | 1 upgraded, 0 newly installed, 0 to remove and 17 not upgraded. 2024-07-31 04:32:09.090 | Need to get 0 B/7,114 B of archives. 2024-07-31 04:32:09.090 | After this operation, 0 B of additional disk space will be used. 2024-07-31 04:32:09.648 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 263261 files and directories currently installed.) 2024-07-31 04:32:09.662 | Preparing to unpack .../libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.2_all.deb ... 2024-07-31 04:32:09.679 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.2) over (2.5.18+dfsg-0ubuntu0.22.04.1) ... 2024-07-31 04:32:09.749 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2024-07-31 04:32:10.078 | NEEDRESTART-VER: 3.5 2024-07-31 04:32:10.504 | NEEDRESTART-KCUR: 6.5.0-44-generic 2024-07-31 04:32:10.504 | NEEDRESTART-KEXP: 6.5.0-44-generic 2024-07-31 04:32:10.504 | NEEDRESTART-KSTA: 1 2024-07-31 04:32:11.920 | ++ functions-common:apt_get:1230 : result=0 2024-07-31 04:32:11.922 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-07-31 04:32:11.923 | ++ functions-common:time_stop:2435 : local name 2024-07-31 04:32:11.925 | ++ functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:11.927 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:11.929 | ++ functions-common:time_stop:2438 : local total 2024-07-31 04:32:11.931 | ++ functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:11.932 | ++ functions-common:time_stop:2441 : name=apt-get 2024-07-31 04:32:11.934 | ++ functions-common:time_stop:2442 : start_time=1722400328194 2024-07-31 04:32:11.936 | ++ functions-common:time_stop:2444 : [[ -z 1722400328194 ]] 2024-07-31 04:32:11.938 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:11.941 | ++ functions-common:time_stop:2447 : end_time=1722400331940 2024-07-31 04:32:11.943 | ++ functions-common:time_stop:2448 : elapsed_time=3746 2024-07-31 04:32:11.945 | ++ functions-common:time_stop:2449 : total=482 2024-07-31 04:32:11.947 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:11.949 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4228 2024-07-31 04:32:11.951 | ++ functions-common:apt_get:1234 : return 0 2024-07-31 04:32:11.953 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-07-31 04:32:11.955 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-07-31 04:32:11.958 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-07-31 04:32:11.961 | ++ tools/install_prereqs.sh:source:89 : date 2024-07-31 04:32:11.964 | + stack.sh:main:816 : [[ False != \T\r\u\e ]] 2024-07-31 04:32:11.966 | + stack.sh:main:817 : PYPI_ALTERNATIVE_URL= 2024-07-31 04:32:11.968 | + stack.sh:main:817 : /opt/stack/devstack/tools/install_pip.sh 2024-07-31 04:32:12.278 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-07-31 04:32:12.279 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-07-31 04:32:12.281 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-07-31 04:32:12.282 | + tools/install_pip.sh:main:43 : GetDistro 2024-07-31 04:32:12.284 | + functions-common:GetDistro:449 : GetOSVersion 2024-07-31 04:32:12.285 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-07-31 04:32:12.286 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-07-31 04:32:12.287 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-07-31 04:32:12.289 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-07-31 04:32:12.290 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-07-31 04:32:12.291 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-07-31 04:32:12.292 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-07-31 04:32:12.294 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-07-31 04:32:12.295 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-07-31 04:32:12.296 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-07-31 04:32:12.297 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-07-31 04:32:12.299 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-07-31 04:32:12.300 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-07-31 04:32:12.301 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-07-31 04:32:12.302 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-07-31 04:32:12.304 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-07-31 04:32:12.305 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-07-31 04:32:12.307 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-07-31 04:32:12.308 | + functions-common:_ensure_lsb_release:394 : return 2024-07-31 04:32:12.310 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-07-31 04:32:12.343 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-07-31 04:32:12.345 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-07-31 04:32:12.381 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-07-31 04:32:12.382 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-07-31 04:32:12.416 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-07-31 04:32:12.417 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-07-31 04:32:12.419 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-07-31 04:32:12.420 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-07-31 04:32:12.421 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-07-31 04:32:12.423 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-07-31 04:32:12.424 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-07-31 04:32:12.426 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-07-31 04:32:12.427 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-07-31 04:32:12.428 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-07-31 04:32:12.430 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-07-31 04:32:12.430 | Distro: jammy 2024-07-31 04:32:12.431 | + tools/install_pip.sh:main:124 : get_versions 2024-07-31 04:32:12.433 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-07-31 04:32:12.436 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-07-31 04:32:12.437 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-07-31 04:32:12.439 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-07-31 04:32:12.439 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-07-31 04:32:12.498 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-07-31 04:32:12.499 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-07-31 04:32:12.499 | pip: 0.1.15 2024-07-31 04:32:12.501 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-07-31 04:32:12.502 | + tools/install_pip.sh:main:130 : is_fedora 2024-07-31 04:32:12.503 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-31 04:32:12.505 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-31 04:32:12.506 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-31 04:32:12.507 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-31 04:32:12.508 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-31 04:32:12.510 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-31 04:32:12.511 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-31 04:32:12.512 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-31 04:32:12.513 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-31 04:32:12.515 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-31 04:32:12.516 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-31 04:32:12.517 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-31 04:32:12.518 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-07-31 04:32:12.520 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:12.521 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:12.522 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-07-31 04:32:12.526 | + tools/install_pip.sh:main:153 : set -x 2024-07-31 04:32:12.527 | + tools/install_pip.sh:main:156 : get_versions 2024-07-31 04:32:12.529 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-07-31 04:32:12.532 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-07-31 04:32:12.533 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-07-31 04:32:12.535 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-07-31 04:32:12.535 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-07-31 04:32:12.544 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-07-31 04:32:12.545 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-07-31 04:32:12.545 | pip: 0.1.15 2024-07-31 04:32:12.547 | + stack.sh:main:821 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-07-31 04:32:12.549 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-07-31 04:32:12.552 | + stack.sh:main:822 : fixup_all 2024-07-31 04:32:12.554 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-07-31 04:32:12.555 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-07-31 04:32:12.557 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:12.559 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:12.561 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-07-31 04:32:12.570 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-07-31 04:32:12.579 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-07-31 04:32:12.587 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-07-31 04:32:12.589 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-07-31 04:32:12.591 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-31 04:32:12.593 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-31 04:32:12.595 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-31 04:32:12.596 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-31 04:32:12.598 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-31 04:32:12.599 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-31 04:32:12.601 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-31 04:32:12.603 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-31 04:32:12.605 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-31 04:32:12.606 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-31 04:32:12.608 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-31 04:32:12.610 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-31 04:32:12.611 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-07-31 04:32:12.613 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-07-31 04:32:12.615 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-07-31 04:32:12.617 | + functions-common:is_suse:544 : is_opensuse 2024-07-31 04:32:12.618 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-31 04:32:12.620 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-31 04:32:12.622 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-31 04:32:12.624 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-31 04:32:12.625 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-31 04:32:12.627 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-07-31 04:32:12.629 | + stack.sh:main:825 : pip_install -U os-testr 2024-07-31 04:32:12.645 | Using python 3.10 to install os-testr 2024-07-31 04:32:12.647 | + 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-07-31 04:32:13.758 | Collecting os-testr 2024-07-31 04:32:13.761 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-07-31 04:32:13.766 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-07-31 04:32:13.786 | Collecting python-subunit>=1.0.0 2024-07-31 04:32:13.789 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-07-31 04:32:13.836 | Collecting pbr!=2.1.0,>=2.0.0 2024-07-31 04:32:13.838 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-07-31 04:32:13.847 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-07-31 04:32:14.039 | Installing collected packages: python-subunit, pbr, os-testr 2024-07-31 04:32:14.040 | Attempting uninstall: python-subunit 2024-07-31 04:32:14.041 | Found existing installation: python-subunit 1.4.0 2024-07-31 04:32:14.047 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:32:14.048 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-07-31 04:32:14.130 | Attempting uninstall: pbr 2024-07-31 04:32:14.131 | Found existing installation: pbr 5.8.0 2024-07-31 04:32:14.133 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:32:14.133 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-07-31 04:32:14.192 | Attempting uninstall: os-testr 2024-07-31 04:32:14.193 | Found existing installation: os-testr 2.0.1 2024-07-31 04:32:14.194 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:32:14.195 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-07-31 04:32:14.218 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-07-31 04:32:14.218 | 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-07-31 04:32:14.298 | + inc/python:pip_install:196 : result=0 2024-07-31 04:32:14.300 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:32:14.301 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:14.303 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:14.305 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:14.307 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:14.308 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:14.310 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:32:14.312 | + functions-common:time_stop:2442 : start_time=1722400332641 2024-07-31 04:32:14.313 | + functions-common:time_stop:2444 : [[ -z 1722400332641 ]] 2024-07-31 04:32:14.315 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:14.319 | + functions-common:time_stop:2447 : end_time=1722400334317 2024-07-31 04:32:14.320 | + functions-common:time_stop:2448 : elapsed_time=1676 2024-07-31 04:32:14.322 | + functions-common:time_stop:2449 : total=0 2024-07-31 04:32:14.324 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:14.325 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1676 2024-07-31 04:32:14.327 | + inc/python:pip_install:199 : return 0 2024-07-31 04:32:14.329 | + stack.sh:main:829 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-07-31 04:32:14.372 | + stack.sh:main:830 : sudo systemctl restart systemd-journald 2024-07-31 04:32:14.446 | + stack.sh:main:836 : install_infra 2024-07-31 04:32:14.447 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-07-31 04:32:14.449 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-07-31 04:32:14.451 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-07-31 04:32:17.580 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-07-31 04:32:17.582 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-07-31 04:32:17.599 | + 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-07-31 04:32:18.540 | Collecting pbr 2024-07-31 04:32:18.543 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-07-31 04:32:18.570 | Installing collected packages: pbr 2024-07-31 04:32:18.639 | Successfully installed pbr-5.11.1 2024-07-31 04:32:18.741 | + inc/python:pip_install:196 : result=0 2024-07-31 04:32:18.743 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:32:18.745 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:18.747 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:18.748 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:18.750 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:18.752 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:18.754 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:32:18.756 | + functions-common:time_stop:2442 : start_time=1722400337593 2024-07-31 04:32:18.757 | + functions-common:time_stop:2444 : [[ -z 1722400337593 ]] 2024-07-31 04:32:18.759 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:18.763 | + functions-common:time_stop:2447 : end_time=1722400338761 2024-07-31 04:32:18.765 | + functions-common:time_stop:2448 : elapsed_time=1168 2024-07-31 04:32:18.766 | + functions-common:time_stop:2449 : total=1676 2024-07-31 04:32:18.768 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:18.769 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2844 2024-07-31 04:32:18.771 | + inc/python:pip_install:199 : return 0 2024-07-31 04:32:18.773 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-07-31 04:32:18.775 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-07-31 04:32:18.793 | + 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-07-31 04:32:19.656 | Processing /opt/stack/requirements 2024-07-31 04:32:19.657 | Preparing metadata (setup.py): started 2024-07-31 04:32:20.322 | Preparing metadata (setup.py): finished with status 'done' 2024-07-31 04:32:20.499 | Collecting Parsley>=1.2 2024-07-31 04:32:20.502 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-07-31 04:32:20.597 | Collecting PyYAML>=3.12 2024-07-31 04:32:20.603 | 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-07-31 04:32:20.713 | Collecting beagle>=0.2.1 2024-07-31 04:32:20.715 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2024-07-31 04:32:20.738 | Collecting fixtures>=3.0.0 2024-07-31 04:32:20.738 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-07-31 04:32:20.786 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-07-31 04:32:20.788 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-07-31 04:32:20.842 | Collecting requests>=2.14.2 2024-07-31 04:32:20.844 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-07-31 04:32:20.867 | Collecting six>=1.10.0 2024-07-31 04:32:20.869 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-07-31 04:32:20.914 | Collecting cliff>=2.11.0 2024-07-31 04:32:20.917 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-07-31 04:32:20.919 | 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.dev6080) (5.11.1) 2024-07-31 04:32:20.964 | Collecting idna<4,>=2.5 2024-07-31 04:32:20.966 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-07-31 04:32:21.001 | Collecting certifi>=2017.4.17 2024-07-31 04:32:21.004 | Using cached certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-07-31 04:32:21.062 | Collecting urllib3<1.27,>=1.21.1 2024-07-31 04:32:21.064 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-07-31 04:32:21.229 | Collecting charset-normalizer<3,>=2 2024-07-31 04:32:21.231 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-07-31 04:32:21.261 | Collecting autopage>=0.4.0 2024-07-31 04:32:21.263 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-07-31 04:32:21.342 | Collecting cmd2>=1.0.0 2024-07-31 04:32:21.345 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-07-31 04:32:21.373 | Collecting PrettyTable>=0.7.2 2024-07-31 04:32:21.375 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-07-31 04:32:21.413 | Collecting stevedore>=2.0.1 2024-07-31 04:32:21.415 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-07-31 04:32:21.489 | Collecting importlib-metadata>=4.4 2024-07-31 04:32:21.491 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-07-31 04:32:21.553 | Collecting pyperclip>=1.6 2024-07-31 04:32:21.553 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-07-31 04:32:21.582 | Collecting attrs>=16.3.0 2024-07-31 04:32:21.584 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-07-31 04:32:21.604 | Collecting wcwidth>=0.1.7 2024-07-31 04:32:21.606 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-07-31 04:32:21.663 | Collecting zipp>=0.5 2024-07-31 04:32:21.665 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-07-31 04:32:21.723 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-07-31 04:32:21.866 | 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-07-31 04:32:22.668 | Running setup.py install for openstack-requirements: started 2024-07-31 04:32:24.038 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-07-31 04:32:24.047 | 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.7.4 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.dev6080 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-07-31 04:32:24.147 | + inc/python:pip_install:196 : result=0 2024-07-31 04:32:24.149 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:32:24.150 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:24.152 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:24.153 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:24.155 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:24.156 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:24.158 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:32:24.159 | + functions-common:time_stop:2442 : start_time=1722400338786 2024-07-31 04:32:24.161 | + functions-common:time_stop:2444 : [[ -z 1722400338786 ]] 2024-07-31 04:32:24.163 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:24.166 | + functions-common:time_stop:2447 : end_time=1722400344164 2024-07-31 04:32:24.167 | + functions-common:time_stop:2448 : elapsed_time=5378 2024-07-31 04:32:24.169 | + functions-common:time_stop:2449 : total=2844 2024-07-31 04:32:24.171 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:24.172 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8222 2024-07-31 04:32:24.174 | + inc/python:pip_install:199 : return 0 2024-07-31 04:32:24.175 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-07-31 04:32:24.177 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-07-31 04:32:24.179 | + inc/python:use_library_from_git:246 : local name=pbr 2024-07-31 04:32:24.181 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:24.182 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:24.184 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-07-31 04:32:24.186 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:24.188 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-07-31 04:32:24.202 | Using python 3.10 to install pbr 2024-07-31 04:32:24.204 | + 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-07-31 04:32:25.085 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-07-31 04:32:25.350 | 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-07-31 04:32:25.430 | + inc/python:pip_install:196 : result=0 2024-07-31 04:32:25.432 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:32:25.433 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:25.435 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:25.437 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:25.438 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:25.440 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:25.441 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:32:25.443 | + functions-common:time_stop:2442 : start_time=1722400344198 2024-07-31 04:32:25.444 | + functions-common:time_stop:2444 : [[ -z 1722400344198 ]] 2024-07-31 04:32:25.446 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:25.449 | + functions-common:time_stop:2447 : end_time=1722400345447 2024-07-31 04:32:25.451 | + functions-common:time_stop:2448 : elapsed_time=1249 2024-07-31 04:32:25.453 | + functions-common:time_stop:2449 : total=8222 2024-07-31 04:32:25.454 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:25.456 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9471 2024-07-31 04:32:25.457 | + inc/python:pip_install:199 : return 0 2024-07-31 04:32:25.459 | + stack.sh:main:839 : python3 -m venv /opt/stack//bindep-venv 2024-07-31 04:32:28.553 | + stack.sh:main:841 : /opt/stack//bindep-venv/bin/pip install bindep 2024-07-31 04:32:29.138 | Collecting bindep 2024-07-31 04:32:29.140 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-07-31 04:32:29.164 | Collecting Parsley 2024-07-31 04:32:29.166 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-07-31 04:32:29.210 | Collecting pbr>=2.0.0 2024-07-31 04:32:29.212 | Using cached pbr-6.0.0-py2.py3-none-any.whl (107 kB) 2024-07-31 04:32:29.251 | Collecting packaging 2024-07-31 04:32:29.252 | Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-07-31 04:32:29.272 | Collecting distro>=1.7.0 2024-07-31 04:32:29.274 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-07-31 04:32:29.308 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-07-31 04:32:29.540 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.1 pbr-6.0.0 2024-07-31 04:32:29.608 | + stack.sh:main:842 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-07-31 04:32:29.610 | + stack.sh:main:842 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-07-31 04:32:29.613 | ++ stack.sh:main:845 : _get_plugin_bindep_packages 2024-07-31 04:32:29.626 | + stack.sh:main:845 : pkgs= 2024-07-31 04:32:29.628 | + stack.sh:main:846 : [[ -n '' ]] 2024-07-31 04:32:29.630 | + stack.sh:main:853 : run_phase stack pre-install 2024-07-31 04:32:29.631 | + functions-common:run_phase:1863 : local mode=stack 2024-07-31 04:32:29.633 | + functions-common:run_phase:1864 : local phase=pre-install 2024-07-31 04:32:29.634 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-07-31 04:32:29.636 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-07-31 04:32:29.637 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-07-31 04:32:29.639 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-07-31 04:32:29.641 | + functions-common:run_phase:1873 : local extra 2024-07-31 04:32:29.643 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-07-31 04:32:29.646 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-07-31 04:32:29.648 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-07-31 04:32:29.650 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-07-31 04:32:29.652 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-07-31 04:32:29.653 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-07-31 04:32:29.664 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:32:29.666 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-07-31 04:32:29.667 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-07-31 04:32:29.669 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-07-31 04:32:29.670 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-07-31 04:32:29.672 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-07-31 04:32:29.673 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-07-31 04:32:29.675 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-07-31 04:32:29.677 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-07-31 04:32:29.678 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-07-31 04:32:29.680 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-07-31 04:32:29.681 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-07-31 04:32:29.683 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-07-31 04:32:29.684 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-07-31 04:32:29.686 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-07-31 04:32:29.687 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-07-31 04:32:29.689 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-07-31 04:32:29.690 | + functions-common:run_plugins:1849 : local mode=stack 2024-07-31 04:32:29.692 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-07-31 04:32:29.694 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-07-31 04:32:29.695 | + functions-common:run_plugins:1853 : local plugin 2024-07-31 04:32:29.697 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-07-31 04:32:29.699 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-07-31 04:32:29.700 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-07-31 04:32:29.702 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-07-31 04:32:29.704 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-07-31 04:32:29.705 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-07-31 04:32:29.707 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-07-31 04:32:29.708 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-07-31 04:32:29.710 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-07-31 04:32:29.711 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-07-31 04:32:29.713 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-07-31 04:32:29.715 | + stack.sh:main:856 : set_systemd_override DefaultLimitNOFILE 2048 2024-07-31 04:32:29.716 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-07-31 04:32:29.718 | + functions:set_systemd_override:832 : local value=2048 2024-07-31 04:32:29.720 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-07-31 04:32:29.722 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-07-31 04:32:29.763 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-07-31 04:32:29.764 | Set systemd system override for DefaultLimitNOFILE=2048 2024-07-31 04:32:29.765 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-07-31 04:32:30.076 | + stack.sh:main:858 : install_rpc_backend 2024-07-31 04:32:30.078 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-07-31 04:32:30.090 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:32:30.091 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-07-31 04:32:30.093 | + functions-common:install_package:1459 : update_package_repo 2024-07-31 04:32:30.095 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-31 04:32:30.097 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-31 04:32:30.098 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-31 04:32:30.100 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-31 04:32:30.102 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-31 04:32:30.103 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:30.105 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:30.107 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-31 04:32:30.108 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-31 04:32:30.110 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-31 04:32:30.112 | + functions-common:apt_get_update:1186 : return 2024-07-31 04:32:30.114 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-07-31 04:32:30.117 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-31 04:32:30.118 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:30.120 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:30.122 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-07-31 04:32:30.138 | + 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-07-31 04:32:30.197 | Reading package lists... 2024-07-31 04:32:30.390 | Building dependency tree... 2024-07-31 04:32:30.391 | Reading state information... 2024-07-31 04:32:30.575 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-07-31 04:32:30.575 | The following packages were automatically installed and are no longer required: 2024-07-31 04:32:30.575 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-31 04:32:30.575 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-31 04:32:30.576 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-31 04:32:30.576 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-31 04:32:30.576 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-31 04:32:30.576 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-31 04:32:30.576 | linux-modules-extra-5.15.0-105-generic 2024-07-31 04:32:30.576 | Use 'sudo apt autoremove' to remove them. 2024-07-31 04:32:30.598 | 0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded. 2024-07-31 04:32:30.602 | + functions-common:apt_get:1230 : result=0 2024-07-31 04:32:30.604 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-31 04:32:30.606 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:30.608 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:30.609 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:30.611 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:30.613 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:30.614 | + functions-common:time_stop:2441 : name=apt-get 2024-07-31 04:32:30.616 | + functions-common:time_stop:2442 : start_time=1722400350136 2024-07-31 04:32:30.617 | + functions-common:time_stop:2444 : [[ -z 1722400350136 ]] 2024-07-31 04:32:30.619 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:30.622 | + functions-common:time_stop:2447 : end_time=1722400350620 2024-07-31 04:32:30.624 | + functions-common:time_stop:2448 : elapsed_time=484 2024-07-31 04:32:30.626 | + functions-common:time_stop:2449 : total=4228 2024-07-31 04:32:30.627 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:30.629 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4712 2024-07-31 04:32:30.630 | + functions-common:apt_get:1234 : return 0 2024-07-31 04:32:30.632 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-07-31 04:32:30.634 | + functions-common:is_suse:544 : is_opensuse 2024-07-31 04:32:30.635 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-31 04:32:30.637 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-31 04:32:30.638 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-31 04:32:30.640 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-31 04:32:30.642 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-31 04:32:30.644 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-07-31 04:32:30.645 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-31 04:32:30.647 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-31 04:32:30.648 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-31 04:32:30.650 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-31 04:32:30.651 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-31 04:32:30.653 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-31 04:32:30.655 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-31 04:32:30.657 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-31 04:32:30.658 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-31 04:32:30.660 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-31 04:32:30.662 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-31 04:32:30.663 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-31 04:32:30.665 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-07-31 04:32:30.666 | + functions-common:is_suse:544 : is_opensuse 2024-07-31 04:32:30.668 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-31 04:32:30.670 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-31 04:32:30.671 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-31 04:32:30.673 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-31 04:32:30.675 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-31 04:32:30.676 | + stack.sh:main:859 : restart_rpc_backend 2024-07-31 04:32:30.678 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-07-31 04:32:30.690 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:32:30.692 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-07-31 04:32:30.694 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-31 04:32:30.695 | + stack.sh:echo_summary:472 : echo -e Starting RabbitMQ 2024-07-31 04:32:30.697 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-07-31 04:32:30.699 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-07-31 04:32:30.702 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-07-31 04:32:30.704 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-07-31 04:32:30.706 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-07-31 04:32:30.708 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-07-31 04:32:30.710 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-07-31 04:32:30.712 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-07-31 04:32:30.714 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-07-31 04:32:31.173 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-07-31 04:32:31.173 | user tags 2024-07-31 04:32:31.173 | guest [administrator]' 2024-07-31 04:32:31.176 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-07-31 04:32:31.176 | user tags 2024-07-31 04:32:31.176 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-07-31 04:32:31.176 | guest [administrator]' 2024-07-31 04:32:31.181 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-07-31 04:32:31.183 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-07-31 04:32:31.185 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-07-31 04:32:31.633 | Adding user "stackrabbit" ... 2024-07-31 04:32:31.641 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-07-31 04:32:31.655 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-07-31 04:32:32.088 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-07-31 04:32:32.105 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-07-31 04:32:32.107 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-07-31 04:32:32.526 | Changing password for user "stackrabbit" ... 2024-07-31 04:32:32.545 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-07-31 04:32:32.547 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-07-31 04:32:32.549 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-07-31 04:32:32.965 | Deleting user "guest" ... 2024-07-31 04:32:32.983 | + stack.sh:main:861 : is_service_enabled mysql postgresql 2024-07-31 04:32:32.995 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:32:32.997 | + stack.sh:main:862 : install_database 2024-07-31 04:32:32.998 | + lib/database:install_database:118 : install_database_mysql 2024-07-31 04:32:33.000 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-07-31 04:32:33.002 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:33.004 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:33.005 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-07-31 04:32:33.128 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-07-31 04:32:33.130 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-07-31 04:32:33.133 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-07-31 04:32:33.135 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:33.137 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:33.139 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-07-31 04:32:33.140 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-07-31 04:32:33.143 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-07-31 04:32:33.145 | + stack.sh:main:864 : '[' -n mysql ']' 2024-07-31 04:32:33.147 | + stack.sh:main:865 : install_database_python 2024-07-31 04:32:33.149 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-07-31 04:32:33.150 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-07-31 04:32:33.152 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-07-31 04:32:33.154 | + inc/python:pip_install_gr:77 : local clean_name 2024-07-31 04:32:33.156 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-07-31 04:32:33.158 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-07-31 04:32:33.160 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-07-31 04:32:33.163 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-07-31 04:32:33.163 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-07-31 04:32:33.167 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-07-31 04:32:33.169 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-07-31 04:32:33.170 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-07-31 04:32:33.172 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-07-31 04:32:33.174 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-07-31 04:32:33.189 | Using python 3.10 to install PyMySQL 2024-07-31 04:32:33.191 | + 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-07-31 04:32:34.206 | Collecting PyMySQL 2024-07-31 04:32:34.225 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-07-31 04:32:34.409 | Installing collected packages: PyMySQL 2024-07-31 04:32:34.446 | Successfully installed PyMySQL-1.0.2 2024-07-31 04:32:34.447 | 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-07-31 04:32:34.523 | + inc/python:pip_install:196 : result=0 2024-07-31 04:32:34.525 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:32:34.527 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:34.528 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:34.530 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:34.532 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:34.533 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:34.535 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:32:34.536 | + functions-common:time_stop:2442 : start_time=1722400353185 2024-07-31 04:32:34.538 | + functions-common:time_stop:2444 : [[ -z 1722400353185 ]] 2024-07-31 04:32:34.540 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:34.543 | + functions-common:time_stop:2447 : end_time=1722400354541 2024-07-31 04:32:34.544 | + functions-common:time_stop:2448 : elapsed_time=1356 2024-07-31 04:32:34.546 | + functions-common:time_stop:2449 : total=9471 2024-07-31 04:32:34.548 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:34.549 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10827 2024-07-31 04:32:34.551 | + inc/python:pip_install:199 : return 0 2024-07-31 04:32:34.553 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-07-31 04:32:34.554 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-07-31 04:32:34.556 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-07-31 04:32:34.558 | + stack.sh:main:868 : is_service_enabled neutron 2024-07-31 04:32:34.570 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:32:34.572 | + stack.sh:main:869 : install_neutron_agent_packages 2024-07-31 04:32:34.573 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-07-31 04:32:34.585 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:32:34.587 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-07-31 04:32:34.588 | + functions-common:install_package:1459 : update_package_repo 2024-07-31 04:32:34.590 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-31 04:32:34.592 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-31 04:32:34.594 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-31 04:32:34.595 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-31 04:32:34.597 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-31 04:32:34.598 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:34.600 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:34.602 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-31 04:32:34.603 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-31 04:32:34.605 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-31 04:32:34.607 | + functions-common:apt_get_update:1186 : return 2024-07-31 04:32:34.608 | + functions-common:install_package:1460 : real_install_package radvd 2024-07-31 04:32:34.610 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-31 04:32:34.611 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:34.613 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:34.615 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-07-31 04:32:34.630 | + 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-07-31 04:32:34.689 | Reading package lists... 2024-07-31 04:32:34.885 | Building dependency tree... 2024-07-31 04:32:34.887 | Reading state information... 2024-07-31 04:32:35.077 | radvd is already the newest version (1:2.18-3build2). 2024-07-31 04:32:35.078 | The following packages were automatically installed and are no longer required: 2024-07-31 04:32:35.078 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-31 04:32:35.078 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-31 04:32:35.078 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-31 04:32:35.078 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-31 04:32:35.078 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-31 04:32:35.078 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-31 04:32:35.078 | linux-modules-extra-5.15.0-105-generic 2024-07-31 04:32:35.078 | Use 'sudo apt autoremove' to remove them. 2024-07-31 04:32:35.100 | 0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded. 2024-07-31 04:32:35.105 | + functions-common:apt_get:1230 : result=0 2024-07-31 04:32:35.106 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-31 04:32:35.108 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:35.110 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:35.112 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:35.114 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:35.115 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:35.117 | + functions-common:time_stop:2441 : name=apt-get 2024-07-31 04:32:35.118 | + functions-common:time_stop:2442 : start_time=1722400354628 2024-07-31 04:32:35.120 | + functions-common:time_stop:2444 : [[ -z 1722400354628 ]] 2024-07-31 04:32:35.122 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:35.125 | + functions-common:time_stop:2447 : end_time=1722400355123 2024-07-31 04:32:35.127 | + functions-common:time_stop:2448 : elapsed_time=495 2024-07-31 04:32:35.129 | + functions-common:time_stop:2449 : total=4712 2024-07-31 04:32:35.130 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:35.132 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5207 2024-07-31 04:32:35.134 | + functions-common:apt_get:1234 : return 0 2024-07-31 04:32:35.135 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-07-31 04:32:35.148 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:32:35.150 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-07-31 04:32:35.151 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-07-31 04:32:35.153 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-07-31 04:32:35.155 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-07-31 04:32:35.169 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-07-31 04:32:35.171 | + functions-common:install_package:1459 : update_package_repo 2024-07-31 04:32:35.173 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-31 04:32:35.174 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-31 04:32:35.176 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-31 04:32:35.177 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-31 04:32:35.179 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-31 04:32:35.181 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:35.183 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:35.184 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-31 04:32:35.186 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-31 04:32:35.187 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-31 04:32:35.189 | + functions-common:apt_get_update:1186 : return 2024-07-31 04:32:35.190 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-07-31 04:32:35.192 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-31 04:32:35.194 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:35.195 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:35.197 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-07-31 04:32:35.211 | + 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-07-31 04:32:35.269 | Reading package lists... 2024-07-31 04:32:35.459 | Building dependency tree... 2024-07-31 04:32:35.460 | Reading state information... 2024-07-31 04:32:35.644 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-07-31 04:32:35.644 | fakeroot set to manually installed. 2024-07-31 04:32:35.644 | make is already the newest version (4.3-4.1build1). 2024-07-31 04:32:35.644 | make set to manually installed. 2024-07-31 04:32:35.644 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-07-31 04:32:35.644 | The following packages were automatically installed and are no longer required: 2024-07-31 04:32:35.644 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-31 04:32:35.644 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-31 04:32:35.644 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-31 04:32:35.644 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-31 04:32:35.644 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-31 04:32:35.644 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-31 04:32:35.644 | linux-modules-extra-5.15.0-105-generic 2024-07-31 04:32:35.644 | Use 'sudo apt autoremove' to remove them. 2024-07-31 04:32:35.676 | 0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded. 2024-07-31 04:32:35.681 | + functions-common:apt_get:1230 : result=0 2024-07-31 04:32:35.683 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-31 04:32:35.685 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:35.686 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:35.688 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:35.690 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:35.691 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:35.693 | + functions-common:time_stop:2441 : name=apt-get 2024-07-31 04:32:35.694 | + functions-common:time_stop:2442 : start_time=1722400355209 2024-07-31 04:32:35.696 | + functions-common:time_stop:2444 : [[ -z 1722400355209 ]] 2024-07-31 04:32:35.698 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:35.701 | + functions-common:time_stop:2447 : end_time=1722400355699 2024-07-31 04:32:35.702 | + functions-common:time_stop:2448 : elapsed_time=490 2024-07-31 04:32:35.704 | + functions-common:time_stop:2449 : total=5207 2024-07-31 04:32:35.705 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:35.707 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5697 2024-07-31 04:32:35.708 | + functions-common:apt_get:1234 : return 0 2024-07-31 04:32:35.710 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-07-31 04:32:35.712 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:35.713 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:35.715 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-07-31 04:32:35.717 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-07-31 04:32:35.719 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-07-31 04:32:35.722 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.5.0-44-generic 2024-07-31 04:32:35.724 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-07-31 04:32:35.727 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.5.0-44-generic 2024-07-31 04:32:35.727 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-07-31 04:32:35.730 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.5 2024-07-31 04:32:35.732 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.5 '<' 3.13 2024-07-31 04:32:35.733 | + functions:vercmp:639 : local v1=6.5 2024-07-31 04:32:35.735 | + functions:vercmp:640 : local 'op=<' 2024-07-31 04:32:35.737 | + functions:vercmp:641 : local v2=3.13 2024-07-31 04:32:35.738 | + functions:vercmp:642 : local result 2024-07-31 04:32:35.741 | ++ functions:vercmp:646 : echo -e '6.5\n3.13' 2024-07-31 04:32:35.741 | ++ functions:vercmp:646 : sort -V 2024-07-31 04:32:35.742 | ++ functions:vercmp:646 : head -1 2024-07-31 04:32:35.745 | + functions:vercmp:646 : result=3.13 2024-07-31 04:32:35.747 | + functions:vercmp:648 : case $op in 2024-07-31 04:32:35.748 | + functions:vercmp:658 : '[' 6.5 '!=' 3.13 ']' 2024-07-31 04:32:35.750 | + functions:vercmp:658 : '[' 3.13 = 6.5 ']' 2024-07-31 04:32:35.751 | + functions:vercmp:659 : return 2024-07-31 04:32:35.753 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-07-31 04:32:35.755 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-31 04:32:35.756 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-07-31 04:32:36.232 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-07-31 04:32:36.233 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-07-31 04:32:36.235 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:36.237 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:36.238 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-07-31 04:32:36.240 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:36.242 | + stack.sh:main:872 : is_service_enabled etcd3 2024-07-31 04:32:36.254 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:32:36.256 | + stack.sh:main:873 : install_etcd3 2024-07-31 04:32:36.257 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-07-31 04:32:36.257 | Installing etcd 2024-07-31 04:32:36.259 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-07-31 04:32:36.268 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-07-31 04:32:36.277 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-07-31 04:32:36.278 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-07-31 04:32:36.288 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-07-31 04:32:36.290 | ++ 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-07-31 04:32:36.292 | ++ 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-07-31 04:32:36.295 | +++ 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-07-31 04:32:36.298 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-07-31 04:32:36.300 | ++ 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-07-31 04:32:36.302 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-07-31 04:32:36.304 | ++ 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-07-31 04:32:36.310 | --2024-07-31 04:32:36-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-07-31 04:32:36.316 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-07-31 04:32:36.316 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-07-31 04:32:36.352 | HTTP request sent, awaiting response... 200 OK 2024-07-31 04:32:36.352 | Length: 11350736 (11M) [application/gzip] 2024-07-31 04:32:36.352 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-07-31 04:32:36.359 | 2024-07-31 04:32:36.412 | 0K ........ .. 100% 182M=0.06s 2024-07-31 04:32:36.412 | 2024-07-31 04:32:36.412 | 2024-07-31 04:32:36 (182 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-07-31 04:32:36.412 | 2024-07-31 04:32:36.415 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-07-31 04:32:36.418 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-07-31 04:32:36.420 | ++ functions:get_extra_file:74 : return 2024-07-31 04:32:36.422 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-07-31 04:32:36.424 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-07-31 04:32:36.426 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-07-31 04:32:36.427 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-07-31 04:32:36.491 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-07-31 04:32:36.494 | + 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-07-31 04:32:36.498 | etcd-v3.3.12-linux-amd64/ 2024-07-31 04:32:36.498 | etcd-v3.3.12-linux-amd64/README.md 2024-07-31 04:32:36.498 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-07-31 04:32:36.498 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-07-31 04:32:36.498 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-07-31 04:32:36.498 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-07-31 04:32:36.498 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-07-31 04:32:36.499 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-07-31 04:32:36.499 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-07-31 04:32:36.499 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-07-31 04:32:36.499 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-07-31 04:32:36.499 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-07-31 04:32:36.499 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-07-31 04:32:36.499 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-07-31 04:32:36.499 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-07-31 04:32:36.500 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-07-31 04:32:36.500 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-07-31 04:32:36.500 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-07-31 04:32:36.500 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-07-31 04:32:36.500 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-07-31 04:32:36.500 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-07-31 04:32:36.501 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-07-31 04:32:36.501 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-07-31 04:32:36.501 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-07-31 04:32:36.501 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-07-31 04:32:36.501 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-07-31 04:32:36.501 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-07-31 04:32:36.501 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-07-31 04:32:36.501 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-07-31 04:32:36.501 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-07-31 04:32:36.501 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-07-31 04:32:36.501 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-07-31 04:32:36.502 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-07-31 04:32:36.502 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-07-31 04:32:36.502 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-07-31 04:32:36.502 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-07-31 04:32:36.502 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-07-31 04:32:36.502 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-07-31 04:32:36.502 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-07-31 04:32:36.502 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-07-31 04:32:36.502 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-07-31 04:32:36.503 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-07-31 04:32:36.504 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-07-31 04:32:36.504 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-07-31 04:32:36.504 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-07-31 04:32:36.504 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-07-31 04:32:36.504 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-07-31 04:32:36.504 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-07-31 04:32:36.504 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-07-31 04:32:36.505 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-07-31 04:32:36.505 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-07-31 04:32:36.505 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-07-31 04:32:36.505 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-07-31 04:32:36.505 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-07-31 04:32:36.505 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-07-31 04:32:36.505 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-07-31 04:32:36.505 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-07-31 04:32:36.505 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-07-31 04:32:36.505 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-07-31 04:32:36.505 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-07-31 04:32:36.505 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-07-31 04:32:36.505 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-07-31 04:32:36.506 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-07-31 04:32:36.506 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-07-31 04:32:36.506 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-07-31 04:32:36.506 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-07-31 04:32:36.506 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-07-31 04:32:36.506 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-07-31 04:32:36.506 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-07-31 04:32:36.506 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-07-31 04:32:36.506 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-07-31 04:32:36.507 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-07-31 04:32:36.507 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-07-31 04:32:36.507 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-07-31 04:32:36.507 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-07-31 04:32:36.507 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-07-31 04:32:36.507 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-07-31 04:32:36.507 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-07-31 04:32:36.507 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-07-31 04:32:36.507 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-07-31 04:32:36.507 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-07-31 04:32:36.507 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-07-31 04:32:36.507 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-07-31 04:32:36.508 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-07-31 04:32:36.508 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-07-31 04:32:36.508 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-07-31 04:32:36.508 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-07-31 04:32:36.508 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-07-31 04:32:36.508 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-07-31 04:32:36.508 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-07-31 04:32:36.508 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-07-31 04:32:36.508 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-07-31 04:32:36.508 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-07-31 04:32:36.509 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-07-31 04:32:36.509 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-07-31 04:32:36.509 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-07-31 04:32:36.509 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-07-31 04:32:36.509 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-07-31 04:32:36.509 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-07-31 04:32:36.509 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-07-31 04:32:36.509 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-07-31 04:32:36.509 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-07-31 04:32:36.509 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-07-31 04:32:36.510 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-07-31 04:32:36.510 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-07-31 04:32:36.510 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-07-31 04:32:36.510 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-07-31 04:32:36.510 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-07-31 04:32:36.510 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-07-31 04:32:36.511 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-07-31 04:32:36.511 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-07-31 04:32:36.511 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-07-31 04:32:36.511 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-07-31 04:32:36.511 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-07-31 04:32:36.512 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-07-31 04:32:36.512 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-07-31 04:32:36.512 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-07-31 04:32:36.512 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-07-31 04:32:36.512 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-07-31 04:32:36.512 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-07-31 04:32:36.512 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-07-31 04:32:36.513 | etcd-v3.3.12-linux-amd64/etcdctl 2024-07-31 04:32:36.632 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-07-31 04:32:36.632 | etcd-v3.3.12-linux-amd64/etcd 2024-07-31 04:32:36.779 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-07-31 04:32:36.805 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-07-31 04:32:36.828 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-07-31 04:32:36.830 | + stack.sh:main:882 : is_service_enabled tls-proxy 2024-07-31 04:32:36.842 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:32:36.844 | + stack.sh:main:892 : install_dstat 2024-07-31 04:32:36.846 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-07-31 04:32:36.858 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:32:36.860 | + stack.sh:main:898 : echo_summary 'Installing OpenStack project source' 2024-07-31 04:32:36.861 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-31 04:32:36.863 | + stack.sh:echo_summary:472 : echo -e Installing OpenStack project source 2024-07-31 04:32:36.865 | + stack.sh:main:901 : install_libs 2024-07-31 04:32:36.867 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-07-31 04:32:36.868 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-07-31 04:32:36.870 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-07-31 04:32:36.872 | + inc/python:use_library_from_git:246 : local name=automaton 2024-07-31 04:32:36.874 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:36.875 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:36.877 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-07-31 04:32:36.879 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:36.881 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-07-31 04:32:36.882 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-07-31 04:32:36.884 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-07-31 04:32:36.886 | + inc/python:use_library_from_git:246 : local name=castellan 2024-07-31 04:32:36.888 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:36.889 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:36.891 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-07-31 04:32:36.893 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:36.895 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-07-31 04:32:36.897 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-07-31 04:32:36.898 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-07-31 04:32:36.900 | + inc/python:use_library_from_git:246 : local name=cliff 2024-07-31 04:32:36.902 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:36.904 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:36.905 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-07-31 04:32:36.907 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:36.909 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-07-31 04:32:36.910 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-07-31 04:32:36.912 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-07-31 04:32:36.914 | + inc/python:use_library_from_git:246 : local name=cursive 2024-07-31 04:32:36.916 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:36.917 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:36.919 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-07-31 04:32:36.921 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:36.923 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-07-31 04:32:36.925 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-07-31 04:32:36.926 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-07-31 04:32:36.928 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-07-31 04:32:36.930 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:36.932 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:36.934 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-07-31 04:32:36.935 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:36.937 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-07-31 04:32:36.939 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-07-31 04:32:36.941 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-07-31 04:32:36.943 | + inc/python:use_library_from_git:246 : local name=futurist 2024-07-31 04:32:36.945 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:36.947 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:36.949 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-07-31 04:32:36.951 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:36.952 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-07-31 04:32:36.954 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-07-31 04:32:36.956 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-07-31 04:32:36.958 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-07-31 04:32:36.960 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:36.961 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:36.963 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-07-31 04:32:36.965 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:36.967 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-07-31 04:32:36.968 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-07-31 04:32:36.970 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-07-31 04:32:36.972 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-07-31 04:32:36.974 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:36.976 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:36.978 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-07-31 04:32:36.979 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:36.981 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-07-31 04:32:36.983 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-07-31 04:32:36.985 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-07-31 04:32:36.987 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-07-31 04:32:36.988 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:36.990 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:36.992 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-07-31 04:32:36.994 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:36.996 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-07-31 04:32:36.997 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-07-31 04:32:36.999 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-07-31 04:32:37.001 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-07-31 04:32:37.003 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.005 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.006 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-07-31 04:32:37.008 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.010 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-07-31 04:32:37.012 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-07-31 04:32:37.013 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-07-31 04:32:37.015 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-07-31 04:32:37.017 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.019 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.021 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-07-31 04:32:37.022 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.024 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-07-31 04:32:37.026 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-07-31 04:32:37.028 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-07-31 04:32:37.029 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-07-31 04:32:37.031 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.033 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.035 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-07-31 04:32:37.037 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.038 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-07-31 04:32:37.040 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-07-31 04:32:37.042 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-07-31 04:32:37.044 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-07-31 04:32:37.045 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.047 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.049 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-07-31 04:32:37.051 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.053 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-07-31 04:32:37.054 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-07-31 04:32:37.056 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-07-31 04:32:37.058 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-07-31 04:32:37.060 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.061 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.063 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-07-31 04:32:37.065 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.067 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-07-31 04:32:37.068 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-07-31 04:32:37.070 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-07-31 04:32:37.072 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-07-31 04:32:37.074 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.076 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.078 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-07-31 04:32:37.079 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.081 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-07-31 04:32:37.083 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-07-31 04:32:37.085 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-07-31 04:32:37.087 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-07-31 04:32:37.088 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.090 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.092 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-07-31 04:32:37.094 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.095 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-07-31 04:32:37.097 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-07-31 04:32:37.099 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-07-31 04:32:37.101 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-07-31 04:32:37.103 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.104 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.106 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-07-31 04:32:37.108 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.110 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-07-31 04:32:37.112 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-07-31 04:32:37.114 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-07-31 04:32:37.116 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-07-31 04:32:37.118 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.119 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.121 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-07-31 04:32:37.123 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.125 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-07-31 04:32:37.127 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-07-31 04:32:37.129 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-07-31 04:32:37.130 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-07-31 04:32:37.132 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.134 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.136 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-07-31 04:32:37.138 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.139 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-07-31 04:32:37.141 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-07-31 04:32:37.143 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-07-31 04:32:37.145 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-07-31 04:32:37.147 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.149 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.150 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-07-31 04:32:37.152 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.154 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-07-31 04:32:37.156 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-07-31 04:32:37.158 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-07-31 04:32:37.160 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-07-31 04:32:37.161 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.163 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.165 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-07-31 04:32:37.167 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.169 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-07-31 04:32:37.170 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-07-31 04:32:37.172 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-07-31 04:32:37.174 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-07-31 04:32:37.176 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.178 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.179 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-07-31 04:32:37.181 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.183 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-07-31 04:32:37.185 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-07-31 04:32:37.186 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-07-31 04:32:37.188 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-07-31 04:32:37.190 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.192 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.193 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-07-31 04:32:37.195 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.197 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-07-31 04:32:37.199 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-07-31 04:32:37.201 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-07-31 04:32:37.203 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-07-31 04:32:37.204 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.206 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.208 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-07-31 04:32:37.210 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.212 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-07-31 04:32:37.214 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-07-31 04:32:37.216 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-07-31 04:32:37.217 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-07-31 04:32:37.219 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.221 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.223 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-07-31 04:32:37.224 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.226 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-07-31 04:32:37.228 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-07-31 04:32:37.230 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-07-31 04:32:37.232 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-07-31 04:32:37.233 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.235 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.237 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-07-31 04:32:37.239 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.241 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-07-31 04:32:37.242 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-07-31 04:32:37.244 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-07-31 04:32:37.246 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-07-31 04:32:37.248 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.249 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.251 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-07-31 04:32:37.253 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.255 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-07-31 04:32:37.257 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-07-31 04:32:37.258 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-07-31 04:32:37.260 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-07-31 04:32:37.262 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.264 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.266 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-07-31 04:32:37.267 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.269 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-07-31 04:32:37.271 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-07-31 04:32:37.273 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-07-31 04:32:37.275 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-07-31 04:32:37.276 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.278 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.280 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-07-31 04:32:37.282 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.283 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-07-31 04:32:37.285 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-07-31 04:32:37.287 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-07-31 04:32:37.289 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-07-31 04:32:37.290 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.292 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.294 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-07-31 04:32:37.296 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.298 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-07-31 04:32:37.300 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-07-31 04:32:37.301 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-07-31 04:32:37.303 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-07-31 04:32:37.305 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.307 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.308 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-07-31 04:32:37.310 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.312 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-07-31 04:32:37.314 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-07-31 04:32:37.316 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-07-31 04:32:37.317 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-07-31 04:32:37.319 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.321 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.323 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-07-31 04:32:37.325 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.326 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-07-31 04:32:37.328 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-07-31 04:32:37.330 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-07-31 04:32:37.332 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-07-31 04:32:37.334 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.335 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.337 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-07-31 04:32:37.339 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.341 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-07-31 04:32:37.342 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-07-31 04:32:37.344 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-07-31 04:32:37.346 | + inc/python:use_library_from_git:246 : local name=tooz 2024-07-31 04:32:37.347 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.349 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.351 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-07-31 04:32:37.353 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.354 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-07-31 04:32:37.356 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-07-31 04:32:37.358 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-07-31 04:32:37.360 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-07-31 04:32:37.362 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.363 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.365 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-07-31 04:32:37.367 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.369 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-07-31 04:32:37.371 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-07-31 04:32:37.372 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-07-31 04:32:37.374 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-07-31 04:32:37.376 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.378 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.380 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-07-31 04:32:37.382 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.384 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-07-31 04:32:37.386 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-07-31 04:32:37.387 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-07-31 04:32:37.389 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-07-31 04:32:37.391 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.393 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.395 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-07-31 04:32:37.397 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.399 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-07-31 04:32:37.400 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-07-31 04:32:37.402 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-07-31 04:32:37.404 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-07-31 04:32:37.406 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:37.408 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:37.410 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-07-31 04:32:37.411 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:37.413 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-07-31 04:32:37.429 | Using python 3.10 to install etcd3 2024-07-31 04:32:37.431 | + 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-07-31 04:32:38.427 | Collecting etcd3 2024-07-31 04:32:38.428 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-07-31 04:32:39.548 | Collecting grpcio>=1.27.1 2024-07-31 04:32:39.582 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-07-31 04:32:40.008 | Collecting protobuf>=3.6.1 2024-07-31 04:32:40.014 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-07-31 04:32:40.046 | Collecting tenacity>=6.1.0 2024-07-31 04:32:40.048 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-07-31 04:32:40.051 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-07-31 04:32:40.219 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-07-31 04:32:40.618 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-07-31 04:32:40.619 | 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-07-31 04:32:40.749 | + inc/python:pip_install:196 : result=0 2024-07-31 04:32:40.751 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:32:40.753 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:40.754 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:40.756 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:40.758 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:40.760 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:40.762 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:32:40.763 | + functions-common:time_stop:2442 : start_time=1722400357425 2024-07-31 04:32:40.765 | + functions-common:time_stop:2444 : [[ -z 1722400357425 ]] 2024-07-31 04:32:40.767 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:40.770 | + functions-common:time_stop:2447 : end_time=1722400360769 2024-07-31 04:32:40.772 | + functions-common:time_stop:2448 : elapsed_time=3344 2024-07-31 04:32:40.774 | + functions-common:time_stop:2449 : total=10827 2024-07-31 04:32:40.776 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:40.778 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14171 2024-07-31 04:32:40.779 | + inc/python:pip_install:199 : return 0 2024-07-31 04:32:40.781 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-07-31 04:32:40.797 | Using python 3.10 to install etcd3gw 2024-07-31 04:32:40.799 | + 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-07-31 04:32:41.769 | Collecting etcd3gw 2024-07-31 04:32:41.772 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-07-31 04:32:41.825 | Collecting requests>=2.20.0 2024-07-31 04:32:41.828 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-07-31 04:32:41.860 | Collecting futurist>=0.16.0 2024-07-31 04:32:41.862 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-07-31 04:32:41.865 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-07-31 04:32:41.895 | Collecting idna<4,>=2.5 2024-07-31 04:32:41.898 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-07-31 04:32:41.900 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-07-31 04:32:42.055 | Collecting charset-normalizer<3,>=2 2024-07-31 04:32:42.058 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-07-31 04:32:42.120 | Collecting urllib3<1.27,>=1.21.1 2024-07-31 04:32:42.123 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-07-31 04:32:42.345 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-07-31 04:32:42.346 | Attempting uninstall: urllib3 2024-07-31 04:32:42.347 | Found existing installation: urllib3 1.26.5 2024-07-31 04:32:42.350 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:32:42.351 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-07-31 04:32:42.418 | Attempting uninstall: idna 2024-07-31 04:32:42.420 | Found existing installation: idna 3.3 2024-07-31 04:32:42.421 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:32:42.422 | Can't uninstall 'idna'. No files were found to uninstall. 2024-07-31 04:32:42.554 | Attempting uninstall: requests 2024-07-31 04:32:42.555 | Found existing installation: requests 2.25.1 2024-07-31 04:32:42.556 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:32:42.556 | Can't uninstall 'requests'. No files were found to uninstall. 2024-07-31 04:32:42.611 | 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-07-31 04:32:42.612 | 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-07-31 04:32:42.699 | + inc/python:pip_install:196 : result=0 2024-07-31 04:32:42.701 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:32:42.703 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:42.705 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:42.707 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:42.709 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:42.711 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:42.712 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:32:42.714 | + functions-common:time_stop:2442 : start_time=1722400360793 2024-07-31 04:32:42.716 | + functions-common:time_stop:2444 : [[ -z 1722400360793 ]] 2024-07-31 04:32:42.718 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:42.721 | + functions-common:time_stop:2447 : end_time=1722400362719 2024-07-31 04:32:42.723 | + functions-common:time_stop:2448 : elapsed_time=1926 2024-07-31 04:32:42.724 | + functions-common:time_stop:2449 : total=14171 2024-07-31 04:32:42.726 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:42.728 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16097 2024-07-31 04:32:42.729 | + inc/python:pip_install:199 : return 0 2024-07-31 04:32:42.731 | + stack.sh:main:904 : install_apache_uwsgi 2024-07-31 04:32:42.733 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-07-31 04:32:42.735 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-07-31 04:32:42.737 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-31 04:32:42.739 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-31 04:32:42.741 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-31 04:32:42.742 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-31 04:32:42.744 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-31 04:32:42.746 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-31 04:32:42.748 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-31 04:32:42.750 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-31 04:32:42.751 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-31 04:32:42.753 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-31 04:32:42.755 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-31 04:32:42.757 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-31 04:32:42.759 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-07-31 04:32:42.761 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:42.763 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:42.765 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-07-31 04:32:42.767 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-07-31 04:32:42.769 | + functions-common:install_package:1459 : update_package_repo 2024-07-31 04:32:42.771 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-31 04:32:42.773 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-31 04:32:42.774 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-31 04:32:42.776 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-31 04:32:42.778 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-31 04:32:42.780 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:42.781 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:42.783 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-31 04:32:42.785 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-31 04:32:42.787 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-31 04:32:42.789 | + functions-common:apt_get_update:1186 : return 2024-07-31 04:32:42.790 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-07-31 04:32:42.792 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-31 04:32:42.794 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:42.796 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:42.797 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-07-31 04:32:42.813 | + 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-07-31 04:32:42.873 | Reading package lists... 2024-07-31 04:32:43.065 | Building dependency tree... 2024-07-31 04:32:43.067 | Reading state information... 2024-07-31 04:32:43.257 | uwsgi is already the newest version (2.0.20-4). 2024-07-31 04:32:43.257 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-07-31 04:32:43.257 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-07-31 04:32:43.257 | The following packages were automatically installed and are no longer required: 2024-07-31 04:32:43.257 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-31 04:32:43.257 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-31 04:32:43.257 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-31 04:32:43.257 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-31 04:32:43.257 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-31 04:32:43.257 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-31 04:32:43.258 | linux-modules-extra-5.15.0-105-generic 2024-07-31 04:32:43.258 | Use 'sudo apt autoremove' to remove them. 2024-07-31 04:32:43.278 | 0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded. 2024-07-31 04:32:43.283 | + functions-common:apt_get:1230 : result=0 2024-07-31 04:32:43.285 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-31 04:32:43.287 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:43.289 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:43.291 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:43.293 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:43.294 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:43.296 | + functions-common:time_stop:2441 : name=apt-get 2024-07-31 04:32:43.298 | + functions-common:time_stop:2442 : start_time=1722400362811 2024-07-31 04:32:43.299 | + functions-common:time_stop:2444 : [[ -z 1722400362811 ]] 2024-07-31 04:32:43.302 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:43.305 | + functions-common:time_stop:2447 : end_time=1722400363303 2024-07-31 04:32:43.306 | + functions-common:time_stop:2448 : elapsed_time=492 2024-07-31 04:32:43.308 | + functions-common:time_stop:2449 : total=5697 2024-07-31 04:32:43.310 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:43.312 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6189 2024-07-31 04:32:43.314 | + functions-common:apt_get:1234 : return 0 2024-07-31 04:32:43.315 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-07-31 04:32:43.317 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:32:43.319 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:32:43.321 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-07-31 04:32:43.358 | Enabling module proxy. 2024-07-31 04:32:43.361 | To activate the new configuration, you need to run: 2024-07-31 04:32:43.361 | systemctl restart apache2 2024-07-31 04:32:43.365 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-07-31 04:32:43.397 | Considering dependency proxy for proxy_uwsgi: 2024-07-31 04:32:43.397 | Module proxy already enabled 2024-07-31 04:32:43.397 | Enabling module proxy_uwsgi. 2024-07-31 04:32:43.400 | To activate the new configuration, you need to run: 2024-07-31 04:32:43.400 | systemctl restart apache2 2024-07-31 04:32:43.404 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-07-31 04:32:43.406 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-31 04:32:43.408 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-31 04:32:43.410 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-31 04:32:43.527 | + stack.sh:main:907 : install_keystoneauth 2024-07-31 04:32:43.529 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-07-31 04:32:43.531 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-07-31 04:32:43.533 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:43.534 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:43.536 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-07-31 04:32:43.538 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:43.540 | + stack.sh:main:908 : install_keystoneclient 2024-07-31 04:32:43.542 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-07-31 04:32:43.543 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-07-31 04:32:43.545 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:43.547 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:43.549 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-07-31 04:32:43.551 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:43.553 | + stack.sh:main:909 : install_glanceclient 2024-07-31 04:32:43.555 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-07-31 04:32:43.556 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-07-31 04:32:43.558 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:43.560 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:43.562 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-07-31 04:32:43.564 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:43.566 | + stack.sh:main:910 : install_cinderclient 2024-07-31 04:32:43.567 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-07-31 04:32:43.569 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-07-31 04:32:43.571 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:43.573 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:43.574 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-07-31 04:32:43.577 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:43.579 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-07-31 04:32:43.580 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-07-31 04:32:43.582 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:43.584 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:43.586 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-07-31 04:32:43.588 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:43.589 | + stack.sh:main:911 : install_novaclient 2024-07-31 04:32:43.591 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-07-31 04:32:43.593 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-07-31 04:32:43.595 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:43.596 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:43.598 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-07-31 04:32:43.600 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:43.602 | + stack.sh:main:912 : is_service_enabled swift glance horizon 2024-07-31 04:32:43.614 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:32:43.616 | + stack.sh:main:913 : install_swiftclient 2024-07-31 04:32:43.618 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-07-31 04:32:43.619 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-07-31 04:32:43.621 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:43.623 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:43.625 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-07-31 04:32:43.627 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:43.629 | + stack.sh:main:915 : is_service_enabled neutron nova horizon 2024-07-31 04:32:43.642 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:32:43.644 | + stack.sh:main:916 : install_neutronclient 2024-07-31 04:32:43.646 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-07-31 04:32:43.647 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-07-31 04:32:43.649 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:43.651 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:43.653 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-07-31 04:32:43.655 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:43.657 | + stack.sh:main:920 : install_keystonemiddleware 2024-07-31 04:32:43.659 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-07-31 04:32:43.661 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-07-31 04:32:43.663 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:32:43.664 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:32:43.666 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-07-31 04:32:43.668 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:32:43.670 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-07-31 04:32:43.672 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-07-31 04:32:43.674 | + inc/python:pip_install_gr:77 : local clean_name 2024-07-31 04:32:43.676 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-07-31 04:32:43.678 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-07-31 04:32:43.679 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-07-31 04:32:43.682 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-07-31 04:32:43.683 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-07-31 04:32:43.687 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-07-31 04:32:43.688 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-07-31 04:32:43.690 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-07-31 04:32:43.693 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-07-31 04:32:43.694 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-07-31 04:32:43.711 | Using python 3.10 to install keystonemiddleware 2024-07-31 04:32:43.713 | + 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-07-31 04:32:44.693 | Collecting keystonemiddleware 2024-07-31 04:32:44.695 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-07-31 04:32:44.780 | Collecting oslo.utils>=3.33.0 2024-07-31 04:32:44.783 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-07-31 04:32:44.816 | Collecting WebOb>=1.7.1 2024-07-31 04:32:44.818 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-07-31 04:32:44.870 | Collecting oslo.log>=3.36.0 2024-07-31 04:32:44.872 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-07-31 04:32:44.874 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-07-31 04:32:44.875 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-07-31 04:32:44.922 | Collecting oslo.cache>=1.26.0 2024-07-31 04:32:44.924 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-07-31 04:32:44.970 | Collecting keystoneauth1>=3.12.0 2024-07-31 04:32:44.975 | Using cached keystoneauth1-5.1.2-py3-none-any.whl (318 kB) 2024-07-31 04:32:44.979 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-07-31 04:32:45.017 | Collecting python-keystoneclient>=3.20.0 2024-07-31 04:32:45.021 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-07-31 04:32:45.059 | Collecting oslo.i18n>=3.15.3 2024-07-31 04:32:45.062 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-07-31 04:32:45.089 | Collecting pycadf!=2.0.0,>=1.1.0 2024-07-31 04:32:45.092 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-07-31 04:32:45.129 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-07-31 04:32:45.132 | Using cached oslo.serialization-5.1.1-py3-none-any.whl (25 kB) 2024-07-31 04:32:45.190 | Collecting oslo.context>=2.19.2 2024-07-31 04:32:45.193 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-07-31 04:32:45.254 | Collecting oslo.config>=5.2.0 2024-07-31 04:32:45.256 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-07-31 04:32:45.303 | Collecting iso8601>=0.1.11 2024-07-31 04:32:45.305 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-07-31 04:32:45.346 | Collecting stevedore>=1.20.0 2024-07-31 04:32:45.348 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-07-31 04:32:45.366 | Collecting os-service-types>=1.2.0 2024-07-31 04:32:45.368 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-07-31 04:32:45.420 | Collecting dogpile.cache>=1.1.5 2024-07-31 04:32:45.422 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-07-31 04:32:45.539 | Collecting PyYAML>=5.1 2024-07-31 04:32:45.545 | 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-07-31 04:32:45.569 | Collecting rfc3986>=1.2.0 2024-07-31 04:32:45.571 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-07-31 04:32:45.600 | Collecting debtcollector>=1.2.0 2024-07-31 04:32:45.602 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-07-31 04:32:45.629 | Collecting netaddr>=0.7.18 2024-07-31 04:32:45.642 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-07-31 04:32:45.697 | Collecting pyinotify>=0.9.6 2024-07-31 04:32:45.697 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-07-31 04:32:45.732 | Collecting python-dateutil>=2.7.0 2024-07-31 04:32:45.735 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-07-31 04:32:45.887 | Collecting msgpack>=0.5.2 2024-07-31 04:32:45.891 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-07-31 04:32:45.987 | Collecting pytz>=2013.6 2024-07-31 04:32:45.994 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-07-31 04:32:46.007 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-07-31 04:32:46.057 | Collecting pyparsing>=2.1.0 2024-07-31 04:32:46.060 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-07-31 04:32:46.095 | Collecting packaging>=20.4 2024-07-31 04:32:46.098 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-07-31 04:32:46.127 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-07-31 04:32:46.128 | 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-07-31 04:32:46.130 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-07-31 04:32:46.130 | 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-07-31 04:32:46.323 | Collecting wrapt>=1.7.0 2024-07-31 04:32:46.326 | 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-07-31 04:32:46.363 | Collecting decorator>=4.0.0 2024-07-31 04:32:46.365 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-07-31 04:32:46.761 | 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-07-31 04:32:46.788 | Attempting uninstall: pytz 2024-07-31 04:32:46.789 | Found existing installation: pytz 2022.1 2024-07-31 04:32:46.791 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:32:46.792 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-07-31 04:32:47.107 | Attempting uninstall: stevedore 2024-07-31 04:32:47.108 | Found existing installation: stevedore 3.5.0 2024-07-31 04:32:47.109 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:32:47.109 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-07-31 04:32:47.244 | Attempting uninstall: pyparsing 2024-07-31 04:32:47.245 | Found existing installation: pyparsing 2.4.7 2024-07-31 04:32:47.246 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:32:47.247 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-07-31 04:32:48.291 | 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.2 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.1 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-07-31 04:32:48.291 | 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-07-31 04:32:48.429 | + inc/python:pip_install:196 : result=0 2024-07-31 04:32:48.431 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:32:48.432 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:48.434 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:48.436 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:48.437 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:48.439 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:48.440 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:32:48.442 | + functions-common:time_stop:2442 : start_time=1722400363706 2024-07-31 04:32:48.444 | + functions-common:time_stop:2444 : [[ -z 1722400363706 ]] 2024-07-31 04:32:48.446 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:48.448 | + functions-common:time_stop:2447 : end_time=1722400368447 2024-07-31 04:32:48.450 | + functions-common:time_stop:2448 : elapsed_time=4741 2024-07-31 04:32:48.451 | + functions-common:time_stop:2449 : total=16097 2024-07-31 04:32:48.453 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:48.455 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20838 2024-07-31 04:32:48.456 | + inc/python:pip_install:199 : return 0 2024-07-31 04:32:48.458 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-07-31 04:32:48.460 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-07-31 04:32:48.462 | + inc/python:pip_install_gr:77 : local clean_name 2024-07-31 04:32:48.464 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-07-31 04:32:48.466 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-07-31 04:32:48.468 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-07-31 04:32:48.471 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-07-31 04:32:48.471 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-07-31 04:32:48.475 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-07-31 04:32:48.477 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-07-31 04:32:48.478 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-07-31 04:32:48.481 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-07-31 04:32:48.482 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-07-31 04:32:48.498 | Using python 3.10 to install python-memcached 2024-07-31 04:32:48.500 | + 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-07-31 04:32:49.457 | Collecting python-memcached 2024-07-31 04:32:49.459 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-07-31 04:32:49.463 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-07-31 04:32:49.762 | Installing collected packages: python-memcached 2024-07-31 04:32:49.788 | Successfully installed python-memcached-1.59 2024-07-31 04:32:49.789 | 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-07-31 04:32:49.869 | + inc/python:pip_install:196 : result=0 2024-07-31 04:32:49.871 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:32:49.873 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:49.875 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:49.877 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:49.879 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:49.880 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:49.882 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:32:49.884 | + functions-common:time_stop:2442 : start_time=1722400368494 2024-07-31 04:32:49.885 | + functions-common:time_stop:2444 : [[ -z 1722400368494 ]] 2024-07-31 04:32:49.887 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:49.890 | + functions-common:time_stop:2447 : end_time=1722400369888 2024-07-31 04:32:49.892 | + functions-common:time_stop:2448 : elapsed_time=1394 2024-07-31 04:32:49.894 | + functions-common:time_stop:2449 : total=20838 2024-07-31 04:32:49.895 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:49.897 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22232 2024-07-31 04:32:49.899 | + inc/python:pip_install:199 : return 0 2024-07-31 04:32:49.900 | + stack.sh:main:922 : is_service_enabled keystone 2024-07-31 04:32:49.912 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:32:49.914 | + stack.sh:main:923 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-07-31 04:32:49.916 | + stack.sh:main:924 : stack_install_service keystone 2024-07-31 04:32:49.917 | + lib/stack:stack_install_service:20 : local service=keystone 2024-07-31 04:32:49.919 | + lib/stack:stack_install_service:21 : type install_keystone 2024-07-31 04:32:49.921 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-07-31 04:32:49.922 | + lib/stack:stack_install_service:32 : install_keystone 2024-07-31 04:32:49.924 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-07-31 04:32:49.935 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:32:49.937 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-07-31 04:32:49.938 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-07-31 04:32:49.940 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-07-31 04:32:49.941 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-07-31 04:32:49.943 | + functions-common:git_clone:615 : local orig_dir 2024-07-31 04:32:49.945 | ++ functions-common:git_clone:616 : pwd 2024-07-31 04:32:49.946 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-31 04:32:49.948 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-31 04:32:49.950 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-31 04:32:49.961 | + functions-common:git_clone:619 : RECLONE=False 2024-07-31 04:32:49.963 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-31 04:32:49.964 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-31 04:32:49.966 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-31 04:32:49.968 | + functions-common:git_clone:633 : echo stable/2023.1 2024-07-31 04:32:49.968 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-31 04:32:49.972 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-07-31 04:32:49.973 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-31 04:32:49.975 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-07-31 04:32:49.976 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:32:49.978 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:32:49.979 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:32:49.981 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:32:49.983 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:32:49.984 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:32:49.985 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:32:49.987 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:32:49.989 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:32:49.992 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400369990 2024-07-31 04:32:49.994 | + 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-07-31 04:32:49.996 | Cloning into '/opt/stack//keystone'... 2024-07-31 04:32:52.232 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:32:52.234 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:52.236 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:52.237 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:52.239 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:52.240 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:52.242 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:32:52.243 | + functions-common:time_stop:2442 : start_time=1722400369990 2024-07-31 04:32:52.245 | + functions-common:time_stop:2444 : [[ -z 1722400369990 ]] 2024-07-31 04:32:52.247 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:52.250 | + functions-common:time_stop:2447 : end_time=1722400372248 2024-07-31 04:32:52.251 | + functions-common:time_stop:2448 : elapsed_time=2258 2024-07-31 04:32:52.253 | + functions-common:time_stop:2449 : total=5053 2024-07-31 04:32:52.254 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:52.256 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7311 2024-07-31 04:32:52.257 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-07-31 04:32:52.259 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-07-31 04:32:52.260 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:32:52.262 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:32:52.264 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:32:52.265 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:32:52.267 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:32:52.269 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:32:52.270 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:32:52.272 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:32:52.274 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:32:52.277 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400372275 2024-07-31 04:32:52.279 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-07-31 04:32:54.078 | From https://opendev.org/openstack/keystone 2024-07-31 04:32:54.079 | * branch stable/2023.1 -> FETCH_HEAD 2024-07-31 04:32:54.083 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:32:54.085 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:54.087 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:54.088 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:54.090 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:54.092 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:54.093 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:32:54.095 | + functions-common:time_stop:2442 : start_time=1722400372275 2024-07-31 04:32:54.096 | + functions-common:time_stop:2444 : [[ -z 1722400372275 ]] 2024-07-31 04:32:54.098 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:54.101 | + functions-common:time_stop:2447 : end_time=1722400374099 2024-07-31 04:32:54.103 | + functions-common:time_stop:2448 : elapsed_time=1824 2024-07-31 04:32:54.105 | + functions-common:time_stop:2449 : total=7311 2024-07-31 04:32:54.106 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:54.108 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9135 2024-07-31 04:32:54.110 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-31 04:32:54.111 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:32:54.113 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:32:54.115 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:32:54.117 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:32:54.118 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:32:54.120 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:32:54.122 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:32:54.123 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:32:54.125 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:32:54.128 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400374126 2024-07-31 04:32:54.130 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-31 04:32:54.222 | Note: switching to 'FETCH_HEAD'. 2024-07-31 04:32:54.222 | 2024-07-31 04:32:54.222 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-31 04:32:54.222 | changes and commit them, and you can discard any commits you make in this 2024-07-31 04:32:54.222 | state without impacting any branches by switching back to a branch. 2024-07-31 04:32:54.222 | 2024-07-31 04:32:54.222 | If you want to create a new branch to retain commits you create, you may 2024-07-31 04:32:54.222 | do so (now or later) by using -c with the switch command. Example: 2024-07-31 04:32:54.222 | 2024-07-31 04:32:54.222 | git switch -c 2024-07-31 04:32:54.222 | 2024-07-31 04:32:54.222 | Or undo this operation with: 2024-07-31 04:32:54.222 | 2024-07-31 04:32:54.222 | git switch - 2024-07-31 04:32:54.222 | 2024-07-31 04:32:54.222 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-31 04:32:54.222 | 2024-07-31 04:32:54.222 | HEAD is now at c725173 Remove reference to devstack-gate 2024-07-31 04:32:54.225 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:32:54.227 | + functions-common:time_stop:2435 : local name 2024-07-31 04:32:54.229 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:32:54.231 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:32:54.232 | + functions-common:time_stop:2438 : local total 2024-07-31 04:32:54.234 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:32:54.236 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:32:54.237 | + functions-common:time_stop:2442 : start_time=1722400374126 2024-07-31 04:32:54.239 | + functions-common:time_stop:2444 : [[ -z 1722400374126 ]] 2024-07-31 04:32:54.241 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:32:54.244 | + functions-common:time_stop:2447 : end_time=1722400374242 2024-07-31 04:32:54.246 | + functions-common:time_stop:2448 : elapsed_time=116 2024-07-31 04:32:54.247 | + functions-common:time_stop:2449 : total=9135 2024-07-31 04:32:54.249 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:32:54.251 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9251 2024-07-31 04:32:54.252 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-07-31 04:32:54.263 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-07-31 04:32:54.264 | + functions-common:git_clone:696 : git show --oneline 2024-07-31 04:32:54.264 | + functions-common:git_clone:696 : head -1 2024-07-31 04:32:54.267 | c725173 Remove reference to devstack-gate 2024-07-31 04:32:54.269 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-31 04:32:54.271 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-07-31 04:32:54.272 | + inc/python:setup_develop:334 : local bindep 2024-07-31 04:32:54.274 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-07-31 04:32:54.276 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-07-31 04:32:54.278 | + inc/python:setup_develop:340 : local extras= 2024-07-31 04:32:54.280 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-07-31 04:32:54.282 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-31 04:32:54.283 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-07-31 04:32:54.285 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-07-31 04:32:54.287 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-31 04:32:54.289 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-31 04:32:54.291 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-07-31 04:32:54.293 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-31 04:32:54.295 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-07-31 04:32:54.297 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-31 04:32:54.299 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-31 04:32:54.301 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-07-31 04:32:54.306 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-07-31 04:32:54.307 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-07-31 04:32:54.621 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-07-31 04:32:54.623 | + inc/python:setup_package:414 : local bindep=0 2024-07-31 04:32:54.624 | + inc/python:setup_package:415 : local bindep_flag= 2024-07-31 04:32:54.626 | + inc/python:setup_package:416 : local bindep_profiles= 2024-07-31 04:32:54.628 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-07-31 04:32:54.630 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-07-31 04:32:54.632 | + inc/python:setup_package:423 : local flags=-e 2024-07-31 04:32:54.634 | + inc/python:setup_package:424 : local extras= 2024-07-31 04:32:54.635 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-07-31 04:32:54.637 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-07-31 04:32:54.639 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-31 04:32:54.641 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-31 04:32:54.643 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-31 04:32:54.644 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-07-31 04:32:54.660 | Using python 3.10 to install /opt/stack/keystone 2024-07-31 04:32:54.662 | + 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-07-31 04:32:55.565 | Obtaining file:///opt/stack/keystone 2024-07-31 04:32:55.566 | Preparing metadata (setup.py): started 2024-07-31 04:32:56.057 | Preparing metadata (setup.py): finished with status 'done' 2024-07-31 04:32:56.213 | Collecting Flask!=0.11,>=1.0.2 2024-07-31 04:32:56.216 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-07-31 04:32:56.239 | Collecting Flask-RESTful>=0.3.5 2024-07-31 04:32:56.241 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-07-31 04:32:56.272 | Collecting PyJWT>=1.6.1 2024-07-31 04:32:56.274 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-07-31 04:32:56.981 | Collecting SQLAlchemy>=1.3.0 2024-07-31 04:32:56.995 | 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-07-31 04:32:57.007 | 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-07-31 04:32:57.094 | Collecting bcrypt>=3.1.3 2024-07-31 04:32:57.101 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-07-31 04:32:57.509 | Collecting cryptography>=2.7 2024-07-31 04:32:57.537 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-07-31 04:32:57.557 | 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-07-31 04:32:57.607 | Collecting jsonschema>=3.2.0 2024-07-31 04:32:57.618 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-07-31 04:32:57.620 | 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-07-31 04:32:57.621 | 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-07-31 04:32:57.648 | Collecting oauthlib>=0.6.2 2024-07-31 04:32:57.652 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-07-31 04:32:57.655 | 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-07-31 04:32:57.655 | 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-07-31 04:32:57.656 | 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-07-31 04:32:57.712 | Collecting oslo.db>=6.0.0 2024-07-31 04:32:57.715 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-07-31 04:32:57.718 | 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-07-31 04:32:57.719 | 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-07-31 04:32:57.803 | Collecting oslo.messaging>=5.29.0 2024-07-31 04:32:57.806 | Using cached oslo.messaging-14.2.4-py3-none-any.whl (256 kB) 2024-07-31 04:32:57.849 | Collecting oslo.middleware>=3.31.0 2024-07-31 04:32:57.852 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-07-31 04:32:57.905 | Collecting oslo.policy>=3.10.0 2024-07-31 04:32:57.907 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-07-31 04:32:57.910 | 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.1) 2024-07-31 04:32:57.934 | Collecting oslo.upgradecheck>=1.3.0 2024-07-31 04:32:57.936 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-07-31 04:32:57.938 | 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-07-31 04:32:57.968 | Collecting osprofiler>=1.4.0 2024-07-31 04:32:57.970 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-07-31 04:32:57.990 | Collecting passlib>=1.7.0 2024-07-31 04:32:57.995 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-07-31 04:32:58.000 | 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-07-31 04:32:58.001 | 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-07-31 04:32:58.036 | Collecting pysaml2>=5.0.0 2024-07-31 04:32:58.041 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-07-31 04:32:58.045 | 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-07-31 04:32:58.046 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2024-07-31 04:32:58.230 | Collecting scrypt>=0.8.0 2024-07-31 04:32:58.240 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-07-31 04:32:58.266 | Collecting sqlalchemy-migrate>=0.13.0 2024-07-31 04:32:58.269 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-07-31 04:32:58.272 | 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-07-31 04:32:58.541 | Collecting cffi>=1.12 2024-07-31 04:32:58.545 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-07-31 04:32:58.552 | 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-07-31 04:32:58.587 | Collecting Jinja2>=3.0 2024-07-31 04:32:58.590 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-07-31 04:32:58.635 | Collecting Werkzeug>=2.2.2 2024-07-31 04:32:58.639 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-07-31 04:32:58.671 | Collecting click>=8.0 2024-07-31 04:32:58.674 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-07-31 04:32:58.695 | Collecting itsdangerous>=2.0 2024-07-31 04:32:58.697 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-07-31 04:32:58.710 | 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-07-31 04:32:58.730 | Collecting aniso8601>=0.82 2024-07-31 04:32:58.733 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-07-31 04:32:58.752 | 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-07-31 04:32:58.778 | Collecting attrs>=17.4.0 2024-07-31 04:32:58.780 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-07-31 04:32:58.803 | 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-07-31 04:32:58.804 | 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.2) 2024-07-31 04:32:58.880 | 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-07-31 04:32:58.881 | 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-07-31 04:32:58.882 | 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-07-31 04:32:58.883 | 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-07-31 04:32:58.958 | Collecting alembic>=0.9.6 2024-07-31 04:32:58.961 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-07-31 04:32:58.980 | Collecting testresources>=2.0.0 2024-07-31 04:32:58.982 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-07-31 04:32:59.020 | Collecting testscenarios>=0.4 2024-07-31 04:32:59.023 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-07-31 04:32:59.046 | 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-07-31 04:32:59.048 | 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-07-31 04:32:59.127 | Collecting kombu>=4.6.6 2024-07-31 04:32:59.142 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-07-31 04:32:59.173 | Collecting cachetools>=2.0.0 2024-07-31 04:32:59.175 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-07-31 04:32:59.211 | Collecting amqp>=2.5.2 2024-07-31 04:32:59.213 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-07-31 04:32:59.355 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-07-31 04:32:59.358 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2024-07-31 04:32:59.379 | Collecting oslo.metrics>=0.2.1 2024-07-31 04:32:59.381 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-07-31 04:32:59.383 | 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-07-31 04:32:59.409 | Collecting statsd>=3.2.1 2024-07-31 04:32:59.410 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-07-31 04:32:59.460 | Collecting PrettyTable>=0.7.1 2024-07-31 04:32:59.462 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-07-31 04:32:59.476 | 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-07-31 04:32:59.477 | 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-07-31 04:32:59.477 | 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-07-31 04:32:59.478 | 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-07-31 04:32:59.539 | Collecting oslo.concurrency>=3.26.0 2024-07-31 04:32:59.542 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-07-31 04:32:59.588 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2024-07-31 04:32:59.614 | Collecting pyOpenSSL 2024-07-31 04:32:59.617 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-07-31 04:32:59.683 | Collecting xmlschema>=1.2.1 2024-07-31 04:32:59.687 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-07-31 04:32:59.710 | Collecting defusedxml 2024-07-31 04:32:59.712 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-07-31 04:33:00.084 | Collecting greenlet!=0.4.17 2024-07-31 04:33:00.086 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-07-31 04:33:00.125 | Collecting sqlparse 2024-07-31 04:33:00.128 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-07-31 04:33:00.176 | Collecting Tempita>=0.4 2024-07-31 04:33:00.180 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-07-31 04:33:00.233 | Collecting Mako 2024-07-31 04:33:00.235 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-07-31 04:33:00.263 | Collecting vine>=5.0.0 2024-07-31 04:33:00.265 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-07-31 04:33:00.381 | Collecting pycparser 2024-07-31 04:33:00.384 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-07-31 04:33:00.402 | 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-07-31 04:33:00.544 | Collecting MarkupSafe>=2.0 2024-07-31 04:33:00.547 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-07-31 04:33:00.578 | 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-07-31 04:33:00.648 | Collecting fasteners>=0.7.0 2024-07-31 04:33:00.650 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-07-31 04:33:00.690 | Collecting prometheus-client>=0.6.0 2024-07-31 04:33:00.693 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-07-31 04:33:00.752 | Collecting Yappi>=1.0 2024-07-31 04:33:00.754 | 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-07-31 04:33:00.787 | Collecting eventlet>=0.25.2 2024-07-31 04:33:00.790 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-07-31 04:33:00.825 | Collecting Paste>=2.0.2 2024-07-31 04:33:00.830 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-07-31 04:33:00.854 | Collecting Routes>=2.3.1 2024-07-31 04:33:00.857 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-07-31 04:33:00.878 | Collecting fixtures>=3.0.0 2024-07-31 04:33:00.878 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-07-31 04:33:00.903 | Collecting PasteDeploy>=1.5.0 2024-07-31 04:33:00.905 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-07-31 04:33:00.930 | 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-07-31 04:33:00.980 | 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-07-31 04:33:00.981 | 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-07-31 04:33:00.982 | 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-07-31 04:33:00.983 | 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-07-31 04:33:01.033 | 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-07-31 04:33:01.104 | Collecting elementpath<4.0.0,>=3.0.0 2024-07-31 04:33:01.108 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-07-31 04:33:01.236 | Collecting dnspython>=1.15.0 2024-07-31 04:33:01.241 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-07-31 04:33:01.358 | Collecting repoze.lru>=0.3 2024-07-31 04:33:01.360 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-07-31 04:33:01.507 | 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-07-31 04:33:01.507 | Reason for being yanked: Regression in OpenSSL. 2024-07-31 04:33:02.021 | 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-07-31 04:33:02.506 | Attempting uninstall: PyJWT 2024-07-31 04:33:02.508 | Found existing installation: PyJWT 2.3.0 2024-07-31 04:33:02.509 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:02.509 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-07-31 04:33:02.687 | Attempting uninstall: PrettyTable 2024-07-31 04:33:02.689 | Found existing installation: prettytable 2.5.0 2024-07-31 04:33:02.690 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:02.691 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-07-31 04:33:02.881 | Attempting uninstall: oauthlib 2024-07-31 04:33:02.882 | Found existing installation: oauthlib 3.2.0 2024-07-31 04:33:02.883 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:02.884 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-07-31 04:33:02.966 | Attempting uninstall: MarkupSafe 2024-07-31 04:33:02.967 | Found existing installation: MarkupSafe 2.0.1 2024-07-31 04:33:02.969 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:02.969 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-07-31 04:33:03.033 | Attempting uninstall: fixtures 2024-07-31 04:33:03.034 | Found existing installation: fixtures 3.0.0 2024-07-31 04:33:03.036 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:03.037 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-07-31 04:33:03.407 | Attempting uninstall: click 2024-07-31 04:33:03.408 | Found existing installation: click 8.0.3 2024-07-31 04:33:03.409 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:03.410 | Can't uninstall 'click'. No files were found to uninstall. 2024-07-31 04:33:03.478 | Attempting uninstall: bcrypt 2024-07-31 04:33:03.479 | Found existing installation: bcrypt 3.2.0 2024-07-31 04:33:03.480 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:03.481 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-07-31 04:33:03.501 | Attempting uninstall: attrs 2024-07-31 04:33:03.502 | Found existing installation: attrs 21.2.0 2024-07-31 04:33:03.503 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:03.504 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-07-31 04:33:04.551 | Attempting uninstall: jsonschema 2024-07-31 04:33:04.552 | Found existing installation: jsonschema 3.2.0 2024-07-31 04:33:04.554 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:04.554 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-07-31 04:33:04.614 | Attempting uninstall: Jinja2 2024-07-31 04:33:04.615 | Found existing installation: Jinja2 3.0.3 2024-07-31 04:33:04.616 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:04.617 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-07-31 04:33:05.228 | Attempting uninstall: cryptography 2024-07-31 04:33:05.229 | Found existing installation: cryptography 3.4.8 2024-07-31 04:33:05.230 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:05.231 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-07-31 04:33:05.550 | Attempting uninstall: pyOpenSSL 2024-07-31 04:33:05.551 | Found existing installation: pyOpenSSL 21.0.0 2024-07-31 04:33:05.552 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:05.553 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-07-31 04:33:06.332 | Running setup.py develop for keystone 2024-07-31 04:33:07.308 | 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.4 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-07-31 04:33:07.308 | 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-07-31 04:33:07.522 | + inc/python:pip_install:196 : result=0 2024-07-31 04:33:07.524 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:33:07.525 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:07.527 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:07.529 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:07.530 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:07.532 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:07.533 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:33:07.535 | + functions-common:time_stop:2442 : start_time=1722400374656 2024-07-31 04:33:07.536 | + functions-common:time_stop:2444 : [[ -z 1722400374656 ]] 2024-07-31 04:33:07.538 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:07.541 | + functions-common:time_stop:2447 : end_time=1722400387539 2024-07-31 04:33:07.543 | + functions-common:time_stop:2448 : elapsed_time=12883 2024-07-31 04:33:07.544 | + functions-common:time_stop:2449 : total=22232 2024-07-31 04:33:07.546 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:07.548 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=35115 2024-07-31 04:33:07.549 | + inc/python:pip_install:199 : return 0 2024-07-31 04:33:07.551 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-31 04:33:07.553 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-07-31 04:33:07.555 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-07-31 04:33:07.568 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-07-31 04:33:07.577 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-07-31 04:33:07.579 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-07-31 04:33:07.580 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:33:07.582 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:33:07.584 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-07-31 04:33:07.586 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:33:07.587 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-07-31 04:33:07.599 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:33:07.601 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-07-31 04:33:07.602 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-07-31 04:33:07.604 | + stack.sh:main:925 : configure_keystone 2024-07-31 04:33:07.606 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-07-31 04:33:07.616 | + 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-07-31 04:33:07.618 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-07-31 04:33:07.621 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-07-31 04:33:07.633 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:33:07.635 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-07-31 04:33:07.659 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-07-31 04:33:07.682 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-07-31 04:33:07.706 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-07-31 04:33:07.730 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-07-31 04:33:07.755 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-07-31 04:33:07.779 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-07-31 04:33:07.802 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-07-31 04:33:07.824 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-07-31 04:33:07.826 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-07-31 04:33:07.828 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-07-31 04:33:07.830 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-07-31 04:33:07.832 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-07-31 04:33:07.833 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-07-31 04:33:07.846 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:33:07.848 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-07-31 04:33:07.850 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-07-31 04:33:07.852 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-07-31 04:33:07.864 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:33:07.865 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-31 04:33:07.868 | + 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-07-31 04:33:07.893 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-07-31 04:33:07.895 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-07-31 04:33:07.897 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-07-31 04:33:07.899 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-07-31 04:33:07.911 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:33:07.913 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-07-31 04:33:07.938 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-07-31 04:33:07.940 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-07-31 04:33:07.966 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-07-31 04:33:07.968 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-07-31 04:33:07.970 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-07-31 04:33:07.972 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-07-31 04:33:07.974 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-31 04:33:07.976 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-31 04:33:07.978 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-07-31 04:33:07.980 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-07-31 04:33:08.005 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-07-31 04:33:08.007 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-07-31 04:33:08.009 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-07-31 04:33:08.011 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-07-31 04:33:08.013 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-31 04:33:08.027 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-31 04:33:08.028 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-31 04:33:08.030 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-31 04:33:08.032 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-31 04:33:08.034 | + 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-07-31 04:33:08.056 | + 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-07-31 04:33:08.079 | + 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-07-31 04:33:08.101 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-31 04:33:08.126 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-07-31 04:33:08.149 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-07-31 04:33:08.151 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-07-31 04:33:08.153 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-07-31 04:33:08.155 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-07-31 04:33:08.157 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-07-31 04:33:08.159 | + lib/apache:write_uwsgi_config:257 : local http= 2024-07-31 04:33:08.161 | + lib/apache:write_uwsgi_config:258 : local name= 2024-07-31 04:33:08.163 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-07-31 04:33:08.166 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-07-31 04:33:08.168 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-07-31 04:33:08.170 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-07-31 04:33:08.182 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-07-31 04:33:08.183 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-07-31 04:33:08.190 | d /var/run/uwsgi 0755 stack root 2024-07-31 04:33:08.192 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-07-31 04:33:08.201 | /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-07-31 04:33:08.204 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-07-31 04:33:08.206 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-07-31 04:33:08.209 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-07-31 04:33:08.233 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-07-31 04:33:08.255 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-07-31 04:33:08.277 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-07-31 04:33:08.300 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-07-31 04:33:08.322 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-07-31 04:33:08.344 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-07-31 04:33:08.367 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-07-31 04:33:08.390 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-07-31 04:33:08.413 | + 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-07-31 04:33:08.436 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-07-31 04:33:08.459 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-07-31 04:33:08.482 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-07-31 04:33:08.505 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-07-31 04:33:08.506 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-07-31 04:33:08.509 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-07-31 04:33:08.511 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-07-31 04:33:08.513 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-07-31 04:33:08.515 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:08.516 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:08.518 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-07-31 04:33:08.520 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-07-31 04:33:08.522 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-07-31 04:33:08.544 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-07-31 04:33:08.566 | + 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-07-31 04:33:08.567 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-07-31 04:33:08.573 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-07-31 04:33:08.576 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-07-31 04:33:08.578 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-07-31 04:33:08.580 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-07-31 04:33:08.582 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-07-31 04:33:08.584 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-31 04:33:08.586 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:08.587 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:08.589 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-07-31 04:33:08.591 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-07-31 04:33:08.593 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:08.595 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:08.597 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-07-31 04:33:08.629 | Enabling site keystone-wsgi-public. 2024-07-31 04:33:08.633 | To activate the new configuration, you need to run: 2024-07-31 04:33:08.633 | systemctl reload apache2 2024-07-31 04:33:08.637 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-07-31 04:33:08.638 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-31 04:33:08.640 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-31 04:33:08.642 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-31 04:33:08.781 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-07-31 04:33:08.805 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-07-31 04:33:08.829 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-07-31 04:33:08.854 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-07-31 04:33:08.856 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-07-31 04:33:08.881 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-07-31 04:33:08.905 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-07-31 04:33:08.928 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-07-31 04:33:08.956 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-07-31 04:33:08.957 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-07-31 04:33:08.959 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-07-31 04:33:08.983 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-07-31 04:33:09.007 | + stack.sh:main:929 : is_service_enabled swift 2024-07-31 04:33:09.021 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:33:09.023 | + stack.sh:main:943 : is_service_enabled g-api n-api 2024-07-31 04:33:09.036 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:33:09.038 | + stack.sh:main:945 : stack_install_service glance 2024-07-31 04:33:09.040 | + lib/stack:stack_install_service:20 : local service=glance 2024-07-31 04:33:09.042 | + lib/stack:stack_install_service:21 : type install_glance 2024-07-31 04:33:09.044 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-07-31 04:33:09.046 | + lib/stack:stack_install_service:32 : install_glance 2024-07-31 04:33:09.048 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-07-31 04:33:09.050 | + lib/glance:install_glance:511 : local glance_store_extras 2024-07-31 04:33:09.052 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-07-31 04:33:09.065 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:33:09.066 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-07-31 04:33:09.069 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-07-31 04:33:09.081 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:33:09.084 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-07-31 04:33:09.086 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-07-31 04:33:09.088 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:33:09.090 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:33:09.092 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-07-31 04:33:09.094 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:33:09.096 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-07-31 04:33:09.098 | ++ inc/python:join_extras:29 : local IFS=, 2024-07-31 04:33:09.100 | ++ inc/python:join_extras:30 : echo cinder 2024-07-31 04:33:09.102 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-07-31 04:33:09.104 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-07-31 04:33:09.106 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-07-31 04:33:09.108 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-07-31 04:33:09.111 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-07-31 04:33:09.113 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-07-31 04:33:09.116 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-07-31 04:33:09.119 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-07-31 04:33:09.119 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-07-31 04:33:09.123 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-07-31 04:33:09.125 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-07-31 04:33:09.127 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-07-31 04:33:09.130 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-07-31 04:33:09.132 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-07-31 04:33:09.148 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-07-31 04:33:09.150 | + 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-07-31 04:33:10.280 | Collecting glance-store[cinder]!=0.29.0 2024-07-31 04:33:10.292 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-07-31 04:33:10.330 | 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.1) 2024-07-31 04:33:10.331 | 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-07-31 04:33:10.332 | 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-07-31 04:33:10.333 | 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-07-31 04:33:10.334 | 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-07-31 04:33:10.334 | 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-07-31 04:33:10.335 | 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-07-31 04:33:10.336 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2024-07-31 04:33:10.337 | 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-07-31 04:33:10.338 | 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-07-31 04:33:10.338 | 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-07-31 04:33:10.389 | Collecting python-cinderclient>=4.1.0 2024-07-31 04:33:10.393 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-07-31 04:33:10.457 | Collecting os-brick>=6.2.2 2024-07-31 04:33:10.462 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-07-31 04:33:10.590 | Collecting oslo.rootwrap>=5.8.0 2024-07-31 04:33:10.593 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-07-31 04:33:10.633 | Collecting oslo.privsep>=1.23.0 2024-07-31 04:33:10.636 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-07-31 04:33:10.641 | 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-07-31 04:33:10.642 | 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-07-31 04:33:10.643 | 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-07-31 04:33:10.682 | 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-07-31 04:33:10.683 | 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-07-31 04:33:10.707 | 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-07-31 04:33:10.708 | 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-07-31 04:33:10.709 | 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-07-31 04:33:10.723 | 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-07-31 04:33:10.723 | 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-07-31 04:33:10.756 | Collecting os-win>=5.7.0 2024-07-31 04:33:10.760 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-07-31 04:33:10.764 | 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-07-31 04:33:10.765 | 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-07-31 04:33:10.770 | 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-07-31 04:33:10.788 | 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-07-31 04:33:10.789 | 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-07-31 04:33:10.790 | 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-07-31 04:33:10.790 | 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-07-31 04:33:10.799 | 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-07-31 04:33:10.800 | 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-07-31 04:33:10.806 | 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-07-31 04:33:10.813 | 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-07-31 04:33:10.814 | 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-07-31 04:33:10.814 | 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-07-31 04:33:10.822 | 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-07-31 04:33:10.838 | 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-07-31 04:33:10.839 | 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-07-31 04:33:10.840 | 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-07-31 04:33:10.840 | 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-07-31 04:33:10.880 | 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-07-31 04:33:10.889 | 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-07-31 04:33:10.964 | 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-07-31 04:33:10.965 | 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-07-31 04:33:10.979 | 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-07-31 04:33:10.980 | 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-07-31 04:33:10.981 | 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-07-31 04:33:10.982 | 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-07-31 04:33:10.983 | 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-07-31 04:33:10.984 | 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-07-31 04:33:11.001 | 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-07-31 04:33:11.076 | 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-07-31 04:33:11.104 | 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-07-31 04:33:11.635 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-07-31 04:33:12.397 | 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-07-31 04:33:12.398 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-31 04:33:12.501 | + inc/python:pip_install:196 : result=0 2024-07-31 04:33:12.503 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:33:12.505 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:12.507 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:12.509 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:12.510 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:12.512 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:12.514 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:33:12.516 | + functions-common:time_stop:2442 : start_time=1722400389144 2024-07-31 04:33:12.518 | + functions-common:time_stop:2444 : [[ -z 1722400389144 ]] 2024-07-31 04:33:12.520 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:12.523 | + functions-common:time_stop:2447 : end_time=1722400392521 2024-07-31 04:33:12.525 | + functions-common:time_stop:2448 : elapsed_time=3377 2024-07-31 04:33:12.527 | + functions-common:time_stop:2449 : total=35115 2024-07-31 04:33:12.528 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:12.530 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38492 2024-07-31 04:33:12.532 | + inc/python:pip_install:199 : return 0 2024-07-31 04:33:12.534 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-07-31 04:33:12.536 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-07-31 04:33:12.538 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-07-31 04:33:12.548 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-07-31 04:33:12.551 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-07-31 04:33:12.553 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-07-31 04:33:12.555 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-07-31 04:33:12.557 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-07-31 04:33:12.558 | + functions-common:git_clone:615 : local orig_dir 2024-07-31 04:33:12.561 | ++ functions-common:git_clone:616 : pwd 2024-07-31 04:33:12.563 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-31 04:33:12.564 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-31 04:33:12.567 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-31 04:33:12.579 | + functions-common:git_clone:619 : RECLONE=False 2024-07-31 04:33:12.580 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-31 04:33:12.582 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-31 04:33:12.584 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-31 04:33:12.586 | + functions-common:git_clone:633 : echo stable/2023.1 2024-07-31 04:33:12.586 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-31 04:33:12.590 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-07-31 04:33:12.592 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-31 04:33:12.594 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-07-31 04:33:12.595 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:33:12.597 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:33:12.599 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:33:12.600 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:33:12.602 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:33:12.604 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:33:12.606 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:33:12.607 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:33:12.610 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:33:12.612 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400392611 2024-07-31 04:33:12.614 | + 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-07-31 04:33:12.616 | Cloning into '/opt/stack//glance'... 2024-07-31 04:33:14.694 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:33:14.696 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:14.698 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:14.700 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:14.702 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:14.703 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:14.705 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:33:14.707 | + functions-common:time_stop:2442 : start_time=1722400392611 2024-07-31 04:33:14.708 | + functions-common:time_stop:2444 : [[ -z 1722400392611 ]] 2024-07-31 04:33:14.710 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:14.714 | + functions-common:time_stop:2447 : end_time=1722400394712 2024-07-31 04:33:14.715 | + functions-common:time_stop:2448 : elapsed_time=2101 2024-07-31 04:33:14.717 | + functions-common:time_stop:2449 : total=9251 2024-07-31 04:33:14.719 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:14.721 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11352 2024-07-31 04:33:14.722 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-07-31 04:33:14.724 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-07-31 04:33:14.726 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:33:14.728 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:33:14.729 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:33:14.731 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:33:14.733 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:33:14.734 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:33:14.736 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:33:14.738 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:33:14.740 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:33:14.743 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400394741 2024-07-31 04:33:14.745 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-07-31 04:33:16.395 | From https://opendev.org/openstack/glance 2024-07-31 04:33:16.395 | * branch stable/2023.1 -> FETCH_HEAD 2024-07-31 04:33:16.399 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:33:16.401 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:16.402 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:16.404 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:16.406 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:16.407 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:16.409 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:33:16.410 | + functions-common:time_stop:2442 : start_time=1722400394741 2024-07-31 04:33:16.412 | + functions-common:time_stop:2444 : [[ -z 1722400394741 ]] 2024-07-31 04:33:16.414 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:16.417 | + functions-common:time_stop:2447 : end_time=1722400396415 2024-07-31 04:33:16.418 | + functions-common:time_stop:2448 : elapsed_time=1674 2024-07-31 04:33:16.420 | + functions-common:time_stop:2449 : total=11352 2024-07-31 04:33:16.421 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:16.423 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13026 2024-07-31 04:33:16.425 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-31 04:33:16.426 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:33:16.428 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:33:16.429 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:33:16.431 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:33:16.433 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:33:16.434 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:33:16.436 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:33:16.437 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:33:16.439 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:33:16.442 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400396440 2024-07-31 04:33:16.444 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-31 04:33:16.511 | Note: switching to 'FETCH_HEAD'. 2024-07-31 04:33:16.512 | 2024-07-31 04:33:16.512 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-31 04:33:16.512 | changes and commit them, and you can discard any commits you make in this 2024-07-31 04:33:16.512 | state without impacting any branches by switching back to a branch. 2024-07-31 04:33:16.512 | 2024-07-31 04:33:16.512 | If you want to create a new branch to retain commits you create, you may 2024-07-31 04:33:16.512 | do so (now or later) by using -c with the switch command. Example: 2024-07-31 04:33:16.512 | 2024-07-31 04:33:16.512 | git switch -c 2024-07-31 04:33:16.512 | 2024-07-31 04:33:16.512 | Or undo this operation with: 2024-07-31 04:33:16.512 | 2024-07-31 04:33:16.512 | git switch - 2024-07-31 04:33:16.512 | 2024-07-31 04:33:16.512 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-31 04:33:16.512 | 2024-07-31 04:33:16.512 | HEAD is now at edd75b7 Add releasenote for CVE-2024-32498 fix 2024-07-31 04:33:16.515 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:33:16.517 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:16.518 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:16.520 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:16.522 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:16.523 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:16.525 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:33:16.527 | + functions-common:time_stop:2442 : start_time=1722400396440 2024-07-31 04:33:16.528 | + functions-common:time_stop:2444 : [[ -z 1722400396440 ]] 2024-07-31 04:33:16.530 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:16.534 | + functions-common:time_stop:2447 : end_time=1722400396532 2024-07-31 04:33:16.535 | + functions-common:time_stop:2448 : elapsed_time=92 2024-07-31 04:33:16.537 | + functions-common:time_stop:2449 : total=13026 2024-07-31 04:33:16.539 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:16.541 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13118 2024-07-31 04:33:16.542 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-07-31 04:33:16.553 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-07-31 04:33:16.554 | + functions-common:git_clone:696 : git show --oneline 2024-07-31 04:33:16.555 | + functions-common:git_clone:696 : head -1 2024-07-31 04:33:16.557 | edd75b7 Add releasenote for CVE-2024-32498 fix 2024-07-31 04:33:16.559 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-31 04:33:16.561 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-07-31 04:33:16.563 | + inc/python:setup_develop:334 : local bindep 2024-07-31 04:33:16.564 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-07-31 04:33:16.566 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-07-31 04:33:16.568 | + inc/python:setup_develop:340 : local extras= 2024-07-31 04:33:16.570 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-07-31 04:33:16.572 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-31 04:33:16.573 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-07-31 04:33:16.575 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-07-31 04:33:16.577 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-31 04:33:16.579 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-31 04:33:16.581 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-07-31 04:33:16.583 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-31 04:33:16.585 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-07-31 04:33:16.587 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-31 04:33:16.589 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-31 04:33:16.591 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-07-31 04:33:16.595 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-07-31 04:33:16.597 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-07-31 04:33:16.913 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-07-31 04:33:16.915 | + inc/python:setup_package:414 : local bindep=0 2024-07-31 04:33:16.917 | + inc/python:setup_package:415 : local bindep_flag= 2024-07-31 04:33:16.919 | + inc/python:setup_package:416 : local bindep_profiles= 2024-07-31 04:33:16.920 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-07-31 04:33:16.922 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-07-31 04:33:16.924 | + inc/python:setup_package:423 : local flags=-e 2024-07-31 04:33:16.926 | + inc/python:setup_package:424 : local extras= 2024-07-31 04:33:16.928 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-07-31 04:33:16.930 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-07-31 04:33:16.931 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-31 04:33:16.933 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-31 04:33:16.935 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-31 04:33:16.937 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-07-31 04:33:16.952 | Using python 3.10 to install /opt/stack/glance 2024-07-31 04:33:16.954 | + 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-07-31 04:33:17.847 | Obtaining file:///opt/stack/glance 2024-07-31 04:33:17.847 | Preparing metadata (setup.py): started 2024-07-31 04:33:18.259 | Preparing metadata (setup.py): finished with status 'done' 2024-07-31 04:33:18.318 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (3.5.2) 2024-07-31 04:33:18.318 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.1.1) 2024-07-31 04:33:18.319 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (3.4.1) 2024-07-31 04:33:18.320 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.5.1) 2024-07-31 04:33:18.321 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (1.4.41) 2024-07-31 04:33:18.495 | Collecting WSME>=0.8.0 2024-07-31 04:33:18.498 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-07-31 04:33:18.501 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (1.8.7) 2024-07-31 04:33:18.502 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (1.8.1) 2024-07-31 04:33:18.629 | Collecting castellan>=0.17.0 2024-07-31 04:33:18.632 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-07-31 04:33:18.635 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (38.0.2) 2024-07-31 04:33:18.743 | Collecting cursive>=0.2.1 2024-07-31 04:33:18.746 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-07-31 04:33:18.748 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.5.0) 2024-07-31 04:33:18.749 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (0.7.1) 2024-07-31 04:33:18.750 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (0.33.1) 2024-07-31 04:33:18.750 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.4.1) 2024-07-31 04:33:18.751 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (4.3.3) 2024-07-31 04:33:18.777 | Collecting httplib2>=0.9.1 2024-07-31 04:33:18.780 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-07-31 04:33:18.783 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (1.1.0) 2024-07-31 04:33:18.783 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (4.16.0) 2024-07-31 04:33:18.784 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.2) 2024-07-31 04:33:18.785 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (10.2.0) 2024-07-31 04:33:18.786 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.9.0) 2024-07-31 04:33:18.786 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.1) 2024-07-31 04:33:18.787 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (9.1.1) 2024-07-31 04:33:18.788 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.1) 2024-07-31 04:33:18.789 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (12.3.2) 2024-07-31 04:33:18.790 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (6.0.0) 2024-07-31 04:33:18.904 | Collecting oslo.limit>=1.6.0 2024-07-31 04:33:18.907 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-07-31 04:33:18.909 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.2.0) 2024-07-31 04:33:18.910 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (14.2.4) 2024-07-31 04:33:18.911 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.1) 2024-07-31 04:33:18.911 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (4.1.1) 2024-07-31 04:33:18.948 | Collecting oslo.reports>=1.18.0 2024-07-31 04:33:18.950 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-07-31 04:33:18.953 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.1.1) 2024-07-31 04:33:18.954 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (6.1.0) 2024-07-31 04:33:18.955 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (3.4.3) 2024-07-31 04:33:18.955 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.11.1) 2024-07-31 04:33:18.956 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (22.1.0) 2024-07-31 04:33:18.957 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.0) 2024-07-31 04:33:18.975 | Collecting retrying!=1.3.0,>=1.2.3 2024-07-31 04:33:18.975 | Using cached retrying-1.3.3-py3-none-any.whl 2024-07-31 04:33:18.981 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (0.4.3) 2024-07-31 04:33:18.982 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.0.0) 2024-07-31 04:33:19.148 | Collecting taskflow>=4.0.0 2024-07-31 04:33:19.153 | Using cached taskflow-5.1.0-py3-none-any.whl (491 kB) 2024-07-31 04:33:19.165 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev24) (1.2.3) 2024-07-31 04:33:19.174 | 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.dev24) (2.28.1) 2024-07-31 04:33:19.203 | Collecting python-barbicanclient>=4.5.2 2024-07-31 04:33:19.206 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-07-31 04:33:19.226 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev24) (1.15.1) 2024-07-31 04:33:19.234 | 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.dev24) (5.1.1) 2024-07-31 04:33:19.244 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev24) (1.14.1) 2024-07-31 04:33:19.251 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev24) (1.16.0) 2024-07-31 04:33:19.251 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev24) (1.1.3) 2024-07-31 04:33:19.252 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev24) (2.2.1) 2024-07-31 04:33:19.290 | 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.dev24) (3.0.9) 2024-07-31 04:33:19.311 | 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.dev24) (0.18.1) 2024-07-31 04:33:19.312 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev24) (22.1.0) 2024-07-31 04:33:19.336 | 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.dev24) (1.7.0) 2024-07-31 04:33:19.359 | 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.dev24) (3.3.1) 2024-07-31 04:33:19.360 | 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.dev24) (3.1.1) 2024-07-31 04:33:19.375 | 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.dev24) (0.18) 2024-07-31 04:33:19.394 | 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.dev24) (1.5.0) 2024-07-31 04:33:19.395 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev24) (6.0) 2024-07-31 04:33:19.395 | 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.dev24) (0.8.0) 2024-07-31 04:33:19.421 | 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.dev24) (2.0.1) 2024-07-31 04:33:19.422 | 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.dev24) (0.13.0) 2024-07-31 04:33:19.423 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev24) (0.5.0) 2024-07-31 04:33:19.490 | Collecting openstacksdk>=0.31.1 2024-07-31 04:33:19.504 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-07-31 04:33:19.541 | 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.dev24) (0.9.6) 2024-07-31 04:33:19.542 | 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.dev24) (2.8.2) 2024-07-31 04:33:19.566 | 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.dev24) (5.1.1) 2024-07-31 04:33:19.568 | 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.dev24) (0.6.0) 2024-07-31 04:33:19.569 | 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.dev24) (5.2.0) 2024-07-31 04:33:19.570 | 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.dev24) (5.2.4) 2024-07-31 04:33:19.571 | 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.dev24) (3.1.2) 2024-07-31 04:33:19.581 | 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.dev24) (4.0.0) 2024-07-31 04:33:19.582 | 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.dev24) (3.3.0) 2024-07-31 04:33:19.584 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev24) (3.1.2) 2024-07-31 04:33:19.774 | Collecting psutil>=3.2.2 2024-07-31 04:33:19.778 | 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-07-31 04:33:19.797 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev24) (2022.4) 2024-07-31 04:33:19.797 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev24) (23.1) 2024-07-31 04:33:19.798 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev24) (0.11.0) 2024-07-31 04:33:19.827 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev24) (59.6.0) 2024-07-31 04:33:19.847 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev24) (0.2.5) 2024-07-31 04:33:19.913 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev24) (0.7) 2024-07-31 04:33:20.015 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev24) (6.3.1) 2024-07-31 04:33:20.036 | Collecting pydot>=1.2.4 2024-07-31 04:33:20.038 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-07-31 04:33:20.157 | Collecting automaton>=1.9.0 2024-07-31 04:33:20.159 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-07-31 04:33:20.205 | Collecting networkx>=2.1.0 2024-07-31 04:33:20.218 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-07-31 04:33:20.268 | Collecting simplegeneric 2024-07-31 04:33:20.268 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-07-31 04:33:20.278 | 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.dev24) (5.0.0) 2024-07-31 04:33:20.338 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev24) (2.21) 2024-07-31 04:33:20.378 | 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.dev24) (2.1.1) 2024-07-31 04:33:20.474 | Collecting jmespath>=0.9.0 2024-07-31 04:33:20.476 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-07-31 04:33:20.478 | 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.dev24) (5.1.1) 2024-07-31 04:33:20.479 | 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.dev24) (1.1.8) 2024-07-31 04:33:20.496 | Collecting requestsexceptions>=1.2.0 2024-07-31 04:33:20.498 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-07-31 04:33:20.515 | Collecting appdirs>=1.3.0 2024-07-31 04:33:20.517 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-07-31 04:33:20.519 | 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.dev24) (1.32) 2024-07-31 04:33:20.563 | 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.dev24) (0.14.1) 2024-07-31 04:33:20.574 | 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.dev24) (1.0.4) 2024-07-31 04:33:20.590 | 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.dev24) (4.0.1) 2024-07-31 04:33:20.591 | 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.dev24) (1.4.0) 2024-07-31 04:33:20.726 | Collecting cliff!=2.9.0,>=2.8.0 2024-07-31 04:33:20.729 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-07-31 04:33:20.787 | 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.dev24) (2020.6.20) 2024-07-31 04:33:20.788 | 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.dev24) (1.26.12) 2024-07-31 04:33:20.789 | 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.dev24) (2.1.1) 2024-07-31 04:33:20.790 | 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.dev24) (3.4) 2024-07-31 04:33:20.824 | 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.dev24) (0.5.2) 2024-07-31 04:33:20.874 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev24) (2.5.0) 2024-07-31 04:33:21.043 | Collecting importlib-metadata>=4.4 2024-07-31 04:33:21.046 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-07-31 04:33:21.099 | Collecting cmd2>=1.0.0 2024-07-31 04:33:21.102 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-07-31 04:33:21.126 | Collecting autopage>=0.4.0 2024-07-31 04:33:21.128 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-07-31 04:33:21.368 | 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.dev24) (1.8.2) 2024-07-31 04:33:21.433 | Collecting zipp>=0.5 2024-07-31 04:33:21.447 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-07-31 04:33:21.903 | 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-07-31 04:33:21.930 | Attempting uninstall: zipp 2024-07-31 04:33:21.931 | Found existing installation: zipp 1.0.0 2024-07-31 04:33:21.932 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:21.933 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-07-31 04:33:23.096 | Attempting uninstall: httplib2 2024-07-31 04:33:23.097 | Found existing installation: httplib2 0.20.2 2024-07-31 04:33:23.098 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:23.099 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-07-31 04:33:23.123 | Attempting uninstall: cmd2 2024-07-31 04:33:23.124 | Found existing installation: cmd2 0.0.0 2024-07-31 04:33:23.126 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:23.127 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-07-31 04:33:23.199 | Attempting uninstall: autopage 2024-07-31 04:33:23.200 | Found existing installation: autopage 0.4.0 2024-07-31 04:33:23.202 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:23.202 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-07-31 04:33:23.228 | Attempting uninstall: importlib-metadata 2024-07-31 04:33:23.229 | Found existing installation: importlib-metadata 4.6.4 2024-07-31 04:33:23.230 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:23.230 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-07-31 04:33:24.295 | Attempting uninstall: cliff 2024-07-31 04:33:24.296 | Found existing installation: cliff 3.10.0 2024-07-31 04:33:24.298 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:24.298 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-07-31 04:33:24.840 | Running setup.py develop for glance 2024-07-31 04:33:25.788 | 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.0 zipp-3.8.1 2024-07-31 04:33:25.788 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-31 04:33:25.930 | + inc/python:pip_install:196 : result=0 2024-07-31 04:33:25.932 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:33:25.934 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:25.936 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:25.938 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:25.939 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:25.941 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:25.943 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:33:25.945 | + functions-common:time_stop:2442 : start_time=1722400396948 2024-07-31 04:33:25.947 | + functions-common:time_stop:2444 : [[ -z 1722400396948 ]] 2024-07-31 04:33:25.949 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:25.952 | + functions-common:time_stop:2447 : end_time=1722400405950 2024-07-31 04:33:25.954 | + functions-common:time_stop:2448 : elapsed_time=9002 2024-07-31 04:33:25.955 | + functions-common:time_stop:2449 : total=38492 2024-07-31 04:33:25.957 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:25.959 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=47494 2024-07-31 04:33:25.961 | + inc/python:pip_install:199 : return 0 2024-07-31 04:33:25.963 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-31 04:33:25.965 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-07-31 04:33:25.966 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-07-31 04:33:25.980 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-07-31 04:33:25.990 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-07-31 04:33:25.992 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-07-31 04:33:25.993 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:33:25.996 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:33:25.997 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-07-31 04:33:25.999 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:33:26.001 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-07-31 04:33:26.003 | + stack.sh:main:946 : configure_glance 2024-07-31 04:33:26.005 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-07-31 04:33:26.014 | + lib/glance:configure_glance:326 : local dburl 2024-07-31 04:33:26.016 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-07-31 04:33:26.018 | ++ lib/database:database_connection_url:134 : local db=glance 2024-07-31 04:33:26.020 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-07-31 04:33:26.022 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-07-31 04:33:26.023 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-31 04:33:26.025 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-31 04:33:26.027 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-07-31 04:33:26.029 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-07-31 04:33:26.031 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-07-31 04:33:26.054 | + 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-07-31 04:33:26.078 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-07-31 04:33:26.100 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-07-31 04:33:26.124 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-07-31 04:33:26.149 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-07-31 04:33:26.173 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-07-31 04:33:26.175 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-07-31 04:33:26.177 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-07-31 04:33:26.179 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-07-31 04:33:26.180 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-07-31 04:33:26.204 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-07-31 04:33:26.227 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-07-31 04:33:26.248 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-07-31 04:33:26.270 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-07-31 04:33:26.293 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-07-31 04:33:26.315 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-07-31 04:33:26.337 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-07-31 04:33:26.359 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-07-31 04:33:26.381 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-07-31 04:33:26.403 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-07-31 04:33:26.427 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-07-31 04:33:26.429 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-07-31 04:33:26.431 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-07-31 04:33:26.432 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-07-31 04:33:26.434 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-07-31 04:33:26.436 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-07-31 04:33:26.448 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:33:26.451 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-07-31 04:33:26.452 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-07-31 04:33:26.454 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-07-31 04:33:26.466 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:33:26.468 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-31 04:33:26.470 | + 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-07-31 04:33:26.492 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-07-31 04:33:26.494 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-07-31 04:33:26.496 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-07-31 04:33:26.497 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-07-31 04:33:26.519 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-07-31 04:33:26.542 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-07-31 04:33:26.544 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-07-31 04:33:26.546 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-07-31 04:33:26.547 | + lib/glance:configure_glance_store:254 : local be 2024-07-31 04:33:26.549 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-07-31 04:33:26.551 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-07-31 04:33:26.552 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-07-31 04:33:26.576 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-07-31 04:33:26.578 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-07-31 04:33:26.602 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-07-31 04:33:26.604 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-07-31 04:33:26.616 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:33:26.618 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-07-31 04:33:26.640 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-07-31 04:33:26.652 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:33:26.654 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-07-31 04:33:26.656 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-07-31 04:33:26.658 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-07-31 04:33:26.660 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-31 04:33:26.673 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-31 04:33:26.675 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-31 04:33:26.676 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-31 04:33:26.678 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-31 04:33:26.680 | + 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-07-31 04:33:26.702 | + 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-07-31 04:33:26.724 | + 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-07-31 04:33:26.747 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-31 04:33:26.769 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-07-31 04:33:26.772 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-07-31 04:33:26.797 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-07-31 04:33:26.819 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-07-31 04:33:26.841 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-07-31 04:33:26.864 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-07-31 04:33:26.886 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-07-31 04:33:26.908 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-07-31 04:33:26.931 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-07-31 04:33:26.956 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-07-31 04:33:26.979 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-07-31 04:33:27.003 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-07-31 04:33:27.025 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-07-31 04:33:27.029 | + 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-07-31 04:33:27.034 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-07-31 04:33:27.045 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:33:27.047 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-07-31 04:33:27.049 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-07-31 04:33:27.050 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-07-31 04:33:27.052 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-07-31 04:33:27.053 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-07-31 04:33:27.055 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-07-31 04:33:27.058 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-07-31 04:33:27.059 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-07-31 04:33:27.062 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-07-31 04:33:27.084 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-07-31 04:33:27.086 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-07-31 04:33:27.088 | ++ functions:get_random_port:848 : true 2024-07-31 04:33:27.089 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-07-31 04:33:27.091 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-07-31 04:33:27.093 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-07-31 04:33:27.164 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-07-31 04:33:27.166 | ++ functions:get_random_port:852 : break 2 2024-07-31 04:33:27.168 | ++ functions:get_random_port:856 : echo 60999 2024-07-31 04:33:27.170 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-07-31 04:33:27.172 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-07-31 04:33:27.193 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-07-31 04:33:27.214 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-07-31 04:33:27.235 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-07-31 04:33:27.256 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-07-31 04:33:27.277 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-07-31 04:33:27.298 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-07-31 04:33:27.319 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-07-31 04:33:27.340 | + 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-07-31 04:33:27.361 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-07-31 04:33:27.382 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-07-31 04:33:27.404 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-07-31 04:33:27.425 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-07-31 04:33:27.446 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-07-31 04:33:27.468 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-07-31 04:33:27.490 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-07-31 04:33:27.511 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-07-31 04:33:27.533 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-07-31 04:33:27.555 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-07-31 04:33:27.579 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-07-31 04:33:27.581 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-07-31 04:33:27.582 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-31 04:33:27.584 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:27.586 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:27.588 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-07-31 04:33:27.589 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-07-31 04:33:27.618 | proxy (enabled by site administrator) 2024-07-31 04:33:27.620 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-07-31 04:33:27.622 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-07-31 04:33:27.624 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-31 04:33:27.626 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:27.628 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:27.630 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-07-31 04:33:27.631 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-07-31 04:33:27.659 | No module matches proxy_http 2024-07-31 04:33:27.661 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-07-31 04:33:27.694 | Considering dependency proxy for proxy_http: 2024-07-31 04:33:27.694 | Module proxy already enabled 2024-07-31 04:33:27.694 | Enabling module proxy_http. 2024-07-31 04:33:27.697 | To activate the new configuration, you need to run: 2024-07-31 04:33:27.697 | systemctl restart apache2 2024-07-31 04:33:27.701 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-07-31 04:33:27.702 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-31 04:33:27.704 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-31 04:33:27.706 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-31 04:33:27.821 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-07-31 04:33:27.823 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-07-31 04:33:27.825 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-07-31 04:33:27.827 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-07-31 04:33:27.829 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:27.831 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:27.833 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-07-31 04:33:27.835 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-07-31 04:33:27.837 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-07-31 04:33:27.838 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-07-31 04:33:27.844 | KeepAlive Off 2024-07-31 04:33:27.848 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-07-31 04:33:27.849 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-07-31 04:33:27.855 | SetEnv proxy-sendchunked 1 2024-07-31 04:33:27.858 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-07-31 04:33:27.859 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-07-31 04:33:27.865 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-07-31 04:33:27.867 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-07-31 04:33:27.869 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-07-31 04:33:27.871 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-07-31 04:33:27.873 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-07-31 04:33:27.875 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-31 04:33:27.876 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:27.878 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:27.880 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-07-31 04:33:27.881 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-07-31 04:33:27.883 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:27.885 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:27.887 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-07-31 04:33:27.920 | Enabling site glance-wsgi-api. 2024-07-31 04:33:27.923 | To activate the new configuration, you need to run: 2024-07-31 04:33:27.923 | systemctl reload apache2 2024-07-31 04:33:27.927 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-07-31 04:33:27.929 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-31 04:33:27.931 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-31 04:33:27.932 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-31 04:33:28.037 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-07-31 04:33:28.042 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-07-31 04:33:28.065 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-07-31 04:33:28.067 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-07-31 04:33:28.069 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-07-31 04:33:28.094 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-07-31 04:33:28.119 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-07-31 04:33:28.143 | + stack.sh:main:949 : is_service_enabled cinder 2024-07-31 04:33:28.156 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:33:28.158 | + stack.sh:main:951 : stack_install_service cinder 2024-07-31 04:33:28.160 | + lib/stack:stack_install_service:20 : local service=cinder 2024-07-31 04:33:28.161 | + lib/stack:stack_install_service:21 : type install_cinder 2024-07-31 04:33:28.163 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-07-31 04:33:28.165 | + lib/stack:stack_install_service:32 : install_cinder 2024-07-31 04:33:28.167 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-07-31 04:33:28.169 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-07-31 04:33:28.171 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-07-31 04:33:28.172 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-07-31 04:33:28.174 | + functions-common:git_clone:615 : local orig_dir 2024-07-31 04:33:28.176 | ++ functions-common:git_clone:616 : pwd 2024-07-31 04:33:28.178 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-31 04:33:28.180 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-31 04:33:28.182 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-31 04:33:28.194 | + functions-common:git_clone:619 : RECLONE=False 2024-07-31 04:33:28.196 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-31 04:33:28.198 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-31 04:33:28.200 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-31 04:33:28.201 | + functions-common:git_clone:633 : echo stable/2023.1 2024-07-31 04:33:28.202 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-31 04:33:28.206 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-07-31 04:33:28.208 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-31 04:33:28.209 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-07-31 04:33:28.211 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:33:28.213 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:33:28.214 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:33:28.216 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:33:28.218 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:33:28.219 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:33:28.221 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:33:28.223 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:33:28.225 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:33:28.228 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400408226 2024-07-31 04:33:28.230 | + 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-07-31 04:33:28.231 | Cloning into '/opt/stack//cinder'... 2024-07-31 04:33:31.327 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:33:31.329 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:31.330 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:31.332 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:31.334 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:31.336 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:31.338 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:33:31.339 | + functions-common:time_stop:2442 : start_time=1722400408226 2024-07-31 04:33:31.341 | + functions-common:time_stop:2444 : [[ -z 1722400408226 ]] 2024-07-31 04:33:31.343 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:31.346 | + functions-common:time_stop:2447 : end_time=1722400411344 2024-07-31 04:33:31.348 | + functions-common:time_stop:2448 : elapsed_time=3118 2024-07-31 04:33:31.350 | + functions-common:time_stop:2449 : total=13118 2024-07-31 04:33:31.352 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:31.353 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16236 2024-07-31 04:33:31.355 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-07-31 04:33:31.357 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-07-31 04:33:31.358 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:33:31.360 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:33:31.362 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:33:31.364 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:33:31.365 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:33:31.367 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:33:31.369 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:33:31.371 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:33:31.373 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:33:31.376 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400411374 2024-07-31 04:33:31.378 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-07-31 04:33:34.137 | From https://opendev.org/openstack/cinder 2024-07-31 04:33:34.137 | * branch stable/2023.1 -> FETCH_HEAD 2024-07-31 04:33:34.141 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:33:34.143 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:34.145 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:34.146 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:34.148 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:34.150 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:34.151 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:33:34.153 | + functions-common:time_stop:2442 : start_time=1722400411374 2024-07-31 04:33:34.154 | + functions-common:time_stop:2444 : [[ -z 1722400411374 ]] 2024-07-31 04:33:34.156 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:34.159 | + functions-common:time_stop:2447 : end_time=1722400414157 2024-07-31 04:33:34.161 | + functions-common:time_stop:2448 : elapsed_time=2783 2024-07-31 04:33:34.162 | + functions-common:time_stop:2449 : total=16236 2024-07-31 04:33:34.164 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:34.166 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=19019 2024-07-31 04:33:34.167 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-31 04:33:34.169 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:33:34.171 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:33:34.172 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:33:34.174 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:33:34.176 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:33:34.177 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:33:34.179 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:33:34.181 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:33:34.182 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:33:34.186 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400414184 2024-07-31 04:33:34.187 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-31 04:33:34.426 | Note: switching to 'FETCH_HEAD'. 2024-07-31 04:33:34.426 | 2024-07-31 04:33:34.426 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-31 04:33:34.426 | changes and commit them, and you can discard any commits you make in this 2024-07-31 04:33:34.426 | state without impacting any branches by switching back to a branch. 2024-07-31 04:33:34.426 | 2024-07-31 04:33:34.426 | If you want to create a new branch to retain commits you create, you may 2024-07-31 04:33:34.426 | do so (now or later) by using -c with the switch command. Example: 2024-07-31 04:33:34.426 | 2024-07-31 04:33:34.426 | git switch -c 2024-07-31 04:33:34.426 | 2024-07-31 04:33:34.426 | Or undo this operation with: 2024-07-31 04:33:34.426 | 2024-07-31 04:33:34.426 | git switch - 2024-07-31 04:33:34.426 | 2024-07-31 04:33:34.426 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-31 04:33:34.426 | 2024-07-31 04:33:34.426 | HEAD is now at 5f5e86e CVE-2024-32498: Check for external qcow2 data file 2024-07-31 04:33:34.430 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:33:34.432 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:34.434 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:34.436 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:34.437 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:34.439 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:34.441 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:33:34.442 | + functions-common:time_stop:2442 : start_time=1722400414184 2024-07-31 04:33:34.444 | + functions-common:time_stop:2444 : [[ -z 1722400414184 ]] 2024-07-31 04:33:34.446 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:34.449 | + functions-common:time_stop:2447 : end_time=1722400414447 2024-07-31 04:33:34.451 | + functions-common:time_stop:2448 : elapsed_time=263 2024-07-31 04:33:34.452 | + functions-common:time_stop:2449 : total=19019 2024-07-31 04:33:34.454 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:34.456 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=19282 2024-07-31 04:33:34.457 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-07-31 04:33:34.468 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-07-31 04:33:34.470 | + functions-common:git_clone:696 : git show --oneline 2024-07-31 04:33:34.470 | + functions-common:git_clone:696 : head -1 2024-07-31 04:33:34.476 | 5f5e86e CVE-2024-32498: Check for external qcow2 data file 2024-07-31 04:33:34.478 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-31 04:33:34.480 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-07-31 04:33:34.482 | + inc/python:setup_develop:334 : local bindep 2024-07-31 04:33:34.483 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-07-31 04:33:34.485 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-07-31 04:33:34.487 | + inc/python:setup_develop:340 : local extras= 2024-07-31 04:33:34.489 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-07-31 04:33:34.491 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-31 04:33:34.493 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-07-31 04:33:34.495 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-07-31 04:33:34.497 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-31 04:33:34.499 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-31 04:33:34.501 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-07-31 04:33:34.503 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-31 04:33:34.505 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-07-31 04:33:34.507 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-31 04:33:34.509 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-31 04:33:34.511 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-07-31 04:33:34.516 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-07-31 04:33:34.518 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-07-31 04:33:34.830 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-07-31 04:33:34.832 | + inc/python:setup_package:414 : local bindep=0 2024-07-31 04:33:34.834 | + inc/python:setup_package:415 : local bindep_flag= 2024-07-31 04:33:34.836 | + inc/python:setup_package:416 : local bindep_profiles= 2024-07-31 04:33:34.838 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-07-31 04:33:34.840 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-07-31 04:33:34.842 | + inc/python:setup_package:423 : local flags=-e 2024-07-31 04:33:34.844 | + inc/python:setup_package:424 : local extras= 2024-07-31 04:33:34.846 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-07-31 04:33:34.847 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-07-31 04:33:34.849 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-31 04:33:34.851 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-31 04:33:34.853 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-31 04:33:34.855 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-07-31 04:33:34.871 | Using python 3.10 to install /opt/stack/cinder 2024-07-31 04:33:34.873 | + 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-07-31 04:33:35.795 | Obtaining file:///opt/stack/cinder 2024-07-31 04:33:35.796 | Preparing metadata (setup.py): started 2024-07-31 04:33:36.420 | Preparing metadata (setup.py): finished with status 'done' 2024-07-31 04:33:36.508 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.5.2) 2024-07-31 04:33:36.508 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.1.1) 2024-07-31 04:33:36.509 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.5.1) 2024-07-31 04:33:36.510 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.4.41) 2024-07-31 04:33:36.510 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.8.7) 2024-07-31 04:33:37.175 | Collecting boto3>=1.18.49 2024-07-31 04:33:37.178 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-07-31 04:33:37.182 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (4.1.0) 2024-07-31 04:33:37.182 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (38.0.2) 2024-07-31 04:33:37.183 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.2.3) 2024-07-31 04:33:37.184 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-07-31 04:33:37.185 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.33.1) 2024-07-31 04:33:37.296 | Collecting google-api-python-client>=1.11.0 2024-07-31 04:33:37.355 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-07-31 04:33:37.404 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.1.3) 2024-07-31 04:33:37.405 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.20.4) 2024-07-31 04:33:37.405 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.0.0) 2024-07-31 04:33:37.407 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.1.0) 2024-07-31 04:33:37.407 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (4.16.0) 2024-07-31 04:33:37.408 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.2) 2024-07-31 04:33:37.409 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (10.2.0) 2024-07-31 04:33:37.816 | Collecting lxml>=4.5.2 2024-07-31 04:33:37.854 | 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-07-31 04:33:37.912 | Collecting oauth2client>=4.1.3 2024-07-31 04:33:37.915 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-07-31 04:33:37.918 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.2.3) 2024-07-31 04:33:37.918 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.9.0) 2024-07-31 04:33:37.919 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-07-31 04:33:37.920 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (9.1.1) 2024-07-31 04:33:37.921 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-07-31 04:33:37.922 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (12.3.2) 2024-07-31 04:33:37.922 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.0.0) 2024-07-31 04:33:37.923 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.2.0) 2024-07-31 04:33:37.924 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (14.2.4) 2024-07-31 04:33:37.925 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-07-31 04:33:37.925 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (4.1.1) 2024-07-31 04:33:37.926 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.1.0) 2024-07-31 04:33:37.927 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.0.0) 2024-07-31 04:33:37.928 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (7.0.1) 2024-07-31 04:33:37.928 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-07-31 04:33:37.929 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.1.2) 2024-07-31 04:33:37.930 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.1.1) 2024-07-31 04:33:37.931 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.1.0) 2024-07-31 04:33:37.972 | Collecting oslo.versionedobjects>=2.4.0 2024-07-31 04:33:37.975 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-07-31 04:33:38.108 | Collecting oslo.vmware>=3.10.0 2024-07-31 04:33:38.113 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-07-31 04:33:38.118 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.4.3) 2024-07-31 04:33:38.118 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (23.1) 2024-07-31 04:33:38.167 | Collecting paramiko>=2.7.2 2024-07-31 04:33:38.170 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-07-31 04:33:38.173 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.11.1) 2024-07-31 04:33:38.174 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.9.2) 2024-07-31 04:33:38.175 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.0.9) 2024-07-31 04:33:38.176 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.5.0) 2024-07-31 04:33:38.213 | Collecting python-glanceclient>=3.2.2 2024-07-31 04:33:38.216 | Using cached python_glanceclient-4.3.1-py3-none-any.whl (205 kB) 2024-07-31 04:33:38.219 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.0) 2024-07-31 04:33:38.262 | Collecting python-novaclient>=17.2.1 2024-07-31 04:33:38.265 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-07-31 04:33:38.296 | Collecting python-swiftclient>=3.10.1 2024-07-31 04:33:38.298 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-07-31 04:33:38.301 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2022.4) 2024-07-31 04:33:38.301 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.28.1) 2024-07-31 04:33:38.319 | Collecting rtslib-fb>=2.1.74 2024-07-31 04:33:38.319 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-07-31 04:33:38.325 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev36) (1.16.0) 2024-07-31 04:33:38.326 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.13.0) 2024-07-31 04:33:38.327 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.0.0) 2024-07-31 04:33:38.345 | Collecting tabulate>=0.8.7 2024-07-31 04:33:38.347 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-07-31 04:33:38.349 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.0) 2024-07-31 04:33:38.350 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.3.1) 2024-07-31 04:33:38.494 | Collecting tooz>=2.8.0 2024-07-31 04:33:38.497 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-07-31 04:33:38.589 | Collecting zstd>=1.4.5.1 2024-07-31 04:33:38.600 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-07-31 04:33:38.616 | 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.dev36) (1.0.1) 2024-07-31 04:33:39.374 | Collecting botocore<1.28.0,>=1.27.89 2024-07-31 04:33:39.443 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-07-31 04:33:39.523 | Collecting s3transfer<0.7.0,>=0.6.0 2024-07-31 04:33:39.525 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-07-31 04:33:39.554 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev36) (1.15.1) 2024-07-31 04:33:39.567 | 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.dev36) (2.2.1) 2024-07-31 04:33:39.591 | Collecting google-auth-httplib2>=0.1.0 2024-07-31 04:33:39.593 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-07-31 04:33:39.613 | Collecting uritemplate<5,>=3.0.1 2024-07-31 04:33:39.615 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-07-31 04:33:39.711 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-07-31 04:33:39.714 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-07-31 04:33:39.826 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-07-31 04:33:39.829 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-07-31 04:33:39.858 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev36) (3.8.1) 2024-07-31 04:33:39.879 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev36) (22.1.0) 2024-07-31 04:33:39.880 | 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.dev36) (0.18.1) 2024-07-31 04:33:39.904 | 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.dev36) (1.7.0) 2024-07-31 04:33:39.928 | 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.dev36) (3.1.1) 2024-07-31 04:33:39.929 | 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.dev36) (3.3.1) 2024-07-31 04:33:39.941 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev36) (0.4.8) 2024-07-31 04:33:39.977 | Collecting pyasn1-modules>=0.0.5 2024-07-31 04:33:39.982 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-07-31 04:33:40.010 | Collecting rsa>=3.1.4 2024-07-31 04:33:40.012 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-07-31 04:33:40.038 | 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.dev36) (0.18) 2024-07-31 04:33:40.057 | 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.dev36) (2.5.0) 2024-07-31 04:33:40.057 | 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.dev36) (0.8.0) 2024-07-31 04:33:40.058 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev36) (6.0) 2024-07-31 04:33:40.059 | 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.dev36) (1.5.0) 2024-07-31 04:33:40.084 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev36) (0.5.0) 2024-07-31 04:33:40.085 | 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.dev36) (2.0.1) 2024-07-31 04:33:40.086 | 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.dev36) (1.8.1) 2024-07-31 04:33:40.109 | 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.dev36) (2.8.2) 2024-07-31 04:33:40.112 | 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.dev36) (0.9.6) 2024-07-31 04:33:40.189 | 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.dev36) (2.4.1) 2024-07-31 04:33:40.190 | 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.dev36) (5.2.0) 2024-07-31 04:33:40.191 | 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.dev36) (5.1.1) 2024-07-31 04:33:40.192 | 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.dev36) (5.2.4) 2024-07-31 04:33:40.193 | 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.dev36) (0.6.0) 2024-07-31 04:33:40.202 | 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.dev36) (4.0.0) 2024-07-31 04:33:40.203 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev36) (3.1.2) 2024-07-31 04:33:40.204 | 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.dev36) (3.3.0) 2024-07-31 04:33:40.223 | 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.dev36) (1.0.4) 2024-07-31 04:33:40.254 | 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.dev36) (4.0.1) 2024-07-31 04:33:40.256 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev36) (1.4.0) 2024-07-31 04:33:40.264 | 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.dev36) (3.4.1) 2024-07-31 04:33:40.275 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev36) (0.11.0) 2024-07-31 04:33:40.325 | Collecting suds-community>=0.6 2024-07-31 04:33:40.327 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-07-31 04:33:40.330 | 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.dev36) (1.26.12) 2024-07-31 04:33:40.420 | Collecting pynacl>=1.0.1 2024-07-31 04:33:40.427 | 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-07-31 04:33:40.442 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev36) (59.6.0) 2024-07-31 04:33:40.489 | 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.dev36) (4.2.0) 2024-07-31 04:33:40.522 | Collecting warlock>=1.2.0 2024-07-31 04:33:40.524 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-07-31 04:33:40.526 | 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.dev36) (22.1.0) 2024-07-31 04:33:40.527 | 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.dev36) (1.14.1) 2024-07-31 04:33:40.591 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev36) (3.4) 2024-07-31 04:33:40.593 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev36) (2.1.1) 2024-07-31 04:33:40.594 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev36) (2020.6.20) 2024-07-31 04:33:40.606 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev36) (0.7) 2024-07-31 04:33:40.635 | Collecting pyudev>=0.16.1 2024-07-31 04:33:40.638 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-07-31 04:33:40.725 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev36) (0.5.2) 2024-07-31 04:33:40.727 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev36) (0.4.3) 2024-07-31 04:33:40.778 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev36) (2.8.7) 2024-07-31 04:33:40.779 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev36) (3.1.0) 2024-07-31 04:33:40.780 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev36) (1.4.2) 2024-07-31 04:33:40.855 | Collecting voluptuous>=0.8.9 2024-07-31 04:33:40.857 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-07-31 04:33:40.897 | 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.dev36) (1.2.3) 2024-07-31 04:33:40.909 | 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.dev36) (5.0.0) 2024-07-31 04:33:41.011 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev36) (2.21) 2024-07-31 04:33:41.037 | 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.dev36) (0.5.1) 2024-07-31 04:33:41.038 | 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.dev36) (2.4.2) 2024-07-31 04:33:41.161 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-07-31 04:33:41.165 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-07-31 04:33:41.169 | 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.dev36) (4.21.7) 2024-07-31 04:33:41.250 | 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.dev36) (2.1.1) 2024-07-31 04:33:41.398 | 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.dev36) (1.1.8) 2024-07-31 04:33:41.415 | 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.dev36) (0.14.1) 2024-07-31 04:33:41.432 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev36) (0.2.5) 2024-07-31 04:33:41.787 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev36) (2.5.0) 2024-07-31 04:33:41.860 | 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.dev36) (1.32) 2024-07-31 04:33:41.976 | 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.dev36) (1.8.2) 2024-07-31 04:33:42.572 | 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-07-31 04:33:42.617 | Attempting uninstall: voluptuous 2024-07-31 04:33:42.619 | Found existing installation: voluptuous 0.12.2 2024-07-31 04:33:42.621 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:42.622 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-07-31 04:33:42.780 | Attempting uninstall: pyudev 2024-07-31 04:33:42.781 | Found existing installation: pyudev 0.22.0 2024-07-31 04:33:42.782 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:33:42.783 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-07-31 04:33:45.278 | Running setup.py develop for cinder 2024-07-31 04:33:46.247 | 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.1 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-07-31 04:33:46.247 | 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-07-31 04:33:46.465 | + inc/python:pip_install:196 : result=0 2024-07-31 04:33:46.467 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:33:46.473 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:46.475 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:46.477 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:46.479 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:46.480 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:46.482 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:33:46.486 | + functions-common:time_stop:2442 : start_time=1722400414867 2024-07-31 04:33:46.488 | + functions-common:time_stop:2444 : [[ -z 1722400414867 ]] 2024-07-31 04:33:46.490 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:46.493 | + functions-common:time_stop:2447 : end_time=1722400426491 2024-07-31 04:33:46.495 | + functions-common:time_stop:2448 : elapsed_time=11624 2024-07-31 04:33:46.498 | + functions-common:time_stop:2449 : total=47494 2024-07-31 04:33:46.500 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:46.502 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=59118 2024-07-31 04:33:46.505 | + inc/python:pip_install:199 : return 0 2024-07-31 04:33:46.507 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-31 04:33:46.509 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-07-31 04:33:46.511 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-07-31 04:33:46.527 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-07-31 04:33:46.537 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-07-31 04:33:46.539 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-07-31 04:33:46.540 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:33:46.542 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:33:46.544 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-07-31 04:33:46.546 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:33:46.548 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-07-31 04:33:46.549 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-07-31 04:33:46.551 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-07-31 04:33:46.553 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:46.555 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:46.557 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-07-31 04:33:46.566 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-07-31 04:33:46.568 | + functions-common:install_package:1459 : update_package_repo 2024-07-31 04:33:46.570 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-31 04:33:46.572 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-31 04:33:46.573 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-31 04:33:46.575 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-31 04:33:46.577 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-31 04:33:46.579 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:46.581 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:46.582 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-31 04:33:46.584 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-31 04:33:46.586 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-31 04:33:46.588 | + functions-common:apt_get_update:1186 : return 2024-07-31 04:33:46.590 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-07-31 04:33:46.591 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-31 04:33:46.593 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:46.595 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:46.597 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-07-31 04:33:46.613 | + 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-07-31 04:33:46.671 | Reading package lists... 2024-07-31 04:33:46.863 | Building dependency tree... 2024-07-31 04:33:46.865 | Reading state information... 2024-07-31 04:33:47.052 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-07-31 04:33:47.052 | The following packages were automatically installed and are no longer required: 2024-07-31 04:33:47.052 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-31 04:33:47.052 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-31 04:33:47.052 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-31 04:33:47.052 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-31 04:33:47.052 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-31 04:33:47.052 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-31 04:33:47.053 | linux-modules-extra-5.15.0-105-generic 2024-07-31 04:33:47.053 | Use 'sudo apt autoremove' to remove them. 2024-07-31 04:33:47.073 | 0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded. 2024-07-31 04:33:47.078 | + functions-common:apt_get:1230 : result=0 2024-07-31 04:33:47.080 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-31 04:33:47.082 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:47.084 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:47.086 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:47.088 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:47.090 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:47.092 | + functions-common:time_stop:2441 : name=apt-get 2024-07-31 04:33:47.094 | + functions-common:time_stop:2442 : start_time=1722400426610 2024-07-31 04:33:47.096 | + functions-common:time_stop:2444 : [[ -z 1722400426610 ]] 2024-07-31 04:33:47.098 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:47.101 | + functions-common:time_stop:2447 : end_time=1722400427099 2024-07-31 04:33:47.103 | + functions-common:time_stop:2448 : elapsed_time=489 2024-07-31 04:33:47.105 | + functions-common:time_stop:2449 : total=6189 2024-07-31 04:33:47.107 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:47.109 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6678 2024-07-31 04:33:47.111 | + functions-common:apt_get:1234 : return 0 2024-07-31 04:33:47.113 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-07-31 04:33:47.115 | + stack.sh:main:952 : configure_cinder 2024-07-31 04:33:47.117 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-07-31 04:33:47.127 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-07-31 04:33:47.130 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-07-31 04:33:47.132 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-07-31 04:33:47.134 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-07-31 04:33:47.136 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-07-31 04:33:47.136 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-07-31 04:33:47.140 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-07-31 04:33:47.142 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-07-31 04:33:47.144 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-07-31 04:33:47.145 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-07-31 04:33:47.147 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-07-31 04:33:47.149 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-07-31 04:33:47.150 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-07-31 04:33:47.152 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-07-31 04:33:47.161 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-07-31 04:33:47.170 | + 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-07-31 04:33:47.179 | + 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-07-31 04:33:47.188 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-07-31 04:33:47.199 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-07-31 04:33:47.201 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-07-31 04:33:47.205 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.TYgaI891Xd 2024-07-31 04:33:47.207 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-07-31 04:33:47.208 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-07-31 04:33:47.210 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-07-31 04:33:47.213 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.TYgaI891Xd 2024-07-31 04:33:47.216 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.TYgaI891Xd 2024-07-31 04:33:47.224 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.TYgaI891Xd /etc/sudoers.d/cinder-rootwrap 2024-07-31 04:33:47.234 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-07-31 04:33:47.237 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-07-31 04:33:47.239 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-07-31 04:33:47.240 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-07-31 04:33:47.242 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-07-31 04:33:47.244 | + 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-07-31 04:33:47.246 | + 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-07-31 04:33:47.248 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-07-31 04:33:47.250 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-07-31 04:33:47.253 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-07-31 04:33:47.256 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-07-31 04:33:47.271 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-07-31 04:33:47.286 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-07-31 04:33:47.299 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-07-31 04:33:47.313 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-07-31 04:33:47.327 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-07-31 04:33:47.341 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-07-31 04:33:47.355 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-07-31 04:33:47.369 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-07-31 04:33:47.371 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-07-31 04:33:47.373 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-07-31 04:33:47.374 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-07-31 04:33:47.376 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-07-31 04:33:47.399 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-07-31 04:33:47.421 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-07-31 04:33:47.443 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-07-31 04:33:47.465 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-07-31 04:33:47.488 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-07-31 04:33:47.510 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-07-31 04:33:47.532 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-07-31 04:33:47.554 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-07-31 04:33:47.576 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-07-31 04:33:47.598 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-07-31 04:33:47.623 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-07-31 04:33:47.646 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-07-31 04:33:47.648 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-07-31 04:33:47.650 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-07-31 04:33:47.652 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-07-31 04:33:47.654 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-31 04:33:47.656 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-31 04:33:47.657 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-07-31 04:33:47.660 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-07-31 04:33:47.684 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-07-31 04:33:47.706 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-07-31 04:33:47.729 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-07-31 04:33:47.751 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-07-31 04:33:47.774 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-07-31 04:33:47.797 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-07-31 04:33:47.821 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-07-31 04:33:47.845 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-07-31 04:33:47.870 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-07-31 04:33:47.883 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key cfddc16e4dbfcaaea678c6644754a69c 2024-07-31 04:33:47.906 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-07-31 04:33:47.908 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-07-31 04:33:47.931 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-07-31 04:33:47.954 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-07-31 04:33:47.976 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-07-31 04:33:47.999 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-07-31 04:33:48.011 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:33:48.012 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-07-31 04:33:48.014 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-07-31 04:33:48.016 | + lib/cinder:configure_cinder:330 : local default_name= 2024-07-31 04:33:48.018 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-07-31 04:33:48.019 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-07-31 04:33:48.021 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-07-31 04:33:48.023 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-07-31 04:33:48.025 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-07-31 04:33:48.027 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-07-31 04:33:48.028 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-07-31 04:33:48.030 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-07-31 04:33:48.054 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-07-31 04:33:48.076 | + 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-07-31 04:33:48.099 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-07-31 04:33:48.122 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-07-31 04:33:48.144 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-07-31 04:33:48.146 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-07-31 04:33:48.148 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-07-31 04:33:48.150 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-07-31 04:33:48.172 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-07-31 04:33:48.174 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-07-31 04:33:48.196 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-07-31 04:33:48.198 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-07-31 04:33:48.199 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-07-31 04:33:48.201 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-07-31 04:33:48.224 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-07-31 04:33:48.226 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-07-31 04:33:48.228 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-07-31 04:33:48.241 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:33:48.243 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-07-31 04:33:48.256 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:33:48.258 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-07-31 04:33:48.270 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:33:48.272 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-07-31 04:33:48.274 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-07-31 04:33:48.275 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-07-31 04:33:48.277 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-07-31 04:33:48.279 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-07-31 04:33:48.281 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-07-31 04:33:48.282 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-07-31 04:33:48.295 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:33:48.297 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-07-31 04:33:48.299 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-07-31 04:33:48.301 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-07-31 04:33:48.313 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:33:48.315 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-31 04:33:48.317 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-31 04:33:48.340 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-07-31 04:33:48.342 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-07-31 04:33:48.344 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-07-31 04:33:48.346 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-07-31 04:33:48.347 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-07-31 04:33:48.349 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-31 04:33:48.362 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-31 04:33:48.364 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-31 04:33:48.366 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-31 04:33:48.368 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-31 04:33:48.370 | + 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-07-31 04:33:48.393 | + 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-07-31 04:33:48.416 | + 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-07-31 04:33:48.439 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-31 04:33:48.462 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-07-31 04:33:48.473 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:33:48.475 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-07-31 04:33:48.477 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-07-31 04:33:48.478 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-07-31 04:33:48.480 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-07-31 04:33:48.482 | + lib/apache:write_uwsgi_config:257 : local http= 2024-07-31 04:33:48.483 | + lib/apache:write_uwsgi_config:258 : local name= 2024-07-31 04:33:48.485 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-07-31 04:33:48.488 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-07-31 04:33:48.490 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-07-31 04:33:48.492 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-07-31 04:33:48.501 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-07-31 04:33:48.501 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-07-31 04:33:48.508 | d /var/run/uwsgi 0755 stack root 2024-07-31 04:33:48.511 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-07-31 04:33:48.519 | /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-07-31 04:33:48.522 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-07-31 04:33:48.524 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-07-31 04:33:48.526 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-07-31 04:33:48.549 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-07-31 04:33:48.570 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-07-31 04:33:48.592 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-07-31 04:33:48.613 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-07-31 04:33:48.635 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-07-31 04:33:48.657 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-07-31 04:33:48.678 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-07-31 04:33:48.700 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-07-31 04:33:48.721 | + 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-07-31 04:33:48.743 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-07-31 04:33:48.764 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-07-31 04:33:48.787 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-07-31 04:33:48.809 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-07-31 04:33:48.811 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-07-31 04:33:48.813 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-07-31 04:33:48.814 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-07-31 04:33:48.816 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-07-31 04:33:48.818 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:48.820 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:48.821 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-07-31 04:33:48.823 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-07-31 04:33:48.825 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-07-31 04:33:48.847 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-07-31 04:33:48.870 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-07-31 04:33:48.870 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-07-31 04:33:48.876 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-07-31 04:33:48.879 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-07-31 04:33:48.881 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-07-31 04:33:48.883 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-07-31 04:33:48.885 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-07-31 04:33:48.887 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-31 04:33:48.889 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:48.890 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:48.892 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-07-31 04:33:48.894 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-07-31 04:33:48.896 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:33:48.898 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:33:48.899 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-07-31 04:33:48.932 | Enabling site cinder-wsgi. 2024-07-31 04:33:48.935 | To activate the new configuration, you need to run: 2024-07-31 04:33:48.935 | systemctl reload apache2 2024-07-31 04:33:48.939 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-07-31 04:33:48.941 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-31 04:33:48.943 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-31 04:33:48.945 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-31 04:33:49.035 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-07-31 04:33:49.037 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-07-31 04:33:49.039 | + 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-07-31 04:33:49.062 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-07-31 04:33:49.086 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-07-31 04:33:49.108 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-07-31 04:33:49.132 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-07-31 04:33:49.155 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-07-31 04:33:49.178 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-07-31 04:33:49.190 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:33:49.192 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-07-31 04:33:49.194 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-07-31 04:33:49.196 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-07-31 04:33:49.197 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-07-31 04:33:49.199 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-07-31 04:33:49.223 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-07-31 04:33:49.246 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-07-31 04:33:49.269 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-07-31 04:33:49.292 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-07-31 04:33:49.316 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-07-31 04:33:49.339 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-07-31 04:33:49.361 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-07-31 04:33:49.384 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-07-31 04:33:49.406 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-07-31 04:33:49.429 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-07-31 04:33:49.452 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-07-31 04:33:49.474 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-07-31 04:33:49.476 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-07-31 04:33:49.488 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:33:49.490 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-07-31 04:33:49.515 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-07-31 04:33:49.516 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-07-31 04:33:49.518 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-07-31 04:33:49.543 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-07-31 04:33:49.566 | + stack.sh:main:955 : is_service_enabled neutron 2024-07-31 04:33:49.579 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:33:49.581 | + stack.sh:main:957 : stack_install_service neutron 2024-07-31 04:33:49.583 | + lib/stack:stack_install_service:20 : local service=neutron 2024-07-31 04:33:49.585 | + lib/stack:stack_install_service:21 : type install_neutron 2024-07-31 04:33:49.587 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-07-31 04:33:49.588 | + lib/stack:stack_install_service:32 : install_neutron 2024-07-31 04:33:49.590 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-07-31 04:33:49.592 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-07-31 04:33:49.594 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:33:49.596 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:33:49.598 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-07-31 04:33:49.600 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:33:49.602 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-07-31 04:33:49.604 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-07-31 04:33:49.605 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-07-31 04:33:49.607 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-07-31 04:33:49.609 | + functions-common:git_clone:615 : local orig_dir 2024-07-31 04:33:49.611 | ++ functions-common:git_clone:616 : pwd 2024-07-31 04:33:49.614 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-31 04:33:49.615 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-31 04:33:49.617 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-31 04:33:49.630 | + functions-common:git_clone:619 : RECLONE=False 2024-07-31 04:33:49.632 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-31 04:33:49.633 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-31 04:33:49.635 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-31 04:33:49.637 | + functions-common:git_clone:633 : echo stable/2023.1 2024-07-31 04:33:49.637 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-31 04:33:49.641 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-07-31 04:33:49.643 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-31 04:33:49.645 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-07-31 04:33:49.647 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:33:49.649 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:33:49.651 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:33:49.652 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:33:49.654 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:33:49.656 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:33:49.658 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:33:49.659 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:33:49.661 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:33:49.664 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400429662 2024-07-31 04:33:49.666 | + 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-07-31 04:33:49.668 | Cloning into '/opt/stack//neutron'... 2024-07-31 04:33:53.092 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:33:53.094 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:53.096 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:53.097 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:53.099 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:53.100 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:53.102 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:33:53.104 | + functions-common:time_stop:2442 : start_time=1722400429662 2024-07-31 04:33:53.105 | + functions-common:time_stop:2444 : [[ -z 1722400429662 ]] 2024-07-31 04:33:53.107 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:53.110 | + functions-common:time_stop:2447 : end_time=1722400433108 2024-07-31 04:33:53.112 | + functions-common:time_stop:2448 : elapsed_time=3446 2024-07-31 04:33:53.114 | + functions-common:time_stop:2449 : total=19282 2024-07-31 04:33:53.115 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:53.117 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22728 2024-07-31 04:33:53.119 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-07-31 04:33:53.121 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-07-31 04:33:53.122 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:33:53.124 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:33:53.126 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:33:53.127 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:33:53.129 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:33:53.130 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:33:53.132 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:33:53.134 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:33:53.136 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:33:53.139 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400433137 2024-07-31 04:33:53.141 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-07-31 04:33:56.157 | From https://opendev.org/openstack/neutron 2024-07-31 04:33:56.157 | * branch stable/2023.1 -> FETCH_HEAD 2024-07-31 04:33:56.162 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:33:56.163 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:56.165 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:56.167 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:56.169 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:56.170 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:56.172 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:33:56.173 | + functions-common:time_stop:2442 : start_time=1722400433137 2024-07-31 04:33:56.175 | + functions-common:time_stop:2444 : [[ -z 1722400433137 ]] 2024-07-31 04:33:56.177 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:56.180 | + functions-common:time_stop:2447 : end_time=1722400436178 2024-07-31 04:33:56.182 | + functions-common:time_stop:2448 : elapsed_time=3041 2024-07-31 04:33:56.183 | + functions-common:time_stop:2449 : total=22728 2024-07-31 04:33:56.185 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:56.187 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=25769 2024-07-31 04:33:56.188 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-31 04:33:56.190 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:33:56.192 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:33:56.193 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:33:56.195 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:33:56.197 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:33:56.198 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:33:56.200 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:33:56.201 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:33:56.203 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:33:56.207 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400436204 2024-07-31 04:33:56.208 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-31 04:33:56.466 | Note: switching to 'FETCH_HEAD'. 2024-07-31 04:33:56.466 | 2024-07-31 04:33:56.466 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-31 04:33:56.466 | changes and commit them, and you can discard any commits you make in this 2024-07-31 04:33:56.466 | state without impacting any branches by switching back to a branch. 2024-07-31 04:33:56.466 | 2024-07-31 04:33:56.466 | If you want to create a new branch to retain commits you create, you may 2024-07-31 04:33:56.466 | do so (now or later) by using -c with the switch command. Example: 2024-07-31 04:33:56.466 | 2024-07-31 04:33:56.466 | git switch -c 2024-07-31 04:33:56.466 | 2024-07-31 04:33:56.466 | Or undo this operation with: 2024-07-31 04:33:56.466 | 2024-07-31 04:33:56.466 | git switch - 2024-07-31 04:33:56.466 | 2024-07-31 04:33:56.466 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-31 04:33:56.466 | 2024-07-31 04:33:56.466 | HEAD is now at a1732d4 Don't print traceback if standard attr is missing on update 2024-07-31 04:33:56.471 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:33:56.473 | + functions-common:time_stop:2435 : local name 2024-07-31 04:33:56.474 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:33:56.476 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:33:56.478 | + functions-common:time_stop:2438 : local total 2024-07-31 04:33:56.479 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:33:56.481 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:33:56.483 | + functions-common:time_stop:2442 : start_time=1722400436204 2024-07-31 04:33:56.484 | + functions-common:time_stop:2444 : [[ -z 1722400436204 ]] 2024-07-31 04:33:56.486 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:33:56.489 | + functions-common:time_stop:2447 : end_time=1722400436487 2024-07-31 04:33:56.491 | + functions-common:time_stop:2448 : elapsed_time=283 2024-07-31 04:33:56.493 | + functions-common:time_stop:2449 : total=25769 2024-07-31 04:33:56.494 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:33:56.496 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26052 2024-07-31 04:33:56.497 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-07-31 04:33:56.509 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-07-31 04:33:56.511 | + functions-common:git_clone:696 : git show --oneline 2024-07-31 04:33:56.511 | + functions-common:git_clone:696 : head -1 2024-07-31 04:33:56.516 | a1732d4 Don't print traceback if standard attr is missing on update 2024-07-31 04:33:56.519 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-31 04:33:56.520 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-07-31 04:33:56.522 | + inc/python:setup_develop:334 : local bindep 2024-07-31 04:33:56.524 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-07-31 04:33:56.526 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-07-31 04:33:56.528 | + inc/python:setup_develop:340 : local extras= 2024-07-31 04:33:56.529 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-07-31 04:33:56.531 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-31 04:33:56.533 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-07-31 04:33:56.534 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-07-31 04:33:56.536 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-31 04:33:56.538 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-31 04:33:56.540 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-07-31 04:33:56.542 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-31 04:33:56.544 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-07-31 04:33:56.546 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-31 04:33:56.548 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-31 04:33:56.550 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-07-31 04:33:56.555 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-07-31 04:33:56.556 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-07-31 04:33:56.871 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-07-31 04:33:56.873 | + inc/python:setup_package:414 : local bindep=0 2024-07-31 04:33:56.875 | + inc/python:setup_package:415 : local bindep_flag= 2024-07-31 04:33:56.877 | + inc/python:setup_package:416 : local bindep_profiles= 2024-07-31 04:33:56.879 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-07-31 04:33:56.881 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-07-31 04:33:56.883 | + inc/python:setup_package:423 : local flags=-e 2024-07-31 04:33:56.884 | + inc/python:setup_package:424 : local extras= 2024-07-31 04:33:56.886 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-07-31 04:33:56.888 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-07-31 04:33:56.890 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-31 04:33:56.891 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-31 04:33:56.893 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-31 04:33:56.895 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-07-31 04:33:56.910 | Using python 3.10 to install /opt/stack/neutron 2024-07-31 04:33:56.912 | + 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-07-31 04:33:57.840 | Obtaining file:///opt/stack/neutron 2024-07-31 04:33:57.841 | Preparing metadata (setup.py): started 2024-07-31 04:33:58.432 | Preparing metadata (setup.py): finished with status 'done' 2024-07-31 04:33:58.505 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.1.2) 2024-07-31 04:33:58.506 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.5.2) 2024-07-31 04:33:58.507 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (2.1.1) 2024-07-31 04:33:58.508 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (2.5.1) 2024-07-31 04:33:58.508 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (1.4.41) 2024-07-31 04:33:58.509 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (1.8.7) 2024-07-31 04:33:58.510 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (1.8.1) 2024-07-31 04:33:58.511 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (2.5.0) 2024-07-31 04:33:58.511 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.1.1) 2024-07-31 04:33:58.512 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (0.33.1) 2024-07-31 04:33:58.513 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (2.4.1) 2024-07-31 04:33:58.513 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (0.20.4) 2024-07-31 04:33:58.514 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.1.2) 2024-07-31 04:33:58.515 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (10.2.0) 2024-07-31 04:33:58.516 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (0.8.0) 2024-07-31 04:33:58.516 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev46) (0.11.0) 2024-07-31 04:33:58.651 | Collecting neutron-lib>=3.4.2 2024-07-31 04:33:58.657 | Using cached neutron_lib-3.4.2-py3-none-any.whl (584 kB) 2024-07-31 04:33:58.665 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (1.0.1) 2024-07-31 04:33:58.692 | Collecting os-ken>=2.2.0 2024-07-31 04:33:58.705 | Using cached os_ken-2.6.0-py3-none-any.whl (2.0 MB) 2024-07-31 04:33:58.831 | Collecting os-resource-classes>=1.1.0 2024-07-31 04:33:58.833 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-07-31 04:33:58.979 | Collecting os-vif>=3.1.0 2024-07-31 04:33:58.982 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-07-31 04:33:58.985 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.3.1) 2024-07-31 04:33:58.985 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.1.1) 2024-07-31 04:33:58.986 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (9.1.1) 2024-07-31 04:33:58.987 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.1.1) 2024-07-31 04:33:58.988 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (12.3.2) 2024-07-31 04:33:58.989 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (6.0.0) 2024-07-31 04:33:58.989 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.2.0) 2024-07-31 04:33:58.990 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (14.2.4) 2024-07-31 04:33:58.991 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.1.1) 2024-07-31 04:33:58.992 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (4.1.1) 2024-07-31 04:33:58.992 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.1.0) 2024-07-31 04:33:58.993 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.0.0) 2024-07-31 04:33:58.994 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (7.0.1) 2024-07-31 04:33:58.995 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.1.1) 2024-07-31 04:33:58.996 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.1.2) 2024-07-31 04:33:58.996 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (2.1.1) 2024-07-31 04:33:58.997 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (6.1.0) 2024-07-31 04:33:58.998 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.1.0) 2024-07-31 04:33:58.998 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.4.3) 2024-07-31 04:33:59.021 | Collecting ovs>=2.10.0 2024-07-31 04:33:59.021 | Using cached ovs-2.17.7-py3-none-any.whl 2024-07-31 04:33:59.160 | Collecting ovsdbapp>=2.2.1 2024-07-31 04:33:59.164 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2024-07-31 04:33:59.167 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (23.1) 2024-07-31 04:33:59.168 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.11.1) 2024-07-31 04:33:59.193 | Collecting pecan>=1.4.0 2024-07-31 04:33:59.193 | Using cached pecan-1.4.2-py3-none-any.whl 2024-07-31 04:33:59.197 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.9.2) 2024-07-31 04:33:59.198 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (22.1.0) 2024-07-31 04:33:59.228 | Collecting pyroute2>=0.7.3 2024-07-31 04:33:59.232 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-07-31 04:33:59.266 | Collecting python-designateclient>=2.7.0 2024-07-31 04:33:59.268 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-07-31 04:33:59.311 | Collecting python-neutronclient>=7.8.0 2024-07-31 04:33:59.316 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-07-31 04:33:59.321 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (18.3.0) 2024-07-31 04:33:59.322 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (2.28.1) 2024-07-31 04:33:59.322 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.0.0) 2024-07-31 04:33:59.323 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (6.3.1) 2024-07-31 04:33:59.324 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.2.0) 2024-07-31 04:33:59.329 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev46) (1.2.3) 2024-07-31 04:33:59.333 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev46) (1.14.1) 2024-07-31 04:33:59.338 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev46) (2.2.1) 2024-07-31 04:33:59.339 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev46) (1.1.3) 2024-07-31 04:33:59.339 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev46) (1.16.0) 2024-07-31 04:33:59.346 | 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.dev46) (3.0.9) 2024-07-31 04:33:59.350 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev46) (2.1.1) 2024-07-31 04:33:59.374 | 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.dev46) (1.7.0) 2024-07-31 04:33:59.374 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev46) (1.1.0) 2024-07-31 04:33:59.398 | 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.dev46) (3.1.1) 2024-07-31 04:33:59.399 | 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.dev46) (5.1.0) 2024-07-31 04:33:59.500 | Collecting setproctitle>=1.1.10 2024-07-31 04:33:59.502 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2024-07-31 04:33:59.533 | Collecting os-traits>=0.9.0 2024-07-31 04:33:59.535 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-07-31 04:33:59.548 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev46) (1.4.0) 2024-07-31 04:33:59.549 | 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.dev46) (1.1.8) 2024-07-31 04:33:59.550 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev46) (1.4.4) 2024-07-31 04:33:59.551 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev46) (6.0) 2024-07-31 04:33:59.551 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev46) (1.0.1) 2024-07-31 04:33:59.552 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev46) (1.32) 2024-07-31 04:33:59.553 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev46) (38.0.2) 2024-07-31 04:33:59.593 | Collecting ncclient>=0.6.13 2024-07-31 04:33:59.593 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-07-31 04:33:59.597 | 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.dev46) (1.0.4) 2024-07-31 04:33:59.640 | 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.dev46) (0.18) 2024-07-31 04:33:59.659 | 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.dev46) (1.5.0) 2024-07-31 04:33:59.684 | 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.dev46) (0.13.0) 2024-07-31 04:33:59.685 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev46) (0.5.0) 2024-07-31 04:33:59.686 | 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.dev46) (2.0.1) 2024-07-31 04:33:59.708 | 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.dev46) (2.8.2) 2024-07-31 04:33:59.710 | 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.dev46) (0.9.6) 2024-07-31 04:33:59.733 | 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.dev46) (5.1.1) 2024-07-31 04:33:59.734 | 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.dev46) (0.6.0) 2024-07-31 04:33:59.735 | 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.dev46) (5.2.0) 2024-07-31 04:33:59.736 | 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.dev46) (5.2.4) 2024-07-31 04:33:59.746 | 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.dev46) (3.3.0) 2024-07-31 04:33:59.748 | 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.dev46) (4.0.0) 2024-07-31 04:33:59.792 | 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.dev46) (1.15.1) 2024-07-31 04:33:59.811 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev46) (2022.4) 2024-07-31 04:33:59.824 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev46) (4.0.1) 2024-07-31 04:33:59.825 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev46) (1.4.0) 2024-07-31 04:33:59.835 | 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.dev46) (3.4.1) 2024-07-31 04:33:59.907 | Collecting sortedcontainers 2024-07-31 04:33:59.909 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-07-31 04:33:59.933 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev46) (59.6.0) 2024-07-31 04:33:59.974 | Collecting logutils>=0.3 2024-07-31 04:33:59.975 | Using cached logutils-0.3.5-py3-none-any.whl 2024-07-31 04:34:00.022 | 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.dev46) (4.16.0) 2024-07-31 04:34:00.023 | 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.dev46) (4.2.0) 2024-07-31 04:34:00.091 | Collecting osc-lib>=1.8.0 2024-07-31 04:34:00.098 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-07-31 04:34:00.321 | Collecting simplejson>=3.5.1 2024-07-31 04:34:00.324 | 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-07-31 04:34:00.364 | Collecting os-client-config>=1.28.0 2024-07-31 04:34:00.366 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-07-31 04:34:00.396 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev46) (2020.6.20) 2024-07-31 04:34:00.397 | 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.dev46) (1.26.12) 2024-07-31 04:34:00.398 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev46) (2.1.1) 2024-07-31 04:34:00.399 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev46) (3.4) 2024-07-31 04:34:00.412 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev46) (0.7) 2024-07-31 04:34:00.532 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev46) (0.13.1) 2024-07-31 04:34:00.557 | 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.dev46) (5.0.0) 2024-07-31 04:34:00.604 | 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.dev46) (2.21) 2024-07-31 04:34:00.626 | 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.dev46) (0.5.1) 2024-07-31 04:34:00.627 | 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.dev46) (2.4.2) 2024-07-31 04:34:00.628 | 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.dev46) (5.0.0) 2024-07-31 04:34:00.781 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev46) (0.18.1) 2024-07-31 04:34:00.782 | 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.dev46) (22.1.0) 2024-07-31 04:34:00.868 | 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.dev46) (4.9.1) 2024-07-31 04:34:00.869 | 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.dev46) (2.11.0) 2024-07-31 04:34:00.935 | 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.dev46) (0.14.1) 2024-07-31 04:34:00.951 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev46) (0.2.5) 2024-07-31 04:34:01.135 | 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.dev46) (0.5.2) 2024-07-31 04:34:01.137 | 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.dev46) (0.4.3) 2024-07-31 04:34:01.180 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev46) (2.5.0) 2024-07-31 04:34:01.341 | 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.dev46) (1.8.2) 2024-07-31 04:34:01.372 | 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.dev46) (3.8.1) 2024-07-31 04:34:01.448 | 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.dev46) (1.5.0) 2024-07-31 04:34:02.086 | 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-07-31 04:34:02.086 | Attempting uninstall: sortedcontainers 2024-07-31 04:34:02.088 | Found existing installation: sortedcontainers 2.1.0 2024-07-31 04:34:02.089 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:34:02.090 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-07-31 04:34:02.485 | Attempting uninstall: ovs 2024-07-31 04:34:02.486 | Found existing installation: ovs 2.17.9 2024-07-31 04:34:02.487 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:34:02.487 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-07-31 04:34:04.761 | Running setup.py develop for neutron 2024-07-31 04:34:05.871 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.2 os-client-config-2.1.0 os-ken-2.6.0 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-07-31 04:34:05.871 | 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-07-31 04:34:06.011 | + inc/python:pip_install:196 : result=0 2024-07-31 04:34:06.013 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:34:06.015 | + functions-common:time_stop:2435 : local name 2024-07-31 04:34:06.017 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:34:06.018 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:34:06.020 | + functions-common:time_stop:2438 : local total 2024-07-31 04:34:06.022 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:34:06.023 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:34:06.025 | + functions-common:time_stop:2442 : start_time=1722400436906 2024-07-31 04:34:06.026 | + functions-common:time_stop:2444 : [[ -z 1722400436906 ]] 2024-07-31 04:34:06.028 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:34:06.032 | + functions-common:time_stop:2447 : end_time=1722400446029 2024-07-31 04:34:06.033 | + functions-common:time_stop:2448 : elapsed_time=9123 2024-07-31 04:34:06.035 | + functions-common:time_stop:2449 : total=59118 2024-07-31 04:34:06.037 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:34:06.038 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=68241 2024-07-31 04:34:06.040 | + inc/python:pip_install:199 : return 0 2024-07-31 04:34:06.042 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-31 04:34:06.044 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-07-31 04:34:06.045 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-07-31 04:34:06.060 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-07-31 04:34:06.069 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-07-31 04:34:06.071 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-07-31 04:34:06.073 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:34:06.075 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:34:06.076 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-07-31 04:34:06.078 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:34:06.081 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-07-31 04:34:06.083 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-07-31 04:34:06.084 | + stack.sh:main:960 : is_service_enabled nova 2024-07-31 04:34:06.097 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:34:06.098 | + stack.sh:main:962 : stack_install_service nova 2024-07-31 04:34:06.100 | + lib/stack:stack_install_service:20 : local service=nova 2024-07-31 04:34:06.102 | + lib/stack:stack_install_service:21 : type install_nova 2024-07-31 04:34:06.104 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-07-31 04:34:06.105 | + lib/stack:stack_install_service:32 : install_nova 2024-07-31 04:34:06.107 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-07-31 04:34:06.109 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-07-31 04:34:06.111 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:34:06.113 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:34:06.115 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-07-31 04:34:06.117 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:34:06.118 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-07-31 04:34:06.130 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:34:06.132 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-07-31 04:34:06.144 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:34:06.146 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-07-31 04:34:06.158 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:34:06.159 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/27/904227/1 2024-07-31 04:34:06.161 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-07-31 04:34:06.163 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-07-31 04:34:06.164 | + functions-common:git_clone:614 : local git_ref=refs/changes/27/904227/1 2024-07-31 04:34:06.166 | + functions-common:git_clone:615 : local orig_dir 2024-07-31 04:34:06.168 | ++ functions-common:git_clone:616 : pwd 2024-07-31 04:34:06.170 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-31 04:34:06.171 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-31 04:34:06.173 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-31 04:34:06.185 | + functions-common:git_clone:619 : RECLONE=False 2024-07-31 04:34:06.187 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-31 04:34:06.188 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-31 04:34:06.190 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-31 04:34:06.192 | + functions-common:git_clone:633 : echo refs/changes/27/904227/1 2024-07-31 04:34:06.192 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-31 04:34:06.196 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-07-31 04:34:06.197 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-07-31 04:34:06.199 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-07-31 04:34:06.201 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:34:06.202 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:34:06.204 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:34:06.205 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:34:06.207 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:34:06.209 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:34:06.210 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:34:06.212 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:34:06.214 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:34:06.217 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400446215 2024-07-31 04:34:06.218 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-07-31 04:34:06.220 | Cloning into '/opt/stack//nova'... 2024-07-31 04:34:10.033 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:34:10.035 | + functions-common:time_stop:2435 : local name 2024-07-31 04:34:10.037 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:34:10.038 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:34:10.040 | + functions-common:time_stop:2438 : local total 2024-07-31 04:34:10.042 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:34:10.044 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:34:10.045 | + functions-common:time_stop:2442 : start_time=1722400446215 2024-07-31 04:34:10.047 | + functions-common:time_stop:2444 : [[ -z 1722400446215 ]] 2024-07-31 04:34:10.049 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:34:10.052 | + functions-common:time_stop:2447 : end_time=1722400450050 2024-07-31 04:34:10.054 | + functions-common:time_stop:2448 : elapsed_time=3835 2024-07-31 04:34:10.055 | + functions-common:time_stop:2449 : total=26052 2024-07-31 04:34:10.057 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:34:10.059 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=29887 2024-07-31 04:34:10.061 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-07-31 04:34:10.062 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/27/904227/1 2024-07-31 04:34:10.064 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:34:10.066 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:34:10.067 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:34:10.069 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:34:10.071 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:34:10.073 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:34:10.074 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:34:10.076 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:34:10.078 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:34:10.081 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400450079 2024-07-31 04:34:10.083 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/27/904227/1 2024-07-31 04:35:05.609 | From https://opendev.org/openstack/nova 2024-07-31 04:35:05.609 | * branch refs/changes/27/904227/1 -> FETCH_HEAD 2024-07-31 04:35:05.614 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:35:05.615 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:05.617 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:05.619 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:05.621 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:05.622 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:05.624 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:35:05.626 | + functions-common:time_stop:2442 : start_time=1722400450079 2024-07-31 04:35:05.627 | + functions-common:time_stop:2444 : [[ -z 1722400450079 ]] 2024-07-31 04:35:05.630 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:05.632 | + functions-common:time_stop:2447 : end_time=1722400505630 2024-07-31 04:35:05.634 | + functions-common:time_stop:2448 : elapsed_time=55551 2024-07-31 04:35:05.635 | + functions-common:time_stop:2449 : total=29887 2024-07-31 04:35:05.637 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:05.639 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=85438 2024-07-31 04:35:05.641 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-07-31 04:35:05.829 | Note: switching to 'FETCH_HEAD'. 2024-07-31 04:35:05.829 | 2024-07-31 04:35:05.829 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-31 04:35:05.829 | changes and commit them, and you can discard any commits you make in this 2024-07-31 04:35:05.829 | state without impacting any branches by switching back to a branch. 2024-07-31 04:35:05.829 | 2024-07-31 04:35:05.829 | If you want to create a new branch to retain commits you create, you may 2024-07-31 04:35:05.829 | do so (now or later) by using -c with the switch command. Example: 2024-07-31 04:35:05.829 | 2024-07-31 04:35:05.829 | git switch -c 2024-07-31 04:35:05.829 | 2024-07-31 04:35:05.829 | Or undo this operation with: 2024-07-31 04:35:05.829 | 2024-07-31 04:35:05.829 | git switch - 2024-07-31 04:35:05.829 | 2024-07-31 04:35:05.829 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-31 04:35:05.829 | 2024-07-31 04:35:05.829 | HEAD is now at 16ea092c89 Call Neutron immediately upon _post_live_migration() start 2024-07-31 04:35:05.835 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-07-31 04:35:05.847 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-07-31 04:35:05.849 | + functions-common:git_clone:696 : git show --oneline 2024-07-31 04:35:05.849 | + functions-common:git_clone:696 : head -1 2024-07-31 04:35:05.858 | 16ea092c89 Call Neutron immediately upon _post_live_migration() start 2024-07-31 04:35:05.861 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-31 04:35:05.862 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-07-31 04:35:05.864 | + inc/python:setup_develop:334 : local bindep 2024-07-31 04:35:05.866 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-07-31 04:35:05.868 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-07-31 04:35:05.869 | + inc/python:setup_develop:340 : local extras= 2024-07-31 04:35:05.871 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-07-31 04:35:05.873 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-31 04:35:05.875 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-07-31 04:35:05.876 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-07-31 04:35:05.878 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-31 04:35:05.880 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-31 04:35:05.882 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-07-31 04:35:05.884 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-31 04:35:05.886 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-07-31 04:35:05.888 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-31 04:35:05.889 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-31 04:35:05.891 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-07-31 04:35:05.896 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-07-31 04:35:05.898 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-07-31 04:35:06.211 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-07-31 04:35:06.213 | + inc/python:setup_package:414 : local bindep=0 2024-07-31 04:35:06.216 | + inc/python:setup_package:415 : local bindep_flag= 2024-07-31 04:35:06.218 | + inc/python:setup_package:416 : local bindep_profiles= 2024-07-31 04:35:06.220 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-07-31 04:35:06.222 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-07-31 04:35:06.224 | + inc/python:setup_package:423 : local flags=-e 2024-07-31 04:35:06.225 | + inc/python:setup_package:424 : local extras= 2024-07-31 04:35:06.227 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-07-31 04:35:06.229 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-07-31 04:35:06.231 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-31 04:35:06.233 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-31 04:35:06.235 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-31 04:35:06.237 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-07-31 04:35:06.252 | Using python 3.10 to install /opt/stack/nova 2024-07-31 04:35:06.254 | + 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-07-31 04:35:07.187 | Obtaining file:///opt/stack/nova 2024-07-31 04:35:07.188 | Preparing metadata (setup.py): started 2024-07-31 04:35:10.090 | Preparing metadata (setup.py): finished with status 'done' 2024-07-31 04:35:10.178 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.1.2) 2024-07-31 04:35:10.179 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.5.2) 2024-07-31 04:35:10.179 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.1.1) 2024-07-31 04:35:10.180 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.4.1) 2024-07-31 04:35:10.181 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (6.0) 2024-07-31 04:35:10.182 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.5.1) 2024-07-31 04:35:10.183 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.4.41) 2024-07-31 04:35:10.183 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.8.7) 2024-07-31 04:35:10.184 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.8.1) 2024-07-31 04:35:10.185 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (4.1.0) 2024-07-31 04:35:10.186 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (38.0.2) 2024-07-31 04:35:10.186 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (0.2.3) 2024-07-31 04:35:10.187 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.1.1) 2024-07-31 04:35:10.188 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (0.33.1) 2024-07-31 04:35:10.189 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.4.1) 2024-07-31 04:35:10.190 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.1.3) 2024-07-31 04:35:10.190 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.1.0) 2024-07-31 04:35:10.191 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (4.16.0) 2024-07-31 04:35:10.192 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.1.2) 2024-07-31 04:35:10.193 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (10.2.0) 2024-07-31 04:35:10.193 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (4.9.1) 2024-07-31 04:35:10.368 | Collecting microversion-parse>=0.2.1 2024-07-31 04:35:10.371 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-07-31 04:35:10.373 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (0.8.0) 2024-07-31 04:35:10.374 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60227) (0.11.0) 2024-07-31 04:35:10.375 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.0.1) 2024-07-31 04:35:10.375 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (6.2.3) 2024-07-31 04:35:10.376 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.1.0) 2024-07-31 04:35:10.377 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.7.0) 2024-07-31 04:35:10.378 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.10.0) 2024-07-31 04:35:10.379 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.1.1) 2024-07-31 04:35:10.379 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.3.1) 2024-07-31 04:35:10.380 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.1.1) 2024-07-31 04:35:10.381 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (9.1.1) 2024-07-31 04:35:10.382 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.1.1) 2024-07-31 04:35:10.383 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (12.3.2) 2024-07-31 04:35:10.383 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (6.0.0) 2024-07-31 04:35:10.385 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.1.0) 2024-07-31 04:35:10.385 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.2.0) 2024-07-31 04:35:10.386 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (14.2.4) 2024-07-31 04:35:10.387 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.1.1) 2024-07-31 04:35:10.388 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (4.1.1) 2024-07-31 04:35:10.410 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.1.0) 2024-07-31 04:35:10.410 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.0.0) 2024-07-31 04:35:10.411 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (7.0.1) 2024-07-31 04:35:10.412 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.1.1) 2024-07-31 04:35:10.413 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.1.2) 2024-07-31 04:35:10.413 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.1.1) 2024-07-31 04:35:10.414 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (6.1.0) 2024-07-31 04:35:10.415 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.1.0) 2024-07-31 04:35:10.416 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (23.1) 2024-07-31 04:35:10.417 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.11.0) 2024-07-31 04:35:10.417 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.11.1) 2024-07-31 04:35:10.418 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.9.2) 2024-07-31 04:35:10.419 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (9.3.0) 2024-07-31 04:35:10.420 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.8.2) 2024-07-31 04:35:10.420 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (4.3.1) 2024-07-31 04:35:10.421 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (9.0.0) 2024-07-31 04:35:10.422 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.28.1) 2024-07-31 04:35:10.423 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.3.3) 2024-07-31 04:35:10.423 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.5.0) 2024-07-31 04:35:10.424 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (0.13.0) 2024-07-31 04:35:10.425 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.0.0) 2024-07-31 04:35:10.426 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.2.0) 2024-07-31 04:35:10.445 | Collecting websockify>=0.9.0 2024-07-31 04:35:10.445 | Using cached websockify-0.10.0-py3-none-any.whl 2024-07-31 04:35:10.457 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60227) (1.2.3) 2024-07-31 04:35:10.466 | 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.dev60227) (5.5.0) 2024-07-31 04:35:10.484 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60227) (1.15.1) 2024-07-31 04:35:10.497 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60227) (1.16.0) 2024-07-31 04:35:10.498 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60227) (2.2.1) 2024-07-31 04:35:10.506 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60227) (2.1.1) 2024-07-31 04:35:10.524 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60227) (22.1.0) 2024-07-31 04:35:10.525 | 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.dev60227) (0.18.1) 2024-07-31 04:35:10.572 | 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.dev60227) (3.1.1) 2024-07-31 04:35:10.573 | 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.dev60227) (5.1.0) 2024-07-31 04:35:10.595 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60227) (1.4.0) 2024-07-31 04:35:10.596 | 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.dev60227) (1.1.8) 2024-07-31 04:35:10.597 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60227) (1.0.1) 2024-07-31 04:35:10.598 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60227) (1.32) 2024-07-31 04:35:10.599 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60227) (1.4.4) 2024-07-31 04:35:10.610 | 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.dev60227) (5.9.0) 2024-07-31 04:35:10.612 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60227) (6.3.1) 2024-07-31 04:35:10.632 | 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.dev60227) (2.5.0) 2024-07-31 04:35:10.633 | 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.dev60227) (0.7.3) 2024-07-31 04:35:10.634 | 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.dev60227) (2.2.2) 2024-07-31 04:35:10.659 | 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.dev60227) (0.18) 2024-07-31 04:35:10.704 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60227) (0.5.0) 2024-07-31 04:35:10.704 | 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.dev60227) (2.0.1) 2024-07-31 04:35:10.737 | 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.dev60227) (0.9.6) 2024-07-31 04:35:10.762 | 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.dev60227) (5.2.0) 2024-07-31 04:35:10.762 | 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.dev60227) (0.6.0) 2024-07-31 04:35:10.764 | 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.dev60227) (5.2.4) 2024-07-31 04:35:10.765 | 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.dev60227) (5.1.1) 2024-07-31 04:35:10.775 | 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.dev60227) (3.3.0) 2024-07-31 04:35:10.775 | 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.dev60227) (4.0.0) 2024-07-31 04:35:10.795 | 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.dev60227) (1.0.4) 2024-07-31 04:35:10.816 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60227) (2022.4) 2024-07-31 04:35:10.828 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60227) (1.4.0) 2024-07-31 04:35:10.829 | 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.dev60227) (4.0.1) 2024-07-31 04:35:10.848 | 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.dev60227) (3.0.9) 2024-07-31 04:35:10.886 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60227) (1.5.0) 2024-07-31 04:35:10.896 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60227) (59.6.0) 2024-07-31 04:35:10.949 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60227) (0.2.5) 2024-07-31 04:35:10.997 | 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.dev60227) (2.0.1) 2024-07-31 04:35:10.998 | 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.dev60227) (22.1.0) 2024-07-31 04:35:10.999 | 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.dev60227) (1.14.1) 2024-07-31 04:35:11.016 | 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.dev60227) (2.7.0) 2024-07-31 04:35:11.016 | 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.dev60227) (3.17.6) 2024-07-31 04:35:11.017 | 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.dev60227) (2.1.0) 2024-07-31 04:35:11.018 | 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.dev60227) (4.2.0) 2024-07-31 04:35:11.041 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60227) (2020.6.20) 2024-07-31 04:35:11.042 | 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.dev60227) (1.26.12) 2024-07-31 04:35:11.043 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60227) (2.1.1) 2024-07-31 04:35:11.043 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60227) (3.4) 2024-07-31 04:35:11.074 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60227) (0.7) 2024-07-31 04:35:11.153 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60227) (0.5.2) 2024-07-31 04:35:11.154 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60227) (0.4.3) 2024-07-31 04:35:11.197 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60227) (0.13.1) 2024-07-31 04:35:11.641 | Collecting numpy 2024-07-31 04:35:11.727 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-07-31 04:35:11.819 | 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.dev60227) (5.0.0) 2024-07-31 04:35:11.902 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60227) (2.21) 2024-07-31 04:35:11.927 | 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.dev60227) (0.5.1) 2024-07-31 04:35:11.928 | 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.dev60227) (5.0.0) 2024-07-31 04:35:11.928 | 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.dev60227) (2.4.2) 2024-07-31 04:35:12.137 | 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.dev60227) (0.14.1) 2024-07-31 04:35:12.152 | 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.dev60227) (2.17.7) 2024-07-31 04:35:12.422 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60227) (2.5.0) 2024-07-31 04:35:12.609 | 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.dev60227) (1.8.2) 2024-07-31 04:35:12.639 | 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.dev60227) (3.8.1) 2024-07-31 04:35:12.655 | 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.dev60227) (2.4.0) 2024-07-31 04:35:13.238 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-07-31 04:35:15.044 | Running setup.py develop for nova 2024-07-31 04:35:18.427 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-07-31 04:35:18.427 | 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-07-31 04:35:18.622 | + inc/python:pip_install:196 : result=0 2024-07-31 04:35:18.624 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:35:18.626 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:18.628 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:18.630 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:18.632 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:18.634 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:18.636 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:35:18.638 | + functions-common:time_stop:2442 : start_time=1722400506248 2024-07-31 04:35:18.639 | + functions-common:time_stop:2444 : [[ -z 1722400506248 ]] 2024-07-31 04:35:18.642 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:18.646 | + functions-common:time_stop:2447 : end_time=1722400518643 2024-07-31 04:35:18.647 | + functions-common:time_stop:2448 : elapsed_time=12395 2024-07-31 04:35:18.649 | + functions-common:time_stop:2449 : total=68241 2024-07-31 04:35:18.651 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:18.653 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=80636 2024-07-31 04:35:18.655 | + inc/python:pip_install:199 : return 0 2024-07-31 04:35:18.657 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-31 04:35:18.659 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-07-31 04:35:18.661 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-07-31 04:35:18.676 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-07-31 04:35:18.686 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-07-31 04:35:18.688 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-07-31 04:35:18.690 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:35:18.693 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:35:18.695 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-07-31 04:35:18.697 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:35:18.699 | + 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-07-31 04:35:18.711 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-07-31 04:35:18.713 | + stack.sh:main:963 : configure_nova 2024-07-31 04:35:18.716 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-07-31 04:35:18.726 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-07-31 04:35:18.729 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-07-31 04:35:18.731 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-07-31 04:35:18.734 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-07-31 04:35:18.735 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-07-31 04:35:18.739 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-07-31 04:35:18.741 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-07-31 04:35:18.743 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-07-31 04:35:18.745 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-07-31 04:35:18.747 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-07-31 04:35:18.749 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-07-31 04:35:18.751 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-07-31 04:35:18.753 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-07-31 04:35:18.763 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-07-31 04:35:18.773 | + 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-07-31 04:35:18.784 | + 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-07-31 04:35:18.794 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-07-31 04:35:18.804 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-07-31 04:35:18.807 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-07-31 04:35:18.810 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.viiPSfeNBe 2024-07-31 04:35:18.813 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-07-31 04:35:18.815 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-07-31 04:35:18.817 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-07-31 04:35:18.819 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-07-31 04:35:18.822 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-07-31 04:35:18.824 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.viiPSfeNBe 2024-07-31 04:35:18.827 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.viiPSfeNBe 2024-07-31 04:35:18.837 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.viiPSfeNBe /etc/sudoers.d/nova-rootwrap 2024-07-31 04:35:18.848 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-07-31 04:35:18.852 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-07-31 04:35:18.854 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-07-31 04:35:18.856 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-07-31 04:35:18.858 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-07-31 04:35:18.860 | + 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-07-31 04:35:18.861 | + 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-07-31 04:35:18.863 | + 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-07-31 04:35:18.865 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-07-31 04:35:18.869 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-07-31 04:35:18.882 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:18.884 | + lib/nova:configure_nova:356 : create_nova_conf 2024-07-31 04:35:18.886 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-07-31 04:35:18.889 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-07-31 04:35:18.892 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-07-31 04:35:18.918 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-07-31 04:35:18.919 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-07-31 04:35:18.944 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-07-31 04:35:18.970 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-07-31 04:35:18.994 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-07-31 04:35:19.021 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-07-31 04:35:19.047 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-07-31 04:35:19.072 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-07-31 04:35:19.096 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-07-31 04:35:19.121 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-07-31 04:35:19.145 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-07-31 04:35:19.169 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-07-31 04:35:19.194 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-07-31 04:35:19.222 | + lib/nova:create_nova_conf:451 : is_fedora 2024-07-31 04:35:19.223 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-31 04:35:19.226 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-31 04:35:19.228 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-31 04:35:19.230 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-31 04:35:19.232 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-31 04:35:19.234 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-31 04:35:19.236 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-31 04:35:19.238 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-31 04:35:19.240 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-31 04:35:19.241 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-31 04:35:19.243 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-31 04:35:19.245 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-31 04:35:19.247 | + lib/nova:create_nova_conf:451 : is_suse 2024-07-31 04:35:19.249 | + functions-common:is_suse:544 : is_opensuse 2024-07-31 04:35:19.250 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-31 04:35:19.253 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-31 04:35:19.254 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-31 04:35:19.256 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-31 04:35:19.259 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-31 04:35:19.261 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-07-31 04:35:19.274 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:19.276 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-07-31 04:35:19.278 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-07-31 04:35:19.280 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-07-31 04:35:19.282 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-07-31 04:35:19.284 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-07-31 04:35:19.286 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-07-31 04:35:19.288 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-31 04:35:19.289 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:19.291 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-07-31 04:35:19.293 | + 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-07-31 04:35:19.318 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-07-31 04:35:19.320 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-07-31 04:35:19.322 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-07-31 04:35:19.324 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-07-31 04:35:19.326 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-31 04:35:19.328 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:19.330 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-07-31 04:35:19.333 | + 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-07-31 04:35:19.359 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-07-31 04:35:19.384 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-07-31 04:35:19.407 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-07-31 04:35:19.431 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-07-31 04:35:19.443 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:19.445 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-07-31 04:35:19.458 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:19.460 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-07-31 04:35:19.461 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-07-31 04:35:19.465 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-07-31 04:35:19.467 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-07-31 04:35:19.492 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:19.493 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:19.495 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-07-31 04:35:19.522 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-07-31 04:35:19.546 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-07-31 04:35:19.559 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:19.561 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-07-31 04:35:19.563 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-07-31 04:35:19.565 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-07-31 04:35:19.566 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-07-31 04:35:19.568 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-07-31 04:35:19.594 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-07-31 04:35:19.616 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-07-31 04:35:19.640 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-07-31 04:35:19.664 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-07-31 04:35:19.689 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-07-31 04:35:19.714 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-07-31 04:35:19.737 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-07-31 04:35:19.760 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-07-31 04:35:19.783 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-07-31 04:35:19.805 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-07-31 04:35:19.818 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:19.819 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-07-31 04:35:19.821 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-07-31 04:35:19.846 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-07-31 04:35:19.868 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-07-31 04:35:19.889 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-07-31 04:35:19.911 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-07-31 04:35:19.934 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-07-31 04:35:19.956 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-07-31 04:35:19.978 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-07-31 04:35:20.001 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-07-31 04:35:20.013 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:20.015 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-07-31 04:35:20.017 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-07-31 04:35:20.040 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-07-31 04:35:20.064 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-07-31 04:35:20.066 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-07-31 04:35:20.087 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-07-31 04:35:20.089 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-07-31 04:35:20.091 | + lib/nova:create_nova_conf:526 : is_suse 2024-07-31 04:35:20.092 | + functions-common:is_suse:544 : is_opensuse 2024-07-31 04:35:20.094 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-31 04:35:20.096 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-31 04:35:20.098 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-31 04:35:20.099 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-31 04:35:20.101 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-31 04:35:20.103 | + lib/nova:create_nova_conf:526 : is_fedora 2024-07-31 04:35:20.105 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-31 04:35:20.107 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-31 04:35:20.108 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-31 04:35:20.110 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-31 04:35:20.112 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-31 04:35:20.114 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-31 04:35:20.116 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-31 04:35:20.119 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-31 04:35:20.121 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-31 04:35:20.123 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-31 04:35:20.125 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-31 04:35:20.127 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-31 04:35:20.129 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-07-31 04:35:20.131 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-07-31 04:35:20.134 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-07-31 04:35:20.136 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-31 04:35:20.149 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-31 04:35:20.151 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-31 04:35:20.153 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:20.155 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-31 04:35:20.157 | + 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-07-31 04:35:20.181 | + 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-07-31 04:35:20.203 | + 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-07-31 04:35:20.225 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-31 04:35:20.248 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-07-31 04:35:20.272 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-07-31 04:35:20.284 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:20.286 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-07-31 04:35:20.288 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-07-31 04:35:20.289 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-07-31 04:35:20.291 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-07-31 04:35:20.293 | + lib/apache:write_uwsgi_config:257 : local http= 2024-07-31 04:35:20.295 | + lib/apache:write_uwsgi_config:258 : local name= 2024-07-31 04:35:20.297 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-07-31 04:35:20.300 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-07-31 04:35:20.302 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-07-31 04:35:20.304 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-07-31 04:35:20.313 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-07-31 04:35:20.314 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-07-31 04:35:20.321 | d /var/run/uwsgi 0755 stack root 2024-07-31 04:35:20.325 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-07-31 04:35:20.333 | /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-07-31 04:35:20.336 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-07-31 04:35:20.338 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-07-31 04:35:20.341 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-07-31 04:35:20.364 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-07-31 04:35:20.386 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-07-31 04:35:20.407 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-07-31 04:35:20.429 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-07-31 04:35:20.451 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-07-31 04:35:20.473 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-07-31 04:35:20.495 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-07-31 04:35:20.517 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-07-31 04:35:20.539 | + 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-07-31 04:35:20.561 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-07-31 04:35:20.583 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-07-31 04:35:20.604 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-07-31 04:35:20.627 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-07-31 04:35:20.628 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-07-31 04:35:20.630 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-07-31 04:35:20.633 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-07-31 04:35:20.634 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-07-31 04:35:20.636 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:20.638 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:20.639 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-07-31 04:35:20.642 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-07-31 04:35:20.644 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-07-31 04:35:20.666 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-07-31 04:35:20.688 | + 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-07-31 04:35:20.688 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-07-31 04:35:20.695 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-07-31 04:35:20.698 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-07-31 04:35:20.700 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-07-31 04:35:20.701 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-07-31 04:35:20.703 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-07-31 04:35:20.705 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-31 04:35:20.707 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:20.709 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:20.710 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-07-31 04:35:20.712 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-07-31 04:35:20.714 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:20.716 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:20.717 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-07-31 04:35:20.749 | Enabling site nova-api-wsgi. 2024-07-31 04:35:20.752 | To activate the new configuration, you need to run: 2024-07-31 04:35:20.752 | systemctl reload apache2 2024-07-31 04:35:20.756 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-07-31 04:35:20.758 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-31 04:35:20.760 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-31 04:35:20.761 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-31 04:35:20.867 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-07-31 04:35:20.880 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:20.882 | + 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-07-31 04:35:20.884 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-07-31 04:35:20.886 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-07-31 04:35:20.888 | + lib/apache:write_uwsgi_config:256 : local url= 2024-07-31 04:35:20.890 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-07-31 04:35:20.891 | + lib/apache:write_uwsgi_config:258 : local name= 2024-07-31 04:35:20.894 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-07-31 04:35:20.897 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-07-31 04:35:20.899 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-07-31 04:35:20.901 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-07-31 04:35:20.911 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-07-31 04:35:20.911 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-07-31 04:35:20.918 | d /var/run/uwsgi 0755 stack root 2024-07-31 04:35:20.922 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-07-31 04:35:20.931 | /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-07-31 04:35:20.934 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-07-31 04:35:20.936 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-07-31 04:35:20.939 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-07-31 04:35:20.964 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-07-31 04:35:20.986 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-07-31 04:35:21.008 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-07-31 04:35:21.030 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-07-31 04:35:21.053 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-07-31 04:35:21.077 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-07-31 04:35:21.099 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-07-31 04:35:21.122 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-07-31 04:35:21.145 | + 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-07-31 04:35:21.167 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-07-31 04:35:21.190 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-07-31 04:35:21.211 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-07-31 04:35:21.233 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-07-31 04:35:21.235 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-07-31 04:35:21.257 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-07-31 04:35:21.269 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:21.271 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-07-31 04:35:21.295 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-07-31 04:35:21.297 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-07-31 04:35:21.299 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-07-31 04:35:21.311 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:21.312 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-31 04:35:21.315 | + 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-07-31 04:35:21.337 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-07-31 04:35:21.361 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-07-31 04:35:21.363 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-07-31 04:35:21.365 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-07-31 04:35:21.367 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-07-31 04:35:21.368 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-07-31 04:35:21.370 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-07-31 04:35:21.382 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:21.384 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-07-31 04:35:21.386 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-07-31 04:35:21.388 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-07-31 04:35:21.400 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:21.402 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-31 04:35:21.404 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-31 04:35:21.426 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-07-31 04:35:21.428 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-07-31 04:35:21.429 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-07-31 04:35:21.451 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-07-31 04:35:21.473 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-07-31 04:35:21.498 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-07-31 04:35:21.509 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:21.511 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-07-31 04:35:21.533 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-07-31 04:35:21.535 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-07-31 04:35:21.537 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-07-31 04:35:21.561 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-07-31 04:35:21.584 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-07-31 04:35:21.607 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-07-31 04:35:21.629 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-07-31 04:35:21.654 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-07-31 04:35:21.677 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-07-31 04:35:21.699 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-07-31 04:35:21.721 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-07-31 04:35:21.743 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-07-31 04:35:21.755 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:21.757 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-07-31 04:35:21.761 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-07-31 04:35:21.762 | + lib/nova:create_nova_conf:574 : local conf 2024-07-31 04:35:21.764 | + lib/nova:create_nova_conf:575 : local vhost 2024-07-31 04:35:21.766 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-07-31 04:35:21.768 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-07-31 04:35:21.770 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-07-31 04:35:21.772 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-07-31 04:35:21.774 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-07-31 04:35:21.776 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-07-31 04:35:21.779 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-07-31 04:35:21.781 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-07-31 04:35:21.783 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-07-31 04:35:21.785 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-07-31 04:35:21.787 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-31 04:35:21.789 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:21.791 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-07-31 04:35:21.793 | + 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-07-31 04:35:21.818 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-07-31 04:35:21.842 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-07-31 04:35:21.866 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-07-31 04:35:21.868 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-07-31 04:35:21.870 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-07-31 04:35:21.872 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-07-31 04:35:21.874 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-07-31 04:35:21.875 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-07-31 04:35:21.877 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-07-31 04:35:21.889 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:21.891 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-07-31 04:35:21.893 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-07-31 04:35:21.895 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-07-31 04:35:21.907 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:21.908 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-31 04:35:21.911 | + 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-07-31 04:35:21.935 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-07-31 04:35:21.936 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-07-31 04:35:21.938 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-07-31 04:35:21.940 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-07-31 04:35:21.942 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-07-31 04:35:21.944 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-31 04:35:21.957 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-31 04:35:21.959 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-31 04:35:21.961 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:21.963 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-31 04:35:21.964 | + 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-07-31 04:35:21.987 | + 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-07-31 04:35:22.010 | + 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-07-31 04:35:22.032 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-31 04:35:22.056 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-07-31 04:35:22.057 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-07-31 04:35:22.059 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-07-31 04:35:22.061 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-07-31 04:35:22.063 | + lib/nova:configure_console_proxies:724 : offset=0 2024-07-31 04:35:22.065 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-07-31 04:35:22.077 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:22.079 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-07-31 04:35:22.081 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-07-31 04:35:22.093 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:22.095 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-07-31 04:35:22.107 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:22.109 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-07-31 04:35:22.122 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:22.124 | + stack.sh:main:966 : is_service_enabled placement 2024-07-31 04:35:22.138 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:22.140 | + stack.sh:main:968 : stack_install_service placement 2024-07-31 04:35:22.142 | + lib/stack:stack_install_service:20 : local service=placement 2024-07-31 04:35:22.144 | + lib/stack:stack_install_service:21 : type install_placement 2024-07-31 04:35:22.146 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-07-31 04:35:22.147 | + lib/stack:stack_install_service:32 : install_placement 2024-07-31 04:35:22.149 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-07-31 04:35:22.152 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-07-31 04:35:22.154 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:22.156 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:22.158 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-07-31 04:35:22.160 | + functions-common:install_package:1459 : update_package_repo 2024-07-31 04:35:22.161 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-31 04:35:22.163 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-31 04:35:22.165 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-31 04:35:22.167 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-31 04:35:22.169 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-31 04:35:22.171 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:22.173 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:22.175 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-31 04:35:22.177 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-31 04:35:22.179 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-31 04:35:22.180 | + functions-common:apt_get_update:1186 : return 2024-07-31 04:35:22.182 | + functions-common:install_package:1460 : real_install_package apache2 2024-07-31 04:35:22.184 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-31 04:35:22.186 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:22.188 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:22.190 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-07-31 04:35:22.206 | + 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-07-31 04:35:22.265 | Reading package lists... 2024-07-31 04:35:22.458 | Building dependency tree... 2024-07-31 04:35:22.459 | Reading state information... 2024-07-31 04:35:22.643 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-07-31 04:35:22.643 | The following packages were automatically installed and are no longer required: 2024-07-31 04:35:22.644 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-31 04:35:22.644 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-31 04:35:22.644 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-31 04:35:22.644 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-31 04:35:22.644 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-31 04:35:22.644 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-31 04:35:22.644 | linux-modules-extra-5.15.0-105-generic 2024-07-31 04:35:22.644 | Use 'sudo apt autoremove' to remove them. 2024-07-31 04:35:22.665 | 0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded. 2024-07-31 04:35:22.670 | + functions-common:apt_get:1230 : result=0 2024-07-31 04:35:22.672 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-31 04:35:22.674 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:22.676 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:22.678 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:22.680 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:22.682 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:22.683 | + functions-common:time_stop:2441 : name=apt-get 2024-07-31 04:35:22.685 | + functions-common:time_stop:2442 : start_time=1722400522204 2024-07-31 04:35:22.687 | + functions-common:time_stop:2444 : [[ -z 1722400522204 ]] 2024-07-31 04:35:22.689 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:22.693 | + functions-common:time_stop:2447 : end_time=1722400522690 2024-07-31 04:35:22.694 | + functions-common:time_stop:2448 : elapsed_time=486 2024-07-31 04:35:22.696 | + functions-common:time_stop:2449 : total=6678 2024-07-31 04:35:22.698 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:22.700 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7164 2024-07-31 04:35:22.702 | + functions-common:apt_get:1234 : return 0 2024-07-31 04:35:22.704 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-07-31 04:35:22.706 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-07-31 04:35:22.708 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-07-31 04:35:22.710 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-07-31 04:35:22.711 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-07-31 04:35:22.725 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-07-31 04:35:22.727 | + functions-common:install_package:1459 : update_package_repo 2024-07-31 04:35:22.729 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-31 04:35:22.730 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-31 04:35:22.732 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-31 04:35:22.734 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-31 04:35:22.736 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-31 04:35:22.738 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:22.740 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:22.742 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-31 04:35:22.744 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-31 04:35:22.746 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-31 04:35:22.748 | + functions-common:apt_get_update:1186 : return 2024-07-31 04:35:22.750 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-07-31 04:35:22.752 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-31 04:35:22.754 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:22.756 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:22.758 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-07-31 04:35:22.774 | + 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-07-31 04:35:22.832 | Reading package lists... 2024-07-31 04:35:23.021 | Building dependency tree... 2024-07-31 04:35:23.022 | Reading state information... 2024-07-31 04:35:23.209 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-07-31 04:35:23.209 | The following packages were automatically installed and are no longer required: 2024-07-31 04:35:23.209 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-31 04:35:23.209 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-31 04:35:23.209 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-31 04:35:23.209 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-31 04:35:23.209 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-31 04:35:23.209 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-31 04:35:23.210 | linux-modules-extra-5.15.0-105-generic 2024-07-31 04:35:23.210 | Use 'sudo apt autoremove' to remove them. 2024-07-31 04:35:23.231 | 0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded. 2024-07-31 04:35:23.235 | + functions-common:apt_get:1230 : result=0 2024-07-31 04:35:23.238 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-31 04:35:23.240 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:23.241 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:23.244 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:23.245 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:23.247 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:23.249 | + functions-common:time_stop:2441 : name=apt-get 2024-07-31 04:35:23.251 | + functions-common:time_stop:2442 : start_time=1722400522771 2024-07-31 04:35:23.253 | + functions-common:time_stop:2444 : [[ -z 1722400522771 ]] 2024-07-31 04:35:23.255 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:23.259 | + functions-common:time_stop:2447 : end_time=1722400523256 2024-07-31 04:35:23.261 | + functions-common:time_stop:2448 : elapsed_time=485 2024-07-31 04:35:23.262 | + functions-common:time_stop:2449 : total=7164 2024-07-31 04:35:23.264 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:23.266 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7649 2024-07-31 04:35:23.268 | + functions-common:apt_get:1234 : return 0 2024-07-31 04:35:23.270 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-07-31 04:35:23.272 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-07-31 04:35:23.274 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-31 04:35:23.276 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:23.278 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:23.280 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-07-31 04:35:23.281 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-07-31 04:35:23.310 | wsgi (enabled by maintainer script) 2024-07-31 04:35:23.313 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-07-31 04:35:23.315 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-07-31 04:35:23.317 | + inc/python:pip_install_gr:77 : local clean_name 2024-07-31 04:35:23.319 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-07-31 04:35:23.321 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-07-31 04:35:23.323 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-07-31 04:35:23.326 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-07-31 04:35:23.327 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-07-31 04:35:23.331 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-07-31 04:35:23.333 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-07-31 04:35:23.335 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-07-31 04:35:23.337 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-07-31 04:35:23.339 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-07-31 04:35:23.356 | Using python 3.10 to install osc-placement 2024-07-31 04:35:23.358 | + 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-07-31 04:35:24.480 | Collecting osc-placement 2024-07-31 04:35:24.483 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-07-31 04:35:24.489 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-07-31 04:35:24.490 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.2) 2024-07-31 04:35:24.491 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-07-31 04:35:24.491 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-07-31 04:35:24.492 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-07-31 04:35:24.518 | 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-07-31 04:35:24.518 | 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-07-31 04:35:24.519 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-07-31 04:35:24.520 | 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-07-31 04:35:24.521 | 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-07-31 04:35:24.527 | 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-07-31 04:35:24.527 | 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-07-31 04:35:24.528 | 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-07-31 04:35:24.535 | 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-07-31 04:35:24.535 | 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-07-31 04:35:24.536 | 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-07-31 04:35:24.537 | 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-07-31 04:35:24.538 | 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-07-31 04:35:24.539 | 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-07-31 04:35:24.546 | 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-07-31 04:35:24.547 | 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-07-31 04:35:24.548 | 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-07-31 04:35:24.549 | 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-07-31 04:35:24.550 | 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-07-31 04:35:24.553 | 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-07-31 04:35:24.567 | 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-07-31 04:35:24.568 | 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-07-31 04:35:24.569 | 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-07-31 04:35:24.570 | 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-07-31 04:35:24.571 | 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-07-31 04:35:24.572 | 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-07-31 04:35:24.573 | 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-07-31 04:35:24.590 | 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-07-31 04:35:24.591 | 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-07-31 04:35:24.592 | 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-07-31 04:35:24.593 | 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-07-31 04:35:24.648 | 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-07-31 04:35:24.649 | 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-07-31 04:35:24.650 | 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-07-31 04:35:24.668 | 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-07-31 04:35:24.695 | 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-07-31 04:35:24.755 | 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-07-31 04:35:25.580 | Installing collected packages: osc-placement 2024-07-31 04:35:25.656 | Successfully installed osc-placement-4.1.0 2024-07-31 04:35:25.657 | 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-07-31 04:35:25.765 | + inc/python:pip_install:196 : result=0 2024-07-31 04:35:25.767 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:35:25.769 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:25.771 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:25.773 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:25.775 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:25.777 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:25.779 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:35:25.781 | + functions-common:time_stop:2442 : start_time=1722400523351 2024-07-31 04:35:25.783 | + functions-common:time_stop:2444 : [[ -z 1722400523351 ]] 2024-07-31 04:35:25.785 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:25.789 | + functions-common:time_stop:2447 : end_time=1722400525787 2024-07-31 04:35:25.791 | + functions-common:time_stop:2448 : elapsed_time=2436 2024-07-31 04:35:25.793 | + functions-common:time_stop:2449 : total=80636 2024-07-31 04:35:25.795 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:25.797 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=83072 2024-07-31 04:35:25.799 | + inc/python:pip_install:199 : return 0 2024-07-31 04:35:25.801 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-07-31 04:35:25.803 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-07-31 04:35:25.805 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-07-31 04:35:25.807 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-07-31 04:35:25.809 | + functions-common:git_clone:615 : local orig_dir 2024-07-31 04:35:25.811 | ++ functions-common:git_clone:616 : pwd 2024-07-31 04:35:25.813 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-31 04:35:25.815 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-31 04:35:25.818 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-31 04:35:25.831 | + functions-common:git_clone:619 : RECLONE=False 2024-07-31 04:35:25.833 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-31 04:35:25.835 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-31 04:35:25.837 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-31 04:35:25.839 | + functions-common:git_clone:633 : echo stable/2023.1 2024-07-31 04:35:25.839 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-31 04:35:25.844 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-07-31 04:35:25.846 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-31 04:35:25.848 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-07-31 04:35:25.849 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:35:25.851 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:35:25.853 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:35:25.855 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:35:25.857 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:35:25.858 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:35:25.860 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:35:25.862 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:35:25.864 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:35:25.867 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400525865 2024-07-31 04:35:25.869 | + 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-07-31 04:35:25.871 | Cloning into '/opt/stack//placement'... 2024-07-31 04:35:27.661 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:35:27.663 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:27.665 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:27.666 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:27.668 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:27.670 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:27.672 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:35:27.673 | + functions-common:time_stop:2442 : start_time=1722400525865 2024-07-31 04:35:27.675 | + functions-common:time_stop:2444 : [[ -z 1722400525865 ]] 2024-07-31 04:35:27.678 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:27.681 | + functions-common:time_stop:2447 : end_time=1722400527678 2024-07-31 04:35:27.682 | + functions-common:time_stop:2448 : elapsed_time=1813 2024-07-31 04:35:27.684 | + functions-common:time_stop:2449 : total=85438 2024-07-31 04:35:27.686 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:27.688 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=87251 2024-07-31 04:35:27.690 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-07-31 04:35:27.691 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-07-31 04:35:27.693 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:35:27.695 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:35:27.697 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:35:27.699 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:35:27.701 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:35:27.703 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:35:27.705 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:35:27.706 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:35:27.708 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:35:27.712 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400527710 2024-07-31 04:35:27.714 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-07-31 04:35:29.070 | From https://opendev.org/openstack/placement 2024-07-31 04:35:29.070 | * branch stable/2023.1 -> FETCH_HEAD 2024-07-31 04:35:29.074 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:35:29.076 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:29.078 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:29.079 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:29.081 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:29.083 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:29.085 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:35:29.086 | + functions-common:time_stop:2442 : start_time=1722400527710 2024-07-31 04:35:29.088 | + functions-common:time_stop:2444 : [[ -z 1722400527710 ]] 2024-07-31 04:35:29.090 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:29.093 | + functions-common:time_stop:2447 : end_time=1722400529091 2024-07-31 04:35:29.095 | + functions-common:time_stop:2448 : elapsed_time=1381 2024-07-31 04:35:29.096 | + functions-common:time_stop:2449 : total=87251 2024-07-31 04:35:29.098 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:29.100 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=88632 2024-07-31 04:35:29.101 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-31 04:35:29.103 | + functions-common:git_timed:720 : local count=0 2024-07-31 04:35:29.105 | + functions-common:git_timed:721 : local timeout=0 2024-07-31 04:35:29.106 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-31 04:35:29.108 | + functions-common:git_timed:724 : timeout=0 2024-07-31 04:35:29.110 | + functions-common:git_timed:727 : time_start git_timed 2024-07-31 04:35:29.112 | + functions-common:time_start:2421 : local name=git_timed 2024-07-31 04:35:29.113 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:35:29.115 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:35:29.117 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:35:29.120 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400529118 2024-07-31 04:35:29.122 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-31 04:35:29.148 | Note: switching to 'FETCH_HEAD'. 2024-07-31 04:35:29.148 | 2024-07-31 04:35:29.148 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-31 04:35:29.148 | changes and commit them, and you can discard any commits you make in this 2024-07-31 04:35:29.148 | state without impacting any branches by switching back to a branch. 2024-07-31 04:35:29.148 | 2024-07-31 04:35:29.148 | If you want to create a new branch to retain commits you create, you may 2024-07-31 04:35:29.148 | do so (now or later) by using -c with the switch command. Example: 2024-07-31 04:35:29.148 | 2024-07-31 04:35:29.148 | git switch -c 2024-07-31 04:35:29.148 | 2024-07-31 04:35:29.148 | Or undo this operation with: 2024-07-31 04:35:29.148 | 2024-07-31 04:35:29.148 | git switch - 2024-07-31 04:35:29.148 | 2024-07-31 04:35:29.148 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-31 04:35:29.148 | 2024-07-31 04:35:29.148 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-07-31 04:35:29.151 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-31 04:35:29.153 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:29.155 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:29.156 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:29.158 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:29.160 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:29.161 | + functions-common:time_stop:2441 : name=git_timed 2024-07-31 04:35:29.163 | + functions-common:time_stop:2442 : start_time=1722400529118 2024-07-31 04:35:29.165 | + functions-common:time_stop:2444 : [[ -z 1722400529118 ]] 2024-07-31 04:35:29.167 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:29.170 | + functions-common:time_stop:2447 : end_time=1722400529168 2024-07-31 04:35:29.172 | + functions-common:time_stop:2448 : elapsed_time=50 2024-07-31 04:35:29.173 | + functions-common:time_stop:2449 : total=88632 2024-07-31 04:35:29.175 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:29.177 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=88682 2024-07-31 04:35:29.179 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-07-31 04:35:29.189 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-07-31 04:35:29.191 | + functions-common:git_clone:696 : git show --oneline 2024-07-31 04:35:29.191 | + functions-common:git_clone:696 : head -1 2024-07-31 04:35:29.194 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-07-31 04:35:29.196 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-31 04:35:29.197 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-07-31 04:35:29.199 | + inc/python:setup_develop:334 : local bindep 2024-07-31 04:35:29.201 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-07-31 04:35:29.203 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-07-31 04:35:29.205 | + inc/python:setup_develop:340 : local extras= 2024-07-31 04:35:29.206 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-07-31 04:35:29.208 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-31 04:35:29.210 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-07-31 04:35:29.212 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-07-31 04:35:29.214 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-31 04:35:29.215 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-31 04:35:29.217 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-07-31 04:35:29.219 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-31 04:35:29.222 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-07-31 04:35:29.224 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-31 04:35:29.225 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-31 04:35:29.228 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-07-31 04:35:29.232 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-07-31 04:35:29.234 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-07-31 04:35:29.550 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-07-31 04:35:29.552 | + inc/python:setup_package:414 : local bindep=0 2024-07-31 04:35:29.554 | + inc/python:setup_package:415 : local bindep_flag= 2024-07-31 04:35:29.556 | + inc/python:setup_package:416 : local bindep_profiles= 2024-07-31 04:35:29.558 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-07-31 04:35:29.560 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-07-31 04:35:29.561 | + inc/python:setup_package:423 : local flags=-e 2024-07-31 04:35:29.563 | + inc/python:setup_package:424 : local extras= 2024-07-31 04:35:29.565 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-07-31 04:35:29.567 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-07-31 04:35:29.569 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-31 04:35:29.571 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-31 04:35:29.572 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-31 04:35:29.574 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-07-31 04:35:29.590 | Using python 3.10 to install /opt/stack/placement 2024-07-31 04:35:29.592 | + 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-07-31 04:35:30.533 | Obtaining file:///opt/stack/placement 2024-07-31 04:35:30.534 | Preparing metadata (setup.py): started 2024-07-31 04:35:30.914 | Preparing metadata (setup.py): finished with status 'done' 2024-07-31 04:35:30.970 | 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-07-31 04:35:30.971 | 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-07-31 04:35:30.972 | 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-07-31 04:35:30.972 | 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-07-31 04:35:30.973 | 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-07-31 04:35:30.974 | 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-07-31 04:35:30.975 | 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-07-31 04:35:30.975 | 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-07-31 04:35:30.976 | 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-07-31 04:35:30.977 | 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-07-31 04:35:30.978 | 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-07-31 04:35:30.978 | 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-07-31 04:35:30.979 | 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-07-31 04:35:30.980 | 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-07-31 04:35:30.980 | 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-07-31 04:35:30.981 | 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.1) 2024-07-31 04:35:30.982 | 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-07-31 04:35:30.983 | 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-07-31 04:35:30.983 | 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-07-31 04:35:30.984 | 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-07-31 04:35:30.985 | 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-07-31 04:35:31.003 | 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-07-31 04:35:31.003 | 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-07-31 04:35:31.027 | 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-07-31 04:35:31.028 | 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-07-31 04:35:31.029 | 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-07-31 04:35:31.030 | 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-07-31 04:35:31.031 | 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-07-31 04:35:31.032 | 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.2) 2024-07-31 04:35:31.040 | 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-07-31 04:35:31.058 | 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-07-31 04:35:31.059 | 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-07-31 04:35:31.059 | 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-07-31 04:35:31.060 | 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-07-31 04:35:31.061 | 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-07-31 04:35:31.103 | 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-07-31 04:35:31.104 | 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-07-31 04:35:31.104 | 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-07-31 04:35:31.106 | 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-07-31 04:35:31.124 | 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-07-31 04:35:31.125 | 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-07-31 04:35:31.132 | 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-07-31 04:35:31.133 | 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-07-31 04:35:31.135 | 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-07-31 04:35:31.145 | 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-07-31 04:35:31.146 | 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-07-31 04:35:31.151 | 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-07-31 04:35:31.158 | 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-07-31 04:35:31.158 | 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-07-31 04:35:31.159 | 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-07-31 04:35:31.159 | 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-07-31 04:35:31.170 | 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-07-31 04:35:31.171 | 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-07-31 04:35:31.172 | 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-07-31 04:35:31.173 | 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-07-31 04:35:31.179 | 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-07-31 04:35:31.241 | 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-07-31 04:35:31.255 | 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-07-31 04:35:31.297 | 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-07-31 04:35:31.316 | 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-07-31 04:35:31.341 | 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-07-31 04:35:31.372 | 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-07-31 04:35:31.389 | 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-07-31 04:35:31.458 | 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-07-31 04:35:31.459 | 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-07-31 04:35:31.460 | 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-07-31 04:35:31.485 | 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-07-31 04:35:32.264 | Installing collected packages: openstack-placement 2024-07-31 04:35:32.264 | Running setup.py develop for openstack-placement 2024-07-31 04:35:32.881 | Successfully installed openstack-placement 2024-07-31 04:35:32.881 | 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-07-31 04:35:32.988 | + inc/python:pip_install:196 : result=0 2024-07-31 04:35:32.990 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:35:32.992 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:32.994 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:32.995 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:32.997 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:32.999 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:33.000 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:35:33.002 | + functions-common:time_stop:2442 : start_time=1722400529586 2024-07-31 04:35:33.004 | + functions-common:time_stop:2444 : [[ -z 1722400529586 ]] 2024-07-31 04:35:33.006 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:33.009 | + functions-common:time_stop:2447 : end_time=1722400533007 2024-07-31 04:35:33.011 | + functions-common:time_stop:2448 : elapsed_time=3421 2024-07-31 04:35:33.013 | + functions-common:time_stop:2449 : total=83072 2024-07-31 04:35:33.014 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:33.016 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=86493 2024-07-31 04:35:33.018 | + inc/python:pip_install:199 : return 0 2024-07-31 04:35:33.020 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-31 04:35:33.022 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-07-31 04:35:33.024 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-07-31 04:35:33.038 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-07-31 04:35:33.049 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-07-31 04:35:33.050 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-07-31 04:35:33.052 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:35:33.054 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:35:33.056 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-07-31 04:35:33.058 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:35:33.060 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-07-31 04:35:33.062 | + stack.sh:main:969 : configure_placement 2024-07-31 04:35:33.063 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-07-31 04:35:33.073 | + lib/placement:configure_placement:113 : create_placement_conf 2024-07-31 04:35:33.075 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-07-31 04:35:33.078 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-07-31 04:35:33.080 | ++ lib/database:database_connection_url:134 : local db=placement 2024-07-31 04:35:33.082 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-07-31 04:35:33.084 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-07-31 04:35:33.086 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-31 04:35:33.088 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:33.090 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-07-31 04:35:33.092 | + 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-07-31 04:35:33.119 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-07-31 04:35:33.144 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-07-31 04:35:33.170 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-07-31 04:35:33.171 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-07-31 04:35:33.173 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-07-31 04:35:33.175 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-07-31 04:35:33.177 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-07-31 04:35:33.201 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-07-31 04:35:33.225 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-07-31 04:35:33.248 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-07-31 04:35:33.272 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-07-31 04:35:33.296 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-07-31 04:35:33.319 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-07-31 04:35:33.342 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-07-31 04:35:33.365 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-07-31 04:35:33.388 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-07-31 04:35:33.411 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-07-31 04:35:33.413 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-07-31 04:35:33.415 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-07-31 04:35:33.417 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-31 04:35:33.430 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-31 04:35:33.432 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-31 04:35:33.434 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:33.436 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-31 04:35:33.438 | + 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-07-31 04:35:33.461 | + 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-07-31 04:35:33.485 | + 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-07-31 04:35:33.508 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-31 04:35:33.531 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-07-31 04:35:33.533 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-07-31 04:35:33.534 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-07-31 04:35:33.536 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-07-31 04:35:33.538 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-07-31 04:35:33.540 | + lib/apache:write_uwsgi_config:257 : local http= 2024-07-31 04:35:33.541 | + lib/apache:write_uwsgi_config:258 : local name= 2024-07-31 04:35:33.543 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-07-31 04:35:33.547 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-07-31 04:35:33.548 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-07-31 04:35:33.550 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-07-31 04:35:33.559 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-07-31 04:35:33.560 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-07-31 04:35:33.567 | d /var/run/uwsgi 0755 stack root 2024-07-31 04:35:33.570 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-07-31 04:35:33.578 | /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-07-31 04:35:33.582 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-07-31 04:35:33.584 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-07-31 04:35:33.586 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-07-31 04:35:33.611 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-07-31 04:35:33.634 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-07-31 04:35:33.657 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-07-31 04:35:33.680 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-07-31 04:35:33.703 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-07-31 04:35:33.726 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-07-31 04:35:33.750 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-07-31 04:35:33.773 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-07-31 04:35:33.797 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-07-31 04:35:33.820 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-07-31 04:35:33.844 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-07-31 04:35:33.867 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-07-31 04:35:33.891 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-07-31 04:35:33.893 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-07-31 04:35:33.895 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-07-31 04:35:33.897 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-07-31 04:35:33.899 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-07-31 04:35:33.901 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:33.903 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:33.905 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-07-31 04:35:33.907 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-07-31 04:35:33.909 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-07-31 04:35:33.933 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-07-31 04:35:33.957 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-07-31 04:35:33.958 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-07-31 04:35:33.965 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-07-31 04:35:33.968 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-07-31 04:35:33.970 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-07-31 04:35:33.972 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-07-31 04:35:33.974 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-07-31 04:35:33.977 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-31 04:35:33.979 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:33.982 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:33.984 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-07-31 04:35:33.987 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-07-31 04:35:33.989 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:33.991 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:33.994 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-07-31 04:35:34.026 | Enabling site placement-api. 2024-07-31 04:35:34.030 | To activate the new configuration, you need to run: 2024-07-31 04:35:34.030 | systemctl reload apache2 2024-07-31 04:35:34.034 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-07-31 04:35:34.035 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-31 04:35:34.038 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-31 04:35:34.040 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-31 04:35:34.152 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:34.154 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:34.156 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-07-31 04:35:34.184 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-07-31 04:35:34.208 | + stack.sh:main:976 : is_service_enabled placement placement-client 2024-07-31 04:35:34.222 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:34.223 | + stack.sh:main:977 : is_service_enabled n-cpu 2024-07-31 04:35:34.237 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:34.239 | + stack.sh:main:977 : is_service_enabled n-sch 2024-07-31 04:35:34.252 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:34.254 | + stack.sh:main:978 : configure_placement_nova_compute 2024-07-31 04:35:34.256 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-07-31 04:35:34.258 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-07-31 04:35:34.285 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-07-31 04:35:34.309 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-07-31 04:35:34.333 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-07-31 04:35:34.357 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-07-31 04:35:34.381 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-07-31 04:35:34.405 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-07-31 04:35:34.429 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-07-31 04:35:34.453 | + stack.sh:main:982 : is_service_enabled horizon 2024-07-31 04:35:34.466 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:34.468 | + stack.sh:main:987 : is_service_enabled tls-proxy 2024-07-31 04:35:34.481 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:34.483 | + stack.sh:main:995 : run_phase stack install 2024-07-31 04:35:34.485 | + functions-common:run_phase:1863 : local mode=stack 2024-07-31 04:35:34.487 | + functions-common:run_phase:1864 : local phase=install 2024-07-31 04:35:34.489 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-07-31 04:35:34.491 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-07-31 04:35:34.493 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-07-31 04:35:34.495 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-07-31 04:35:34.497 | + functions-common:run_phase:1873 : local extra 2024-07-31 04:35:34.499 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-07-31 04:35:34.502 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-07-31 04:35:34.504 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-07-31 04:35:34.506 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-07-31 04:35:34.508 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-07-31 04:35:34.510 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-07-31 04:35:34.523 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:34.524 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-07-31 04:35:34.526 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-07-31 04:35:34.528 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-07-31 04:35:34.530 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-07-31 04:35:34.532 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-31 04:35:34.533 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest 2024-07-31 04:35:34.535 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-07-31 04:35:34.537 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-07-31 04:35:34.583 | ++ inc/async:async_inner:63 : install_tempest 2024-07-31 04:35:34.612 | [3530 Async install_tempest:26913]: running: install_tempest 2024-07-31 04:35:34.614 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-07-31 04:35:34.616 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-07-31 04:35:34.618 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-07-31 04:35:34.620 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-07-31 04:35:34.622 | + functions-common:run_phase:1890 : run_plugins stack install 2024-07-31 04:35:34.625 | + functions-common:run_plugins:1849 : local mode=stack 2024-07-31 04:35:34.627 | + functions-common:run_plugins:1850 : local phase=install 2024-07-31 04:35:34.629 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-07-31 04:35:34.631 | + functions-common:run_plugins:1853 : local plugin 2024-07-31 04:35:34.634 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-07-31 04:35:34.636 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-07-31 04:35:34.638 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-07-31 04:35:34.640 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-07-31 04:35:34.642 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-07-31 04:35:34.644 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-07-31 04:35:34.647 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-07-31 04:35:34.649 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-07-31 04:35:34.651 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-31 04:35:34.653 | ++ stack.sh:echo_summary:472 : echo -e Installing Networking-NSX-T 2024-07-31 04:35:34.655 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-07-31 04:35:34.658 | ++ inc/python:setup_develop:334 : local bindep 2024-07-31 04:35:34.660 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-07-31 04:35:34.662 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-07-31 04:35:34.664 | ++ inc/python:setup_develop:340 : local extras= 2024-07-31 04:35:34.666 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-07-31 04:35:34.668 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-31 04:35:34.670 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-07-31 04:35:34.672 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-07-31 04:35:34.674 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-31 04:35:34.676 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-31 04:35:34.678 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-07-31 04:35:34.680 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-31 04:35:34.683 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-07-31 04:35:34.685 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-31 04:35:34.687 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-31 04:35:34.689 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-07-31 04:35:34.694 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-07-31 04:35:34.696 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-07-31 04:35:35.021 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-07-31 04:35:35.023 | ++ inc/python:setup_package:414 : local bindep=0 2024-07-31 04:35:35.025 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-07-31 04:35:35.027 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-07-31 04:35:35.029 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-07-31 04:35:35.031 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-07-31 04:35:35.033 | ++ inc/python:setup_package:423 : local flags=-e 2024-07-31 04:35:35.035 | ++ inc/python:setup_package:424 : local extras= 2024-07-31 04:35:35.037 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-07-31 04:35:35.039 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-07-31 04:35:35.041 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-31 04:35:35.043 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-31 04:35:35.045 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-31 04:35:35.047 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-07-31 04:35:35.063 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-07-31 04:35:35.064 | ++ 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-07-31 04:35:36.004 | Obtaining file:///opt/stack/networking-nsx-t 2024-07-31 04:35:36.005 | Preparing metadata (setup.py): started 2024-07-31 04:35:36.384 | Preparing metadata (setup.py): finished with status 'done' 2024-07-31 04:35:36.533 | Collecting Babel>=1.3 2024-07-31 04:35:36.583 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-07-31 04:35:36.631 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (22.1.0) 2024-07-31 04:35:36.656 | Collecting ipaddress 2024-07-31 04:35:36.658 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-07-31 04:35:36.659 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (0.8.0) 2024-07-31 04:35:36.660 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (3.4.2) 2024-07-31 04:35:36.661 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (9.1.1) 2024-07-31 04:35:36.662 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (6.0.0) 2024-07-31 04:35:36.663 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (5.2.0) 2024-07-31 04:35:36.664 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-07-31 04:35:36.664 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (3.1.2) 2024-07-31 04:35:36.665 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (6.1.0) 2024-07-31 04:35:36.666 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (5.11.1) 2024-07-31 04:35:36.667 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (0.14.1) 2024-07-31 04:35:36.667 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (9.0.0) 2024-07-31 04:35:36.778 | Collecting ratelimiter 2024-07-31 04:35:36.780 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-07-31 04:35:36.782 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (3.2.0) 2024-07-31 04:35:36.784 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev19) (2022.4) 2024-07-31 04:35:36.801 | 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.dev19) (4.1.1) 2024-07-31 04:35:36.802 | 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.dev19) (14.2.4) 2024-07-31 04:35:36.803 | 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.dev19) (2.6.0) 2024-07-31 04:35:36.804 | 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.dev19) (1.4.2) 2024-07-31 04:35:36.805 | 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.dev19) (1.3.2) 2024-07-31 04:35:36.806 | 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.dev19) (5.0.0) 2024-07-31 04:35:36.807 | 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.dev19) (5.1.2) 2024-07-31 04:35:36.807 | 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.dev19) (5.1.1) 2024-07-31 04:35:36.808 | 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.dev19) (1.8.7) 2024-07-31 04:35:36.809 | 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.dev19) (3.4.3) 2024-07-31 04:35:36.810 | 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.dev19) (5.1.1) 2024-07-31 04:35:36.811 | 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.dev19) (3.1.0) 2024-07-31 04:35:36.812 | 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.dev19) (1.4.41) 2024-07-31 04:35:36.813 | 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.dev19) (2.10.0) 2024-07-31 04:35:36.814 | 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.dev19) (12.3.2) 2024-07-31 04:35:36.833 | 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.dev19) (2.5.0) 2024-07-31 04:35:36.834 | 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.dev19) (1.5.0) 2024-07-31 04:35:36.835 | 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.dev19) (2.28.1) 2024-07-31 04:35:36.836 | 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.dev19) (6.0) 2024-07-31 04:35:36.878 | 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.dev19) (2.8.2) 2024-07-31 04:35:36.880 | 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.dev19) (0.9.6) 2024-07-31 04:35:36.885 | 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.dev19) (1.0.4) 2024-07-31 04:35:36.896 | 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.dev19) (2.5.1) 2024-07-31 04:35:36.897 | 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.dev19) (0.33.1) 2024-07-31 04:35:36.898 | 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.dev19) (4.0.1) 2024-07-31 04:35:36.898 | 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.dev19) (1.1.3) 2024-07-31 04:35:36.899 | 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.dev19) (3.5.2) 2024-07-31 04:35:36.900 | 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.dev19) (1.4.0) 2024-07-31 04:35:36.901 | 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.dev19) (2.1.1) 2024-07-31 04:35:36.908 | 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.dev19) (23.1) 2024-07-31 04:35:36.908 | 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.dev19) (1.1.0) 2024-07-31 04:35:36.909 | 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.dev19) (3.0.9) 2024-07-31 04:35:36.910 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev19) (0.11.0) 2024-07-31 04:35:36.953 | 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.dev19) (2.1.0) 2024-07-31 04:35:36.954 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (5.1.0) 2024-07-31 04:35:36.955 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (3.17.6) 2024-07-31 04:35:36.956 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (2.7.0) 2024-07-31 04:35:36.957 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (4.2.0) 2024-07-31 04:35:36.988 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (0.13.1) 2024-07-31 04:35:36.989 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (2.4.1) 2024-07-31 04:35:36.990 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (0.18) 2024-07-31 04:35:36.991 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (6.3.1) 2024-07-31 04:35:36.998 | 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.dev19) (3.4.1) 2024-07-31 04:35:36.999 | 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.dev19) (2.4.2) 2024-07-31 04:35:37.000 | 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.dev19) (0.5.1) 2024-07-31 04:35:37.001 | 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.dev19) (5.0.0) 2024-07-31 04:35:37.006 | 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.dev19) (1.14.1) 2024-07-31 04:35:37.012 | 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.dev19) (1.16.0) 2024-07-31 04:35:37.013 | 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.dev19) (2.2.1) 2024-07-31 04:35:37.056 | 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.dev19) (1.7.0) 2024-07-31 04:35:37.066 | 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.dev19) (1.0.1) 2024-07-31 04:35:37.075 | 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.dev19) (2.17.7) 2024-07-31 04:35:37.076 | 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.dev19) (0.6.13) 2024-07-31 04:35:37.122 | 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.dev19) (2.0.1) 2024-07-31 04:35:37.123 | 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.dev19) (0.5.0) 2024-07-31 04:35:37.124 | 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.dev19) (1.8.1) 2024-07-31 04:35:37.125 | 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.dev19) (0.13.0) 2024-07-31 04:35:37.149 | 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.dev19) (5.1.1) 2024-07-31 04:35:37.150 | 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.dev19) (5.2.0) 2024-07-31 04:35:37.151 | 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.dev19) (5.1.1) 2024-07-31 04:35:37.152 | 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.dev19) (0.6.0) 2024-07-31 04:35:37.154 | 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.dev19) (5.2.4) 2024-07-31 04:35:37.207 | 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.dev19) (59.6.0) 2024-07-31 04:35:37.223 | 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.dev19) (0.3.5) 2024-07-31 04:35:37.224 | 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.dev19) (1.2.3) 2024-07-31 04:35:37.276 | 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.dev19) (2.1.1) 2024-07-31 04:35:37.277 | 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.dev19) (1.26.12) 2024-07-31 04:35:37.278 | 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.dev19) (3.4) 2024-07-31 04:35:37.279 | 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.dev19) (2020.6.20) 2024-07-31 04:35:37.295 | 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.dev19) (0.7) 2024-07-31 04:35:37.432 | 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.dev19) (5.0.0) 2024-07-31 04:35:37.486 | 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.dev19) (1.8.2) 2024-07-31 04:35:37.487 | 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.dev19) (0.2.5) 2024-07-31 04:35:37.538 | 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.dev19) (3.8.1) 2024-07-31 04:35:37.580 | 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.dev19) (2.1.1) 2024-07-31 04:35:37.591 | 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.dev19) (2.11.0) 2024-07-31 04:35:37.592 | 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.dev19) (4.9.1) 2024-07-31 04:35:37.608 | 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.dev19) (1.32) 2024-07-31 04:35:37.609 | 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.dev19) (1.0.1) 2024-07-31 04:35:37.610 | 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.dev19) (1.4.4) 2024-07-31 04:35:37.611 | 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.dev19) (1.4.0) 2024-07-31 04:35:37.611 | 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.dev19) (5.1.1) 2024-07-31 04:35:37.613 | 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.dev19) (38.0.2) 2024-07-31 04:35:37.614 | 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.dev19) (1.1.8) 2024-07-31 04:35:37.648 | 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.dev19) (3.1.2) 2024-07-31 04:35:37.650 | 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.dev19) (3.3.0) 2024-07-31 04:35:37.651 | 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.dev19) (4.0.0) 2024-07-31 04:35:37.660 | 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.dev19) (2.4.0) 2024-07-31 04:35:37.702 | 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.dev19) (0.4.3) 2024-07-31 04:35:37.702 | 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.dev19) (0.5.2) 2024-07-31 04:35:37.753 | 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.dev19) (2.5.0) 2024-07-31 04:35:37.826 | 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.dev19) (1.15.1) 2024-07-31 04:35:37.918 | 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.dev19) (1.5.0) 2024-07-31 04:35:38.031 | 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.dev19) (2.21) 2024-07-31 04:35:38.580 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-07-31 04:35:38.615 | Attempting uninstall: Babel 2024-07-31 04:35:38.617 | Found existing installation: Babel 2.8.0 2024-07-31 04:35:38.618 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-31 04:35:38.618 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-07-31 04:35:38.983 | Running setup.py develop for networking-nsxv3 2024-07-31 04:35:39.801 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-07-31 04:35:39.801 | 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-07-31 04:35:39.924 | ++ inc/python:pip_install:196 : result=0 2024-07-31 04:35:39.926 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:35:39.928 | ++ functions-common:time_stop:2435 : local name 2024-07-31 04:35:39.930 | ++ functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:39.932 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:39.933 | ++ functions-common:time_stop:2438 : local total 2024-07-31 04:35:39.935 | ++ functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:39.937 | ++ functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:35:39.939 | ++ functions-common:time_stop:2442 : start_time=1722400535058 2024-07-31 04:35:39.940 | ++ functions-common:time_stop:2444 : [[ -z 1722400535058 ]] 2024-07-31 04:35:39.943 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:39.946 | ++ functions-common:time_stop:2447 : end_time=1722400539944 2024-07-31 04:35:39.948 | ++ functions-common:time_stop:2448 : elapsed_time=4886 2024-07-31 04:35:39.949 | ++ functions-common:time_stop:2449 : total=86493 2024-07-31 04:35:39.951 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:39.953 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91379 2024-07-31 04:35:39.955 | ++ inc/python:pip_install:199 : return 0 2024-07-31 04:35:39.957 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-31 04:35:39.959 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-07-31 04:35:39.961 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-07-31 04:35:39.976 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-07-31 04:35:39.985 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-07-31 04:35:39.987 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-07-31 04:35:39.989 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:35:39.991 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:35:39.993 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-07-31 04:35:39.995 | ++ inc/python:use_library_from_git:249 : return 1 2024-07-31 04:35:39.997 | + stack.sh:main:998 : use_library_from_git python-openstackclient 2024-07-31 04:35:39.999 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-07-31 04:35:40.001 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-31 04:35:40.003 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-31 04:35:40.005 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-07-31 04:35:40.007 | + inc/python:use_library_from_git:249 : return 1 2024-07-31 04:35:40.009 | + stack.sh:main:1002 : pip_install_gr python-openstackclient 2024-07-31 04:35:40.011 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-07-31 04:35:40.013 | + inc/python:pip_install_gr:77 : local clean_name 2024-07-31 04:35:40.015 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-07-31 04:35:40.017 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-07-31 04:35:40.019 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-07-31 04:35:40.023 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-07-31 04:35:40.023 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-07-31 04:35:40.027 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-07-31 04:35:40.029 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-07-31 04:35:40.031 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-07-31 04:35:40.033 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-07-31 04:35:40.035 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-07-31 04:35:40.052 | Using python 3.10 to install python-openstackclient 2024-07-31 04:35:40.054 | + 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-07-31 04:35:41.112 | Collecting python-openstackclient 2024-07-31 04:35:41.122 | Using cached python_openstackclient-6.2.0-py3-none-any.whl (1.1 MB) 2024-07-31 04:35:41.141 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-07-31 04:35:41.142 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-07-31 04:35:41.143 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-07-31 04:35:41.143 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-07-31 04:35:41.144 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-07-31 04:35:41.145 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-07-31 04:35:41.146 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-07-31 04:35:41.147 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-07-31 04:35:41.147 | 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-07-31 04:35:41.148 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-07-31 04:35:41.149 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-07-31 04:35:41.154 | 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-07-31 04:35:41.155 | 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-07-31 04:35:41.155 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-07-31 04:35:41.156 | 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-07-31 04:35:41.157 | 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-07-31 04:35:41.168 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-07-31 04:35:41.169 | 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-07-31 04:35:41.170 | 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-07-31 04:35:41.171 | 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-07-31 04:35:41.171 | 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-07-31 04:35:41.172 | 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-07-31 04:35:41.173 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-07-31 04:35:41.174 | 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-07-31 04:35:41.175 | 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-07-31 04:35:41.175 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.2) 2024-07-31 04:35:41.182 | 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-07-31 04:35:41.189 | 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-07-31 04:35:41.190 | 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-07-31 04:35:41.191 | 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-07-31 04:35:41.192 | 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-07-31 04:35:41.193 | 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-07-31 04:35:41.201 | 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-07-31 04:35:41.210 | 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.1) 2024-07-31 04:35:41.211 | 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-07-31 04:35:41.212 | 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-07-31 04:35:41.271 | 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-07-31 04:35:41.272 | 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-07-31 04:35:41.273 | 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-07-31 04:35:41.291 | 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-07-31 04:35:41.296 | 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-07-31 04:35:41.322 | 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-07-31 04:35:41.379 | 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-07-31 04:35:41.385 | 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-07-31 04:35:41.414 | 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-07-31 04:35:41.415 | 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-07-31 04:35:41.416 | 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-07-31 04:35:41.417 | 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-07-31 04:35:41.461 | 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-07-31 04:35:42.349 | Installing collected packages: python-openstackclient 2024-07-31 04:35:43.222 | Successfully installed python-openstackclient-6.2.0 2024-07-31 04:35:43.222 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-31 04:35:43.353 | + inc/python:pip_install:196 : result=0 2024-07-31 04:35:43.355 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-31 04:35:43.357 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:43.359 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:43.361 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:43.362 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:43.364 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:43.366 | + functions-common:time_stop:2441 : name=pip_install 2024-07-31 04:35:43.368 | + functions-common:time_stop:2442 : start_time=1722400540047 2024-07-31 04:35:43.370 | + functions-common:time_stop:2444 : [[ -z 1722400540047 ]] 2024-07-31 04:35:43.372 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:43.375 | + functions-common:time_stop:2447 : end_time=1722400543373 2024-07-31 04:35:43.377 | + functions-common:time_stop:2448 : elapsed_time=3326 2024-07-31 04:35:43.379 | + functions-common:time_stop:2449 : total=91379 2024-07-31 04:35:43.381 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:43.383 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94705 2024-07-31 04:35:43.384 | + inc/python:pip_install:199 : return 0 2024-07-31 04:35:43.386 | + stack.sh:main:1007 : install_oscwrap 2024-07-31 04:35:43.389 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-07-31 04:35:43.392 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.LuBsrWVTvw 2024-07-31 04:35:43.394 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-07-31 04:35:43.396 | + functions-common:install_oscwrap:2486 : unalias -a 2024-07-31 04:35:43.398 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-07-31 04:35:43.400 | + stack.sh:main:1012 : [[ False != \F\a\l\s\e ]] 2024-07-31 04:35:43.402 | + stack.sh:main:1052 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-07-31 04:35:43.404 | + stack.sh:main:1060 : is_service_enabled mysql postgresql 2024-07-31 04:35:43.417 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:43.419 | + stack.sh:main:1061 : configure_database 2024-07-31 04:35:43.421 | + lib/database:configure_database:128 : configure_database_mysql 2024-07-31 04:35:43.423 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-07-31 04:35:43.425 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-07-31 04:35:43.426 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-31 04:35:43.428 | + stack.sh:echo_summary:472 : echo -e Configuring and starting MySQL 2024-07-31 04:35:43.430 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-07-31 04:35:43.431 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:43.433 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:43.435 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-07-31 04:35:43.437 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-07-31 04:35:43.439 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-07-31 04:35:43.440 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-07-31 04:35:43.443 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-07-31 04:35:43.493 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-07-31 04:35:43.495 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-31 04:35:43.497 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-31 04:35:43.498 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-31 04:35:43.500 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-31 04:35:43.502 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-31 04:35:43.504 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-31 04:35:43.505 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-31 04:35:43.507 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-31 04:35:43.509 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-31 04:35:43.511 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-31 04:35:43.513 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-31 04:35:43.515 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-31 04:35:43.516 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-07-31 04:35:43.518 | + functions-common:is_suse:544 : is_opensuse 2024-07-31 04:35:43.520 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-31 04:35:43.522 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-31 04:35:43.523 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-31 04:35:43.525 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-31 04:35:43.527 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-31 04:35:43.529 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-07-31 04:35:43.531 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:43.532 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:43.534 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-07-31 04:35:43.536 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-31 04:35:43.538 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-07-31 04:35:44.115 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-07-31 04:35:44.117 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:44.119 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:44.122 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-07-31 04:35:44.124 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-07-31 04:35:44.126 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-07-31 04:35:44.128 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:44.130 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:44.133 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-07-31 04:35:44.135 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-07-31 04:35:44.137 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-07-31 04:35:44.139 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:44.141 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:44.143 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-07-31 04:35:44.145 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-07-31 04:35:44.147 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-07-31 04:35:44.148 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-07-31 04:35:44.168 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-07-31 04:35:44.170 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-31 04:35:44.172 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-31 04:35:44.174 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-07-31 04:35:44.176 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-07-31 04:35:44.178 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-07-31 04:35:44.228 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-07-31 04:35:44.280 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-07-31 04:35:44.810 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:44.812 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:44.814 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:44.816 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-07-31 04:35:44.818 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-31 04:35:44.820 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-07-31 04:35:45.324 | + stack.sh:main:1065 : save_stackenv 1065 2024-07-31 04:35:45.326 | + functions-common:save_stackenv:60 : local tag=1065 2024-07-31 04:35:45.329 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-07-31 04:35:45.331 | + functions-common:save_stackenv:62 : time_stamp=2024-07-31-043545 2024-07-31 04:35:45.333 | + functions-common:save_stackenv:63 : echo '# 2024-07-31-043545 1065' 2024-07-31 04:35:45.336 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.338 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-07-31 04:35:45.339 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.341 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-07-31 04:35:45.343 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.345 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-07-31 04:35:45.347 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.348 | + 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-07-31 04:35:45.350 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.352 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-07-31 04:35:45.354 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.355 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-07-31 04:35:45.357 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.359 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-07-31-043152 2024-07-31 04:35:45.361 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.362 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-07-31 04:35:45.364 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.366 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-07-31 04:35:45.368 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.369 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-07-31 04:35:45.371 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.373 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-07-31 04:35:45.375 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.377 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-07-31 04:35:45.378 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.380 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-07-31 04:35:45.382 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.384 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-07-31 04:35:45.386 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-31 04:35:45.387 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-07-31 04:35:45.389 | + stack.sh:main:1077 : [[ False == \T\r\u\e ]] 2024-07-31 04:35:45.391 | + stack.sh:main:1091 : start_dstat 2024-07-31 04:35:45.393 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-07-31 04:35:45.395 | + functions-common:run_process:1689 : local service=dstat 2024-07-31 04:35:45.397 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-07-31 04:35:45.398 | + functions-common:run_process:1691 : local group= 2024-07-31 04:35:45.400 | + functions-common:run_process:1692 : local user= 2024-07-31 04:35:45.402 | + functions-common:run_process:1693 : local env_vars= 2024-07-31 04:35:45.404 | + functions-common:run_process:1695 : local name=dstat 2024-07-31 04:35:45.405 | + functions-common:run_process:1697 : time_start run_process 2024-07-31 04:35:45.407 | + functions-common:time_start:2421 : local name=run_process 2024-07-31 04:35:45.409 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:35:45.411 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:35:45.414 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:35:45.417 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400545415 2024-07-31 04:35:45.419 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-07-31 04:35:45.434 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:45.436 | + functions-common:run_process:1701 : time_stop run_process 2024-07-31 04:35:45.438 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:45.439 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:45.441 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:45.443 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:45.445 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:45.447 | + functions-common:time_stop:2441 : name=run_process 2024-07-31 04:35:45.449 | + functions-common:time_stop:2442 : start_time=1722400545415 2024-07-31 04:35:45.451 | + functions-common:time_stop:2444 : [[ -z 1722400545415 ]] 2024-07-31 04:35:45.454 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:45.457 | + functions-common:time_stop:2447 : end_time=1722400545455 2024-07-31 04:35:45.459 | + functions-common:time_stop:2448 : elapsed_time=40 2024-07-31 04:35:45.461 | + functions-common:time_stop:2449 : total=0 2024-07-31 04:35:45.463 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:45.465 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=40 2024-07-31 04:35:45.467 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-07-31 04:35:45.469 | + functions-common:run_process:1689 : local service=memory_tracker 2024-07-31 04:35:45.471 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-07-31 04:35:45.473 | + functions-common:run_process:1691 : local group= 2024-07-31 04:35:45.475 | + functions-common:run_process:1692 : local user=root 2024-07-31 04:35:45.477 | + functions-common:run_process:1693 : local env_vars= 2024-07-31 04:35:45.478 | + functions-common:run_process:1695 : local name=memory_tracker 2024-07-31 04:35:45.480 | + functions-common:run_process:1697 : time_start run_process 2024-07-31 04:35:45.482 | + functions-common:time_start:2421 : local name=run_process 2024-07-31 04:35:45.484 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:35:45.486 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:35:45.488 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:35:45.492 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400545489 2024-07-31 04:35:45.494 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-07-31 04:35:45.507 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:45.509 | + functions-common:run_process:1701 : time_stop run_process 2024-07-31 04:35:45.511 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:45.513 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:45.515 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:45.517 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:45.519 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:45.521 | + functions-common:time_stop:2441 : name=run_process 2024-07-31 04:35:45.523 | + functions-common:time_stop:2442 : start_time=1722400545489 2024-07-31 04:35:45.525 | + functions-common:time_stop:2444 : [[ -z 1722400545489 ]] 2024-07-31 04:35:45.527 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:45.530 | + functions-common:time_stop:2447 : end_time=1722400545528 2024-07-31 04:35:45.532 | + functions-common:time_stop:2448 : elapsed_time=39 2024-07-31 04:35:45.534 | + functions-common:time_stop:2449 : total=40 2024-07-31 04:35:45.536 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:45.538 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=79 2024-07-31 04:35:45.540 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-07-31 04:35:45.554 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:45.556 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-07-31 04:35:45.557 | + functions-common:run_process:1689 : local service=file_tracker 2024-07-31 04:35:45.559 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-07-31 04:35:45.561 | + functions-common:run_process:1691 : local group= 2024-07-31 04:35:45.563 | + functions-common:run_process:1692 : local user= 2024-07-31 04:35:45.565 | + functions-common:run_process:1693 : local env_vars= 2024-07-31 04:35:45.567 | + functions-common:run_process:1695 : local name=file_tracker 2024-07-31 04:35:45.569 | + functions-common:run_process:1697 : time_start run_process 2024-07-31 04:35:45.571 | + functions-common:time_start:2421 : local name=run_process 2024-07-31 04:35:45.573 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:35:45.574 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:35:45.577 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:35:45.580 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400545578 2024-07-31 04:35:45.582 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-07-31 04:35:45.600 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:45.602 | + functions-common:run_process:1701 : time_stop run_process 2024-07-31 04:35:45.604 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:45.606 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:45.608 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:45.609 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:45.611 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:45.613 | + functions-common:time_stop:2441 : name=run_process 2024-07-31 04:35:45.615 | + functions-common:time_stop:2442 : start_time=1722400545578 2024-07-31 04:35:45.617 | + functions-common:time_stop:2444 : [[ -z 1722400545578 ]] 2024-07-31 04:35:45.619 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:45.622 | + functions-common:time_stop:2447 : end_time=1722400545620 2024-07-31 04:35:45.624 | + functions-common:time_stop:2448 : elapsed_time=42 2024-07-31 04:35:45.626 | + functions-common:time_stop:2449 : total=79 2024-07-31 04:35:45.628 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:45.630 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=121 2024-07-31 04:35:45.632 | + stack.sh:main:1095 : is_service_enabled tcpdump 2024-07-31 04:35:45.646 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:45.648 | + stack.sh:main:1103 : is_service_enabled etcd3 2024-07-31 04:35:45.678 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:45.680 | + stack.sh:main:1104 : start_etcd3 2024-07-31 04:35:45.681 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-07-31 04:35:45.683 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-07-31 04:35:45.685 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-07-31 04:35:45.687 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-07-31 04:35:45.689 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-07-31 04:35:45.691 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-07-31 04:35:45.692 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-07-31 04:35:45.694 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-07-31 04:35:45.696 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-07-31 04:35:45.698 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-07-31 04:35:45.700 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-07-31 04:35:45.702 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-07-31 04:35:45.704 | + 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-07-31 04:35:45.706 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-07-31 04:35:45.708 | + 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-07-31 04:35:45.709 | + functions-common:write_user_unit_file:1560 : local group= 2024-07-31 04:35:45.711 | + functions-common:write_user_unit_file:1561 : local user=root 2024-07-31 04:35:45.713 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-07-31 04:35:45.715 | + functions-common:write_user_unit_file:1563 : local extra= 2024-07-31 04:35:45.717 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-07-31 04:35:45.719 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-07-31 04:35:45.720 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-07-31 04:35:45.724 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-07-31 04:35:45.778 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-07-31 04:35:45.844 | + 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-07-31 04:35:45.886 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-07-31 04:35:45.929 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-07-31 04:35:45.973 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-07-31 04:35:46.020 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-07-31 04:35:46.022 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-07-31 04:35:46.024 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-07-31 04:35:46.076 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-07-31 04:35:46.463 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-07-31 04:35:46.508 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-07-31 04:35:46.551 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-07-31 04:35:46.594 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-07-31 04:35:46.638 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-07-31 04:35:46.640 | ++ functions-common:is_arch:507 : uname -m 2024-07-31 04:35:46.644 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-07-31 04:35:46.646 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-07-31 04:35:46.953 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-07-31 04:35:46.963 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-07-31 04:35:47.278 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-07-31 04:35:48.268 | + stack.sh:main:1110 : is_service_enabled tls-proxy 2024-07-31 04:35:48.282 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:48.284 | + stack.sh:main:1115 : write_clouds_yaml 2024-07-31 04:35:48.286 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-07-31 04:35:48.288 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-07-31 04:35:48.292 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-07-31 04:35:48.301 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-07-31 04:35:48.310 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-07-31 04:35:48.312 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-07-31 04:35:48.314 | + 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-07-31 04:35:48.358 | The user clouds.yaml file didn't exist. 2024-07-31 04:35:48.365 | + 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-07-31 04:35:48.437 | + 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-07-31 04:35:48.494 | + 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-07-31 04:35:48.551 | + 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-07-31 04:35:48.609 | + 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-07-31 04:35:48.668 | + 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-07-31 04:35:48.730 | + 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-07-31 04:35:48.794 | + 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-07-31 04:35:48.858 | + 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-07-31 04:35:48.924 | + functions-common:write_clouds_yaml:198 : cat 2024-07-31 04:35:48.927 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-07-31 04:35:48.930 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-07-31 04:35:48.933 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-07-31 04:35:48.936 | + stack.sh:main:1116 : export OS_CLOUD=devstack-admin 2024-07-31 04:35:48.938 | + stack.sh:main:1116 : OS_CLOUD=devstack-admin 2024-07-31 04:35:48.940 | + stack.sh:main:1118 : is_service_enabled keystone 2024-07-31 04:35:48.953 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:48.955 | + stack.sh:main:1119 : echo_summary 'Starting Keystone' 2024-07-31 04:35:48.957 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-31 04:35:48.959 | + stack.sh:echo_summary:472 : echo -e Starting Keystone 2024-07-31 04:35:48.961 | + stack.sh:main:1121 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-07-31 04:35:48.963 | + stack.sh:main:1122 : init_keystone 2024-07-31 04:35:48.965 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-07-31 04:35:48.978 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:48.980 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-07-31 04:35:48.981 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-07-31 04:35:48.983 | + lib/database:recreate_database:112 : local db=keystone 2024-07-31 04:35:48.985 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-07-31 04:35:48.987 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-07-31 04:35:48.989 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-07-31 04:35:48.998 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-07-31 04:35:49.007 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-07-31 04:35:49.008 | + functions-common:time_start:2421 : local name=dbsync 2024-07-31 04:35:49.011 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:35:49.012 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:35:49.015 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:35:49.018 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400549016 2024-07-31 04:35:49.020 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-07-31 04:35:50.891 | 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=29254) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-07-31 04:35:50.896 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-07-31 04:35:50.896 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-07-31 04:35:50.897 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-07-31 04:35:50.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:35:50.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:35:50.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:35:50.898 | 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=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:35:50.898 | 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=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:35:50.898 | 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=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:35:50.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:35:50.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:35:50.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:35:50.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:35:50.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:35:50.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:35:50.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:35:50.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:35:50.899 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-07-31 04:35:50.899 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=29254) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-07-31 04:35:50.910 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-07-31 04:35:50.910 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-07-31 04:35:50.938 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-07-31 04:35:51.643 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29254) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-07-31 04:35:51.644 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-07-31 04:35:51.644 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29254) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-07-31 04:35:51.646 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-07-31 04:35:51.646 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29254) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-07-31 04:35:51.942 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-07-31 04:35:51.945 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:51.947 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:51.949 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:51.950 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:51.952 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:51.955 | + functions-common:time_stop:2441 : name=dbsync 2024-07-31 04:35:51.956 | + functions-common:time_stop:2442 : start_time=1722400549016 2024-07-31 04:35:51.958 | + functions-common:time_stop:2444 : [[ -z 1722400549016 ]] 2024-07-31 04:35:51.961 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:51.964 | + functions-common:time_stop:2447 : end_time=1722400551962 2024-07-31 04:35:51.966 | + functions-common:time_stop:2448 : elapsed_time=2946 2024-07-31 04:35:51.968 | + functions-common:time_stop:2449 : total=0 2024-07-31 04:35:51.970 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:51.972 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2946 2024-07-31 04:35:51.974 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-07-31 04:35:51.976 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-07-31 04:35:51.979 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-07-31 04:35:53.599 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-07-31 04:35:53.600 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-07-31 04:35:53.600 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-07-31 04:35:53.600 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-07-31 04:35:53.600 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-07-31 04:35:53.601 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-07-31 04:35:53.601 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-07-31 04:35:53.601 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-07-31 04:35:53.601 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-07-31 04:35:53.863 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-07-31 04:35:53.866 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-07-31 04:35:55.491 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-07-31 04:35:55.491 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-07-31 04:35:55.491 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-07-31 04:35:55.492 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-07-31 04:35:55.492 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-07-31 04:35:55.492 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-07-31 04:35:55.492 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-07-31 04:35:55.492 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-07-31 04:35:55.493 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-07-31 04:35:55.756 | + stack.sh:main:1123 : start_keystone 2024-07-31 04:35:55.758 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-07-31 04:35:55.760 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-07-31 04:35:55.762 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-07-31 04:35:55.774 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:55.776 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-07-31 04:35:55.778 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-07-31 04:35:55.782 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-07-31 04:35:55.783 | + functions-common:run_process:1689 : local service=keystone 2024-07-31 04:35:55.785 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-07-31 04:35:55.787 | + functions-common:run_process:1691 : local group= 2024-07-31 04:35:55.789 | + functions-common:run_process:1692 : local user= 2024-07-31 04:35:55.791 | + functions-common:run_process:1693 : local env_vars= 2024-07-31 04:35:55.792 | + functions-common:run_process:1695 : local name=keystone 2024-07-31 04:35:55.794 | + functions-common:run_process:1697 : time_start run_process 2024-07-31 04:35:55.796 | + functions-common:time_start:2421 : local name=run_process 2024-07-31 04:35:55.798 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:35:55.799 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:35:55.801 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:35:55.805 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400555802 2024-07-31 04:35:55.806 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-07-31 04:35:55.818 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:35:55.820 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-07-31 04:35:55.822 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-07-31 04:35:55.824 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-07-31 04:35:55.825 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-07-31 04:35:55.827 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-07-31 04:35:55.829 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-07-31 04:35:55.830 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-07-31 04:35:55.832 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-07-31 04:35:55.834 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-07-31 04:35:55.836 | + functions-common:_run_under_systemd:1656 : local group= 2024-07-31 04:35:55.837 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-07-31 04:35:55.839 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-07-31 04:35:55.841 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-07-31 04:35:55.843 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-07-31 04:35:55.844 | + 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-07-31 04:35:55.846 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-07-31 04:35:55.848 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-07-31 04:35:55.849 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-07-31 04:35:55.851 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-07-31 04:35:55.852 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-07-31 04:35:55.854 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-07-31 04:35:55.855 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-07-31 04:35:55.858 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-07-31 04:35:55.908 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-07-31 04:35:55.955 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-07-31 04:35:55.995 | + 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-07-31 04:35:56.038 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-07-31 04:35:56.080 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-07-31 04:35:56.122 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-07-31 04:35:56.165 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-07-31 04:35:56.206 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-07-31 04:35:56.246 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-07-31 04:35:56.288 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-07-31 04:35:56.290 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-07-31 04:35:56.292 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-07-31 04:35:56.344 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-07-31 04:35:56.536 | ++ inc/async:async_inner:64 : rc=0 2024-07-31 04:35:56.555 | [26913 Async install_tempest:26913]: finished successfully 2024-07-31 04:35:56.654 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-07-31 04:35:56.665 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-07-31 04:35:56.970 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-07-31 04:35:57.050 | + functions-common:run_process:1701 : time_stop run_process 2024-07-31 04:35:57.053 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:57.055 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:57.058 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:57.061 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:57.063 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:57.065 | + functions-common:time_stop:2441 : name=run_process 2024-07-31 04:35:57.067 | + functions-common:time_stop:2442 : start_time=1722400555802 2024-07-31 04:35:57.069 | + functions-common:time_stop:2444 : [[ -z 1722400555802 ]] 2024-07-31 04:35:57.071 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:57.075 | + functions-common:time_stop:2447 : end_time=1722400557073 2024-07-31 04:35:57.076 | + functions-common:time_stop:2448 : elapsed_time=1271 2024-07-31 04:35:57.078 | + functions-common:time_stop:2449 : total=121 2024-07-31 04:35:57.080 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:57.082 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1392 2024-07-31 04:35:57.084 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-07-31 04:35:57.084 | Waiting for keystone to start... 2024-07-31 04:35:57.086 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-07-31 04:35:57.088 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-07-31 04:35:57.090 | + functions:wait_for_service:468 : local timeout=60 2024-07-31 04:35:57.092 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-07-31 04:35:57.094 | + functions:wait_for_service:470 : local rval=0 2024-07-31 04:35:57.096 | + functions:wait_for_service:471 : time_start wait_for_service 2024-07-31 04:35:57.098 | + functions-common:time_start:2421 : local name=wait_for_service 2024-07-31 04:35:57.100 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:35:57.102 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:35:57.104 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:35:57.108 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400557106 2024-07-31 04:35:57.110 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-07-31 04:35:57.114 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-07-31 04:35:59.466 | + :: : [[ 200 == 503 ]] 2024-07-31 04:35:59.467 | + :: : [[ 0 -eq 7 ]] 2024-07-31 04:35:59.470 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-07-31 04:35:59.472 | + functions-common:time_stop:2435 : local name 2024-07-31 04:35:59.474 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:35:59.475 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:35:59.477 | + functions-common:time_stop:2438 : local total 2024-07-31 04:35:59.479 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:35:59.481 | + functions-common:time_stop:2441 : name=wait_for_service 2024-07-31 04:35:59.483 | + functions-common:time_stop:2442 : start_time=1722400557106 2024-07-31 04:35:59.485 | + functions-common:time_stop:2444 : [[ -z 1722400557106 ]] 2024-07-31 04:35:59.487 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:35:59.491 | + functions-common:time_stop:2447 : end_time=1722400559489 2024-07-31 04:35:59.493 | + functions-common:time_stop:2448 : elapsed_time=2383 2024-07-31 04:35:59.495 | + functions-common:time_stop:2449 : total=0 2024-07-31 04:35:59.496 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:35:59.498 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2383 2024-07-31 04:35:59.501 | + functions:wait_for_service:478 : return 0 2024-07-31 04:35:59.502 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-07-31 04:35:59.516 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:35:59.518 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-07-31 04:35:59.520 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-31 04:35:59.522 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-07-31 04:36:00.414 | + stack.sh:main:1124 : bootstrap_keystone 2024-07-31 04:36:00.416 | + 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-07-31 04:36:02.063 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.063 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.063 | 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=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.067 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.075 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.075 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.090 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.106 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.106 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.213 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.213 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.213 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.214 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.214 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.214 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.220 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.220 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.220 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.220 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.220 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.220 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.220 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.224 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.225 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.225 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.226 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.226 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.226 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.226 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.226 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30077) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-31 04:36:02.242 | 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=30077) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-07-31 04:36:02.344 | INFO keystone.cmd.bootstrap [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] Created domain default 2024-07-31 04:36:02.365 | INFO keystone.cmd.bootstrap [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] Created project admin 2024-07-31 04:36:02.378 | WARNING keystone.common.password_hashing [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-07-31 04:36:02.379 | DEBUG passlib.handlers.bcrypt [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30077) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-07-31 04:36:02.379 | DEBUG passlib.handlers.bcrypt [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30077) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-07-31 04:36:02.412 | INFO keystone.cmd.bootstrap [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] Created user admin 2024-07-31 04:36:02.418 | INFO keystone.cmd.bootstrap [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] Created role reader 2024-07-31 04:36:02.422 | INFO keystone.cmd.bootstrap [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] Created role member 2024-07-31 04:36:02.434 | INFO keystone.cmd.bootstrap [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] Created implied role where 59a0c29da3bf4b118884db8bd5a98527 implies 7ef2a663e0d14d9180458e19b0d93c7e 2024-07-31 04:36:02.441 | INFO keystone.cmd.bootstrap [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] Created role admin 2024-07-31 04:36:02.448 | INFO keystone.cmd.bootstrap [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] Created implied role where a111ed9035924833bd3d8e02e6ab4767 implies 59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:02.454 | INFO keystone.cmd.bootstrap [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] Granted role admin on project admin to user admin. 2024-07-31 04:36:02.456 | INFO keystone.cmd.bootstrap [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] Granted role admin on the system to user admin. 2024-07-31 04:36:02.462 | WARNING py.warnings [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d 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-07-31 04:36:02.462 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-07-31 04:36:02.462 |  2024-07-31 04:36:02.464 | INFO keystone.cmd.bootstrap [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] Created region RegionOne 2024-07-31 04:36:02.478 | INFO keystone.cmd.bootstrap [None req-4b4af45b-ce8a-4e23-b26d-536ff0dee66d None None] Created public endpoint http://10.180.1.21/identity 2024-07-31 04:36:02.788 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-07-31 04:36:02.790 | + stack.sh:main:1127 : create_keystone_accounts 2024-07-31 04:36:02.792 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-07-31 04:36:02.794 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-07-31 04:36:04.385 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:04.388 | + lib/keystone:create_keystone_accounts:315 : admin_project=a441255a9d864e4ab525c6eb0746ad2e 2024-07-31 04:36:04.390 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-07-31 04:36:04.392 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-07-31 04:36:05.623 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:05.625 | + lib/keystone:create_keystone_accounts:317 : admin_user=8f4d102a0dda47e08bfbe5b9108a324d 2024-07-31 04:36:05.627 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-07-31 04:36:05.629 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-07-31 04:36:05.630 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-07-31 04:36:05.632 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 8f4d102a0dda47e08bfbe5b9108a324d default 2024-07-31 04:36:05.677 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 8f4d102a0dda47e08bfbe5b9108a324d default 2024-07-31 04:36:05.704 | [3530 Async ks-domain-role:30198]: running: get_or_add_user_domain_role admin 8f4d102a0dda47e08bfbe5b9108a324d default 2024-07-31 04:36:05.705 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-07-31 04:36:05.707 | + functions-common:get_or_create_domain:895 : local domain_id 2024-07-31 04:36:05.709 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-07-31 04:36:07.174 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:07.176 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-07-31 04:36:07.177 | + functions-common:get_or_create_domain:901 : echo default 2024-07-31 04:36:07.177 | default 2024-07-31 04:36:07.179 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-07-31 04:36:07.225 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-07-31 04:36:07.254 | [3530 Async ks-project:30308]: running: get_or_create_project service Default 2024-07-31 04:36:07.256 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-07-31 04:36:07.304 | + inc/async:async_inner:63 : get_or_create_role service 2024-07-31 04:36:07.333 | [3530 Async ks-service:30402]: running: get_or_create_role service 2024-07-31 04:36:07.335 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-07-31 04:36:07.382 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-07-31 04:36:07.411 | [3530 Async ks-reseller:30515]: running: get_or_create_role ResellerAdmin 2024-07-31 04:36:07.413 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-07-31 04:36:07.414 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-07-31 04:36:07.461 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-07-31 04:36:07.491 | [3530 Async ks-anotherrole:30613]: running: get_or_create_role anotherrole 2024-07-31 04:36:07.493 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-07-31 04:36:07.496 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-07-31 04:36:07.498 | ++ functions-common:get_or_create_project:945 : local project_id 2024-07-31 04:36:07.501 | +++ 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-07-31 04:36:08.792 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:08.812 | [30402 Async ks-service:30402]: finished successfully 2024-07-31 04:36:08.894 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:08.912 | [30515 Async ks-reseller:30515]: finished successfully 2024-07-31 04:36:08.987 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:09.006 | [30613 Async ks-anotherrole:30613]: finished successfully 2024-07-31 04:36:09.013 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:09.032 | [30308 Async ks-project:30308]: finished successfully 2024-07-31 04:36:09.240 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:09.243 | ++ functions-common:get_or_create_project:951 : project_id=fd9031f44f6b41e29b0d5f1341dd7b22 2024-07-31 04:36:09.245 | ++ functions-common:get_or_create_project:952 : echo fd9031f44f6b41e29b0d5f1341dd7b22 2024-07-31 04:36:09.247 | + lib/keystone:create_keystone_accounts:345 : invis_project=fd9031f44f6b41e29b0d5f1341dd7b22 2024-07-31 04:36:09.249 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-07-31 04:36:09.251 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-07-31 04:36:09.253 | ++ functions-common:get_or_create_project:945 : local project_id 2024-07-31 04:36:09.256 | +++ 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-07-31 04:36:09.261 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:09.279 | [30198 Async ks-domain-role:30198]: finished successfully 2024-07-31 04:36:10.629 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:10.632 | ++ functions-common:get_or_create_project:951 : project_id=3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:10.634 | ++ functions-common:get_or_create_project:952 : echo 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:10.641 | + lib/keystone:create_keystone_accounts:349 : demo_project=3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:10.643 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-07-31 04:36:10.646 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-07-31 04:36:10.648 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-31 04:36:10.652 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-07-31 04:36:10.654 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-07-31 04:36:10.660 | +++ 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-07-31 04:36:12.018 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:12.021 | ++ functions-common:get_or_create_user:938 : user_id=a48f8cdae94248a0b9e2c97baea2e626 2024-07-31 04:36:12.023 | ++ functions-common:get_or_create_user:939 : echo a48f8cdae94248a0b9e2c97baea2e626 2024-07-31 04:36:12.025 | + lib/keystone:create_keystone_accounts:352 : demo_user=a48f8cdae94248a0b9e2c97baea2e626 2024-07-31 04:36:12.027 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-07-31 04:36:12.061 | [3530 Async ks-domain-role:30198]: Waiting for completion of get_or_add_user_domain_role admin 8f4d102a0dda47e08bfbe5b9108a324d default running on PID 30198 (6 other jobs running) 2024-07-31 04:36:12.078 | [3530 Async ks-domain-role:30198]: Signaling child to exit 2024-07-31 04:36:12.078 | WAKEUP 2024-07-31 04:36:12.095 | [3530 Async ks-domain-role:30198]: Signaled 2024-07-31 04:36:12.095 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-07-31 04:36:12.095 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 8f4d102a0dda47e08bfbe5b9108a324d --domain default 2024-07-31 04:36:12.095 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8f4d102a0dda47e08bfbe5b9108a324d --domain default -c Role -f value 2024-07-31 04:36:12.095 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:12.095 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:12.095 | + functions-common:get_or_add_user_domain_role:1022 : echo a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:12.095 | a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:12.126 | [3530 Async ks-domain-role:30198]: finished get_or_add_user_domain_role admin 8f4d102a0dda47e08bfbe5b9108a324d default with result 0 in 3 seconds 2024-07-31 04:36:12.131 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-07-31 04:36:12.155 | [3530 Async ks-project:30308]: Waiting for completion of get_or_create_project service Default running on PID 30308 (5 other jobs running) 2024-07-31 04:36:12.172 | [3530 Async ks-project:30308]: Signaling child to exit 2024-07-31 04:36:12.172 | WAKEUP 2024-07-31 04:36:12.187 | [3530 Async ks-project:30308]: Signaled 2024-07-31 04:36:12.188 | + functions-common:get_or_create_project:945 : local project_id 2024-07-31 04:36:12.188 | ++ 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-07-31 04:36:12.188 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:12.188 | + functions-common:get_or_create_project:951 : project_id=a8d494683a484b25a723b90b6c0e8beb 2024-07-31 04:36:12.188 | + functions-common:get_or_create_project:952 : echo a8d494683a484b25a723b90b6c0e8beb 2024-07-31 04:36:12.188 | a8d494683a484b25a723b90b6c0e8beb 2024-07-31 04:36:12.218 | [3530 Async ks-project:30308]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-07-31 04:36:12.243 | [3530 Async ks-service:30402]: Waiting for completion of get_or_create_role service running on PID 30402 (4 other jobs running) 2024-07-31 04:36:12.260 | [3530 Async ks-service:30402]: Signaling child to exit 2024-07-31 04:36:12.260 | WAKEUP 2024-07-31 04:36:12.276 | [3530 Async ks-service:30402]: Signaled 2024-07-31 04:36:12.276 | + functions-common:get_or_create_role:958 : local role_id 2024-07-31 04:36:12.276 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-07-31 04:36:12.276 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:12.276 | + functions-common:get_or_create_role:963 : role_id=7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:12.276 | + functions-common:get_or_create_role:964 : echo 7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:12.276 | 7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:12.307 | [3530 Async ks-service:30402]: finished get_or_create_role service with result 0 in 1 seconds 2024-07-31 04:36:12.332 | [3530 Async ks-reseller:30515]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 30515 (3 other jobs running) 2024-07-31 04:36:12.349 | [3530 Async ks-reseller:30515]: Signaling child to exit 2024-07-31 04:36:12.349 | WAKEUP 2024-07-31 04:36:12.364 | [3530 Async ks-reseller:30515]: Signaled 2024-07-31 04:36:12.365 | + functions-common:get_or_create_role:958 : local role_id 2024-07-31 04:36:12.365 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-07-31 04:36:12.365 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:12.365 | + functions-common:get_or_create_role:963 : role_id=0af3eacac5824dc3a12d3ac7fbb3c768 2024-07-31 04:36:12.365 | + functions-common:get_or_create_role:964 : echo 0af3eacac5824dc3a12d3ac7fbb3c768 2024-07-31 04:36:12.365 | 0af3eacac5824dc3a12d3ac7fbb3c768 2024-07-31 04:36:12.395 | [3530 Async ks-reseller:30515]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-07-31 04:36:12.420 | [3530 Async ks-anotherrole:30613]: Waiting for completion of get_or_create_role anotherrole running on PID 30613 (2 other jobs running) 2024-07-31 04:36:12.437 | [3530 Async ks-anotherrole:30613]: Signaling child to exit 2024-07-31 04:36:12.437 | WAKEUP 2024-07-31 04:36:12.451 | [3530 Async ks-anotherrole:30613]: Signaled 2024-07-31 04:36:12.452 | + functions-common:get_or_create_role:958 : local role_id 2024-07-31 04:36:12.452 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-07-31 04:36:12.452 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:12.452 | + functions-common:get_or_create_role:963 : role_id=4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:12.452 | + functions-common:get_or_create_role:964 : echo 4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:12.452 | 4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:12.482 | [3530 Async ks-anotherrole:30613]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-07-31 04:36:12.485 | + inc/async:async_wait:197 : return 0 2024-07-31 04:36:12.487 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member a48f8cdae94248a0b9e2c97baea2e626 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:12.531 | + inc/async:async_inner:63 : get_or_add_user_project_role member a48f8cdae94248a0b9e2c97baea2e626 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:12.560 | [3530 Async ks-demo-member:31455]: running: get_or_add_user_project_role member a48f8cdae94248a0b9e2c97baea2e626 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:12.562 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 8f4d102a0dda47e08bfbe5b9108a324d 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:12.608 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 8f4d102a0dda47e08bfbe5b9108a324d 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:12.638 | [3530 Async ks-demo-admin:31551]: running: get_or_add_user_project_role admin 8f4d102a0dda47e08bfbe5b9108a324d 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:12.640 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole a48f8cdae94248a0b9e2c97baea2e626 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:12.688 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole a48f8cdae94248a0b9e2c97baea2e626 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:12.718 | [3530 Async ks-demo-another:31648]: running: get_or_add_user_project_role anotherrole a48f8cdae94248a0b9e2c97baea2e626 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:12.720 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member a48f8cdae94248a0b9e2c97baea2e626 fd9031f44f6b41e29b0d5f1341dd7b22 2024-07-31 04:36:12.767 | + inc/async:async_inner:63 : get_or_add_user_project_role member a48f8cdae94248a0b9e2c97baea2e626 fd9031f44f6b41e29b0d5f1341dd7b22 2024-07-31 04:36:12.798 | [3530 Async ks-demo-invis:31745]: running: get_or_add_user_project_role member a48f8cdae94248a0b9e2c97baea2e626 fd9031f44f6b41e29b0d5f1341dd7b22 2024-07-31 04:36:12.799 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-07-31 04:36:12.802 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-07-31 04:36:12.804 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-31 04:36:12.806 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-07-31 04:36:12.808 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-07-31 04:36:12.810 | +++ 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-07-31 04:36:14.436 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:14.438 | ++ functions-common:get_or_create_user:938 : user_id=d7c2c1ea9a44467f9973b6885515569b 2024-07-31 04:36:14.440 | ++ functions-common:get_or_create_user:939 : echo d7c2c1ea9a44467f9973b6885515569b 2024-07-31 04:36:14.442 | + lib/keystone:create_keystone_accounts:365 : demo_reader=d7c2c1ea9a44467f9973b6885515569b 2024-07-31 04:36:14.444 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader d7c2c1ea9a44467f9973b6885515569b 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:14.494 | + inc/async:async_inner:63 : get_or_add_user_project_role reader d7c2c1ea9a44467f9973b6885515569b 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:14.537 | [3530 Async ks-demo-reader:31903]: running: get_or_add_user_project_role reader d7c2c1ea9a44467f9973b6885515569b 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:14.539 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-07-31 04:36:14.542 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-07-31 04:36:14.544 | ++ functions-common:get_or_create_project:945 : local project_id 2024-07-31 04:36:14.547 | +++ 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-07-31 04:36:16.277 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:16.279 | ++ functions-common:get_or_create_project:951 : project_id=d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:16.281 | ++ functions-common:get_or_create_project:952 : echo d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:16.283 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:16.286 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-07-31 04:36:16.288 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-07-31 04:36:16.290 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-31 04:36:16.292 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-07-31 04:36:16.296 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-07-31 04:36:16.298 | +++ 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-07-31 04:36:16.304 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:16.323 | [31455 Async ks-demo-member:31455]: finished successfully 2024-07-31 04:36:16.886 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:16.904 | [31551 Async ks-demo-admin:31551]: finished successfully 2024-07-31 04:36:17.034 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:17.034 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:17.053 | [31648 Async ks-demo-another:31648]: finished successfully 2024-07-31 04:36:17.054 | [31745 Async ks-demo-invis:31745]: finished successfully 2024-07-31 04:36:17.690 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:17.692 | ++ functions-common:get_or_create_user:938 : user_id=9b8cb12776224a5ebbb52895910966e0 2024-07-31 04:36:17.694 | ++ functions-common:get_or_create_user:939 : echo 9b8cb12776224a5ebbb52895910966e0 2024-07-31 04:36:17.696 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=9b8cb12776224a5ebbb52895910966e0 2024-07-31 04:36:17.699 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 9b8cb12776224a5ebbb52895910966e0 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:17.746 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 9b8cb12776224a5ebbb52895910966e0 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:17.779 | [3530 Async ks-alt-admin:32310]: running: get_or_add_user_project_role admin 9b8cb12776224a5ebbb52895910966e0 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:17.781 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 9b8cb12776224a5ebbb52895910966e0 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:17.832 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 9b8cb12776224a5ebbb52895910966e0 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:17.863 | [3530 Async ks-alt-another:32406]: running: get_or_add_user_project_role anotherrole 9b8cb12776224a5ebbb52895910966e0 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:17.864 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-07-31 04:36:17.867 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-07-31 04:36:17.869 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-31 04:36:17.871 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-07-31 04:36:17.873 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-07-31 04:36:17.876 | +++ 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-07-31 04:36:18.687 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:18.708 | [31903 Async ks-demo-reader:31903]: finished successfully 2024-07-31 04:36:19.499 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:19.502 | ++ functions-common:get_or_create_user:938 : user_id=9eb396d6600543e0b7fa7c2bd84e1221 2024-07-31 04:36:19.504 | ++ functions-common:get_or_create_user:939 : echo 9eb396d6600543e0b7fa7c2bd84e1221 2024-07-31 04:36:19.506 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=9eb396d6600543e0b7fa7c2bd84e1221 2024-07-31 04:36:19.509 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 9eb396d6600543e0b7fa7c2bd84e1221 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:19.563 | + inc/async:async_inner:63 : get_or_add_user_project_role member 9eb396d6600543e0b7fa7c2bd84e1221 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:19.596 | [3530 Async ks-alt-member-user:32601]: running: get_or_add_user_project_role member 9eb396d6600543e0b7fa7c2bd84e1221 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:19.598 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-07-31 04:36:19.601 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-07-31 04:36:19.603 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-31 04:36:19.605 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-07-31 04:36:19.607 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-07-31 04:36:19.609 | +++ 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-07-31 04:36:21.079 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:21.081 | ++ functions-common:get_or_create_user:938 : user_id=9e6d3c991ca44235bedce46e6097438d 2024-07-31 04:36:21.084 | ++ functions-common:get_or_create_user:939 : echo 9e6d3c991ca44235bedce46e6097438d 2024-07-31 04:36:21.086 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=9e6d3c991ca44235bedce46e6097438d 2024-07-31 04:36:21.088 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 9e6d3c991ca44235bedce46e6097438d d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:21.137 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 9e6d3c991ca44235bedce46e6097438d d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:21.170 | [3530 Async ks-alt-reader-user:32757]: running: get_or_add_user_project_role reader 9e6d3c991ca44235bedce46e6097438d d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:21.172 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-07-31 04:36:21.174 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-31 04:36:21.176 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-07-31 04:36:21.179 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-07-31 04:36:21.181 | +++ 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-07-31 04:36:21.506 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:21.527 | [32310 Async ks-alt-admin:32310]: finished successfully 2024-07-31 04:36:21.628 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:21.646 | [32406 Async ks-alt-another:32406]: finished successfully 2024-07-31 04:36:22.643 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:22.645 | ++ functions-common:get_or_create_user:938 : user_id=3c27de50fba7432fb07b7fe9f9ce12a3 2024-07-31 04:36:22.647 | ++ functions-common:get_or_create_user:939 : echo 3c27de50fba7432fb07b7fe9f9ce12a3 2024-07-31 04:36:22.649 | + lib/keystone:create_keystone_accounts:397 : system_member_user=3c27de50fba7432fb07b7fe9f9ce12a3 2024-07-31 04:36:22.651 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 3c27de50fba7432fb07b7fe9f9ce12a3 all 2024-07-31 04:36:22.699 | + inc/async:async_inner:63 : get_or_add_user_system_role member 3c27de50fba7432fb07b7fe9f9ce12a3 all 2024-07-31 04:36:22.731 | [3530 Async ks-system-member:32990]: running: get_or_add_user_system_role member 3c27de50fba7432fb07b7fe9f9ce12a3 all 2024-07-31 04:36:22.733 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-07-31 04:36:22.736 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-31 04:36:22.738 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-07-31 04:36:22.740 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-07-31 04:36:22.742 | +++ 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-07-31 04:36:23.230 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:23.248 | [32601 Async ks-alt-member-user:32601]: finished successfully 2024-07-31 04:36:24.117 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:24.119 | ++ functions-common:get_or_create_user:938 : user_id=cd3cf7ea7c164dfcb101f841b5aedb75 2024-07-31 04:36:24.121 | ++ functions-common:get_or_create_user:939 : echo cd3cf7ea7c164dfcb101f841b5aedb75 2024-07-31 04:36:24.124 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=cd3cf7ea7c164dfcb101f841b5aedb75 2024-07-31 04:36:24.126 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader cd3cf7ea7c164dfcb101f841b5aedb75 all 2024-07-31 04:36:24.174 | + inc/async:async_inner:63 : get_or_add_user_system_role reader cd3cf7ea7c164dfcb101f841b5aedb75 all 2024-07-31 04:36:24.206 | [3530 Async ks-system-reader:33200]: running: get_or_add_user_system_role reader cd3cf7ea7c164dfcb101f841b5aedb75 all 2024-07-31 04:36:24.208 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-07-31 04:36:24.211 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-07-31 04:36:24.213 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-07-31 04:36:24.215 | ++ functions-common:get_or_create_group:908 : local group_id 2024-07-31 04:36:24.217 | +++ 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-07-31 04:36:24.566 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:24.584 | [32757 Async ks-alt-reader-user:32757]: finished successfully 2024-07-31 04:36:25.614 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:25.617 | ++ functions-common:get_or_create_group:915 : group_id=a94cd5d07ea04f2780c857540c33b591 2024-07-31 04:36:25.619 | ++ functions-common:get_or_create_group:916 : echo a94cd5d07ea04f2780c857540c33b591 2024-07-31 04:36:25.621 | + lib/keystone:create_keystone_accounts:407 : admin_group=a94cd5d07ea04f2780c857540c33b591 2024-07-31 04:36:25.623 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-07-31 04:36:25.626 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-07-31 04:36:25.628 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-07-31 04:36:25.630 | ++ functions-common:get_or_create_group:908 : local group_id 2024-07-31 04:36:25.633 | +++ 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-07-31 04:36:27.041 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:27.043 | ++ functions-common:get_or_create_group:915 : group_id=923b312423d949d68fdc252d7dc12be6 2024-07-31 04:36:27.045 | ++ functions-common:get_or_create_group:916 : echo 923b312423d949d68fdc252d7dc12be6 2024-07-31 04:36:27.047 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=923b312423d949d68fdc252d7dc12be6 2024-07-31 04:36:27.049 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 923b312423d949d68fdc252d7dc12be6 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:27.100 | + inc/async:async_inner:63 : get_or_add_group_project_role member 923b312423d949d68fdc252d7dc12be6 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:27.131 | [3530 Async ks-group-memberdemo:33467]: running: get_or_add_group_project_role member 923b312423d949d68fdc252d7dc12be6 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:27.136 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 923b312423d949d68fdc252d7dc12be6 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:27.209 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 923b312423d949d68fdc252d7dc12be6 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:27.237 | [3530 Async ks-group-anotherdemo:33546]: running: get_or_add_group_project_role anotherrole 923b312423d949d68fdc252d7dc12be6 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:27.239 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 923b312423d949d68fdc252d7dc12be6 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:27.314 | + inc/async:async_inner:63 : get_or_add_group_project_role member 923b312423d949d68fdc252d7dc12be6 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:27.346 | [3530 Async ks-group-memberalt:33626]: running: get_or_add_group_project_role member 923b312423d949d68fdc252d7dc12be6 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:27.348 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 923b312423d949d68fdc252d7dc12be6 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:27.397 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 923b312423d949d68fdc252d7dc12be6 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:27.428 | [3530 Async ks-group-anotheralt:33724]: running: get_or_add_group_project_role anotherrole 923b312423d949d68fdc252d7dc12be6 d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:27.430 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin a94cd5d07ea04f2780c857540c33b591 a441255a9d864e4ab525c6eb0746ad2e 2024-07-31 04:36:27.442 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:27.460 | [32990 Async ks-system-member:32990]: finished successfully 2024-07-31 04:36:27.484 | + inc/async:async_inner:63 : get_or_add_group_project_role admin a94cd5d07ea04f2780c857540c33b591 a441255a9d864e4ab525c6eb0746ad2e 2024-07-31 04:36:27.513 | [3530 Async ks-group-admin:33845]: running: get_or_add_group_project_role admin a94cd5d07ea04f2780c857540c33b591 a441255a9d864e4ab525c6eb0746ad2e 2024-07-31 04:36:27.515 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-07-31 04:36:27.550 | [3530 Async ks-demo-member:31455]: Waiting for completion of get_or_add_user_project_role member a48f8cdae94248a0b9e2c97baea2e626 3e1f721262d9440d8127ab37a361c584 running on PID 31455 (17 other jobs running) 2024-07-31 04:36:27.568 | [3530 Async ks-demo-member:31455]: Signaling child to exit 2024-07-31 04:36:27.568 | WAKEUP 2024-07-31 04:36:27.586 | [3530 Async ks-demo-member:31455]: Signaled 2024-07-31 04:36:27.586 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:27.586 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:27.586 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-31 04:36:27.586 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:27.586 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:27.586 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-31 04:36:27.586 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-31 04:36:27.586 | ++ functions-common:_get_domain_args:980 : echo 2024-07-31 04:36:27.586 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-31 04:36:27.586 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user a48f8cdae94248a0b9e2c97baea2e626 --project 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:27.586 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user a48f8cdae94248a0b9e2c97baea2e626 --project 3e1f721262d9440d8127ab37a361c584 -c Role -f value 2024-07-31 04:36:27.586 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:27.586 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:27.586 | + functions-common:get_or_add_user_project_role:1003 : echo 59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:27.586 | 59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:27.617 | [3530 Async ks-demo-member:31455]: finished get_or_add_user_project_role member a48f8cdae94248a0b9e2c97baea2e626 3e1f721262d9440d8127ab37a361c584 with result 0 in 3 seconds 2024-07-31 04:36:27.643 | [3530 Async ks-demo-admin:31551]: Waiting for completion of get_or_add_user_project_role admin 8f4d102a0dda47e08bfbe5b9108a324d 3e1f721262d9440d8127ab37a361c584 running on PID 31551 (16 other jobs running) 2024-07-31 04:36:27.660 | [3530 Async ks-demo-admin:31551]: Signaling child to exit 2024-07-31 04:36:27.660 | WAKEUP 2024-07-31 04:36:27.676 | [3530 Async ks-demo-admin:31551]: Signaled 2024-07-31 04:36:27.676 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:27.676 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:27.676 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-31 04:36:27.676 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:27.677 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:27.677 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-31 04:36:27.677 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-31 04:36:27.677 | ++ functions-common:_get_domain_args:980 : echo 2024-07-31 04:36:27.677 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-31 04:36:27.677 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 8f4d102a0dda47e08bfbe5b9108a324d --project 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:27.677 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8f4d102a0dda47e08bfbe5b9108a324d --project 3e1f721262d9440d8127ab37a361c584 -c Role -f value 2024-07-31 04:36:27.677 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:27.677 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:27.677 | + functions-common:get_or_add_user_project_role:1003 : echo a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:27.677 | a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:27.708 | [3530 Async ks-demo-admin:31551]: finished get_or_add_user_project_role admin 8f4d102a0dda47e08bfbe5b9108a324d 3e1f721262d9440d8127ab37a361c584 with result 0 in 4 seconds 2024-07-31 04:36:27.733 | [3530 Async ks-demo-another:31648]: Waiting for completion of get_or_add_user_project_role anotherrole a48f8cdae94248a0b9e2c97baea2e626 3e1f721262d9440d8127ab37a361c584 running on PID 31648 (15 other jobs running) 2024-07-31 04:36:27.750 | [3530 Async ks-demo-another:31648]: Signaling child to exit 2024-07-31 04:36:27.750 | WAKEUP 2024-07-31 04:36:27.766 | [3530 Async ks-demo-another:31648]: Signaled 2024-07-31 04:36:27.766 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:27.766 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:27.766 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-31 04:36:27.766 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:27.766 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:27.766 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-31 04:36:27.766 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-31 04:36:27.767 | ++ functions-common:_get_domain_args:980 : echo 2024-07-31 04:36:27.767 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-31 04:36:27.767 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user a48f8cdae94248a0b9e2c97baea2e626 --project 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:27.767 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user a48f8cdae94248a0b9e2c97baea2e626 --project 3e1f721262d9440d8127ab37a361c584 -c Role -f value 2024-07-31 04:36:27.767 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:27.767 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:27.767 | + functions-common:get_or_add_user_project_role:1003 : echo 4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:27.767 | 4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:27.798 | [3530 Async ks-demo-another:31648]: finished get_or_add_user_project_role anotherrole a48f8cdae94248a0b9e2c97baea2e626 3e1f721262d9440d8127ab37a361c584 with result 0 in 4 seconds 2024-07-31 04:36:27.822 | [3530 Async ks-demo-invis:31745]: Waiting for completion of get_or_add_user_project_role member a48f8cdae94248a0b9e2c97baea2e626 fd9031f44f6b41e29b0d5f1341dd7b22 running on PID 31745 (14 other jobs running) 2024-07-31 04:36:27.840 | [3530 Async ks-demo-invis:31745]: Signaling child to exit 2024-07-31 04:36:27.840 | WAKEUP 2024-07-31 04:36:27.856 | [3530 Async ks-demo-invis:31745]: Signaled 2024-07-31 04:36:27.856 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:27.856 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:27.856 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-31 04:36:27.856 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:27.856 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:27.856 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-31 04:36:27.856 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-31 04:36:27.856 | ++ functions-common:_get_domain_args:980 : echo 2024-07-31 04:36:27.856 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-31 04:36:27.856 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user a48f8cdae94248a0b9e2c97baea2e626 --project fd9031f44f6b41e29b0d5f1341dd7b22 2024-07-31 04:36:27.856 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user a48f8cdae94248a0b9e2c97baea2e626 --project fd9031f44f6b41e29b0d5f1341dd7b22 -c Role -f value 2024-07-31 04:36:27.856 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:27.856 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:27.856 | + functions-common:get_or_add_user_project_role:1003 : echo 59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:27.856 | 59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:27.886 | [3530 Async ks-demo-invis:31745]: finished get_or_add_user_project_role member a48f8cdae94248a0b9e2c97baea2e626 fd9031f44f6b41e29b0d5f1341dd7b22 with result 0 in 4 seconds 2024-07-31 04:36:27.912 | [3530 Async ks-demo-reader:31903]: Waiting for completion of get_or_add_user_project_role reader d7c2c1ea9a44467f9973b6885515569b 3e1f721262d9440d8127ab37a361c584 running on PID 31903 (13 other jobs running) 2024-07-31 04:36:27.929 | [3530 Async ks-demo-reader:31903]: Signaling child to exit 2024-07-31 04:36:27.929 | WAKEUP 2024-07-31 04:36:27.944 | [3530 Async ks-demo-reader:31903]: Signaled 2024-07-31 04:36:27.945 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:27.945 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:27.945 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-31 04:36:27.945 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:27.945 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:27.945 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-31 04:36:27.945 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-31 04:36:27.945 | ++ functions-common:_get_domain_args:980 : echo 2024-07-31 04:36:27.945 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-31 04:36:27.945 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user d7c2c1ea9a44467f9973b6885515569b --project 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:27.945 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user d7c2c1ea9a44467f9973b6885515569b --project 3e1f721262d9440d8127ab37a361c584 -c Role -f value 2024-07-31 04:36:27.945 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:27.945 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7ef2a663e0d14d9180458e19b0d93c7e 2024-07-31 04:36:27.945 | + functions-common:get_or_add_user_project_role:1003 : echo 7ef2a663e0d14d9180458e19b0d93c7e 2024-07-31 04:36:27.945 | 7ef2a663e0d14d9180458e19b0d93c7e 2024-07-31 04:36:27.976 | [3530 Async ks-demo-reader:31903]: finished get_or_add_user_project_role reader d7c2c1ea9a44467f9973b6885515569b 3e1f721262d9440d8127ab37a361c584 with result 0 in 4 seconds 2024-07-31 04:36:27.980 | + inc/async:async_wait:197 : return 0 2024-07-31 04:36:27.981 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-07-31 04:36:28.018 | [3530 Async ks-alt-admin:32310]: Waiting for completion of get_or_add_user_project_role admin 9b8cb12776224a5ebbb52895910966e0 d00dadd6a4814bb683c88b1e96d26256 running on PID 32310 (12 other jobs running) 2024-07-31 04:36:28.035 | [3530 Async ks-alt-admin:32310]: Signaling child to exit 2024-07-31 04:36:28.035 | WAKEUP 2024-07-31 04:36:28.050 | [3530 Async ks-alt-admin:32310]: Signaled 2024-07-31 04:36:28.051 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:28.051 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:28.051 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-31 04:36:28.051 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:28.051 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:28.051 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-31 04:36:28.051 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-31 04:36:28.051 | ++ functions-common:_get_domain_args:980 : echo 2024-07-31 04:36:28.051 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-31 04:36:28.051 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 9b8cb12776224a5ebbb52895910966e0 --project d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:28.051 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 9b8cb12776224a5ebbb52895910966e0 --project d00dadd6a4814bb683c88b1e96d26256 -c Role -f value 2024-07-31 04:36:28.051 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:28.051 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:28.051 | + functions-common:get_or_add_user_project_role:1003 : echo a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:28.051 | a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:28.083 | [3530 Async ks-alt-admin:32310]: finished get_or_add_user_project_role admin 9b8cb12776224a5ebbb52895910966e0 d00dadd6a4814bb683c88b1e96d26256 with result 0 in 3 seconds 2024-07-31 04:36:28.126 | [3530 Async ks-alt-another:32406]: Waiting for completion of get_or_add_user_project_role anotherrole 9b8cb12776224a5ebbb52895910966e0 d00dadd6a4814bb683c88b1e96d26256 running on PID 32406 (11 other jobs running) 2024-07-31 04:36:28.144 | [3530 Async ks-alt-another:32406]: Signaling child to exit 2024-07-31 04:36:28.144 | WAKEUP 2024-07-31 04:36:28.159 | [3530 Async ks-alt-another:32406]: Signaled 2024-07-31 04:36:28.160 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:28.160 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:28.160 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-31 04:36:28.160 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:28.160 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:28.160 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-31 04:36:28.160 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-31 04:36:28.160 | ++ functions-common:_get_domain_args:980 : echo 2024-07-31 04:36:28.160 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-31 04:36:28.160 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 9b8cb12776224a5ebbb52895910966e0 --project d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:28.160 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 9b8cb12776224a5ebbb52895910966e0 --project d00dadd6a4814bb683c88b1e96d26256 -c Role -f value 2024-07-31 04:36:28.160 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:28.160 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:28.160 | + functions-common:get_or_add_user_project_role:1003 : echo 4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:28.160 | 4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:28.204 | [3530 Async ks-alt-another:32406]: finished get_or_add_user_project_role anotherrole 9b8cb12776224a5ebbb52895910966e0 d00dadd6a4814bb683c88b1e96d26256 with result 0 in 3 seconds 2024-07-31 04:36:28.230 | [3530 Async ks-alt-member-user:32601]: Waiting for completion of get_or_add_user_project_role member 9eb396d6600543e0b7fa7c2bd84e1221 d00dadd6a4814bb683c88b1e96d26256 running on PID 32601 (10 other jobs running) 2024-07-31 04:36:28.249 | [3530 Async ks-alt-member-user:32601]: Signaling child to exit 2024-07-31 04:36:28.249 | WAKEUP 2024-07-31 04:36:28.291 | [3530 Async ks-alt-member-user:32601]: Signaled 2024-07-31 04:36:28.292 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:28.293 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:28.294 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-31 04:36:28.294 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:28.294 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:28.295 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-31 04:36:28.295 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-31 04:36:28.295 | ++ functions-common:_get_domain_args:980 : echo 2024-07-31 04:36:28.296 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-31 04:36:28.298 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 9eb396d6600543e0b7fa7c2bd84e1221 --project d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:28.300 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9eb396d6600543e0b7fa7c2bd84e1221 --project d00dadd6a4814bb683c88b1e96d26256 -c Role -f value 2024-07-31 04:36:28.300 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:28.300 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:28.300 | + functions-common:get_or_add_user_project_role:1003 : echo 59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:28.300 | 59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:28.353 | [3530 Async ks-alt-member-user:32601]: finished get_or_add_user_project_role member 9eb396d6600543e0b7fa7c2bd84e1221 d00dadd6a4814bb683c88b1e96d26256 with result 0 in 3 seconds 2024-07-31 04:36:28.390 | [3530 Async ks-alt-reader-user:32757]: Waiting for completion of get_or_add_user_project_role reader 9e6d3c991ca44235bedce46e6097438d d00dadd6a4814bb683c88b1e96d26256 running on PID 32757 (9 other jobs running) 2024-07-31 04:36:28.419 | [3530 Async ks-alt-reader-user:32757]: Signaling child to exit 2024-07-31 04:36:28.420 | WAKEUP 2024-07-31 04:36:28.460 | [3530 Async ks-alt-reader-user:32757]: Signaled 2024-07-31 04:36:28.461 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:28.461 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:28.461 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-31 04:36:28.461 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:28.461 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:28.461 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-31 04:36:28.461 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-31 04:36:28.461 | ++ functions-common:_get_domain_args:980 : echo 2024-07-31 04:36:28.461 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-31 04:36:28.461 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 9e6d3c991ca44235bedce46e6097438d --project d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:28.461 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 9e6d3c991ca44235bedce46e6097438d --project d00dadd6a4814bb683c88b1e96d26256 -c Role -f value 2024-07-31 04:36:28.461 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:28.461 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7ef2a663e0d14d9180458e19b0d93c7e 2024-07-31 04:36:28.461 | + functions-common:get_or_add_user_project_role:1003 : echo 7ef2a663e0d14d9180458e19b0d93c7e 2024-07-31 04:36:28.461 | 7ef2a663e0d14d9180458e19b0d93c7e 2024-07-31 04:36:28.500 | [3530 Async ks-alt-reader-user:32757]: finished get_or_add_user_project_role reader 9e6d3c991ca44235bedce46e6097438d d00dadd6a4814bb683c88b1e96d26256 with result 0 in 3 seconds 2024-07-31 04:36:28.504 | + inc/async:async_wait:197 : return 0 2024-07-31 04:36:28.506 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-07-31 04:36:28.549 | [3530 Async ks-system-member:32990]: Waiting for completion of get_or_add_user_system_role member 3c27de50fba7432fb07b7fe9f9ce12a3 all running on PID 32990 (8 other jobs running) 2024-07-31 04:36:28.567 | [3530 Async ks-system-member:32990]: Signaling child to exit 2024-07-31 04:36:28.567 | WAKEUP 2024-07-31 04:36:28.593 | [3530 Async ks-system-member:32990]: Signaled 2024-07-31 04:36:28.594 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-07-31 04:36:28.594 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-07-31 04:36:28.594 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-07-31 04:36:28.594 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:28.594 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:28.594 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-31 04:36:28.594 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-31 04:36:28.594 | ++ functions-common:_get_domain_args:980 : echo 2024-07-31 04:36:28.594 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-07-31 04:36:28.594 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3c27de50fba7432fb07b7fe9f9ce12a3 --system all -f value -c Role 2024-07-31 04:36:28.594 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:28.594 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-07-31 04:36:28.594 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-07-31 04:36:28.594 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 3c27de50fba7432fb07b7fe9f9ce12a3 --system all 2024-07-31 04:36:28.594 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3c27de50fba7432fb07b7fe9f9ce12a3 --system all -f value -c Role 2024-07-31 04:36:28.594 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:28.594 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:28.594 | + functions-common:get_or_add_user_system_role:1053 : echo 59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:28.594 | 59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:28.641 | [3530 Async ks-system-member:32990]: finished get_or_add_user_system_role member 3c27de50fba7432fb07b7fe9f9ce12a3 all with result 0 in 4 seconds 2024-07-31 04:36:28.690 | [3530 Async ks-system-reader:33200]: Waiting for completion of get_or_add_user_system_role reader cd3cf7ea7c164dfcb101f841b5aedb75 all running on PID 33200 (7 other jobs running) 2024-07-31 04:36:28.710 | [3530 Async ks-system-reader:33200]: Signaling child to exit 2024-07-31 04:36:28.934 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:28.952 | [33200 Async ks-system-reader:33200]: finished successfully 2024-07-31 04:36:28.968 | WAKEUP 2024-07-31 04:36:28.984 | [3530 Async ks-system-reader:33200]: Signaled 2024-07-31 04:36:28.985 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-07-31 04:36:28.985 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-07-31 04:36:28.985 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-07-31 04:36:28.985 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:28.985 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:28.985 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-31 04:36:28.985 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-31 04:36:28.985 | ++ functions-common:_get_domain_args:980 : echo 2024-07-31 04:36:28.985 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-07-31 04:36:28.985 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user cd3cf7ea7c164dfcb101f841b5aedb75 --system all -f value -c Role 2024-07-31 04:36:28.985 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:28.985 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-07-31 04:36:28.985 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-07-31 04:36:28.985 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user cd3cf7ea7c164dfcb101f841b5aedb75 --system all 2024-07-31 04:36:28.986 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user cd3cf7ea7c164dfcb101f841b5aedb75 --system all -f value -c Role 2024-07-31 04:36:28.986 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:28.986 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=7ef2a663e0d14d9180458e19b0d93c7e 2024-07-31 04:36:28.986 | + functions-common:get_or_add_user_system_role:1053 : echo 7ef2a663e0d14d9180458e19b0d93c7e 2024-07-31 04:36:28.986 | 7ef2a663e0d14d9180458e19b0d93c7e 2024-07-31 04:36:29.021 | [3530 Async ks-system-reader:33200]: finished get_or_add_user_system_role reader cd3cf7ea7c164dfcb101f841b5aedb75 all with result 0 in 4 seconds 2024-07-31 04:36:29.025 | + inc/async:async_wait:197 : return 0 2024-07-31 04:36:29.027 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-07-31 04:36:29.063 | [3530 Async ks-group-memberdemo:33467]: Waiting for completion of get_or_add_group_project_role member 923b312423d949d68fdc252d7dc12be6 3e1f721262d9440d8127ab37a361c584 running on PID 33467 (6 other jobs running) 2024-07-31 04:36:29.080 | [3530 Async ks-group-memberdemo:33467]: Signaling child to exit 2024-07-31 04:36:30.487 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:30.505 | [33467 Async ks-group-memberdemo:33467]: finished successfully 2024-07-31 04:36:30.522 | WAKEUP 2024-07-31 04:36:30.539 | [3530 Async ks-group-memberdemo:33467]: Signaled 2024-07-31 04:36:30.539 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-07-31 04:36:30.539 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 923b312423d949d68fdc252d7dc12be6 --project 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:30.539 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 923b312423d949d68fdc252d7dc12be6 --project 3e1f721262d9440d8127ab37a361c584 -f value -c Role 2024-07-31 04:36:30.539 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:30.539 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:30.539 | + functions-common:get_or_add_group_project_role:1072 : echo 59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:30.539 | 59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:30.571 | [3530 Async ks-group-memberdemo:33467]: finished get_or_add_group_project_role member 923b312423d949d68fdc252d7dc12be6 3e1f721262d9440d8127ab37a361c584 with result 0 in 3 seconds 2024-07-31 04:36:30.596 | [3530 Async ks-group-anotherdemo:33546]: Waiting for completion of get_or_add_group_project_role anotherrole 923b312423d949d68fdc252d7dc12be6 3e1f721262d9440d8127ab37a361c584 running on PID 33546 (5 other jobs running) 2024-07-31 04:36:30.614 | [3530 Async ks-group-anotherdemo:33546]: Signaling child to exit 2024-07-31 04:36:30.790 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:30.808 | [33546 Async ks-group-anotherdemo:33546]: finished successfully 2024-07-31 04:36:30.824 | WAKEUP 2024-07-31 04:36:30.841 | [3530 Async ks-group-anotherdemo:33546]: Signaled 2024-07-31 04:36:30.841 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-07-31 04:36:30.842 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 923b312423d949d68fdc252d7dc12be6 --project 3e1f721262d9440d8127ab37a361c584 2024-07-31 04:36:30.842 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 923b312423d949d68fdc252d7dc12be6 --project 3e1f721262d9440d8127ab37a361c584 -f value -c Role 2024-07-31 04:36:30.842 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:30.842 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:30.842 | + functions-common:get_or_add_group_project_role:1072 : echo 4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:30.842 | 4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:30.874 | [3530 Async ks-group-anotherdemo:33546]: finished get_or_add_group_project_role anotherrole 923b312423d949d68fdc252d7dc12be6 3e1f721262d9440d8127ab37a361c584 with result 0 in 3 seconds 2024-07-31 04:36:30.901 | [3530 Async ks-group-memberalt:33626]: Waiting for completion of get_or_add_group_project_role member 923b312423d949d68fdc252d7dc12be6 d00dadd6a4814bb683c88b1e96d26256 running on PID 33626 (4 other jobs running) 2024-07-31 04:36:30.919 | [3530 Async ks-group-memberalt:33626]: Signaling child to exit 2024-07-31 04:36:30.984 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:31.005 | [33626 Async ks-group-memberalt:33626]: finished successfully 2024-07-31 04:36:31.022 | WAKEUP 2024-07-31 04:36:31.039 | [3530 Async ks-group-memberalt:33626]: Signaled 2024-07-31 04:36:31.039 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-07-31 04:36:31.039 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 923b312423d949d68fdc252d7dc12be6 --project d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:31.039 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 923b312423d949d68fdc252d7dc12be6 --project d00dadd6a4814bb683c88b1e96d26256 -f value -c Role 2024-07-31 04:36:31.039 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:31.039 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:31.039 | + functions-common:get_or_add_group_project_role:1072 : echo 59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:31.039 | 59a0c29da3bf4b118884db8bd5a98527 2024-07-31 04:36:31.072 | [3530 Async ks-group-memberalt:33626]: finished get_or_add_group_project_role member 923b312423d949d68fdc252d7dc12be6 d00dadd6a4814bb683c88b1e96d26256 with result 0 in 3 seconds 2024-07-31 04:36:31.098 | [3530 Async ks-group-anotheralt:33724]: Waiting for completion of get_or_add_group_project_role anotherrole 923b312423d949d68fdc252d7dc12be6 d00dadd6a4814bb683c88b1e96d26256 running on PID 33724 (3 other jobs running) 2024-07-31 04:36:31.118 | [3530 Async ks-group-anotheralt:33724]: Signaling child to exit 2024-07-31 04:36:31.121 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:31.139 | [33724 Async ks-group-anotheralt:33724]: finished successfully 2024-07-31 04:36:31.155 | WAKEUP 2024-07-31 04:36:31.171 | [3530 Async ks-group-anotheralt:33724]: Signaled 2024-07-31 04:36:31.172 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-07-31 04:36:31.172 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 923b312423d949d68fdc252d7dc12be6 --project d00dadd6a4814bb683c88b1e96d26256 2024-07-31 04:36:31.172 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 923b312423d949d68fdc252d7dc12be6 --project d00dadd6a4814bb683c88b1e96d26256 -f value -c Role 2024-07-31 04:36:31.172 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:31.172 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:31.172 | + functions-common:get_or_add_group_project_role:1072 : echo 4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:31.172 | 4beecf21ade342b784896e39ded32c1a 2024-07-31 04:36:31.186 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:31.204 | [33845 Async ks-group-admin:33845]: finished successfully 2024-07-31 04:36:31.205 | [3530 Async ks-group-anotheralt:33724]: finished get_or_add_group_project_role anotherrole 923b312423d949d68fdc252d7dc12be6 d00dadd6a4814bb683c88b1e96d26256 with result 0 in 3 seconds 2024-07-31 04:36:31.231 | [3530 Async ks-group-admin:33845]: Waiting for completion of get_or_add_group_project_role admin a94cd5d07ea04f2780c857540c33b591 a441255a9d864e4ab525c6eb0746ad2e running on PID 33845 (2 other jobs running) 2024-07-31 04:36:31.248 | [3530 Async ks-group-admin:33845]: Signaling child to exit 2024-07-31 04:36:31.248 | WAKEUP 2024-07-31 04:36:31.264 | [3530 Async ks-group-admin:33845]: Signaled 2024-07-31 04:36:31.264 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-07-31 04:36:31.264 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group a94cd5d07ea04f2780c857540c33b591 --project a441255a9d864e4ab525c6eb0746ad2e 2024-07-31 04:36:31.264 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group a94cd5d07ea04f2780c857540c33b591 --project a441255a9d864e4ab525c6eb0746ad2e -f value -c Role 2024-07-31 04:36:31.264 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:31.264 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:31.264 | + functions-common:get_or_add_group_project_role:1072 : echo a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:31.264 | a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:31.295 | [3530 Async ks-group-admin:33845]: finished get_or_add_group_project_role admin a94cd5d07ea04f2780c857540c33b591 a441255a9d864e4ab525c6eb0746ad2e with result 0 in 3 seconds 2024-07-31 04:36:31.298 | + inc/async:async_wait:197 : return 0 2024-07-31 04:36:31.300 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-07-31 04:36:31.313 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:36:31.315 | + stack.sh:main:1128 : is_service_enabled nova 2024-07-31 04:36:31.328 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:36:31.330 | + stack.sh:main:1129 : async_runfunc create_nova_accounts 2024-07-31 04:36:31.332 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-07-31 04:36:31.378 | + inc/async:async_inner:63 : create_nova_accounts 2024-07-31 04:36:31.409 | [3530 Async create_nova_accounts:35693]: running: create_nova_accounts 2024-07-31 04:36:31.411 | + stack.sh:main:1131 : is_service_enabled glance 2024-07-31 04:36:31.424 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:36:31.426 | + stack.sh:main:1132 : async_runfunc create_glance_accounts 2024-07-31 04:36:31.428 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-07-31 04:36:31.476 | + inc/async:async_inner:63 : create_glance_accounts 2024-07-31 04:36:31.508 | [3530 Async create_glance_accounts:35816]: running: create_glance_accounts 2024-07-31 04:36:31.510 | + stack.sh:main:1134 : is_service_enabled cinder 2024-07-31 04:36:31.524 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:36:31.526 | + stack.sh:main:1135 : async_runfunc create_cinder_accounts 2024-07-31 04:36:31.528 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-07-31 04:36:31.575 | + inc/async:async_inner:63 : create_cinder_accounts 2024-07-31 04:36:31.607 | [3530 Async create_cinder_accounts:35955]: running: create_cinder_accounts 2024-07-31 04:36:31.610 | + stack.sh:main:1137 : is_service_enabled neutron 2024-07-31 04:36:31.624 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:36:31.626 | + stack.sh:main:1138 : async_runfunc create_neutron_accounts 2024-07-31 04:36:31.628 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-07-31 04:36:31.675 | + inc/async:async_inner:63 : create_neutron_accounts 2024-07-31 04:36:31.706 | [3530 Async create_neutron_accounts:36098]: running: create_neutron_accounts 2024-07-31 04:36:31.709 | + stack.sh:main:1140 : is_service_enabled swift 2024-07-31 04:36:31.723 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:36:31.725 | + stack.sh:main:1149 : is_service_enabled horizon 2024-07-31 04:36:31.738 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:36:31.740 | + stack.sh:main:1154 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-07-31 04:36:31.776 | [3530 Async create_nova_accounts:35693]: Waiting for completion of create_nova_accounts running on PID 35693 (5 other jobs running) 2024-07-31 04:36:31.793 | [3530 Async create_nova_accounts:35693]: Signaling child to exit 2024-07-31 04:36:45.117 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:45.135 | [36098 Async create_neutron_accounts:36098]: finished successfully 2024-07-31 04:36:54.471 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:54.489 | [35955 Async create_cinder_accounts:35955]: finished successfully 2024-07-31 04:36:55.395 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:55.412 | [35693 Async create_nova_accounts:35693]: finished successfully 2024-07-31 04:36:55.428 | WAKEUP 2024-07-31 04:36:55.444 | [3530 Async create_nova_accounts:35693]: Signaled 2024-07-31 04:36:55.445 | + 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-07-31 04:36:55.445 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-07-31 04:36:55.445 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-07-31 04:36:55.445 | + functions-common:get_or_create_user:922 : local user_id 2024-07-31 04:36:55.445 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-07-31 04:36:55.445 | + functions-common:get_or_create_user:926 : local email= 2024-07-31 04:36:55.445 | ++ 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-07-31 04:36:55.445 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:55.445 | + functions-common:get_or_create_user:938 : user_id=932c9a544bc6406f8753b9a995f22340 2024-07-31 04:36:55.445 | + functions-common:get_or_create_user:939 : echo 932c9a544bc6406f8753b9a995f22340 2024-07-31 04:36:55.445 | 932c9a544bc6406f8753b9a995f22340 2024-07-31 04:36:55.445 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-07-31 04:36:55.445 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:55.445 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:55.445 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-31 04:36:55.445 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-31 04:36:55.445 | + 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-07-31 04:36:55.445 | ++ 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-07-31 04:36:55.445 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:55.445 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:55.445 | + functions-common:get_or_add_user_project_role:1003 : echo 7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:55.445 | 7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:55.445 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-07-31 04:36:55.445 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-07-31 04:36:55.445 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:55.445 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:55.445 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-31 04:36:55.445 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-31 04:36:55.445 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-31 04:36:55.445 | + 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-07-31 04:36:55.445 | ++ 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-07-31 04:36:55.445 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:55.445 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:55.445 | + functions-common:get_or_add_user_project_role:1003 : echo a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:55.445 | a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:36:55.445 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-07-31 04:36:55.445 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-07-31 04:36:55.445 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-07-31 04:36:55.445 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-07-31 04:36:55.445 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-31 04:36:55.445 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-07-31 04:36:55.445 | ++ 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-07-31 04:36:55.445 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:55.445 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-31 04:36:55.445 | 271cc8979a4d451d8eaafe75f5ba5baf' 2024-07-31 04:36:55.445 | + functions-common:get_or_create_service:1090 : echo 271cc8979a4d451d8eaafe75f5ba5baf 2024-07-31 04:36:55.445 | 271cc8979a4d451d8eaafe75f5ba5baf 2024-07-31 04:36:55.445 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-07-31 04:36:55.445 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-31 04:36:55.445 | ++ 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-07-31 04:36:55.445 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-31 04:36:55.445 | +++ 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-07-31 04:36:55.445 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:55.445 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-31 04:36:55.445 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-31 04:36:55.445 | +++ 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-07-31 04:36:55.445 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:55.445 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=a63945d29802415c99634fad574e99c2 2024-07-31 04:36:55.445 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo a63945d29802415c99634fad574e99c2 2024-07-31 04:36:55.445 | + functions-common:get_or_create_endpoint:1123 : public_id=a63945d29802415c99634fad574e99c2 2024-07-31 04:36:55.445 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-31 04:36:55.445 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-31 04:36:55.445 | + functions-common:get_or_create_endpoint:1132 : echo a63945d29802415c99634fad574e99c2 2024-07-31 04:36:55.445 | a63945d29802415c99634fad574e99c2 2024-07-31 04:36:55.445 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-07-31 04:36:55.445 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-31 04:36:55.445 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-07-31 04:36:55.445 | ++ 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-07-31 04:36:55.445 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:55.445 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-31 04:36:55.445 | 8105dcf6e7d04873ae62a469dc30fc3d' 2024-07-31 04:36:55.445 | + functions-common:get_or_create_service:1090 : echo 8105dcf6e7d04873ae62a469dc30fc3d 2024-07-31 04:36:55.446 | 8105dcf6e7d04873ae62a469dc30fc3d 2024-07-31 04:36:55.446 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-07-31 04:36:55.446 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-31 04:36:55.446 | ++ 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-07-31 04:36:55.446 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-31 04:36:55.446 | +++ 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-07-31 04:36:55.446 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:55.446 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-31 04:36:55.446 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-31 04:36:55.446 | +++ 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-07-31 04:36:55.446 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:55.446 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=9f73b54888a04ad089ba5b948a442658 2024-07-31 04:36:55.446 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 9f73b54888a04ad089ba5b948a442658 2024-07-31 04:36:55.446 | + functions-common:get_or_create_endpoint:1123 : public_id=9f73b54888a04ad089ba5b948a442658 2024-07-31 04:36:55.446 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-31 04:36:55.446 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-31 04:36:55.446 | + functions-common:get_or_create_endpoint:1132 : echo 9f73b54888a04ad089ba5b948a442658 2024-07-31 04:36:55.446 | 9f73b54888a04ad089ba5b948a442658 2024-07-31 04:36:55.446 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-07-31 04:36:55.446 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:36:55.446 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-07-31 04:36:55.446 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:36:55.446 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-07-31 04:36:55.446 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:36:55.446 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-07-31 04:36:55.446 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:36:55.446 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-07-31 04:36:55.476 | [3530 Async create_nova_accounts:35693]: finished create_nova_accounts with result 0 in 24 seconds 2024-07-31 04:36:55.501 | [3530 Async create_glance_accounts:35816]: Waiting for completion of create_glance_accounts running on PID 35816 (4 other jobs running) 2024-07-31 04:36:55.518 | [3530 Async create_glance_accounts:35816]: Signaling child to exit 2024-07-31 04:36:56.154 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:36:56.174 | [35816 Async create_glance_accounts:35816]: finished successfully 2024-07-31 04:36:56.190 | WAKEUP 2024-07-31 04:36:56.206 | [3530 Async create_glance_accounts:35816]: Signaled 2024-07-31 04:36:56.206 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-07-31 04:36:56.206 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:36:56.206 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-07-31 04:36:56.207 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-07-31 04:36:56.207 | + functions-common:get_or_create_user:922 : local user_id 2024-07-31 04:36:56.207 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-07-31 04:36:56.207 | + functions-common:get_or_create_user:926 : local email= 2024-07-31 04:36:56.207 | ++ 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-07-31 04:36:56.207 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.207 | + functions-common:get_or_create_user:938 : user_id=56962047153d432c817b5d186d7c0c35 2024-07-31 04:36:56.207 | + functions-common:get_or_create_user:939 : echo 56962047153d432c817b5d186d7c0c35 2024-07-31 04:36:56.207 | 56962047153d432c817b5d186d7c0c35 2024-07-31 04:36:56.207 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-07-31 04:36:56.207 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:56.207 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:56.207 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-31 04:36:56.207 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:56.207 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:56.207 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-31 04:36:56.207 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-31 04:36:56.207 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-31 04:36:56.207 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-31 04:36:56.207 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-31 04:36:56.207 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-31 04:36:56.207 | + 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-07-31 04:36:56.207 | ++ 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-07-31 04:36:56.207 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.207 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:56.207 | + functions-common:get_or_add_user_project_role:1003 : echo 7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:56.207 | 7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:56.207 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-07-31 04:36:56.207 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-07-31 04:36:56.207 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:36:56.207 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-07-31 04:36:56.207 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-31 04:36:56.207 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-07-31 04:36:56.207 | ++ 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-07-31 04:36:56.207 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.207 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-31 04:36:56.207 | 61412b80e6ee45e588035d256b165688' 2024-07-31 04:36:56.207 | + functions-common:get_or_create_service:1090 : echo 61412b80e6ee45e588035d256b165688 2024-07-31 04:36:56.207 | 61412b80e6ee45e588035d256b165688 2024-07-31 04:36:56.207 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-07-31 04:36:56.207 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-31 04:36:56.208 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-07-31 04:36:56.208 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-31 04:36:56.208 | +++ 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-07-31 04:36:56.208 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.208 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-31 04:36:56.208 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-31 04:36:56.208 | +++ 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-07-31 04:36:56.208 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.208 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=5ea38960838f48de8ebad2cfa0a46fb2 2024-07-31 04:36:56.208 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 5ea38960838f48de8ebad2cfa0a46fb2 2024-07-31 04:36:56.208 | + functions-common:get_or_create_endpoint:1123 : public_id=5ea38960838f48de8ebad2cfa0a46fb2 2024-07-31 04:36:56.208 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-31 04:36:56.208 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-31 04:36:56.208 | + functions-common:get_or_create_endpoint:1132 : echo 5ea38960838f48de8ebad2cfa0a46fb2 2024-07-31 04:36:56.208 | 5ea38960838f48de8ebad2cfa0a46fb2 2024-07-31 04:36:56.208 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-07-31 04:36:56.208 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-07-31 04:36:56.208 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-07-31 04:36:56.208 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.208 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-07-31 04:36:56.208 | ++ functions-common:get_or_create_domain:901 : echo default 2024-07-31 04:36:56.208 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-07-31 04:36:56.209 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-07-31 04:36:56.209 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-07-31 04:36:56.209 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-07-31 04:36:56.209 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-07-31 04:36:56.209 | + 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-07-31 04:36:56.209 | +---------------+----------------------------------+ 2024-07-31 04:36:56.209 | | Field | Value | 2024-07-31 04:36:56.209 | +---------------+----------------------------------+ 2024-07-31 04:36:56.209 | | default_limit | 1000 | 2024-07-31 04:36:56.209 | | description | None | 2024-07-31 04:36:56.209 | | id | a48cdf12837c4ffc938e2261339aa093 | 2024-07-31 04:36:56.209 | | region_id | RegionOne | 2024-07-31 04:36:56.209 | | resource_name | image_size_total | 2024-07-31 04:36:56.209 | | service_id | 61412b80e6ee45e588035d256b165688 | 2024-07-31 04:36:56.209 | +---------------+----------------------------------+ 2024-07-31 04:36:56.209 | + 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-07-31 04:36:56.209 | +---------------+----------------------------------+ 2024-07-31 04:36:56.209 | | Field | Value | 2024-07-31 04:36:56.209 | +---------------+----------------------------------+ 2024-07-31 04:36:56.209 | | default_limit | 1000 | 2024-07-31 04:36:56.209 | | description | None | 2024-07-31 04:36:56.209 | | id | 1036a99e7d854c298f9b5d26542fe439 | 2024-07-31 04:36:56.209 | | region_id | RegionOne | 2024-07-31 04:36:56.209 | | resource_name | image_stage_total | 2024-07-31 04:36:56.209 | | service_id | 61412b80e6ee45e588035d256b165688 | 2024-07-31 04:36:56.209 | +---------------+----------------------------------+ 2024-07-31 04:36:56.209 | + 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-07-31 04:36:56.209 | +---------------+----------------------------------+ 2024-07-31 04:36:56.209 | | Field | Value | 2024-07-31 04:36:56.209 | +---------------+----------------------------------+ 2024-07-31 04:36:56.209 | | default_limit | 100 | 2024-07-31 04:36:56.209 | | description | None | 2024-07-31 04:36:56.209 | | id | 6a138fb7dab1457dac7bc51e122f14f6 | 2024-07-31 04:36:56.209 | | region_id | RegionOne | 2024-07-31 04:36:56.209 | | resource_name | image_count_total | 2024-07-31 04:36:56.209 | | service_id | 61412b80e6ee45e588035d256b165688 | 2024-07-31 04:36:56.209 | +---------------+----------------------------------+ 2024-07-31 04:36:56.209 | + 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-07-31 04:36:56.209 | +---------------+----------------------------------+ 2024-07-31 04:36:56.209 | | Field | Value | 2024-07-31 04:36:56.209 | +---------------+----------------------------------+ 2024-07-31 04:36:56.209 | | default_limit | 100 | 2024-07-31 04:36:56.209 | | description | None | 2024-07-31 04:36:56.209 | | id | 2c9a7c6cbb7d485e825a720a1146f696 | 2024-07-31 04:36:56.209 | | region_id | RegionOne | 2024-07-31 04:36:56.210 | | resource_name | image_count_uploading | 2024-07-31 04:36:56.210 | | service_id | 61412b80e6ee45e588035d256b165688 | 2024-07-31 04:36:56.210 | +---------------+----------------------------------+ 2024-07-31 04:36:56.210 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-07-31 04:36:56.210 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-07-31 04:36:56.210 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-07-31 04:36:56.210 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-07-31 04:36:56.210 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-07-31 04:36:56.210 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-07-31 04:36:56.210 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-07-31 04:36:56.210 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-07-31 04:36:56.210 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.210 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 5ea38960838f48de8ebad2cfa0a46fb2 2024-07-31 04:36:56.210 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-07-31 04:36:56.238 | [3530 Async create_glance_accounts:35816]: finished create_glance_accounts with result 0 in 24 seconds 2024-07-31 04:36:56.263 | [3530 Async create_cinder_accounts:35955]: Waiting for completion of create_cinder_accounts running on PID 35955 (3 other jobs running) 2024-07-31 04:36:56.280 | [3530 Async create_cinder_accounts:35955]: Signaling child to exit 2024-07-31 04:36:56.280 | WAKEUP 2024-07-31 04:36:56.295 | [3530 Async create_cinder_accounts:35955]: Signaled 2024-07-31 04:36:56.296 | + 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-07-31 04:36:56.296 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-07-31 04:36:56.296 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-07-31 04:36:56.296 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:36:56.296 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-07-31 04:36:56.296 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-07-31 04:36:56.296 | + functions-common:get_or_create_user:922 : local user_id 2024-07-31 04:36:56.296 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-07-31 04:36:56.296 | + functions-common:get_or_create_user:926 : local email= 2024-07-31 04:36:56.296 | ++ 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-07-31 04:36:56.296 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.296 | + functions-common:get_or_create_user:938 : user_id=e184ad424a5d4fe682dd1f4b877c42d1 2024-07-31 04:36:56.296 | + functions-common:get_or_create_user:939 : echo e184ad424a5d4fe682dd1f4b877c42d1 2024-07-31 04:36:56.296 | e184ad424a5d4fe682dd1f4b877c42d1 2024-07-31 04:36:56.296 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-07-31 04:36:56.296 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:56.296 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:56.296 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-31 04:36:56.296 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:56.296 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:56.296 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-31 04:36:56.296 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-31 04:36:56.296 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-31 04:36:56.296 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-31 04:36:56.296 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-31 04:36:56.296 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-31 04:36:56.296 | + 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-07-31 04:36:56.296 | ++ 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-07-31 04:36:56.296 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.296 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:56.296 | + functions-common:get_or_add_user_project_role:1003 : echo 7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:56.296 | 7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:56.296 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-07-31 04:36:56.296 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-07-31 04:36:56.296 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-31 04:36:56.296 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-07-31 04:36:56.296 | ++ 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-07-31 04:36:56.296 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.296 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-31 04:36:56.296 | fd2ee8073c774cdca83f03fd05874dcb' 2024-07-31 04:36:56.296 | + functions-common:get_or_create_service:1090 : echo fd2ee8073c774cdca83f03fd05874dcb 2024-07-31 04:36:56.296 | fd2ee8073c774cdca83f03fd05874dcb 2024-07-31 04:36:56.296 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-07-31 04:36:56.296 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-07-31 04:36:56.296 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-31 04:36:56.296 | ++ 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-07-31 04:36:56.296 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-31 04:36:56.296 | +++ 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-07-31 04:36:56.296 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.296 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-31 04:36:56.296 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-31 04:36:56.296 | +++ 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-07-31 04:36:56.296 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.296 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=a8fcae1cd7b0484f88c969b801cf4655 2024-07-31 04:36:56.297 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo a8fcae1cd7b0484f88c969b801cf4655 2024-07-31 04:36:56.297 | + functions-common:get_or_create_endpoint:1123 : public_id=a8fcae1cd7b0484f88c969b801cf4655 2024-07-31 04:36:56.297 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-31 04:36:56.297 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-31 04:36:56.297 | + functions-common:get_or_create_endpoint:1132 : echo a8fcae1cd7b0484f88c969b801cf4655 2024-07-31 04:36:56.297 | a8fcae1cd7b0484f88c969b801cf4655 2024-07-31 04:36:56.297 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-07-31 04:36:56.297 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-31 04:36:56.297 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-07-31 04:36:56.297 | ++ 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-07-31 04:36:56.297 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.297 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-31 04:36:56.297 | af77a8b179a847329da821c5f26c0b39' 2024-07-31 04:36:56.297 | + functions-common:get_or_create_service:1090 : echo af77a8b179a847329da821c5f26c0b39 2024-07-31 04:36:56.297 | af77a8b179a847329da821c5f26c0b39 2024-07-31 04:36:56.297 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-07-31 04:36:56.297 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-31 04:36:56.297 | ++ 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-07-31 04:36:56.297 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-31 04:36:56.297 | +++ 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-07-31 04:36:56.297 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.297 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-31 04:36:56.297 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-31 04:36:56.297 | +++ 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-07-31 04:36:56.297 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.297 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=d146743a5b474e5d8457051f17b92eed 2024-07-31 04:36:56.297 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo d146743a5b474e5d8457051f17b92eed 2024-07-31 04:36:56.297 | + functions-common:get_or_create_endpoint:1123 : public_id=d146743a5b474e5d8457051f17b92eed 2024-07-31 04:36:56.297 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-31 04:36:56.297 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-31 04:36:56.297 | + functions-common:get_or_create_endpoint:1132 : echo d146743a5b474e5d8457051f17b92eed 2024-07-31 04:36:56.297 | d146743a5b474e5d8457051f17b92eed 2024-07-31 04:36:56.297 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-07-31 04:36:56.298 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-07-31 04:36:56.298 | ++ functions-common:get_or_create_project:945 : local project_id 2024-07-31 04:36:56.298 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-07-31 04:36:56.298 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.298 | ++ functions-common:get_or_create_project:951 : project_id=a8d494683a484b25a723b90b6c0e8beb 2024-07-31 04:36:56.298 | ++ functions-common:get_or_create_project:952 : echo a8d494683a484b25a723b90b6c0e8beb 2024-07-31 04:36:56.298 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id a8d494683a484b25a723b90b6c0e8beb 2024-07-31 04:36:56.298 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-07-31 04:36:56.298 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-31 04:36:56.298 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-07-31 04:36:56.298 | ++ functions-common:get_or_create_user:926 : local email= 2024-07-31 04:36:56.298 | +++ 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-07-31 04:36:56.298 | No password was supplied, authentication will fail when a user does not have a password. 2024-07-31 04:36:56.298 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.298 | ++ functions-common:get_or_create_user:938 : user_id=e184ad424a5d4fe682dd1f4b877c42d1 2024-07-31 04:36:56.298 | ++ functions-common:get_or_create_user:939 : echo e184ad424a5d4fe682dd1f4b877c42d1 2024-07-31 04:36:56.298 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id e184ad424a5d4fe682dd1f4b877c42d1 2024-07-31 04:36:56.327 | [3530 Async create_cinder_accounts:35955]: finished create_cinder_accounts with result 0 in 22 seconds 2024-07-31 04:36:56.330 | + inc/async:async_wait:197 : return 0 2024-07-31 04:36:56.332 | + stack.sh:main:1155 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-07-31 04:36:56.367 | [3530 Async create_neutron_accounts:36098]: Waiting for completion of create_neutron_accounts running on PID 36098 (2 other jobs running) 2024-07-31 04:36:56.384 | [3530 Async create_neutron_accounts:36098]: Signaling child to exit 2024-07-31 04:36:56.384 | WAKEUP 2024-07-31 04:36:56.399 | [3530 Async create_neutron_accounts:36098]: Signaled 2024-07-31 04:36:56.400 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-07-31 04:36:56.400 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-07-31 04:36:56.400 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-07-31 04:36:56.400 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-07-31 04:36:56.400 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-07-31 04:36:56.400 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-07-31 04:36:56.400 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:36:56.400 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-07-31 04:36:56.400 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-07-31 04:36:56.400 | + functions-common:get_or_create_user:922 : local user_id 2024-07-31 04:36:56.400 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-07-31 04:36:56.400 | + functions-common:get_or_create_user:926 : local email= 2024-07-31 04:36:56.400 | ++ 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-07-31 04:36:56.400 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.400 | + functions-common:get_or_create_user:938 : user_id=9de374e6ee08462489e153c8e51ad5f9 2024-07-31 04:36:56.400 | + functions-common:get_or_create_user:939 : echo 9de374e6ee08462489e153c8e51ad5f9 2024-07-31 04:36:56.400 | 9de374e6ee08462489e153c8e51ad5f9 2024-07-31 04:36:56.400 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-07-31 04:36:56.400 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:36:56.400 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:36:56.400 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-31 04:36:56.400 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:36:56.400 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:36:56.400 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-31 04:36:56.400 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-31 04:36:56.400 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-31 04:36:56.400 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-31 04:36:56.400 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-31 04:36:56.400 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-31 04:36:56.400 | + 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-07-31 04:36:56.400 | ++ 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-07-31 04:36:56.400 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.400 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:56.400 | + functions-common:get_or_add_user_project_role:1003 : echo 7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:56.400 | 7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:36:56.400 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-07-31 04:36:56.400 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-07-31 04:36:56.400 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-31 04:36:56.400 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-07-31 04:36:56.401 | ++ 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-07-31 04:36:56.401 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.401 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-31 04:36:56.401 | c90c605f171d4fab964ddfca8469fab0' 2024-07-31 04:36:56.401 | + functions-common:get_or_create_service:1090 : echo c90c605f171d4fab964ddfca8469fab0 2024-07-31 04:36:56.401 | c90c605f171d4fab964ddfca8469fab0 2024-07-31 04:36:56.401 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-07-31 04:36:56.401 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-31 04:36:56.401 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-07-31 04:36:56.401 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-31 04:36:56.401 | +++ 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-07-31 04:36:56.401 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.401 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-31 04:36:56.401 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-31 04:36:56.401 | +++ 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-07-31 04:36:56.401 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:36:56.401 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=6a8b67583d714fd689f830c2108d91dc 2024-07-31 04:36:56.401 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 6a8b67583d714fd689f830c2108d91dc 2024-07-31 04:36:56.401 | + functions-common:get_or_create_endpoint:1123 : public_id=6a8b67583d714fd689f830c2108d91dc 2024-07-31 04:36:56.401 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-31 04:36:56.401 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-31 04:36:56.401 | + functions-common:get_or_create_endpoint:1132 : echo 6a8b67583d714fd689f830c2108d91dc 2024-07-31 04:36:56.401 | 6a8b67583d714fd689f830c2108d91dc 2024-07-31 04:36:56.431 | [3530 Async create_neutron_accounts:36098]: finished create_neutron_accounts with result 0 in 13 seconds 2024-07-31 04:36:56.436 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-07-31 04:36:56.440 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-07-31 04:36:56.442 | + inc/async:async_wait:197 : return 0 2024-07-31 04:36:56.444 | + stack.sh:main:1161 : is_service_enabled mysql postgresql 2024-07-31 04:36:56.457 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:36:56.459 | + stack.sh:main:1161 : is_service_enabled glance 2024-07-31 04:36:56.472 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:36:56.474 | + stack.sh:main:1162 : echo_summary 'Configuring Glance' 2024-07-31 04:36:56.475 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-31 04:36:56.477 | + stack.sh:echo_summary:472 : echo -e Configuring Glance 2024-07-31 04:36:56.479 | + stack.sh:main:1163 : async_runfunc init_glance 2024-07-31 04:36:56.481 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-07-31 04:36:56.527 | + inc/async:async_inner:63 : init_glance 2024-07-31 04:36:56.558 | [3530 Async init_glance:38426]: running: init_glance 2024-07-31 04:36:56.560 | + stack.sh:main:1170 : is_service_enabled neutron 2024-07-31 04:36:56.574 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:36:56.576 | + stack.sh:main:1171 : echo_summary 'Configuring Neutron' 2024-07-31 04:36:56.579 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-31 04:36:56.581 | + stack.sh:echo_summary:472 : echo -e Configuring Neutron 2024-07-31 04:36:56.582 | + stack.sh:main:1173 : configure_neutron 2024-07-31 04:36:56.584 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-07-31 04:36:56.586 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-07-31 04:36:56.588 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-07-31 04:36:56.598 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-07-31 04:36:56.599 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-07-31 04:37:00.694 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:37:00.713 | [38426 Async init_glance:38426]: finished successfully 2024-07-31 04:37:16.134 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-07-31 04:37:16.138 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-07-31 04:37:16.140 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-07-31 04:37:16.142 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-07-31 04:37:16.144 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-07-31 04:37:16.146 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-07-31 04:37:16.147 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-07-31 04:37:16.149 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-07-31 04:37:16.151 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-07-31 04:37:16.153 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-07-31 04:37:16.155 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-07-31 04:37:16.156 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-07-31 04:37:16.158 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-07-31 04:37:16.160 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-07-31 04:37:16.162 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-07-31 04:37:16.164 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-07-31 04:37:16.167 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:16.168 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:16.170 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-07-31 04:37:16.172 | + 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-07-31 04:37:16.176 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-07-31 04:37:16.178 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-07-31 04:37:16.180 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-07-31 04:37:16.182 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-07-31 04:37:16.184 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-31 04:37:16.185 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-31 04:37:16.187 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-07-31 04:37:16.189 | + 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-07-31 04:37:16.213 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-07-31 04:37:16.238 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-07-31 04:37:16.262 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-07-31 04:37:16.285 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-07-31 04:37:16.310 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-07-31 04:37:16.333 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-07-31 04:37:16.335 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-07-31 04:37:16.337 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-07-31 04:37:16.339 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-07-31 04:37:16.341 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-31 04:37:16.354 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-31 04:37:16.355 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-31 04:37:16.357 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-31 04:37:16.359 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-31 04:37:16.361 | + 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-07-31 04:37:16.384 | + 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-07-31 04:37:16.408 | + 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-07-31 04:37:16.431 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-31 04:37:16.454 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-07-31 04:37:16.467 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:37:16.469 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-07-31 04:37:16.470 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-07-31 04:37:16.472 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-07-31 04:37:16.474 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-07-31 04:37:16.476 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-07-31 04:37:16.478 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-07-31 04:37:16.479 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-07-31 04:37:16.481 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-07-31 04:37:16.491 | + 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-07-31 04:37:16.500 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-07-31 04:37:16.502 | + 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-07-31 04:37:16.511 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-07-31 04:37:16.521 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-07-31 04:37:16.531 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-07-31 04:37:16.533 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-07-31 04:37:16.535 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-07-31 04:37:16.538 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.ho35wcpCua 2024-07-31 04:37:16.540 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-07-31 04:37:16.542 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-07-31 04:37:16.544 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.ho35wcpCua 2024-07-31 04:37:16.547 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.ho35wcpCua 2024-07-31 04:37:16.556 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.ho35wcpCua /etc/sudoers.d/neutron-rootwrap 2024-07-31 04:37:16.565 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-07-31 04:37:16.567 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-07-31 04:37:16.568 | + 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-07-31 04:37:16.592 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-07-31 04:37:16.594 | + 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-07-31 04:37:16.617 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-07-31 04:37:16.619 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-07-31 04:37:16.621 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-07-31 04:37:16.623 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-07-31 04:37:16.625 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-07-31 04:37:16.627 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-07-31 04:37:16.640 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:16.642 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-07-31 04:37:16.644 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-07-31 04:37:16.647 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-07-31 04:37:16.660 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:16.662 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-31 04:37:16.664 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-31 04:37:16.689 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-07-31 04:37:16.691 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-07-31 04:37:16.693 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-07-31 04:37:16.707 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:37:16.708 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-07-31 04:37:16.721 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:16.723 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-07-31 04:37:16.725 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:16.727 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:16.729 | + 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-07-31 04:37:16.755 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-07-31 04:37:16.757 | + 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-07-31 04:37:16.780 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-07-31 04:37:16.804 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-07-31 04:37:16.806 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-07-31 04:37:16.808 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-07-31 04:37:16.810 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-07-31 04:37:18.121 | INFO neutron.common.config [-] Logging enabled! 2024-07-31 04:37:18.122 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev46 2024-07-31 04:37:18.122 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39318) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-07-31 04:37:18.123 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-07-31 04:37:18.123 | 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/tmppbl7enro/privsep.sock'] 2024-07-31 04:37:18.881 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-07-31 04:37:18.881 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmppbl7enro/privsep.sock {{(pid=39318) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-07-31 04:37:18.882 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-07-31 04:37:18.882 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-07-31 04:37:18.883 | 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-07-31 04:37:18.883 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39328 2024-07-31 04:37:18.883 | DEBUG oslo.privsep.daemon [-] privsep: reply[7910fca8-88f7-4acc-b3b9-3ea14313c87b]: (2,) {{(pid=39328) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-07-31 04:37:18.970 | 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=39328) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-07-31 04:37:18.979 | 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=39328) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-07-31 04:37:18.979 | DEBUG oslo.privsep.daemon [-] privsep: reply[a0d22f8b-bc19-4d1c-9aea-6b24ac77885a]: (4, ('2ce003e0-d89e-46e9-a4cb-836da203519d\n', '')) {{(pid=39328) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-07-31 04:37:19.091 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39318) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-07-31 04:37:19.091 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39318) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-07-31 04:37:19.091 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39318) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-31 04:37:19.092 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39318) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-31 04:37:19.092 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39318) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-31 04:37:19.092 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39318) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-31 04:37:19.127 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-07-31 04:37:19.128 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39318) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-07-31 04:37:19.128 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39318) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-07-31 04:37:19.129 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-07-31 04:37:19.502 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-07-31 04:37:19.505 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-07-31 04:37:19.507 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-07-31 04:37:19.509 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-07-31 04:37:19.511 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-07-31 04:37:19.528 | + 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-07-31 04:37:19.544 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-07-31 04:37:19.547 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-07-31 04:37:19.549 | + 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-07-31 04:37:19.578 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-07-31 04:37:19.581 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-07-31 04:37:19.588 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-07-31 04:37:19.590 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-07-31 04:37:19.593 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-07-31 04:37:19.628 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-07-31 04:37:19.642 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-07-31 04:37:19.644 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-07-31 04:37:19.651 | net.bridge.bridge-nf-call-iptables = 1 2024-07-31 04:37:19.655 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-07-31 04:37:19.657 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-07-31 04:37:19.664 | net.bridge.bridge-nf-call-ip6tables = 1 2024-07-31 04:37:19.667 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-07-31 04:37:19.669 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-07-31 04:37:19.671 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-07-31 04:37:19.673 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-07-31 04:37:19.676 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-07-31 04:37:19.678 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-07-31 04:37:19.680 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-07-31 04:37:19.682 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-07-31 04:37:19.684 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-07-31 04:37:19.686 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-07-31 04:37:19.700 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-07-31 04:37:19.703 | + 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-07-31 04:37:19.730 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-07-31 04:37:19.732 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-07-31 04:37:19.757 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-07-31 04:37:19.782 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-07-31 04:37:19.795 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:19.797 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-07-31 04:37:19.799 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-07-31 04:37:19.802 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-07-31 04:37:19.827 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-07-31 04:37:19.851 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-07-31 04:37:19.853 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-07-31 04:37:19.855 | + 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-07-31 04:37:19.879 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-07-31 04:37:19.880 | + 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-07-31 04:37:19.904 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-07-31 04:37:19.918 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:19.919 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-07-31 04:37:19.921 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-07-31 04:37:19.946 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-07-31 04:37:19.948 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-07-31 04:37:19.950 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-07-31 04:37:19.973 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-07-31 04:37:19.975 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-07-31 04:37:19.977 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-07-31 04:37:19.979 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-07-31 04:37:19.992 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:19.994 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-07-31 04:37:19.996 | + 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-07-31 04:37:20.000 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-07-31 04:37:20.025 | + 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-07-31 04:37:20.052 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-07-31 04:37:20.054 | + 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-07-31 04:37:20.079 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-07-31 04:37:20.081 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-07-31 04:37:20.106 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-07-31 04:37:20.108 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-07-31 04:37:20.111 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-07-31 04:37:20.137 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-07-31 04:37:20.139 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-07-31 04:37:20.141 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-07-31 04:37:20.143 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-07-31 04:37:21.436 | INFO neutron.common.config [-] Logging enabled! 2024-07-31 04:37:21.436 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev46 2024-07-31 04:37:21.436 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39873) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-07-31 04:37:21.461 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39873) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-07-31 04:37:21.461 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39873) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-07-31 04:37:21.461 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39873) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-31 04:37:21.461 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39873) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-31 04:37:21.461 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39873) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-31 04:37:21.462 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39873) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-31 04:37:21.495 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-07-31 04:37:21.496 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39873) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-07-31 04:37:21.496 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39873) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-07-31 04:37:21.497 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-07-31 04:37:21.748 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-07-31 04:37:21.750 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-07-31 04:37:21.752 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-07-31 04:37:21.754 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-07-31 04:37:21.757 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-07-31 04:37:21.759 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-07-31 04:37:21.761 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-07-31 04:37:21.774 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-07-31 04:37:21.776 | + functions:set_mtu:796 : local dev=br-ex 2024-07-31 04:37:21.778 | + functions:set_mtu:797 : local mtu=8950 2024-07-31 04:37:21.780 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-07-31 04:37:21.790 | + 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-07-31 04:37:21.803 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-07-31 04:37:21.805 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-07-31 04:37:21.807 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-07-31 04:37:21.809 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-07-31 04:37:21.811 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-07-31 04:37:21.813 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-07-31 04:37:21.815 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-07-31 04:37:21.817 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-07-31 04:37:21.819 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-07-31 04:37:21.821 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-07-31 04:37:21.823 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-07-31 04:37:21.825 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-07-31 04:37:21.827 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-07-31 04:37:21.829 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-07-31 04:37:21.832 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-07-31 04:37:21.833 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-07-31 04:37:21.837 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-07-31 04:37:21.839 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-07-31 04:37:21.841 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-07-31 04:37:21.843 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-07-31 04:37:21.846 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-07-31 04:37:21.846 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-07-31 04:37:21.847 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-07-31 04:37:21.851 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-07-31 04:37:21.853 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-07-31 04:37:21.855 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-07-31 04:37:21.857 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-07-31 04:37:21.859 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-07-31 04:37:21.860 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-07-31 04:37:21.862 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-07-31 04:37:21.876 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-07-31 04:37:21.876 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-07-31 04:37:21.880 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-07-31 04:37:21.882 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-07-31 04:37:21.896 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:21.898 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-07-31 04:37:21.900 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-07-31 04:37:21.903 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-07-31 04:37:21.928 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-07-31 04:37:21.954 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-07-31 04:37:21.978 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-07-31 04:37:21.981 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-07-31 04:37:21.983 | + 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-07-31 04:37:22.007 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-07-31 04:37:22.009 | + 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-07-31 04:37:22.033 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-07-31 04:37:22.035 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-07-31 04:37:22.049 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:37:22.051 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-07-31 04:37:22.053 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-07-31 04:37:22.067 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:37:22.069 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-07-31 04:37:22.082 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:37:22.084 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-07-31 04:37:22.098 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:37:22.100 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-07-31 04:37:22.114 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:22.116 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-07-31 04:37:22.118 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-07-31 04:37:22.120 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-07-31 04:37:22.123 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-07-31 04:37:22.125 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-07-31 04:37:22.127 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-07-31 04:37:22.129 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-07-31 04:37:22.132 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-07-31 04:37:22.134 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-07-31 04:37:22.138 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-07-31 04:37:22.142 | + 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-07-31 04:37:22.145 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-07-31 04:37:22.170 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-07-31 04:37:22.196 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-07-31 04:37:22.222 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-07-31 04:37:22.246 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-07-31 04:37:22.248 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-07-31 04:37:22.250 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-07-31 04:37:22.252 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-07-31 04:37:22.254 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-07-31 04:37:22.278 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-07-31 04:37:22.303 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-07-31 04:37:22.328 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-07-31 04:37:22.352 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-07-31 04:37:22.376 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-07-31 04:37:22.401 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-07-31 04:37:22.426 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-07-31 04:37:22.450 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-07-31 04:37:22.474 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-07-31 04:37:22.499 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-07-31 04:37:22.523 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-07-31 04:37:22.548 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-07-31 04:37:22.550 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-07-31 04:37:22.552 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-07-31 04:37:22.554 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-07-31 04:37:22.556 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-07-31 04:37:22.580 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-07-31 04:37:22.605 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-07-31 04:37:22.630 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-07-31 04:37:22.655 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-07-31 04:37:22.680 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-07-31 04:37:22.705 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-07-31 04:37:22.730 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-07-31 04:37:22.755 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-07-31 04:37:22.781 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-07-31 04:37:22.805 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-07-31 04:37:22.807 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-07-31 04:37:22.809 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-07-31 04:37:22.811 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-07-31 04:37:22.813 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-07-31 04:37:22.837 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-07-31 04:37:22.862 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-07-31 04:37:22.886 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-07-31 04:37:22.910 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-07-31 04:37:22.935 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-07-31 04:37:22.959 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-07-31 04:37:22.984 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-07-31 04:37:23.008 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-07-31 04:37:23.033 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-07-31 04:37:23.058 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-07-31 04:37:23.060 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-07-31 04:37:23.062 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-07-31 04:37:23.064 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-07-31 04:37:23.066 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-07-31 04:37:23.068 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-07-31 04:37:23.069 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-07-31 04:37:23.071 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-07-31 04:37:23.073 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-07-31 04:37:23.075 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-07-31 04:37:23.077 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-07-31 04:37:23.079 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-07-31 04:37:23.081 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-07-31 04:37:23.083 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-07-31 04:37:23.085 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-07-31 04:37:23.087 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-07-31 04:37:23.089 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-07-31 04:37:23.091 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-07-31 04:37:23.093 | + 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-07-31 04:37:23.095 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:23.097 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-07-31 04:37:23.099 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-07-31 04:37:23.101 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-07-31 04:37:23.102 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-31 04:37:23.104 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-07-31 04:37:23.130 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-07-31 04:37:23.132 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:23.134 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-07-31 04:37:23.136 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-07-31 04:37:23.138 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-07-31 04:37:23.140 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-31 04:37:23.142 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-07-31 04:37:23.167 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-07-31 04:37:23.169 | + 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-07-31 04:37:23.171 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:23.173 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-07-31 04:37:23.175 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-07-31 04:37:23.177 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-07-31 04:37:23.179 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-31 04:37:23.181 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-07-31 04:37:23.204 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-07-31 04:37:23.206 | + 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-07-31 04:37:23.208 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:23.210 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-07-31 04:37:23.212 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-07-31 04:37:23.214 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-07-31 04:37:23.216 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-31 04:37:23.218 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-07-31 04:37:23.241 | + 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-07-31 04:37:23.243 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:23.244 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-07-31 04:37:23.246 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-07-31 04:37:23.248 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-07-31 04:37:23.250 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-31 04:37:23.252 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-07-31 04:37:23.275 | + 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-07-31 04:37:23.278 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:23.280 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-07-31 04:37:23.282 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-07-31 04:37:23.283 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-07-31 04:37:23.285 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-31 04:37:23.287 | + 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-07-31 04:37:23.311 | + 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-07-31 04:37:23.313 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:23.315 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-07-31 04:37:23.317 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-07-31 04:37:23.319 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-07-31 04:37:23.321 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-31 04:37:23.323 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-07-31 04:37:23.349 | + 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-07-31 04:37:23.351 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:23.352 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-07-31 04:37:23.354 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-07-31 04:37:23.356 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-07-31 04:37:23.358 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-31 04:37:23.360 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-07-31 04:37:23.383 | + 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-07-31 04:37:23.384 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:23.386 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-07-31 04:37:23.388 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-07-31 04:37:23.390 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-07-31 04:37:23.392 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-31 04:37:23.394 | + 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-07-31 04:37:23.417 | + 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-07-31 04:37:23.419 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-31 04:37:23.421 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-07-31 04:37:23.422 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-07-31 04:37:23.424 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-07-31 04:37:23.426 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-31 04:37:23.428 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-07-31 04:37:23.451 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-07-31 04:37:23.453 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-07-31 04:37:23.478 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-07-31 04:37:23.503 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-07-31 04:37:23.505 | + stack.sh:main:1176 : is_service_enabled mysql postgresql 2024-07-31 04:37:23.519 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:23.521 | + stack.sh:main:1176 : is_service_enabled neutron 2024-07-31 04:37:23.534 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:23.536 | + stack.sh:main:1177 : async_runfunc init_neutron 2024-07-31 04:37:23.538 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-07-31 04:37:23.583 | + inc/async:async_inner:63 : init_neutron 2024-07-31 04:37:23.614 | [3530 Async init_neutron:41674]: running: init_neutron 2024-07-31 04:37:23.616 | + stack.sh:main:1185 : is_service_enabled q-dhcp 2024-07-31 04:37:23.631 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:23.633 | ++ stack.sh:main:1189 : pidof NetworkManager 2024-07-31 04:37:23.643 | ++ stack.sh:main:1189 : true 2024-07-31 04:37:23.646 | + stack.sh:main:1189 : netman_pid= 2024-07-31 04:37:23.648 | + stack.sh:main:1190 : '[' -z '' ']' 2024-07-31 04:37:23.650 | + stack.sh:main:1191 : sudo killall dnsmasq 2024-07-31 04:37:23.661 | dnsmasq: no process found 2024-07-31 04:37:23.664 | + stack.sh:main:1191 : true 2024-07-31 04:37:23.667 | + stack.sh:main:1196 : clean_iptables 2024-07-31 04:37:23.669 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-07-31 04:37:23.669 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-07-31 04:37:23.670 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-07-31 04:37:23.670 | + lib/nova:clean_iptables:184 : grep nova 2024-07-31 04:37:23.670 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-07-31 04:37:23.671 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-07-31 04:37:23.672 | + lib/nova:clean_iptables:184 : bash 2024-07-31 04:37:23.700 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-07-31 04:37:23.701 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-07-31 04:37:23.701 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-07-31 04:37:23.701 | + lib/nova:clean_iptables:186 : grep nova 2024-07-31 04:37:23.702 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-07-31 04:37:23.703 | + lib/nova:clean_iptables:186 : bash 2024-07-31 04:37:23.703 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-07-31 04:37:23.712 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-07-31 04:37:23.712 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-07-31 04:37:23.713 | + lib/nova:clean_iptables:188 : grep nova 2024-07-31 04:37:23.713 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-07-31 04:37:23.713 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-07-31 04:37:23.714 | + lib/nova:clean_iptables:188 : bash 2024-07-31 04:37:23.718 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-07-31 04:37:23.723 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-07-31 04:37:23.723 | + lib/nova:clean_iptables:190 : grep nova 2024-07-31 04:37:23.723 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-07-31 04:37:23.724 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-07-31 04:37:23.724 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-07-31 04:37:23.724 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-07-31 04:37:23.730 | + lib/nova:clean_iptables:190 : bash 2024-07-31 04:37:23.733 | + stack.sh:main:1199 : sudo sysctl -w net.ipv4.ip_forward=1 2024-07-31 04:37:23.740 | net.ipv4.ip_forward = 1 2024-07-31 04:37:23.743 | + stack.sh:main:1204 : is_service_enabled nova neutron 2024-07-31 04:37:23.757 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:23.759 | + stack.sh:main:1205 : configure_os_vif 2024-07-31 04:37:23.761 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-07-31 04:37:23.763 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-07-31 04:37:23.790 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-07-31 04:37:23.792 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-07-31 04:37:23.819 | + stack.sh:main:1211 : is_service_enabled swift 2024-07-31 04:37:23.832 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:37:23.834 | + stack.sh:main:1220 : is_service_enabled cinder 2024-07-31 04:37:23.848 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:23.850 | + stack.sh:main:1221 : echo_summary 'Configuring Cinder' 2024-07-31 04:37:23.852 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-31 04:37:23.854 | + stack.sh:echo_summary:472 : echo -e Configuring Cinder 2024-07-31 04:37:23.856 | + stack.sh:main:1222 : async_runfunc init_cinder 2024-07-31 04:37:23.858 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-07-31 04:37:23.905 | + inc/async:async_inner:63 : init_cinder 2024-07-31 04:37:23.938 | [3530 Async init_cinder:42025]: running: init_cinder 2024-07-31 04:37:23.940 | + stack.sh:main:1228 : is_service_enabled placement 2024-07-31 04:37:23.954 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:23.956 | + stack.sh:main:1229 : echo_summary 'Configuring placement' 2024-07-31 04:37:23.958 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-31 04:37:23.960 | + stack.sh:echo_summary:472 : echo -e Configuring placement 2024-07-31 04:37:23.962 | + stack.sh:main:1230 : async_runfunc init_placement 2024-07-31 04:37:23.965 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-07-31 04:37:24.012 | + inc/async:async_inner:63 : init_placement 2024-07-31 04:37:24.042 | [3530 Async init_placement:42172]: running: init_placement 2024-07-31 04:37:24.044 | + stack.sh:main:1234 : async_wait init_neutron 2024-07-31 04:37:24.081 | [3530 Async init_neutron:41674]: Waiting for completion of init_neutron running on PID 41674 (5 other jobs running) 2024-07-31 04:37:24.099 | [3530 Async init_neutron:41674]: Signaling child to exit 2024-07-31 04:37:27.095 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:37:27.115 | [42025 Async init_cinder:42025]: finished successfully 2024-07-31 04:37:31.120 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:37:31.138 | [41674 Async init_neutron:41674]: finished successfully 2024-07-31 04:37:31.155 | WAKEUP 2024-07-31 04:37:31.170 | [3530 Async init_neutron:41674]: Signaled 2024-07-31 04:37:31.172 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-07-31 04:37:31.172 | + lib/database:recreate_database:112 : local db=neutron 2024-07-31 04:37:31.172 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-07-31 04:37:31.172 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-07-31 04:37:31.172 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-07-31 04:37:31.172 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-07-31 04:37:31.172 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-07-31 04:37:31.172 | + functions-common:time_start:2421 : local name=dbsync 2024-07-31 04:37:31.172 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:37:31.172 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:37:31.172 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:37:31.172 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400643621 2024-07-31 04:37:31.172 | + 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-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-07-31 04:37:31.172 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-07-31 04:37:31.173 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-07-31 04:37:31.174 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-07-31 04:37:31.175 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-07-31 04:37:31.175 | Running upgrade for neutron ... 2024-07-31 04:37:31.175 | OK 2024-07-31 04:37:31.175 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-07-31 04:37:31.175 | + functions-common:time_stop:2435 : local name 2024-07-31 04:37:31.175 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:37:31.175 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:37:31.176 | + functions-common:time_stop:2438 : local total 2024-07-31 04:37:31.176 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:37:31.176 | + functions-common:time_stop:2441 : name=dbsync 2024-07-31 04:37:31.176 | + functions-common:time_stop:2442 : start_time=1722400643621 2024-07-31 04:37:31.176 | + functions-common:time_stop:2444 : [[ -z 1722400643621 ]] 2024-07-31 04:37:31.176 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:37:31.176 | + functions-common:time_stop:2447 : end_time=1722400651107 2024-07-31 04:37:31.176 | + functions-common:time_stop:2448 : elapsed_time=7486 2024-07-31 04:37:31.176 | + functions-common:time_stop:2449 : total=2946 2024-07-31 04:37:31.176 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:37:31.176 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10432 2024-07-31 04:37:31.205 | [3530 Async init_neutron:41674]: finished init_neutron with result 0 in 7 seconds 2024-07-31 04:37:31.208 | + inc/async:async_wait:197 : return 0 2024-07-31 04:37:31.210 | + stack.sh:main:1235 : async_wait init_placement 2024-07-31 04:37:31.248 | [3530 Async init_placement:42172]: Waiting for completion of init_placement running on PID 42172 (4 other jobs running) 2024-07-31 04:37:31.265 | [3530 Async init_placement:42172]: Signaling child to exit 2024-07-31 04:37:41.367 | + inc/async:async_inner:64 : rc=0 2024-07-31 04:37:41.385 | [42172 Async init_placement:42172]: finished successfully 2024-07-31 04:37:41.402 | WAKEUP 2024-07-31 04:37:41.419 | [3530 Async init_placement:42172]: Signaled 2024-07-31 04:37:41.419 | + lib/placement:init_placement:143 : recreate_database placement 2024-07-31 04:37:41.419 | + lib/database:recreate_database:112 : local db=placement 2024-07-31 04:37:41.420 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-07-31 04:37:41.420 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-07-31 04:37:41.420 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-07-31 04:37:41.420 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-07-31 04:37:41.420 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-07-31 04:37:41.420 | + lib/placement:init_placement:145 : create_placement_accounts 2024-07-31 04:37:41.420 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-07-31 04:37:41.420 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-07-31 04:37:41.420 | + functions-common:get_or_create_user:922 : local user_id 2024-07-31 04:37:41.420 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-07-31 04:37:41.420 | + functions-common:get_or_create_user:926 : local email= 2024-07-31 04:37:41.420 | ++ 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-07-31 04:37:41.420 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:37:41.420 | + functions-common:get_or_create_user:938 : user_id=e5314b1f881b417da8a3eff9a57188fa 2024-07-31 04:37:41.420 | + functions-common:get_or_create_user:939 : echo e5314b1f881b417da8a3eff9a57188fa 2024-07-31 04:37:41.420 | e5314b1f881b417da8a3eff9a57188fa 2024-07-31 04:37:41.420 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-07-31 04:37:41.420 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:37:41.420 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:37:41.420 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-31 04:37:41.420 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-31 04:37:41.420 | + 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-07-31 04:37:41.420 | ++ 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-07-31 04:37:41.420 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:37:41.420 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:37:41.420 | + functions-common:get_or_add_user_project_role:1003 : echo 7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:37:41.420 | 7ac39ffeee154552b64de6e723f3a015 2024-07-31 04:37:41.420 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-07-31 04:37:41.420 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-07-31 04:37:41.420 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-31 04:37:41.420 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-31 04:37:41.420 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-31 04:37:41.420 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-31 04:37:41.420 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-31 04:37:41.420 | + 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-07-31 04:37:41.420 | ++ 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-07-31 04:37:41.420 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:37:41.420 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:37:41.420 | + functions-common:get_or_add_user_project_role:1003 : echo a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:37:41.420 | a111ed9035924833bd3d8e02e6ab4767 2024-07-31 04:37:41.420 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-07-31 04:37:41.420 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-07-31 04:37:41.420 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-31 04:37:41.420 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-07-31 04:37:41.420 | ++ 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-07-31 04:37:41.420 | ++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:37:41.420 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-31 04:37:41.420 | b02655190c3c413ead2a0f51359344d3' 2024-07-31 04:37:41.420 | + functions-common:get_or_create_service:1090 : echo b02655190c3c413ead2a0f51359344d3 2024-07-31 04:37:41.420 | b02655190c3c413ead2a0f51359344d3 2024-07-31 04:37:41.420 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-07-31 04:37:41.420 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-31 04:37:41.421 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-07-31 04:37:41.421 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-31 04:37:41.421 | +++ 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-07-31 04:37:41.421 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:37:41.421 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-31 04:37:41.421 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-31 04:37:41.421 | +++ 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-07-31 04:37:41.421 | +++ functions-common:oscwrap:2475 : return 0 2024-07-31 04:37:41.421 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=147e774df6c94392abc07f2dac3f7fe8 2024-07-31 04:37:41.421 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 147e774df6c94392abc07f2dac3f7fe8 2024-07-31 04:37:41.421 | + functions-common:get_or_create_endpoint:1123 : public_id=147e774df6c94392abc07f2dac3f7fe8 2024-07-31 04:37:41.421 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-31 04:37:41.421 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-31 04:37:41.421 | + functions-common:get_or_create_endpoint:1132 : echo 147e774df6c94392abc07f2dac3f7fe8 2024-07-31 04:37:41.421 | 147e774df6c94392abc07f2dac3f7fe8 2024-07-31 04:37:41.452 | [3530 Async init_placement:42172]: finished init_placement with result 0 in 17 seconds 2024-07-31 04:37:41.455 | + inc/async:async_wait:197 : return 0 2024-07-31 04:37:41.457 | + stack.sh:main:1236 : async_wait init_glance 2024-07-31 04:37:41.494 | [3530 Async init_glance:38426]: Waiting for completion of init_glance running on PID 38426 (3 other jobs running) 2024-07-31 04:37:41.511 | [3530 Async init_glance:38426]: Signaling child to exit 2024-07-31 04:37:41.511 | WAKEUP 2024-07-31 04:37:41.527 | [3530 Async init_glance:38426]: Signaled 2024-07-31 04:37:41.528 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-07-31 04:37:41.528 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-07-31 04:37:41.528 | + lib/glance:init_glance:489 : recreate_database glance 2024-07-31 04:37:41.528 | + lib/database:recreate_database:112 : local db=glance 2024-07-31 04:37:41.528 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-07-31 04:37:41.528 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-07-31 04:37:41.528 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-07-31 04:37:41.528 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-07-31 04:37:41.528 | + lib/glance:init_glance:491 : time_start dbsync 2024-07-31 04:37:41.528 | + functions-common:time_start:2421 : local name=dbsync 2024-07-31 04:37:41.528 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:37:41.528 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:37:41.528 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:37:41.528 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400616573 2024-07-31 04:37:41.528 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-07-31 04:37:41.528 | 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=38513) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-07-31 04:37:41.528 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-07-31 04:37:41.528 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-07-31 04:37:41.528 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-07-31 04:37:41.528 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-07-31 04:37:41.528 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-31 04:37:41.529 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-31 04:37:41.529 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-07-31 04:37:41.529 | Database migration is up to date. No migration needed. 2024-07-31 04:37:41.529 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-07-31 04:37:41.529 | Database is synced successfully. 2024-07-31 04:37:41.529 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-07-31 04:37:41.530 | 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=38542) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-07-31 04:37:41.530 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-07-31 04:37:41.530 | + lib/glance:init_glance:497 : time_stop dbsync 2024-07-31 04:37:41.530 | + functions-common:time_stop:2435 : local name 2024-07-31 04:37:41.530 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:37:41.530 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:37:41.530 | + functions-common:time_stop:2438 : local total 2024-07-31 04:37:41.530 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:37:41.530 | + functions-common:time_stop:2441 : name=dbsync 2024-07-31 04:37:41.531 | + functions-common:time_stop:2442 : start_time=1722400616573 2024-07-31 04:37:41.531 | + functions-common:time_stop:2444 : [[ -z 1722400616573 ]] 2024-07-31 04:37:41.531 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:37:41.531 | + functions-common:time_stop:2447 : end_time=1722400620682 2024-07-31 04:37:41.531 | + functions-common:time_stop:2448 : elapsed_time=4109 2024-07-31 04:37:41.531 | + functions-common:time_stop:2449 : total=2946 2024-07-31 04:37:41.531 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:37:41.531 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7055 2024-07-31 04:37:41.560 | [3530 Async init_glance:38426]: finished init_glance with result 0 in 4 seconds 2024-07-31 04:37:41.563 | + inc/async:async_wait:197 : return 0 2024-07-31 04:37:41.565 | + stack.sh:main:1237 : async_wait init_swift 2024-07-31 04:37:41.580 | Not waiting for async task init_swift that we never started or has already been waited for 2024-07-31 04:37:41.582 | + inc/async:async_wait:197 : return 0 2024-07-31 04:37:41.584 | + stack.sh:main:1238 : async_wait init_cinder 2024-07-31 04:37:41.620 | [3530 Async init_cinder:42025]: Waiting for completion of init_cinder running on PID 42025 (2 other jobs running) 2024-07-31 04:37:41.637 | [3530 Async init_cinder:42025]: Signaling child to exit 2024-07-31 04:37:41.637 | WAKEUP 2024-07-31 04:37:41.654 | [3530 Async init_cinder:42025]: Signaled 2024-07-31 04:37:41.654 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-07-31 04:37:41.654 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:41.655 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-07-31 04:37:41.655 | + lib/database:recreate_database:112 : local db=cinder 2024-07-31 04:37:41.655 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-07-31 04:37:41.655 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-07-31 04:37:41.655 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-07-31 04:37:41.655 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-07-31 04:37:41.655 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-07-31 04:37:41.655 | + functions-common:time_start:2421 : local name=dbsync 2024-07-31 04:37:41.655 | + functions-common:time_start:2422 : local start_time= 2024-07-31 04:37:41.655 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-31 04:37:41.655 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-31 04:37:41.655 | + functions-common:time_start:2426 : _TIME_START[$name]=1722400643959 2024-07-31 04:37:41.655 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-07-31 04:37:41.655 | 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=42129) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:41.655 | 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=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-07-31 04:37:41.655 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=42129) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-07-31 04:37:41.655 | INFO cinder.db.migration [-] Applying migration(s) 2024-07-31 04:37:41.655 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-07-31 04:37:41.655 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-07-31 04:37:41.655 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-07-31 04:37:41.655 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42129) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-07-31 04:37:41.655 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-07-31 04:37:41.655 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42129) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-07-31 04:37:41.655 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-07-31 04:37:41.655 | 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=42129) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-07-31 04:37:41.655 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42129) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-07-31 04:37:41.655 | INFO cinder.db.migration [-] Migration(s) applied 2024-07-31 04:37:41.655 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-07-31 04:37:41.655 | + functions-common:time_stop:2435 : local name 2024-07-31 04:37:41.655 | + functions-common:time_stop:2436 : local end_time 2024-07-31 04:37:41.656 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-31 04:37:41.656 | + functions-common:time_stop:2438 : local total 2024-07-31 04:37:41.656 | + functions-common:time_stop:2439 : local start_time 2024-07-31 04:37:41.656 | + functions-common:time_stop:2441 : name=dbsync 2024-07-31 04:37:41.656 | + functions-common:time_stop:2442 : start_time=1722400643959 2024-07-31 04:37:41.656 | + functions-common:time_stop:2444 : [[ -z 1722400643959 ]] 2024-07-31 04:37:41.656 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-31 04:37:41.656 | + functions-common:time_stop:2447 : end_time=1722400647033 2024-07-31 04:37:41.656 | + functions-common:time_stop:2448 : elapsed_time=3074 2024-07-31 04:37:41.656 | + functions-common:time_stop:2449 : total=2946 2024-07-31 04:37:41.656 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-31 04:37:41.656 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6020 2024-07-31 04:37:41.656 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-07-31 04:37:41.656 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:41.656 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-07-31 04:37:41.656 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-07-31 04:37:41.656 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-07-31 04:37:41.656 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-07-31 04:37:41.656 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-07-31 04:37:41.656 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-07-31 04:37:41.656 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-07-31 04:37:41.656 | + functions-common:is_service_enabled:2091 : return 1 2024-07-31 04:37:41.656 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-07-31 04:37:41.686 | [3530 Async init_cinder:42025]: finished init_cinder with result 0 in 3 seconds 2024-07-31 04:37:41.689 | + inc/async:async_wait:197 : return 0 2024-07-31 04:37:41.691 | + stack.sh:main:1243 : is_service_enabled nova 2024-07-31 04:37:41.704 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:41.706 | + stack.sh:main:1244 : echo_summary 'Configuring Nova' 2024-07-31 04:37:41.708 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-31 04:37:41.710 | + stack.sh:echo_summary:472 : echo -e Configuring Nova 2024-07-31 04:37:41.712 | + stack.sh:main:1245 : init_nova 2024-07-31 04:37:41.714 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-07-31 04:37:41.727 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:41.729 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-07-31 04:37:41.742 | + functions-common:is_service_enabled:2091 : return 0 2024-07-31 04:37:41.744 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-07-31 04:37:41.746 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-07-31 04:37:41.748 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-07-31 04:37:41.749 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-07-31 04:37:41.752 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-07-31 04:37:41.754 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-07-31 04:37:41.763 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-07-31 04:37:41.771 | ++ lib/nova:init_nova:863 : seq 1 1 2024-07-31 04:37:41.775 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-07-31 04:37:41.777 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-07-31 04:37:41.779 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-07-31 04:37:41.782 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-07-31 04:37:41.784 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-07-31 04:37:41.833 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-07-31 04:37:41.862 | [3530 Async nova-cell-1:43269]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-07-31 04:37:41.864 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-07-31 04:37:41.866 | + lib/database:recreate_database:112 : local db=nova_api 2024-07-31 04:37:41.868 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-07-31 04:37:41.870 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-07-31 04:37:41.872 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-07-31 04:37:41.880 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-07-31 04:37:41.888 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-07-31 04:37:42.264 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-07-31 04:37:44.022 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=43368) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-07-31 04:37:44.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=43368) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:44.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=43368) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:37:44.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=43368) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:44.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=43368) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-31 04:37:44.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=43368) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-31 04:37:44.023 | DEBUG mi