2024-08-29 04:24:28.968 | + stack.sh:main:496 : exec 2024-08-29 04:24:28.968 | + stack.sh:main:504 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-08-29-042428' 2024-08-29 04:24:28.968 | ++ stack.sh:main:496 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-08-29-042428.summary.2024-08-29-042428 2024-08-29 04:24:28.968 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:24:28.968 | + stack.sh:echo_summary:455 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-08-29-042428 2024-08-29 04:24:28.968 | + stack.sh:main:506 : ln -sf /opt/stack//logs/stack.sh.log.2024-08-29-042428 /opt/stack//logs/stack.sh.log 2024-08-29 04:24:28.968 | + stack.sh:main:507 : ln -sf /opt/stack//logs/stack.sh.log.2024-08-29-042428.summary.2024-08-29-042428 /opt/stack//logs/stack.sh.log.summary 2024-08-29 04:24:28.968 | + stack.sh:main:522 : check_path_perm_sanity /opt/stack/ 2024-08-29 04:24:28.968 | + functions:check_path_perm_sanity:607 : local real_path 2024-08-29 04:24:28.968 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-08-29 04:24:28.968 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-08-29 04:24:28.968 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-08-29 04:24:28.968 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-08-29 04:24:28.968 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-08-29 04:24:28.968 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-08-29 04:24:28.968 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-08-29 04:24:28.968 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-08-29 04:24:28.968 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-08-29 04:24:28.969 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-08-29 04:24:28.970 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-08-29 04:24:28.972 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-08-29 04:24:28.974 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-08-29 04:24:28.976 | + stack.sh:main:528 : trap exit_trap EXIT 2024-08-29 04:24:28.977 | + stack.sh:main:569 : trap err_trap ERR 2024-08-29 04:24:28.978 | + stack.sh:main:582 : set -o errexit 2024-08-29 04:24:28.980 | + stack.sh:main:585 : uname -a 2024-08-29 04:24:28.981 | Linux devstack 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-08-29 04:24:28.982 | + stack.sh:main:588 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-08-29 04:24:28.983 | + stack.sh:main:589 : rm -f /opt/stack/data/ca-bundle.pem 2024-08-29 04:24:28.985 | + stack.sh:main:592 : source /opt/stack/devstack/lib/database 2024-08-29 04:24:29.009 | + stack.sh:main:593 : source /opt/stack/devstack/lib/rpc_backend 2024-08-29 04:24:29.020 | + stack.sh:main:599 : fetch_plugins 2024-08-29 04:24:29.021 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-08-29 04:24:29.022 | + functions-common:fetch_plugins:1782 : local plugin 2024-08-29 04:24:29.024 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-08-29 04:24:29.025 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-08-29 04:24:29.025 | Fetching DevStack plugins 2024-08-29 04:24:29.026 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-08-29 04:24:29.028 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-08-29 04:24:29.029 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-08-29 04:24:29.030 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-08-29 04:24:29.032 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-08-29 04:24:29.033 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-08-29 04:24:29.034 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-08-29 04:24:29.035 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-08-29 04:24:29.037 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-08-29 04:24:29.038 | + functions-common:git_clone:614 : local git_ref=devstack 2024-08-29 04:24:29.039 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 04:24:29.041 | ++ functions-common:git_clone:616 : pwd 2024-08-29 04:24:29.042 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 04:24:29.043 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 04:24:29.045 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 04:24:29.054 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 04:24:29.055 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 04:24:29.057 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 04:24:29.058 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 04:24:29.059 | + functions-common:git_clone:633 : echo devstack 2024-08-29 04:24:29.060 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 04:24:29.063 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-08-29 04:24:29.064 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 04:24:29.065 | + 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-08-29 04:24:29.066 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:24:29.068 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:24:29.069 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:24:29.070 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:24:29.071 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:24:29.073 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:24:29.074 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:24:29.075 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:24:29.077 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:24:29.079 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905469078 2024-08-29 04:24:29.080 | + 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-08-29 04:24:29.084 | Cloning into '/opt/stack/networking-nsx-t'... 2024-08-29 04:24:29.587 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:24:29.589 | + functions-common:time_stop:2435 : local name 2024-08-29 04:24:29.590 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:24:29.591 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:24:29.593 | + functions-common:time_stop:2438 : local total 2024-08-29 04:24:29.594 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:24:29.596 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:24:29.597 | + functions-common:time_stop:2442 : start_time=1724905469078 2024-08-29 04:24:29.598 | + functions-common:time_stop:2444 : [[ -z 1724905469078 ]] 2024-08-29 04:24:29.600 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:24:29.602 | + functions-common:time_stop:2447 : end_time=1724905469601 2024-08-29 04:24:29.604 | + functions-common:time_stop:2448 : elapsed_time=523 2024-08-29 04:24:29.605 | + functions-common:time_stop:2449 : total=0 2024-08-29 04:24:29.606 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:24:29.607 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=523 2024-08-29 04:24:29.609 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-08-29 04:24:29.610 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-08-29 04:24:29.611 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:24:29.613 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:24:29.614 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:24:29.615 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:24:29.617 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:24:29.618 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:24:29.619 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:24:29.621 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:24:29.623 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:24:29.625 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905469623 2024-08-29 04:24:29.626 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-08-29 04:24:30.196 | From https://github.com/sapcc/networking-nsx-t 2024-08-29 04:24:30.196 | * branch devstack -> FETCH_HEAD 2024-08-29 04:24:30.200 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:24:30.201 | + functions-common:time_stop:2435 : local name 2024-08-29 04:24:30.202 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:24:30.204 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:24:30.205 | + functions-common:time_stop:2438 : local total 2024-08-29 04:24:30.206 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:24:30.208 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:24:30.209 | + functions-common:time_stop:2442 : start_time=1724905469623 2024-08-29 04:24:30.210 | + functions-common:time_stop:2444 : [[ -z 1724905469623 ]] 2024-08-29 04:24:30.212 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:24:30.214 | + functions-common:time_stop:2447 : end_time=1724905470213 2024-08-29 04:24:30.216 | + functions-common:time_stop:2448 : elapsed_time=590 2024-08-29 04:24:30.217 | + functions-common:time_stop:2449 : total=523 2024-08-29 04:24:30.218 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:24:30.220 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1113 2024-08-29 04:24:30.221 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 04:24:30.223 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:24:30.224 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:24:30.225 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:24:30.227 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:24:30.228 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:24:30.229 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:24:30.230 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:24:30.232 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:24:30.234 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:24:30.236 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905470234 2024-08-29 04:24:30.237 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 04:24:30.247 | Note: switching to 'FETCH_HEAD'. 2024-08-29 04:24:30.247 | 2024-08-29 04:24:30.247 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 04:24:30.247 | changes and commit them, and you can discard any commits you make in this 2024-08-29 04:24:30.247 | state without impacting any branches by switching back to a branch. 2024-08-29 04:24:30.247 | 2024-08-29 04:24:30.247 | If you want to create a new branch to retain commits you create, you may 2024-08-29 04:24:30.247 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 04:24:30.247 | 2024-08-29 04:24:30.247 | git switch -c 2024-08-29 04:24:30.247 | 2024-08-29 04:24:30.247 | Or undo this operation with: 2024-08-29 04:24:30.247 | 2024-08-29 04:24:30.247 | git switch - 2024-08-29 04:24:30.247 | 2024-08-29 04:24:30.247 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 04:24:30.247 | 2024-08-29 04:24:30.247 | HEAD is now at dfae701 Split join statements 2024-08-29 04:24:30.248 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:24:30.250 | + functions-common:time_stop:2435 : local name 2024-08-29 04:24:30.251 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:24:30.252 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:24:30.254 | + functions-common:time_stop:2438 : local total 2024-08-29 04:24:30.255 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:24:30.256 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:24:30.258 | + functions-common:time_stop:2442 : start_time=1724905470234 2024-08-29 04:24:30.259 | + functions-common:time_stop:2444 : [[ -z 1724905470234 ]] 2024-08-29 04:24:30.261 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:24:30.263 | + functions-common:time_stop:2447 : end_time=1724905470261 2024-08-29 04:24:30.264 | + functions-common:time_stop:2448 : elapsed_time=27 2024-08-29 04:24:30.266 | + functions-common:time_stop:2449 : total=1113 2024-08-29 04:24:30.267 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:24:30.268 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1140 2024-08-29 04:24:30.270 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-08-29 04:24:30.279 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-08-29 04:24:30.281 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 04:24:30.281 | + functions-common:git_clone:696 : head -1 2024-08-29 04:24:30.283 | dfae701 Split join statements 2024-08-29 04:24:30.284 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 04:24:30.286 | + stack.sh:main:603 : run_phase override_defaults 2024-08-29 04:24:30.287 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-08-29 04:24:30.289 | + functions-common:run_phase:1864 : local phase= 2024-08-29 04:24:30.290 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 04:24:30.291 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 04:24:30.293 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 04:24:30.294 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 04:24:30.296 | + functions-common:run_phase:1873 : local extra 2024-08-29 04:24:30.298 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 04:24:30.300 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 04:24:30.302 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 04:24:30.303 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 04:24:30.304 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-08-29 04:24:30.306 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 04:24:30.315 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:24:30.316 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-08-29 04:24:30.318 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 04:24:30.319 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 04:24:30.321 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 04:24:30.322 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 04:24:30.323 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 04:24:30.325 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-08-29 04:24:30.326 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-08-29 04:24:30.328 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-08-29 04:24:30.329 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-29 04:24:30.330 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-08-29 04:24:30.332 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-08-29 04:24:30.333 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-08-29 04:24:30.335 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-08-29 04:24:30.336 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-08-29 04:24:30.336 | Overriding Configuration Defaults 2024-08-29 04:24:30.337 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-08-29 04:24:30.339 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-08-29 04:24:30.340 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-08-29 04:24:30.341 | + stack.sh:main:606 : source /opt/stack/devstack/lib/apache 2024-08-29 04:24:30.353 | + stack.sh:main:609 : source /opt/stack/devstack/lib/tls 2024-08-29 04:24:30.354 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-08-29 04:24:30.367 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:24:30.369 | +++ lib/tls:source:43 : hostname -f 2024-08-29 04:24:30.371 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-08-29 04:24:30.372 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-08-29 04:24:30.374 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-08-29 04:24:30.375 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-08-29 04:24:30.376 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-08-29 04:24:30.378 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-08-29 04:24:30.379 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-08-29 04:24:30.381 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-08-29 04:24:30.382 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-08-29 04:24:30.383 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-08-29 04:24:30.386 | + stack.sh:main:612 : source /opt/stack/devstack/lib/infra 2024-08-29 04:24:30.394 | + stack.sh:main:613 : source /opt/stack/devstack/lib/libraries 2024-08-29 04:24:30.406 | + stack.sh:main:614 : source /opt/stack/devstack/lib/lvm 2024-08-29 04:24:30.414 | + stack.sh:main:615 : source /opt/stack/devstack/lib/horizon 2024-08-29 04:24:30.424 | + stack.sh:main:616 : source /opt/stack/devstack/lib/keystone 2024-08-29 04:24:30.449 | + stack.sh:main:617 : source /opt/stack/devstack/lib/glance 2024-08-29 04:24:30.489 | + stack.sh:main:618 : source /opt/stack/devstack/lib/nova 2024-08-29 04:24:30.533 | + stack.sh:main:619 : source /opt/stack/devstack/lib/placement 2024-08-29 04:24:30.551 | + stack.sh:main:620 : source /opt/stack/devstack/lib/cinder 2024-08-29 04:24:30.585 | + stack.sh:main:621 : source /opt/stack/devstack/lib/swift 2024-08-29 04:24:30.616 | + stack.sh:main:622 : source /opt/stack/devstack/lib/neutron 2024-08-29 04:24:30.618 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-08-29 04:24:30.628 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:24:30.630 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-08-29 04:24:30.631 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-08-29 04:24:30.633 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-08-29 04:24:30.635 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-08-29 04:24:30.637 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-08-29 04:24:30.647 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-08-29 04:24:30.648 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-08-29 04:24:30.650 | +++ functions-common:is_suse:544 : is_opensuse 2024-08-29 04:24:30.651 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 04:24:30.653 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 04:24:30.654 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 04:24:30.656 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 04:24:30.657 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 04:24:30.659 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-08-29 04:24:30.661 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-08-29 04:24:30.662 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-08-29 04:24:30.664 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-08-29 04:24:30.666 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-08-29 04:24:30.667 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-08-29 04:24:30.669 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-08-29 04:24:30.680 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-08-29 04:24:30.681 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-08-29 04:24:30.683 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-08-29 04:24:30.694 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-08-29 04:24:30.695 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-08-29 04:24:30.697 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-08-29 04:24:30.698 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-08-29 04:24:30.700 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-08-29 04:24:30.702 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-08-29 04:24:30.703 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-08-29 04:24:30.705 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-08-29 04:24:30.706 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-08-29 04:24:30.708 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-08-29 04:24:30.709 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-08-29 04:24:30.711 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-08-29 04:24:30.713 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-08-29 04:24:30.714 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-08-29 04:24:30.716 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-08-29 04:24:30.718 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-08-29 04:24:30.720 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-08-29 04:24:30.720 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-29 04:24:30.723 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-08-29 04:24:30.725 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-08-29 04:24:30.727 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-08-29 04:24:30.728 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-08-29 04:24:30.730 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-08-29 04:24:30.732 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-08-29 04:24:30.742 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-08-29 04:24:30.744 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-08-29 04:24:30.746 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-08-29 04:24:30.747 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-29 04:24:30.749 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-08-29 04:24:30.751 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-08-29 04:24:30.752 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-08-29 04:24:30.754 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-08-29 04:24:30.755 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-08-29 04:24:30.757 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-08-29 04:24:30.758 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-08-29 04:24:30.760 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-08-29 04:24:30.761 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-08-29 04:24:30.763 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-08-29 04:24:30.764 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-08-29 04:24:30.766 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-08-29 04:24:30.768 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-08-29 04:24:30.769 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-08-29 04:24:30.771 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-08-29 04:24:30.773 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-08-29 04:24:30.775 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-08-29 04:24:30.785 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-08-29 04:24:30.786 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-08-29 04:24:30.788 | ++++ functions-common:is_suse:544 : is_opensuse 2024-08-29 04:24:30.789 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 04:24:30.791 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 04:24:30.792 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 04:24:30.794 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 04:24:30.795 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 04:24:30.797 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-08-29 04:24:30.798 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-08-29 04:24:30.800 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-08-29 04:24:30.802 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-29 04:24:30.803 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-08-29 04:24:30.805 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-29 04:24:30.807 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-08-29 04:24:30.808 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-29 04:24:30.810 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-08-29 04:24:30.812 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-08-29 04:24:30.813 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-08-29 04:24:30.815 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-08-29 04:24:30.816 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-08-29 04:24:30.818 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-08-29 04:24:30.820 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-08-29 04:24:30.821 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-08-29 04:24:30.823 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-08-29 04:24:30.824 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-08-29 04:24:30.826 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-08-29 04:24:30.827 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-08-29 04:24:30.849 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-08-29 04:24:30.858 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-08-29 04:24:30.859 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-08-29 04:24:30.861 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-08-29 04:24:30.863 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-08-29 04:24:30.864 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-08-29 04:24:30.866 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-08-29 04:24:30.867 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-08-29 04:24:30.869 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-08-29 04:24:30.871 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-08-29 04:24:30.872 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-08-29 04:24:30.874 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-08-29 04:24:30.875 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-08-29 04:24:30.877 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-08-29 04:24:30.878 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-08-29 04:24:30.880 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-08-29 04:24:30.881 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-08-29 04:24:30.883 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-08-29 04:24:30.885 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-08-29 04:24:30.887 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-08-29 04:24:30.888 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-08-29 04:24:30.888 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-08-29 04:24:30.888 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-08-29 04:24:30.892 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=ac:6ab7:d487 2024-08-29 04:24:30.893 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-08-29 04:24:30.895 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-08-29 04:24:30.897 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-08-29 04:24:30.898 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-08-29 04:24:30.900 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fdac:6ab7:d487::/56 2024-08-29 04:24:30.902 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fdac:6ab7:d487::/56 2024-08-29 04:24:30.903 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-08-29 04:24:30.906 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fdac:6ab7:d487::/64 2024-08-29 04:24:30.908 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-08-29 04:24:30.909 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-08-29 04:24:30.911 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-08-29 04:24:30.913 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-08-29 04:24:30.914 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-08-29 04:24:30.916 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-08-29 04:24:30.917 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-08-29 04:24:30.919 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-08-29 04:24:30.920 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-08-29 04:24:30.922 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-08-29 04:24:30.924 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-08-29 04:24:30.925 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-08-29 04:24:30.927 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fdac:6ab7:d487::/56 2024-08-29 04:24:30.928 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-08-29 04:24:30.930 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-08-29 04:24:30.933 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-08-29 04:24:30.933 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-08-29 04:24:30.933 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-08-29 04:24:30.937 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-08-29 04:24:30.940 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-08-29 04:24:30.940 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-08-29 04:24:30.940 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-08-29 04:24:30.944 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-08-29 04:24:30.947 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-08-29 04:24:30.949 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-08-29 04:24:30.951 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-08-29 04:24:30.952 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-08-29 04:24:30.954 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-08-29 04:24:30.956 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-08-29 04:24:30.968 | + stack.sh:main:623 : source /opt/stack/devstack/lib/ldap 2024-08-29 04:24:30.978 | + stack.sh:main:624 : source /opt/stack/devstack/lib/dstat 2024-08-29 04:24:30.987 | + stack.sh:main:625 : source /opt/stack/devstack/lib/tcpdump 2024-08-29 04:24:30.997 | + stack.sh:main:626 : source /opt/stack/devstack/lib/etcd3 2024-08-29 04:24:31.046 | + stack.sh:main:627 : source /opt/stack/devstack/lib/os-vif 2024-08-29 04:24:31.048 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-08-29 04:24:31.050 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-08-29 04:24:31.051 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-08-29 04:24:31.053 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-08-29 04:24:31.055 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-08-29 04:24:31.055 | False' 2024-08-29 04:24:31.057 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-08-29 04:24:31.068 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-08-29 04:24:31.070 | + stack.sh:main:633 : run_phase source 2024-08-29 04:24:31.072 | + functions-common:run_phase:1863 : local mode=source 2024-08-29 04:24:31.073 | + functions-common:run_phase:1864 : local phase= 2024-08-29 04:24:31.075 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 04:24:31.076 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 04:24:31.078 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 04:24:31.079 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 04:24:31.081 | + functions-common:run_phase:1873 : local extra 2024-08-29 04:24:31.084 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 04:24:31.086 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 04:24:31.088 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 04:24:31.089 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 04:24:31.091 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-08-29 04:24:31.093 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 04:24:31.103 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:24:31.105 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-08-29 04:24:31.107 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-08-29 04:24:31.133 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-08-29 04:24:31.135 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-08-29 04:24:31.137 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-08-29 04:24:31.138 | + functions-common:run_phase:1885 : load_plugin_settings 2024-08-29 04:24:31.140 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-08-29 04:24:31.142 | + functions-common:load_plugin_settings:1800 : local plugin 2024-08-29 04:24:31.143 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-08-29 04:24:31.145 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-08-29 04:24:31.145 | Loading plugin settings 2024-08-29 04:24:31.147 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-08-29 04:24:31.148 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-08-29 04:24:31.150 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-08-29 04:24:31.152 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-08-29 04:24:31.154 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-08-29 04:24:31.155 | ++ functions-common:define_plugin:1907 : : 2024-08-29 04:24:31.157 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-08-29 04:24:31.159 | + functions-common:run_phase:1886 : verify_disabled_services 2024-08-29 04:24:31.160 | + functions-common:verify_disabled_services:2146 : local service 2024-08-29 04:24:31.162 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.164 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-08-29 04:24:31.166 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.168 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-08-29 04:24:31.170 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.171 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-08-29 04:24:31.173 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.175 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-08-29 04:24:31.177 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.178 | + 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-08-29 04:24:31.180 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.182 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-08-29 04:24:31.184 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.186 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-08-29 04:24:31.187 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.189 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-08-29 04:24:31.191 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.192 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-08-29 04:24:31.194 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.196 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-08-29 04:24:31.198 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.199 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-08-29 04:24:31.201 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.203 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-08-29 04:24:31.205 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.207 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-08-29 04:24:31.208 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.210 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-08-29 04:24:31.212 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.214 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-08-29 04:24:31.215 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.217 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-08-29 04:24:31.219 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.220 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-08-29 04:24:31.222 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.224 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-08-29 04:24:31.226 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.227 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-08-29 04:24:31.229 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.231 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-08-29 04:24:31.233 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.235 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-08-29 04:24:31.236 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:24:31.238 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-08-29 04:24:31.240 | + stack.sh:main:704 : initialize_database_backends 2024-08-29 04:24:31.242 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-08-29 04:24:31.244 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-08-29 04:24:31.255 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:24:31.257 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-08-29 04:24:31.259 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-08-29 04:24:31.261 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-08-29 04:24:31.272 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:24:31.274 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-08-29 04:24:31.276 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-08-29 04:24:31.278 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-08-29 04:24:31.279 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-08-29 04:24:31.281 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-08-29 04:24:31.283 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-08-29 04:24:31.285 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-08-29 04:24:31.286 | + lib/database:initialize_database_backends:92 : return 0 2024-08-29 04:24:31.288 | + stack.sh:main:705 : echo 'Using mysql database backend' 2024-08-29 04:24:31.288 | Using mysql database backend 2024-08-29 04:24:31.290 | + stack.sh:main:708 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-08-29 04:24:31.302 | + stack.sh:main:710 : define_database_baseurl 2024-08-29 04:24:31.305 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-08-29 04:24:31.306 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-08-29 04:24:31.308 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-08-29 04:24:31.310 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-29 04:24:31.312 | + stack.sh:main:722 : is_service_enabled rabbit 2024-08-29 04:24:31.324 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:24:31.326 | + stack.sh:main:723 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-08-29 04:24:31.339 | + stack.sh:main:730 : is_service_enabled keystone 2024-08-29 04:24:31.352 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:24:31.354 | + stack.sh:main:732 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-08-29 04:24:31.371 | + stack.sh:main:734 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-08-29 04:24:31.384 | + stack.sh:main:745 : is_service_enabled ldap 2024-08-29 04:24:31.396 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:24:31.398 | + stack.sh:main:754 : is_service_enabled s-proxy 2024-08-29 04:24:31.410 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:24:31.412 | + stack.sh:main:766 : save_stackenv 766 2024-08-29 04:24:31.414 | + functions-common:save_stackenv:60 : local tag=766 2024-08-29 04:24:31.416 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-29 04:24:31.419 | + functions-common:save_stackenv:62 : time_stamp=2024-08-29-042431 2024-08-29 04:24:31.421 | + functions-common:save_stackenv:63 : echo '# 2024-08-29-042431 766' 2024-08-29 04:24:31.423 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.425 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-29 04:24:31.427 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.429 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-29 04:24:31.430 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.432 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-29 04:24:31.434 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.436 | + 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-08-29 04:24:31.438 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.439 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-29 04:24:31.441 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.443 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-29 04:24:31.445 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.447 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-29-042428 2024-08-29 04:24:31.448 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.450 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-29 04:24:31.452 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.454 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-29 04:24:31.456 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.458 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-29 04:24:31.459 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.461 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-29 04:24:31.463 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.465 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-29 04:24:31.467 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.469 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-29 04:24:31.470 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.472 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-29 04:24:31.474 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:24:31.476 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-29 04:24:31.478 | + stack.sh:main:779 : GIT_DEPTH=0 2024-08-29 04:24:31.480 | + stack.sh:main:779 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-08-29 04:24:31.481 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-08-29 04:24:31.483 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-08-29 04:24:31.485 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 04:24:31.486 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 04:24:31.491 | ++ functions-common:git_clone:616 : pwd 2024-08-29 04:24:31.493 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 04:24:31.494 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 04:24:31.497 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 04:24:31.508 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 04:24:31.510 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-08-29 04:24:31.511 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 04:24:31.514 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 04:24:31.514 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 04:24:31.518 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-08-29 04:24:31.519 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 04:24:31.521 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-08-29 04:24:31.523 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:24:31.524 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:24:31.526 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:24:31.527 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:24:31.529 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:24:31.531 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:24:31.532 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:24:31.534 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:24:31.536 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:24:31.539 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905471537 2024-08-29 04:24:31.540 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-08-29 04:24:31.543 | Cloning into '/opt/stack//requirements'... 2024-08-29 04:25:13.666 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:25:13.668 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:13.670 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:13.671 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:13.673 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:13.675 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:13.677 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:25:13.678 | + functions-common:time_stop:2442 : start_time=1724905471537 2024-08-29 04:25:13.680 | + functions-common:time_stop:2444 : [[ -z 1724905471537 ]] 2024-08-29 04:25:13.682 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:13.685 | + functions-common:time_stop:2447 : end_time=1724905513683 2024-08-29 04:25:13.687 | + functions-common:time_stop:2448 : elapsed_time=42146 2024-08-29 04:25:13.688 | + functions-common:time_stop:2449 : total=1140 2024-08-29 04:25:13.690 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:13.692 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=43286 2024-08-29 04:25:13.693 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-08-29 04:25:13.695 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-08-29 04:25:13.697 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:25:13.699 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:25:13.701 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:25:13.702 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:25:13.704 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:25:13.706 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:25:13.707 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:25:13.709 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:25:13.711 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:25:13.714 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905513713 2024-08-29 04:25:13.716 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-08-29 04:25:14.382 | From https://opendev.org/openstack/requirements 2024-08-29 04:25:14.383 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 04:25:14.390 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:25:14.392 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:14.394 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:14.395 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:14.397 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:14.399 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:14.400 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:25:14.402 | + functions-common:time_stop:2442 : start_time=1724905513713 2024-08-29 04:25:14.404 | + functions-common:time_stop:2444 : [[ -z 1724905513713 ]] 2024-08-29 04:25:14.407 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:14.409 | + functions-common:time_stop:2447 : end_time=1724905514407 2024-08-29 04:25:14.411 | + functions-common:time_stop:2448 : elapsed_time=694 2024-08-29 04:25:14.412 | + functions-common:time_stop:2449 : total=43286 2024-08-29 04:25:14.414 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:14.416 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=43980 2024-08-29 04:25:14.417 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 04:25:14.419 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:25:14.421 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:25:14.422 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:25:14.424 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:25:14.426 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:25:14.427 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:25:14.429 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:25:14.431 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:25:14.433 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:25:14.436 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905514434 2024-08-29 04:25:14.437 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 04:25:14.447 | Note: switching to 'FETCH_HEAD'. 2024-08-29 04:25:14.447 | 2024-08-29 04:25:14.447 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 04:25:14.447 | changes and commit them, and you can discard any commits you make in this 2024-08-29 04:25:14.447 | state without impacting any branches by switching back to a branch. 2024-08-29 04:25:14.447 | 2024-08-29 04:25:14.447 | If you want to create a new branch to retain commits you create, you may 2024-08-29 04:25:14.447 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 04:25:14.447 | 2024-08-29 04:25:14.447 | git switch -c 2024-08-29 04:25:14.447 | 2024-08-29 04:25:14.447 | Or undo this operation with: 2024-08-29 04:25:14.447 | 2024-08-29 04:25:14.447 | git switch - 2024-08-29 04:25:14.447 | 2024-08-29 04:25:14.447 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 04:25:14.447 | 2024-08-29 04:25:14.447 | HEAD is now at c962ebe0 Merge "update constraint for neutron-lib to new release 3.4.3" into stable/2023.1 2024-08-29 04:25:14.448 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:25:14.450 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:14.452 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:14.454 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:14.455 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:14.457 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:14.459 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:25:14.461 | + functions-common:time_stop:2442 : start_time=1724905514434 2024-08-29 04:25:14.462 | + functions-common:time_stop:2444 : [[ -z 1724905514434 ]] 2024-08-29 04:25:14.464 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:14.467 | + functions-common:time_stop:2447 : end_time=1724905514465 2024-08-29 04:25:14.469 | + functions-common:time_stop:2448 : elapsed_time=31 2024-08-29 04:25:14.471 | + functions-common:time_stop:2449 : total=43980 2024-08-29 04:25:14.472 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:14.474 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=44011 2024-08-29 04:25:14.476 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-08-29 04:25:14.485 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-08-29 04:25:14.488 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 04:25:14.488 | + functions-common:git_clone:696 : head -1 2024-08-29 04:25:14.490 | c962ebe0 Merge "update constraint for neutron-lib to new release 3.4.3" into stable/2023.1 2024-08-29 04:25:14.492 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 04:25:14.494 | + stack.sh:main:783 : echo_summary 'Installing package prerequisites' 2024-08-29 04:25:14.496 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:25:14.498 | + stack.sh:echo_summary:455 : echo -e Installing package prerequisites 2024-08-29 04:25:14.500 | + stack.sh:main:784 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-08-29 04:25:14.502 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-08-29 04:25:14.504 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-08-29 04:25:14.506 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-08-29 04:25:14.508 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-08-29 04:25:14.510 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-08-29 04:25:14.512 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-08-29 04:25:14.514 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-08-29 04:25:14.517 | ++ tools/install_prereqs.sh:source:47 : NOW=1724905514 2024-08-29 04:25:14.520 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-08-29 04:25:14.523 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-08-29 04:25:14.525 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-08-29 04:25:14.527 | ++ tools/install_prereqs.sh:source:49 : DELTA=1724905514 2024-08-29 04:25:14.529 | ++ tools/install_prereqs.sh:source:50 : [[ 1724905514 -lt 7200 ]] 2024-08-29 04:25:14.531 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-08-29 04:25:14.532 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-08-29 04:25:14.534 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-08-29 04:25:14.536 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-08-29 04:25:14.538 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-08-29 04:25:14.540 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-08-29 04:25:14.542 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-08-29 04:25:14.544 | +++ 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-08-29 04:25:14.573 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-08-29 04:25:14.573 | apache2-dev 2024-08-29 04:25:14.573 | bc 2024-08-29 04:25:14.573 | bsdmainutils 2024-08-29 04:25:14.573 | curl 2024-08-29 04:25:14.573 | g++ 2024-08-29 04:25:14.573 | gawk 2024-08-29 04:25:14.573 | gcc 2024-08-29 04:25:14.573 | gettext 2024-08-29 04:25:14.573 | git 2024-08-29 04:25:14.573 | graphviz 2024-08-29 04:25:14.573 | iputils-ping 2024-08-29 04:25:14.573 | libapache2-mod-proxy-uwsgi 2024-08-29 04:25:14.573 | libffi-dev 2024-08-29 04:25:14.573 | libjpeg-dev 2024-08-29 04:25:14.573 | libpcre3-dev 2024-08-29 04:25:14.573 | libpq-dev 2024-08-29 04:25:14.573 | libssl-dev 2024-08-29 04:25:14.573 | libsystemd-dev 2024-08-29 04:25:14.573 | libxml2-dev 2024-08-29 04:25:14.573 | libxslt1-dev 2024-08-29 04:25:14.573 | libyaml-dev 2024-08-29 04:25:14.573 | lsof 2024-08-29 04:25:14.573 | openssh-server 2024-08-29 04:25:14.573 | openssl 2024-08-29 04:25:14.573 | pkg-config 2024-08-29 04:25:14.573 | psmisc 2024-08-29 04:25:14.573 | python3-dev 2024-08-29 04:25:14.573 | python3-pip 2024-08-29 04:25:14.573 | python3-systemd 2024-08-29 04:25:14.573 | python3-venv 2024-08-29 04:25:14.573 | tar 2024-08-29 04:25:14.573 | tcpdump 2024-08-29 04:25:14.573 | unzip 2024-08-29 04:25:14.573 | uuid-runtime 2024-08-29 04:25:14.573 | wget 2024-08-29 04:25:14.573 | wget 2024-08-29 04:25:14.573 | zlib1g-dev 2024-08-29 04:25:14.573 | libkrb5-dev 2024-08-29 04:25:14.573 | libldap2-dev 2024-08-29 04:25:14.573 | libsasl2-dev 2024-08-29 04:25:14.573 | memcached 2024-08-29 04:25:14.573 | python3-mysqldb 2024-08-29 04:25:14.574 | sqlite3 2024-08-29 04:25:14.574 | conntrack 2024-08-29 04:25:14.574 | curl 2024-08-29 04:25:14.574 | ebtables 2024-08-29 04:25:14.574 | genisoimage 2024-08-29 04:25:14.574 | iptables 2024-08-29 04:25:14.574 | iputils-arping 2024-08-29 04:25:14.574 | kpartx 2024-08-29 04:25:14.574 | libjs-jquery-tablesorter 2024-08-29 04:25:14.574 | parted 2024-08-29 04:25:14.574 | pm-utils 2024-08-29 04:25:14.574 | python3-mysqldb 2024-08-29 04:25:14.574 | socat 2024-08-29 04:25:14.574 | sqlite3 2024-08-29 04:25:14.574 | sudo 2024-08-29 04:25:14.574 | vlan 2024-08-29 04:25:14.574 | lsscsi 2024-08-29 04:25:14.574 | open-iscsi 2024-08-29 04:25:14.574 | lvm2 2024-08-29 04:25:14.574 | qemu-utils 2024-08-29 04:25:14.574 | thin-provisioning-tools 2024-08-29 04:25:14.574 | acl 2024-08-29 04:25:14.574 | dnsmasq-base 2024-08-29 04:25:14.574 | dnsmasq-utils 2024-08-29 04:25:14.574 | ebtables 2024-08-29 04:25:14.574 | haproxy 2024-08-29 04:25:14.574 | iptables 2024-08-29 04:25:14.574 | iputils-arping 2024-08-29 04:25:14.574 | iputils-ping 2024-08-29 04:25:14.574 | postgresql-server-dev-all 2024-08-29 04:25:14.574 | python3-mysqldb 2024-08-29 04:25:14.574 | sqlite3 2024-08-29 04:25:14.574 | sudo 2024-08-29 04:25:14.574 | vlan 2024-08-29 04:25:14.574 | ipset 2024-08-29 04:25:14.574 | conntrack 2024-08-29 04:25:14.574 | conntrackd 2024-08-29 04:25:14.574 | keepalived' 2024-08-29 04:25:14.576 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-08-29 04:25:14.591 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-08-29 04:25:14.591 | apache2-dev 2024-08-29 04:25:14.591 | bc 2024-08-29 04:25:14.591 | bsdmainutils 2024-08-29 04:25:14.591 | curl 2024-08-29 04:25:14.591 | g++ 2024-08-29 04:25:14.591 | gawk 2024-08-29 04:25:14.591 | gcc 2024-08-29 04:25:14.591 | gettext 2024-08-29 04:25:14.591 | git 2024-08-29 04:25:14.591 | graphviz 2024-08-29 04:25:14.591 | iputils-ping 2024-08-29 04:25:14.591 | libapache2-mod-proxy-uwsgi 2024-08-29 04:25:14.591 | libffi-dev 2024-08-29 04:25:14.591 | libjpeg-dev 2024-08-29 04:25:14.591 | libpcre3-dev 2024-08-29 04:25:14.591 | libpq-dev 2024-08-29 04:25:14.591 | libssl-dev 2024-08-29 04:25:14.591 | libsystemd-dev 2024-08-29 04:25:14.591 | libxml2-dev 2024-08-29 04:25:14.591 | libxslt1-dev 2024-08-29 04:25:14.591 | libyaml-dev 2024-08-29 04:25:14.591 | lsof 2024-08-29 04:25:14.591 | openssh-server 2024-08-29 04:25:14.591 | openssl 2024-08-29 04:25:14.591 | pkg-config 2024-08-29 04:25:14.591 | psmisc 2024-08-29 04:25:14.591 | python3-dev 2024-08-29 04:25:14.591 | python3-pip 2024-08-29 04:25:14.591 | python3-systemd 2024-08-29 04:25:14.591 | python3-venv 2024-08-29 04:25:14.591 | tar 2024-08-29 04:25:14.591 | tcpdump 2024-08-29 04:25:14.591 | unzip 2024-08-29 04:25:14.591 | uuid-runtime 2024-08-29 04:25:14.591 | wget 2024-08-29 04:25:14.591 | wget 2024-08-29 04:25:14.591 | zlib1g-dev 2024-08-29 04:25:14.591 | libkrb5-dev 2024-08-29 04:25:14.591 | libldap2-dev 2024-08-29 04:25:14.591 | libsasl2-dev 2024-08-29 04:25:14.591 | memcached 2024-08-29 04:25:14.591 | python3-mysqldb 2024-08-29 04:25:14.591 | sqlite3 2024-08-29 04:25:14.591 | conntrack 2024-08-29 04:25:14.591 | curl 2024-08-29 04:25:14.591 | ebtables 2024-08-29 04:25:14.591 | genisoimage 2024-08-29 04:25:14.591 | iptables 2024-08-29 04:25:14.591 | iputils-arping 2024-08-29 04:25:14.591 | kpartx 2024-08-29 04:25:14.591 | libjs-jquery-tablesorter 2024-08-29 04:25:14.591 | parted 2024-08-29 04:25:14.591 | pm-utils 2024-08-29 04:25:14.591 | python3-mysqldb 2024-08-29 04:25:14.591 | socat 2024-08-29 04:25:14.591 | sqlite3 2024-08-29 04:25:14.591 | sudo 2024-08-29 04:25:14.591 | vlan 2024-08-29 04:25:14.591 | lsscsi 2024-08-29 04:25:14.591 | open-iscsi 2024-08-29 04:25:14.591 | lvm2 2024-08-29 04:25:14.591 | qemu-utils 2024-08-29 04:25:14.591 | thin-provisioning-tools 2024-08-29 04:25:14.591 | acl 2024-08-29 04:25:14.591 | dnsmasq-base 2024-08-29 04:25:14.591 | dnsmasq-utils 2024-08-29 04:25:14.591 | ebtables 2024-08-29 04:25:14.591 | haproxy 2024-08-29 04:25:14.591 | iptables 2024-08-29 04:25:14.591 | iputils-arping 2024-08-29 04:25:14.591 | iputils-ping 2024-08-29 04:25:14.591 | postgresql-server-dev-all 2024-08-29 04:25:14.591 | python3-mysqldb 2024-08-29 04:25:14.591 | sqlite3 2024-08-29 04:25:14.591 | sudo 2024-08-29 04:25:14.591 | vlan 2024-08-29 04:25:14.591 | ipset 2024-08-29 04:25:14.591 | conntrack 2024-08-29 04:25:14.591 | conntrackd 2024-08-29 04:25:14.591 | keepalived ' 2024-08-29 04:25:14.593 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-08-29 04:25:14.595 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:14.596 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:14.599 | ++ 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-08-29 04:25:14.599 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-08-29 04:25:14.603 | ++ 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-08-29 04:25:14.604 | ++ functions-common:install_package:1459 : update_package_repo 2024-08-29 04:25:14.606 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 04:25:14.608 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-08-29 04:25:14.609 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 04:25:14.611 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 04:25:14.613 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 04:25:14.614 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:14.616 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:14.618 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 04:25:14.620 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-08-29 04:25:14.621 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-08-29 04:25:14.623 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-08-29 04:25:14.625 | +++ functions-common:apt_get_update:1193 : id -u 2024-08-29 04:25:14.628 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-08-29 04:25:14.630 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-08-29 04:25:14.631 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-08-29 04:25:14.633 | ++ functions-common:time_start:2422 : local start_time= 2024-08-29 04:25:14.635 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:25:14.637 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:25:14.640 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1724905514638 2024-08-29 04:25:14.641 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-08-29 04:25:14.643 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-08-29 04:25:14.645 | ++ 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-08-29 04:25:14.822 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-08-29 04:25:14.824 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-08-29 04:25:14.836 | Hit:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease 2024-08-29 04:25:14.909 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-08-29 04:25:14.990 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-08-29 04:25:15.027 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-08-29 04:25:18.718 | Fetched 2,262 kB in 1s (4,000 kB/s) 2024-08-29 04:25:19.704 | Reading package lists... 2024-08-29 04:25:19.727 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-08-29 04:25:19.729 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-08-29 04:25:19.731 | ++ functions-common:time_stop:2435 : local name 2024-08-29 04:25:19.733 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:19.735 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:19.737 | ++ functions-common:time_stop:2438 : local total 2024-08-29 04:25:19.739 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:19.741 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-08-29 04:25:19.742 | ++ functions-common:time_stop:2442 : start_time=1724905514638 2024-08-29 04:25:19.744 | ++ functions-common:time_stop:2444 : [[ -z 1724905514638 ]] 2024-08-29 04:25:19.746 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:19.749 | ++ functions-common:time_stop:2447 : end_time=1724905519747 2024-08-29 04:25:19.751 | ++ functions-common:time_stop:2448 : elapsed_time=5109 2024-08-29 04:25:19.752 | ++ functions-common:time_stop:2449 : total=0 2024-08-29 04:25:19.754 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:19.756 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5109 2024-08-29 04:25:19.758 | ++ 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-08-29 04:25:19.760 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 04:25:19.761 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:19.763 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:19.765 | ++ 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-08-29 04:25:19.780 | ++ 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-08-29 04:25:19.838 | Reading package lists... 2024-08-29 04:25:20.030 | Building dependency tree... 2024-08-29 04:25:20.031 | Reading state information... 2024-08-29 04:25:20.048 | acl is already the newest version (2.3.1-1). 2024-08-29 04:25:20.048 | bc is already the newest version (1.07.1-3build1). 2024-08-29 04:25:20.048 | bc set to manually installed. 2024-08-29 04:25:20.048 | conntrack is already the newest version (1:1.4.6-2build2). 2024-08-29 04:25:20.048 | ebtables is already the newest version (2.0.11-4build2). 2024-08-29 04:25:20.048 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-08-29 04:25:20.048 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-08-29 04:25:20.048 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-08-29 04:25:20.048 | gettext is already the newest version (0.21-4ubuntu4). 2024-08-29 04:25:20.048 | ipset is already the newest version (7.15-1build1). 2024-08-29 04:25:20.048 | iputils-arping is already the newest version (3:20211215-1). 2024-08-29 04:25:20.048 | iputils-ping is already the newest version (3:20211215-1). 2024-08-29 04:25:20.048 | iputils-ping set to manually installed. 2024-08-29 04:25:20.048 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-08-29 04:25:20.048 | libffi-dev is already the newest version (3.4.2-4). 2024-08-29 04:25:20.048 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-08-29 04:25:20.048 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-08-29 04:25:20.048 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-08-29 04:25:20.048 | lsof set to manually installed. 2024-08-29 04:25:20.048 | lsscsi is already the newest version (0.31-1build2). 2024-08-29 04:25:20.048 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-08-29 04:25:20.048 | lvm2 set to manually installed. 2024-08-29 04:25:20.048 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-08-29 04:25:20.048 | open-iscsi set to manually installed. 2024-08-29 04:25:20.048 | parted is already the newest version (3.4-2build1). 2024-08-29 04:25:20.048 | parted set to manually installed. 2024-08-29 04:25:20.048 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-08-29 04:25:20.048 | psmisc is already the newest version (23.4-2build3). 2024-08-29 04:25:20.048 | psmisc set to manually installed. 2024-08-29 04:25:20.048 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-08-29 04:25:20.048 | python3-systemd is already the newest version (234-3ubuntu2). 2024-08-29 04:25:20.048 | python3-systemd set to manually installed. 2024-08-29 04:25:20.048 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-08-29 04:25:20.048 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-08-29 04:25:20.048 | thin-provisioning-tools set to manually installed. 2024-08-29 04:25:20.048 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-08-29 04:25:20.048 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-08-29 04:25:20.048 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-08-29 04:25:20.048 | pm-utils is already the newest version (1.4.1-19). 2024-08-29 04:25:20.048 | postgresql-server-dev-all is already the newest version (238). 2024-08-29 04:25:20.048 | vlan is already the newest version (2.0.5ubuntu5). 2024-08-29 04:25:20.048 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 04:25:20.048 | apache2-dev is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 04:25:20.048 | curl is already the newest version (7.81.0-1ubuntu1.17). 2024-08-29 04:25:20.048 | curl set to manually installed. 2024-08-29 04:25:20.048 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-08-29 04:25:20.048 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-08-29 04:25:20.048 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-08-29 04:25:20.048 | gawk set to manually installed. 2024-08-29 04:25:20.048 | git is already the newest version (1:2.34.1-1ubuntu1.11). 2024-08-29 04:25:20.048 | git set to manually installed. 2024-08-29 04:25:20.048 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-08-29 04:25:20.048 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-08-29 04:25:20.048 | iptables set to manually installed. 2024-08-29 04:25:20.048 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-08-29 04:25:20.048 | kpartx set to manually installed. 2024-08-29 04:25:20.048 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.4). 2024-08-29 04:25:20.048 | libldap2-dev is already the newest version (2.5.18+dfsg-0ubuntu0.22.04.2). 2024-08-29 04:25:20.048 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-08-29 04:25:20.048 | libpq-dev is already the newest version (14.13-0ubuntu0.22.04.1). 2024-08-29 04:25:20.048 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-08-29 04:25:20.048 | libssl-dev is already the newest version (3.0.2-0ubuntu1.17). 2024-08-29 04:25:20.048 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-08-29 04:25:20.048 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-08-29 04:25:20.048 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-08-29 04:25:20.048 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-08-29 04:25:20.048 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2024-08-29 04:25:20.048 | openssl is already the newest version (3.0.2-0ubuntu1.17). 2024-08-29 04:25:20.048 | openssl set to manually installed. 2024-08-29 04:25:20.048 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2024-08-29 04:25:20.048 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.22). 2024-08-29 04:25:20.048 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-08-29 04:25:20.048 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-08-29 04:25:20.049 | sudo set to manually installed. 2024-08-29 04:25:20.240 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-08-29 04:25:20.240 | tar set to manually installed. 2024-08-29 04:25:20.240 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-08-29 04:25:20.240 | tcpdump set to manually installed. 2024-08-29 04:25:20.240 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-08-29 04:25:20.240 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-08-29 04:25:20.240 | uuid-runtime set to manually installed. 2024-08-29 04:25:20.240 | wget is already the newest version (1.21.2-2ubuntu1.1). 2024-08-29 04:25:20.240 | wget set to manually installed. 2024-08-29 04:25:20.240 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-08-29 04:25:20.240 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2024-08-29 04:25:20.240 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 04:25:20.240 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-08-29 04:25:20.240 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2024-08-29 04:25:20.240 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 04:25:20.244 | ++ functions-common:apt_get:1230 : result=0 2024-08-29 04:25:20.246 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 04:25:20.248 | ++ functions-common:time_stop:2435 : local name 2024-08-29 04:25:20.250 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:20.252 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:20.254 | ++ functions-common:time_stop:2438 : local total 2024-08-29 04:25:20.255 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:20.257 | ++ functions-common:time_stop:2441 : name=apt-get 2024-08-29 04:25:20.259 | ++ functions-common:time_stop:2442 : start_time=1724905519778 2024-08-29 04:25:20.260 | ++ functions-common:time_stop:2444 : [[ -z 1724905519778 ]] 2024-08-29 04:25:20.263 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:20.266 | ++ functions-common:time_stop:2447 : end_time=1724905520264 2024-08-29 04:25:20.267 | ++ functions-common:time_stop:2448 : elapsed_time=486 2024-08-29 04:25:20.269 | ++ functions-common:time_stop:2449 : total=484 2024-08-29 04:25:20.271 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:20.273 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=970 2024-08-29 04:25:20.274 | ++ functions-common:apt_get:1234 : return 0 2024-08-29 04:25:20.276 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-08-29 04:25:20.278 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-08-29 04:25:20.280 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-08-29 04:25:20.283 | ++ tools/install_prereqs.sh:source:89 : date 2024-08-29 04:25:20.286 | + stack.sh:main:799 : [[ False != \T\r\u\e ]] 2024-08-29 04:25:20.288 | + stack.sh:main:800 : PYPI_ALTERNATIVE_URL= 2024-08-29 04:25:20.290 | + stack.sh:main:800 : /opt/stack/devstack/tools/install_pip.sh 2024-08-29 04:25:20.597 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-08-29 04:25:20.598 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-08-29 04:25:20.600 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-08-29 04:25:20.601 | + tools/install_pip.sh:main:43 : GetDistro 2024-08-29 04:25:20.602 | + functions-common:GetDistro:449 : GetOSVersion 2024-08-29 04:25:20.603 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-08-29 04:25:20.605 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-08-29 04:25:20.606 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-08-29 04:25:20.607 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-08-29 04:25:20.608 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-08-29 04:25:20.610 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-08-29 04:25:20.611 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-08-29 04:25:20.612 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-08-29 04:25:20.613 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-08-29 04:25:20.615 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-08-29 04:25:20.616 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-08-29 04:25:20.617 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-08-29 04:25:20.618 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-08-29 04:25:20.619 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-08-29 04:25:20.621 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-08-29 04:25:20.622 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-08-29 04:25:20.623 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-08-29 04:25:20.625 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-08-29 04:25:20.626 | + functions-common:_ensure_lsb_release:394 : return 2024-08-29 04:25:20.628 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-08-29 04:25:20.661 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-08-29 04:25:20.663 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-08-29 04:25:20.696 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-08-29 04:25:20.698 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-08-29 04:25:20.732 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-08-29 04:25:20.734 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-08-29 04:25:20.735 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-08-29 04:25:20.737 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-08-29 04:25:20.738 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-08-29 04:25:20.739 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-08-29 04:25:20.741 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-08-29 04:25:20.742 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-08-29 04:25:20.744 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-08-29 04:25:20.745 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-08-29 04:25:20.746 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-08-29 04:25:20.747 | Distro: jammy 2024-08-29 04:25:20.748 | + tools/install_pip.sh:main:124 : get_versions 2024-08-29 04:25:20.749 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-08-29 04:25:20.752 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-08-29 04:25:20.753 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-08-29 04:25:20.755 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-08-29 04:25:20.755 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-08-29 04:25:20.813 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-08-29 04:25:20.815 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-08-29 04:25:20.815 | pip: 0.1.15 2024-08-29 04:25:20.816 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-08-29 04:25:20.817 | + tools/install_pip.sh:main:130 : is_fedora 2024-08-29 04:25:20.819 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 04:25:20.820 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 04:25:20.821 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 04:25:20.823 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 04:25:20.824 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 04:25:20.825 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 04:25:20.826 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 04:25:20.827 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 04:25:20.829 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 04:25:20.830 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 04:25:20.831 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 04:25:20.833 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 04:25:20.834 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-08-29 04:25:20.835 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:20.836 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:20.838 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-08-29 04:25:20.841 | + tools/install_pip.sh:main:153 : set -x 2024-08-29 04:25:20.843 | + tools/install_pip.sh:main:156 : get_versions 2024-08-29 04:25:20.844 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-08-29 04:25:20.847 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-08-29 04:25:20.848 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-08-29 04:25:20.850 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-08-29 04:25:20.850 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-08-29 04:25:20.858 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-08-29 04:25:20.859 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-08-29 04:25:20.859 | pip: 0.1.15 2024-08-29 04:25:20.862 | + stack.sh:main:804 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-08-29 04:25:20.864 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-08-29 04:25:20.866 | + stack.sh:main:805 : fixup_all 2024-08-29 04:25:20.868 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-08-29 04:25:20.870 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-08-29 04:25:20.871 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:20.873 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:20.875 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-08-29 04:25:20.884 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-08-29 04:25:20.892 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-08-29 04:25:20.901 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-08-29 04:25:20.902 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-08-29 04:25:20.904 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 04:25:20.906 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 04:25:20.907 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 04:25:20.909 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 04:25:20.910 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 04:25:20.912 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 04:25:20.914 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 04:25:20.915 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 04:25:20.917 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 04:25:20.918 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 04:25:20.920 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 04:25:20.922 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 04:25:20.923 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-08-29 04:25:20.925 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-08-29 04:25:20.927 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-08-29 04:25:20.928 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 04:25:20.930 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 04:25:20.932 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 04:25:20.934 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 04:25:20.935 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 04:25:20.937 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 04:25:20.939 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-08-29 04:25:20.941 | + stack.sh:main:808 : pip_install -U os-testr 2024-08-29 04:25:20.956 | Using python 3.10 to install os-testr 2024-08-29 04:25:20.958 | + 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-08-29 04:25:22.070 | Collecting os-testr 2024-08-29 04:25:22.073 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-08-29 04:25:22.116 | Collecting pbr!=2.1.0,>=2.0.0 2024-08-29 04:25:22.119 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-08-29 04:25:22.141 | Collecting python-subunit>=1.0.0 2024-08-29 04:25:22.143 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-08-29 04:25:22.145 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-08-29 04:25:22.152 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-08-29 04:25:22.341 | Installing collected packages: python-subunit, pbr, os-testr 2024-08-29 04:25:22.341 | Attempting uninstall: python-subunit 2024-08-29 04:25:22.342 | Found existing installation: python-subunit 1.4.0 2024-08-29 04:25:22.347 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:25:22.349 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-08-29 04:25:22.429 | Attempting uninstall: pbr 2024-08-29 04:25:22.429 | Found existing installation: pbr 5.8.0 2024-08-29 04:25:22.431 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:25:22.431 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-08-29 04:25:22.491 | Attempting uninstall: os-testr 2024-08-29 04:25:22.492 | Found existing installation: os-testr 2.0.1 2024-08-29 04:25:22.493 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:25:22.493 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-08-29 04:25:22.515 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-08-29 04:25:22.516 | 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-08-29 04:25:22.595 | + inc/python:pip_install:196 : result=0 2024-08-29 04:25:22.597 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:25:22.599 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:22.601 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:22.603 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:22.604 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:22.606 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:22.608 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:25:22.610 | + functions-common:time_stop:2442 : start_time=1724905520952 2024-08-29 04:25:22.611 | + functions-common:time_stop:2444 : [[ -z 1724905520952 ]] 2024-08-29 04:25:22.614 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:22.617 | + functions-common:time_stop:2447 : end_time=1724905522614 2024-08-29 04:25:22.618 | + functions-common:time_stop:2448 : elapsed_time=1662 2024-08-29 04:25:22.620 | + functions-common:time_stop:2449 : total=0 2024-08-29 04:25:22.622 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:22.623 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1662 2024-08-29 04:25:22.625 | + inc/python:pip_install:199 : return 0 2024-08-29 04:25:22.627 | + stack.sh:main:812 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-08-29 04:25:22.668 | + stack.sh:main:813 : sudo systemctl restart systemd-journald 2024-08-29 04:25:22.723 | + stack.sh:main:819 : install_infra 2024-08-29 04:25:22.725 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-29 04:25:22.727 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-08-29 04:25:22.729 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-08-29 04:25:25.840 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-29 04:25:25.842 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-08-29 04:25:25.859 | + 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-08-29 04:25:26.815 | Collecting pbr 2024-08-29 04:25:26.819 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-08-29 04:25:26.844 | Installing collected packages: pbr 2024-08-29 04:25:26.907 | Successfully installed pbr-5.11.1 2024-08-29 04:25:26.977 | + inc/python:pip_install:196 : result=0 2024-08-29 04:25:26.979 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:25:26.981 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:26.983 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:26.985 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:26.986 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:26.988 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:26.990 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:25:26.991 | + functions-common:time_stop:2442 : start_time=1724905525854 2024-08-29 04:25:26.993 | + functions-common:time_stop:2444 : [[ -z 1724905525854 ]] 2024-08-29 04:25:26.995 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:26.998 | + functions-common:time_stop:2447 : end_time=1724905526996 2024-08-29 04:25:26.999 | + functions-common:time_stop:2448 : elapsed_time=1142 2024-08-29 04:25:27.001 | + functions-common:time_stop:2449 : total=1662 2024-08-29 04:25:27.003 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:27.004 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2804 2024-08-29 04:25:27.006 | + inc/python:pip_install:199 : return 0 2024-08-29 04:25:27.008 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-29 04:25:27.010 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-08-29 04:25:27.027 | + 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-08-29 04:25:27.876 | Processing /opt/stack/requirements 2024-08-29 04:25:27.876 | Preparing metadata (setup.py): started 2024-08-29 04:25:28.561 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 04:25:28.737 | Collecting Parsley>=1.2 2024-08-29 04:25:28.739 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-08-29 04:25:28.829 | Collecting PyYAML>=3.12 2024-08-29 04:25:28.834 | 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-08-29 04:25:28.945 | Collecting beagle>=0.2.1 2024-08-29 04:25:28.946 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2024-08-29 04:25:28.968 | Collecting fixtures>=3.0.0 2024-08-29 04:25:28.968 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-08-29 04:25:29.009 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-08-29 04:25:29.011 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-08-29 04:25:29.065 | Collecting requests>=2.14.2 2024-08-29 04:25:29.067 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-08-29 04:25:29.091 | Collecting six>=1.10.0 2024-08-29 04:25:29.093 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-08-29 04:25:29.134 | Collecting cliff>=2.11.0 2024-08-29 04:25:29.137 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-08-29 04:25:29.139 | 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.dev6098) (5.11.1) 2024-08-29 04:25:29.196 | Collecting certifi>=2017.4.17 2024-08-29 04:25:29.201 | Using cached certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-08-29 04:25:29.221 | Collecting idna<4,>=2.5 2024-08-29 04:25:29.224 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-08-29 04:25:29.376 | Collecting charset-normalizer<3,>=2 2024-08-29 04:25:29.379 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-08-29 04:25:29.437 | Collecting urllib3<1.27,>=1.21.1 2024-08-29 04:25:29.439 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-08-29 04:25:29.502 | Collecting cmd2>=1.0.0 2024-08-29 04:25:29.505 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-08-29 04:25:29.567 | Collecting stevedore>=2.0.1 2024-08-29 04:25:29.569 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-08-29 04:25:29.589 | Collecting autopage>=0.4.0 2024-08-29 04:25:29.592 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-08-29 04:25:29.620 | Collecting PrettyTable>=0.7.2 2024-08-29 04:25:29.622 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-08-29 04:25:29.695 | Collecting importlib-metadata>=4.4 2024-08-29 04:25:29.697 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-08-29 04:25:29.768 | Collecting attrs>=16.3.0 2024-08-29 04:25:29.771 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-08-29 04:25:29.790 | Collecting pyperclip>=1.6 2024-08-29 04:25:29.790 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-08-29 04:25:29.811 | Collecting wcwidth>=0.1.7 2024-08-29 04:25:29.812 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-08-29 04:25:29.868 | Collecting zipp>=0.5 2024-08-29 04:25:29.870 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-08-29 04:25:29.926 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-08-29 04:25:30.068 | 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-08-29 04:25:30.857 | Running setup.py install for openstack-requirements: started 2024-08-29 04:25:32.235 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-08-29 04:25:32.243 | 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.dev6098 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-08-29 04:25:32.340 | + inc/python:pip_install:196 : result=0 2024-08-29 04:25:32.342 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:25:32.344 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:32.346 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:32.347 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:32.349 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:32.351 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:32.352 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:25:32.354 | + functions-common:time_stop:2442 : start_time=1724905527021 2024-08-29 04:25:32.355 | + functions-common:time_stop:2444 : [[ -z 1724905527021 ]] 2024-08-29 04:25:32.357 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:32.360 | + functions-common:time_stop:2447 : end_time=1724905532358 2024-08-29 04:25:32.362 | + functions-common:time_stop:2448 : elapsed_time=5337 2024-08-29 04:25:32.363 | + functions-common:time_stop:2449 : total=2804 2024-08-29 04:25:32.365 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:32.367 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8141 2024-08-29 04:25:32.368 | + inc/python:pip_install:199 : return 0 2024-08-29 04:25:32.370 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-08-29 04:25:32.372 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-08-29 04:25:32.374 | + inc/python:use_library_from_git:246 : local name=pbr 2024-08-29 04:25:32.376 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:32.377 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:32.379 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-08-29 04:25:32.381 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:32.383 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-08-29 04:25:32.398 | Using python 3.10 to install pbr 2024-08-29 04:25:32.400 | + 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-08-29 04:25:33.280 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-08-29 04:25:33.537 | 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-08-29 04:25:33.610 | + inc/python:pip_install:196 : result=0 2024-08-29 04:25:33.612 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:25:33.613 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:33.615 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:33.617 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:33.618 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:33.620 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:33.622 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:25:33.624 | + functions-common:time_stop:2442 : start_time=1724905532394 2024-08-29 04:25:33.625 | + functions-common:time_stop:2444 : [[ -z 1724905532394 ]] 2024-08-29 04:25:33.628 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:33.630 | + functions-common:time_stop:2447 : end_time=1724905533628 2024-08-29 04:25:33.632 | + functions-common:time_stop:2448 : elapsed_time=1234 2024-08-29 04:25:33.634 | + functions-common:time_stop:2449 : total=8141 2024-08-29 04:25:33.635 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:33.637 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9375 2024-08-29 04:25:33.639 | + inc/python:pip_install:199 : return 0 2024-08-29 04:25:33.640 | + stack.sh:main:822 : python3 -m venv /opt/stack//bindep-venv 2024-08-29 04:25:36.764 | + stack.sh:main:824 : /opt/stack//bindep-venv/bin/pip install bindep 2024-08-29 04:25:37.370 | Collecting bindep 2024-08-29 04:25:37.373 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-08-29 04:25:37.402 | Collecting distro>=1.7.0 2024-08-29 04:25:37.405 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-08-29 04:25:37.420 | Collecting Parsley 2024-08-29 04:25:37.422 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-08-29 04:25:37.459 | Collecting packaging 2024-08-29 04:25:37.461 | Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-08-29 04:25:37.504 | Collecting pbr>=2.0.0 2024-08-29 04:25:37.506 | Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) 2024-08-29 04:25:37.541 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-08-29 04:25:37.777 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.1 pbr-6.1.0 2024-08-29 04:25:37.846 | + stack.sh:main:825 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-08-29 04:25:37.849 | + stack.sh:main:825 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-08-29 04:25:37.852 | ++ stack.sh:main:828 : _get_plugin_bindep_packages 2024-08-29 04:25:37.865 | + stack.sh:main:828 : pkgs= 2024-08-29 04:25:37.868 | + stack.sh:main:829 : [[ -n '' ]] 2024-08-29 04:25:37.870 | + stack.sh:main:836 : run_phase stack pre-install 2024-08-29 04:25:37.872 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 04:25:37.873 | + functions-common:run_phase:1864 : local phase=pre-install 2024-08-29 04:25:37.875 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 04:25:37.877 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 04:25:37.879 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 04:25:37.880 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 04:25:37.882 | + functions-common:run_phase:1873 : local extra 2024-08-29 04:25:37.885 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 04:25:37.887 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 04:25:37.889 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 04:25:37.891 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 04:25:37.893 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-08-29 04:25:37.895 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 04:25:37.906 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:25:37.908 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:25:37.909 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:25:37.911 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-08-29 04:25:37.913 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:25:37.914 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 04:25:37.916 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:25:37.917 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-08-29 04:25:37.919 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:25:37.921 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-08-29 04:25:37.922 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:25:37.924 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-08-29 04:25:37.926 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 04:25:37.927 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 04:25:37.929 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:25:37.931 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-29 04:25:37.932 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-08-29 04:25:37.934 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 04:25:37.936 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-08-29 04:25:37.937 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 04:25:37.939 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 04:25:37.941 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 04:25:37.943 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 04:25:37.944 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 04:25:37.946 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-08-29 04:25:37.948 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:25:37.949 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:25:37.951 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-08-29 04:25:37.953 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:25:37.954 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 04:25:37.956 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:25:37.958 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-08-29 04:25:37.960 | + stack.sh:main:839 : set_systemd_override DefaultLimitNOFILE 2048 2024-08-29 04:25:37.961 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-08-29 04:25:37.964 | + functions:set_systemd_override:832 : local value=2048 2024-08-29 04:25:37.965 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-08-29 04:25:37.967 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-08-29 04:25:38.008 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-08-29 04:25:38.008 | Set systemd system override for DefaultLimitNOFILE=2048 2024-08-29 04:25:38.009 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-08-29 04:25:38.248 | + stack.sh:main:841 : install_rpc_backend 2024-08-29 04:25:38.250 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-08-29 04:25:38.262 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:25:38.264 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-08-29 04:25:38.266 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 04:25:38.267 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 04:25:38.269 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 04:25:38.271 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 04:25:38.273 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 04:25:38.274 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 04:25:38.276 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:38.278 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:38.280 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 04:25:38.282 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 04:25:38.284 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 04:25:38.286 | + functions-common:apt_get_update:1186 : return 2024-08-29 04:25:38.288 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-08-29 04:25:38.289 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 04:25:38.291 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:38.293 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:38.295 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-08-29 04:25:38.310 | + 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-08-29 04:25:38.353 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 10262 (apt-get) 2024-08-29 04:25:38.353 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2024-08-29 04:25:38.356 | + functions-common:apt_get:1230 : result=100 2024-08-29 04:25:38.358 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 04:25:38.360 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:38.362 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:38.364 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:38.365 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:38.367 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:38.369 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 04:25:38.371 | + functions-common:time_stop:2442 : start_time=1724905538308 2024-08-29 04:25:38.373 | + functions-common:time_stop:2444 : [[ -z 1724905538308 ]] 2024-08-29 04:25:38.375 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:38.378 | + functions-common:time_stop:2447 : end_time=1724905538376 2024-08-29 04:25:38.380 | + functions-common:time_stop:2448 : elapsed_time=68 2024-08-29 04:25:38.381 | + functions-common:time_stop:2449 : total=970 2024-08-29 04:25:38.383 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:38.385 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1038 2024-08-29 04:25:38.387 | + functions-common:apt_get:1234 : return 100 2024-08-29 04:25:38.389 | + functions-common:install_package:1461 : RETRY_UPDATE=True 2024-08-29 04:25:38.391 | + functions-common:install_package:1461 : update_package_repo 2024-08-29 04:25:38.393 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 04:25:38.395 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 04:25:38.397 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=True 2024-08-29 04:25:38.399 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 04:25:38.401 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 04:25:38.402 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:38.404 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:38.406 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 04:25:38.408 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 04:25:38.410 | + functions-common:apt_get_update:1185 : [[ True != \T\r\u\e ]] 2024-08-29 04:25:38.411 | + functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-08-29 04:25:38.413 | + functions-common:apt_get_update:1192 : local sudo=sudo 2024-08-29 04:25:38.416 | ++ functions-common:apt_get_update:1193 : id -u 2024-08-29 04:25:38.419 | + functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-08-29 04:25:38.420 | + functions-common:apt_get_update:1196 : time_start apt-get-update 2024-08-29 04:25:38.422 | + functions-common:time_start:2421 : local name=apt-get-update 2024-08-29 04:25:38.424 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:25:38.426 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:25:38.428 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:25:38.431 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905538429 2024-08-29 04:25:38.432 | + functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-08-29 04:25:38.434 | + functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-08-29 04:25:38.436 | + 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-08-29 04:25:38.605 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-08-29 04:25:38.615 | Hit:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease 2024-08-29 04:25:38.636 | Hit:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease 2024-08-29 04:25:38.740 | Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-08-29 04:25:40.017 | Reading package lists... 2024-08-29 04:25:40.041 | + functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-08-29 04:25:40.043 | + functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-08-29 04:25:40.044 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:40.046 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:40.048 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:40.049 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:40.051 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:40.053 | + functions-common:time_stop:2441 : name=apt-get-update 2024-08-29 04:25:40.054 | + functions-common:time_stop:2442 : start_time=1724905538429 2024-08-29 04:25:40.056 | + functions-common:time_stop:2444 : [[ -z 1724905538429 ]] 2024-08-29 04:25:40.058 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:40.061 | + functions-common:time_stop:2447 : end_time=1724905540059 2024-08-29 04:25:40.063 | + functions-common:time_stop:2448 : elapsed_time=1630 2024-08-29 04:25:40.064 | + functions-common:time_stop:2449 : total=5109 2024-08-29 04:25:40.066 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:40.067 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6739 2024-08-29 04:25:40.069 | + functions-common:install_package:1461 : real_install_package rabbitmq-server 2024-08-29 04:25:40.071 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 04:25:40.073 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:40.075 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:40.077 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-08-29 04:25:40.092 | + 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-08-29 04:25:40.152 | Reading package lists... 2024-08-29 04:25:40.348 | Building dependency tree... 2024-08-29 04:25:40.350 | Reading state information... 2024-08-29 04:25:40.545 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-08-29 04:25:40.545 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 04:25:40.549 | + functions-common:apt_get:1230 : result=0 2024-08-29 04:25:40.551 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 04:25:40.553 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:40.554 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:40.556 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:40.558 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:40.559 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:40.561 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 04:25:40.563 | + functions-common:time_stop:2442 : start_time=1724905540090 2024-08-29 04:25:40.565 | + functions-common:time_stop:2444 : [[ -z 1724905540090 ]] 2024-08-29 04:25:40.567 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:40.570 | + functions-common:time_stop:2447 : end_time=1724905540568 2024-08-29 04:25:40.572 | + functions-common:time_stop:2448 : elapsed_time=478 2024-08-29 04:25:40.574 | + functions-common:time_stop:2449 : total=1038 2024-08-29 04:25:40.575 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:40.577 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1516 2024-08-29 04:25:40.579 | + functions-common:apt_get:1234 : return 0 2024-08-29 04:25:40.581 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-08-29 04:25:40.583 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 04:25:40.585 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 04:25:40.586 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 04:25:40.588 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 04:25:40.590 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 04:25:40.591 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 04:25:40.593 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-08-29 04:25:40.595 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 04:25:40.597 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 04:25:40.598 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 04:25:40.600 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 04:25:40.602 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 04:25:40.604 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 04:25:40.605 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 04:25:40.607 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 04:25:40.609 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 04:25:40.610 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 04:25:40.612 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 04:25:40.614 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 04:25:40.615 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-08-29 04:25:40.617 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 04:25:40.618 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 04:25:40.620 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 04:25:40.622 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 04:25:40.624 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 04:25:40.626 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 04:25:40.628 | + stack.sh:main:842 : restart_rpc_backend 2024-08-29 04:25:40.629 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-08-29 04:25:40.641 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:25:40.643 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-08-29 04:25:40.644 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:25:40.646 | + stack.sh:echo_summary:455 : echo -e Starting RabbitMQ 2024-08-29 04:25:40.648 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-08-29 04:25:40.651 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-08-29 04:25:40.654 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-08-29 04:25:40.656 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-08-29 04:25:40.659 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-08-29 04:25:40.661 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-08-29 04:25:40.663 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-08-29 04:25:40.665 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-08-29 04:25:40.667 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-08-29 04:25:41.137 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-08-29 04:25:41.137 | user tags 2024-08-29 04:25:41.137 | guest [administrator]' 2024-08-29 04:25:41.140 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-08-29 04:25:41.140 | user tags 2024-08-29 04:25:41.140 | guest [administrator]' 2024-08-29 04:25:41.140 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-08-29 04:25:41.145 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-08-29 04:25:41.146 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-08-29 04:25:41.148 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-08-29 04:25:41.571 | Adding user "stackrabbit" ... 2024-08-29 04:25:41.582 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-08-29 04:25:41.594 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-08-29 04:25:42.018 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-08-29 04:25:42.036 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-08-29 04:25:42.038 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-08-29 04:25:42.459 | Changing password for user "stackrabbit" ... 2024-08-29 04:25:42.475 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-08-29 04:25:42.477 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-08-29 04:25:42.479 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-08-29 04:25:42.898 | Deleting user "guest" ... 2024-08-29 04:25:42.915 | + stack.sh:main:844 : is_service_enabled mysql postgresql 2024-08-29 04:25:42.928 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:25:42.930 | + stack.sh:main:845 : install_database 2024-08-29 04:25:42.932 | + lib/database:install_database:118 : install_database_mysql 2024-08-29 04:25:42.934 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-08-29 04:25:42.936 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:42.937 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:42.939 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-08-29 04:25:43.111 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-08-29 04:25:43.113 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-08-29 04:25:43.116 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-08-29 04:25:43.118 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:43.120 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:43.122 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-08-29 04:25:43.124 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-08-29 04:25:43.127 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-08-29 04:25:43.129 | + stack.sh:main:847 : '[' -n mysql ']' 2024-08-29 04:25:43.131 | + stack.sh:main:848 : install_database_python 2024-08-29 04:25:43.132 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-08-29 04:25:43.134 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-08-29 04:25:43.136 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-08-29 04:25:43.138 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 04:25:43.140 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-08-29 04:25:43.142 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-08-29 04:25:43.144 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 04:25:43.147 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 04:25:43.147 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-08-29 04:25:43.151 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-08-29 04:25:43.153 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-08-29 04:25:43.154 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-08-29 04:25:43.157 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-08-29 04:25:43.159 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-08-29 04:25:43.174 | Using python 3.10 to install PyMySQL 2024-08-29 04:25:43.176 | + 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-08-29 04:25:44.153 | Collecting PyMySQL 2024-08-29 04:25:44.156 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-08-29 04:25:44.324 | Installing collected packages: PyMySQL 2024-08-29 04:25:44.361 | Successfully installed PyMySQL-1.0.2 2024-08-29 04:25:44.361 | 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-08-29 04:25:44.434 | + inc/python:pip_install:196 : result=0 2024-08-29 04:25:44.436 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:25:44.438 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:44.439 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:44.441 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:44.443 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:44.445 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:44.446 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:25:44.448 | + functions-common:time_stop:2442 : start_time=1724905543170 2024-08-29 04:25:44.450 | + functions-common:time_stop:2444 : [[ -z 1724905543170 ]] 2024-08-29 04:25:44.452 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:44.455 | + functions-common:time_stop:2447 : end_time=1724905544453 2024-08-29 04:25:44.456 | + functions-common:time_stop:2448 : elapsed_time=1283 2024-08-29 04:25:44.458 | + functions-common:time_stop:2449 : total=9375 2024-08-29 04:25:44.460 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:44.461 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10658 2024-08-29 04:25:44.463 | + inc/python:pip_install:199 : return 0 2024-08-29 04:25:44.465 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-08-29 04:25:44.467 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-08-29 04:25:44.469 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-08-29 04:25:44.471 | + stack.sh:main:851 : is_service_enabled neutron 2024-08-29 04:25:44.483 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:25:44.485 | + stack.sh:main:852 : install_neutron_agent_packages 2024-08-29 04:25:44.486 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-08-29 04:25:44.498 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:25:44.500 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-08-29 04:25:44.502 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 04:25:44.504 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 04:25:44.505 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 04:25:44.507 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 04:25:44.509 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 04:25:44.510 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 04:25:44.512 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:44.514 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:44.515 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 04:25:44.517 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 04:25:44.518 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 04:25:44.520 | + functions-common:apt_get_update:1186 : return 2024-08-29 04:25:44.522 | + functions-common:install_package:1460 : real_install_package radvd 2024-08-29 04:25:44.523 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 04:25:44.525 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:44.527 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:44.529 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-08-29 04:25:44.545 | + 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-08-29 04:25:44.603 | Reading package lists... 2024-08-29 04:25:44.807 | Building dependency tree... 2024-08-29 04:25:44.807 | Reading state information... 2024-08-29 04:25:45.002 | radvd is already the newest version (1:2.18-3build2). 2024-08-29 04:25:45.002 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 04:25:45.006 | + functions-common:apt_get:1230 : result=0 2024-08-29 04:25:45.008 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 04:25:45.010 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:45.012 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:45.014 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:45.016 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:45.017 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:45.019 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 04:25:45.021 | + functions-common:time_stop:2442 : start_time=1724905544543 2024-08-29 04:25:45.023 | + functions-common:time_stop:2444 : [[ -z 1724905544543 ]] 2024-08-29 04:25:45.025 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:45.028 | + functions-common:time_stop:2447 : end_time=1724905545026 2024-08-29 04:25:45.030 | + functions-common:time_stop:2448 : elapsed_time=483 2024-08-29 04:25:45.032 | + functions-common:time_stop:2449 : total=1516 2024-08-29 04:25:45.034 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:45.035 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1999 2024-08-29 04:25:45.037 | + functions-common:apt_get:1234 : return 0 2024-08-29 04:25:45.039 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-08-29 04:25:45.052 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:25:45.054 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-08-29 04:25:45.056 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-08-29 04:25:45.058 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-08-29 04:25:45.060 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-08-29 04:25:45.075 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-08-29 04:25:45.076 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 04:25:45.078 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 04:25:45.080 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 04:25:45.082 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 04:25:45.084 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 04:25:45.085 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 04:25:45.087 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:45.089 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:45.091 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 04:25:45.093 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 04:25:45.094 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 04:25:45.096 | + functions-common:apt_get_update:1186 : return 2024-08-29 04:25:45.098 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-08-29 04:25:45.100 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 04:25:45.101 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:45.103 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:45.105 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-08-29 04:25:45.120 | + 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-08-29 04:25:45.180 | Reading package lists... 2024-08-29 04:25:45.382 | Building dependency tree... 2024-08-29 04:25:45.383 | Reading state information... 2024-08-29 04:25:45.593 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-08-29 04:25:45.593 | fakeroot set to manually installed. 2024-08-29 04:25:45.593 | make is already the newest version (4.3-4.1build1). 2024-08-29 04:25:45.593 | make set to manually installed. 2024-08-29 04:25:45.593 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-08-29 04:25:45.593 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 04:25:45.597 | + functions-common:apt_get:1230 : result=0 2024-08-29 04:25:45.599 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 04:25:45.601 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:45.603 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:45.605 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:45.607 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:45.608 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:45.610 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 04:25:45.612 | + functions-common:time_stop:2442 : start_time=1724905545118 2024-08-29 04:25:45.614 | + functions-common:time_stop:2444 : [[ -z 1724905545118 ]] 2024-08-29 04:25:45.616 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:45.619 | + functions-common:time_stop:2447 : end_time=1724905545617 2024-08-29 04:25:45.621 | + functions-common:time_stop:2448 : elapsed_time=499 2024-08-29 04:25:45.622 | + functions-common:time_stop:2449 : total=1999 2024-08-29 04:25:45.624 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:45.626 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2498 2024-08-29 04:25:45.628 | + functions-common:apt_get:1234 : return 0 2024-08-29 04:25:45.629 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-08-29 04:25:45.631 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:45.633 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:45.635 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-08-29 04:25:45.637 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-08-29 04:25:45.639 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-08-29 04:25:45.642 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-40-generic 2024-08-29 04:25:45.643 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-08-29 04:25:45.646 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-40-generic 2024-08-29 04:25:45.646 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-08-29 04:25:45.650 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2024-08-29 04:25:45.652 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2024-08-29 04:25:45.653 | + functions:vercmp:639 : local v1=6.8 2024-08-29 04:25:45.655 | + functions:vercmp:640 : local 'op=<' 2024-08-29 04:25:45.657 | + functions:vercmp:641 : local v2=3.13 2024-08-29 04:25:45.659 | + functions:vercmp:642 : local result 2024-08-29 04:25:45.662 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2024-08-29 04:25:45.662 | ++ functions:vercmp:646 : head -1 2024-08-29 04:25:45.662 | ++ functions:vercmp:646 : sort -V 2024-08-29 04:25:45.665 | + functions:vercmp:646 : result=3.13 2024-08-29 04:25:45.667 | + functions:vercmp:648 : case $op in 2024-08-29 04:25:45.669 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2024-08-29 04:25:45.671 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2024-08-29 04:25:45.673 | + functions:vercmp:659 : return 2024-08-29 04:25:45.674 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-08-29 04:25:45.676 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 04:25:45.678 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-08-29 04:25:46.153 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-08-29 04:25:46.155 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-08-29 04:25:46.157 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.159 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.161 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-08-29 04:25:46.162 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.165 | + stack.sh:main:855 : is_service_enabled etcd3 2024-08-29 04:25:46.177 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:25:46.179 | + stack.sh:main:856 : install_etcd3 2024-08-29 04:25:46.181 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-08-29 04:25:46.181 | Installing etcd 2024-08-29 04:25:46.183 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-08-29 04:25:46.191 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-08-29 04:25:46.200 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-08-29 04:25:46.202 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-08-29 04:25:46.211 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-08-29 04:25:46.214 | ++ 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-08-29 04:25:46.216 | ++ 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-08-29 04:25:46.218 | +++ 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-08-29 04:25:46.221 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-08-29 04:25:46.223 | ++ 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-08-29 04:25:46.225 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-08-29 04:25:46.227 | ++ 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-08-29 04:25:46.236 | --2024-08-29 04:25:46-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-29 04:25:46.238 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-08-29 04:25:46.239 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-08-29 04:25:46.269 | HTTP request sent, awaiting response... 200 OK 2024-08-29 04:25:46.270 | Length: 11350736 (11M) [application/gzip] 2024-08-29 04:25:46.270 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-08-29 04:25:46.280 | 2024-08-29 04:25:46.326 | 0K ........ .. 100% 194M=0.06s 2024-08-29 04:25:46.326 | 2024-08-29 04:25:46.326 | 2024-08-29 04:25:46 (194 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-08-29 04:25:46.326 | 2024-08-29 04:25:46.329 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-08-29 04:25:46.331 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-29 04:25:46.333 | ++ functions:get_extra_file:74 : return 2024-08-29 04:25:46.335 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-29 04:25:46.337 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-08-29 04:25:46.339 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-08-29 04:25:46.341 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-08-29 04:25:46.406 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-08-29 04:25:46.409 | + 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-08-29 04:25:46.416 | etcd-v3.3.12-linux-amd64/ 2024-08-29 04:25:46.416 | etcd-v3.3.12-linux-amd64/README.md 2024-08-29 04:25:46.416 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-08-29 04:25:46.416 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-08-29 04:25:46.416 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-08-29 04:25:46.416 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-08-29 04:25:46.416 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-08-29 04:25:46.416 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-08-29 04:25:46.416 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-08-29 04:25:46.416 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-08-29 04:25:46.416 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-08-29 04:25:46.416 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-08-29 04:25:46.416 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-08-29 04:25:46.417 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-08-29 04:25:46.417 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-08-29 04:25:46.417 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-08-29 04:25:46.417 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-08-29 04:25:46.417 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-08-29 04:25:46.417 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-08-29 04:25:46.417 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-08-29 04:25:46.417 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-08-29 04:25:46.417 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-08-29 04:25:46.417 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-08-29 04:25:46.417 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-08-29 04:25:46.417 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-08-29 04:25:46.418 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-08-29 04:25:46.419 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-08-29 04:25:46.420 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-08-29 04:25:46.420 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-08-29 04:25:46.420 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-08-29 04:25:46.420 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-08-29 04:25:46.420 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-08-29 04:25:46.420 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-08-29 04:25:46.420 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-08-29 04:25:46.420 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-08-29 04:25:46.420 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-08-29 04:25:46.421 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-08-29 04:25:46.422 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-08-29 04:25:46.422 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-08-29 04:25:46.422 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-08-29 04:25:46.422 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-08-29 04:25:46.422 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-08-29 04:25:46.422 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-08-29 04:25:46.422 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-08-29 04:25:46.422 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-08-29 04:25:46.422 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-08-29 04:25:46.422 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-08-29 04:25:46.422 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-08-29 04:25:46.422 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-08-29 04:25:46.423 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-08-29 04:25:46.423 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-08-29 04:25:46.423 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-08-29 04:25:46.423 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-08-29 04:25:46.423 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-08-29 04:25:46.423 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-08-29 04:25:46.423 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-08-29 04:25:46.423 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-08-29 04:25:46.424 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-08-29 04:25:46.424 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-08-29 04:25:46.424 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-08-29 04:25:46.424 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-08-29 04:25:46.424 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-08-29 04:25:46.424 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-08-29 04:25:46.424 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-08-29 04:25:46.424 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-08-29 04:25:46.424 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-08-29 04:25:46.424 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-08-29 04:25:46.424 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-08-29 04:25:46.424 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-08-29 04:25:46.425 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-08-29 04:25:46.425 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-08-29 04:25:46.425 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-08-29 04:25:46.425 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-08-29 04:25:46.425 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-08-29 04:25:46.425 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-08-29 04:25:46.425 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-08-29 04:25:46.426 | etcd-v3.3.12-linux-amd64/etcdctl 2024-08-29 04:25:46.545 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-08-29 04:25:46.545 | etcd-v3.3.12-linux-amd64/etcd 2024-08-29 04:25:46.694 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-08-29 04:25:46.716 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-08-29 04:25:46.736 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-08-29 04:25:46.738 | + stack.sh:main:865 : is_service_enabled tls-proxy 2024-08-29 04:25:46.751 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:25:46.754 | + stack.sh:main:875 : install_dstat 2024-08-29 04:25:46.756 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-08-29 04:25:46.768 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:25:46.770 | + stack.sh:main:881 : echo_summary 'Installing OpenStack project source' 2024-08-29 04:25:46.772 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:25:46.773 | + stack.sh:echo_summary:455 : echo -e Installing OpenStack project source 2024-08-29 04:25:46.775 | + stack.sh:main:884 : install_libs 2024-08-29 04:25:46.777 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-08-29 04:25:46.779 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-08-29 04:25:46.781 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-08-29 04:25:46.783 | + inc/python:use_library_from_git:246 : local name=automaton 2024-08-29 04:25:46.784 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.786 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.788 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-08-29 04:25:46.790 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.791 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-08-29 04:25:46.793 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-08-29 04:25:46.795 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-08-29 04:25:46.797 | + inc/python:use_library_from_git:246 : local name=castellan 2024-08-29 04:25:46.798 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.800 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.802 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-08-29 04:25:46.804 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.806 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-08-29 04:25:46.807 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-08-29 04:25:46.809 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-08-29 04:25:46.811 | + inc/python:use_library_from_git:246 : local name=cliff 2024-08-29 04:25:46.812 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.814 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.816 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-08-29 04:25:46.818 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.819 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-08-29 04:25:46.821 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-08-29 04:25:46.823 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-08-29 04:25:46.825 | + inc/python:use_library_from_git:246 : local name=cursive 2024-08-29 04:25:46.827 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.828 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.830 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-08-29 04:25:46.832 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.833 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-08-29 04:25:46.835 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-08-29 04:25:46.837 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-08-29 04:25:46.839 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-08-29 04:25:46.840 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.843 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.844 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-08-29 04:25:46.846 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.848 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-08-29 04:25:46.849 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-08-29 04:25:46.851 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-08-29 04:25:46.853 | + inc/python:use_library_from_git:246 : local name=futurist 2024-08-29 04:25:46.855 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.856 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.858 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-08-29 04:25:46.860 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.861 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-08-29 04:25:46.863 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-08-29 04:25:46.865 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-08-29 04:25:46.867 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-08-29 04:25:46.868 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.870 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.872 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-08-29 04:25:46.874 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.875 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-08-29 04:25:46.877 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-08-29 04:25:46.879 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-08-29 04:25:46.881 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-08-29 04:25:46.882 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.884 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.886 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-08-29 04:25:46.888 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.889 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-08-29 04:25:46.891 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-08-29 04:25:46.893 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-08-29 04:25:46.894 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-08-29 04:25:46.896 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.898 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.900 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-08-29 04:25:46.902 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.903 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-08-29 04:25:46.905 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-08-29 04:25:46.907 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-08-29 04:25:46.909 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-08-29 04:25:46.911 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.913 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.915 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-08-29 04:25:46.916 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.918 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-08-29 04:25:46.920 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-08-29 04:25:46.922 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-08-29 04:25:46.923 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-08-29 04:25:46.925 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.927 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.929 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-08-29 04:25:46.930 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.932 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-08-29 04:25:46.934 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-08-29 04:25:46.936 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-08-29 04:25:46.937 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-08-29 04:25:46.939 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.941 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.943 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-08-29 04:25:46.945 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.947 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-08-29 04:25:46.948 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-08-29 04:25:46.950 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-08-29 04:25:46.952 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-08-29 04:25:46.954 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.956 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.957 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-08-29 04:25:46.959 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.961 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-08-29 04:25:46.963 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-08-29 04:25:46.965 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-08-29 04:25:46.966 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-08-29 04:25:46.968 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.970 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.972 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-08-29 04:25:46.973 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.975 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-08-29 04:25:46.977 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-08-29 04:25:46.979 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-08-29 04:25:46.981 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-08-29 04:25:46.982 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.984 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:46.986 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-08-29 04:25:46.988 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:46.989 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-08-29 04:25:46.991 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-08-29 04:25:46.993 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-08-29 04:25:46.995 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-08-29 04:25:46.996 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:46.998 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.000 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-08-29 04:25:47.002 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.003 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-08-29 04:25:47.005 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-08-29 04:25:47.007 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-08-29 04:25:47.009 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-08-29 04:25:47.010 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.012 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.014 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-08-29 04:25:47.016 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.017 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-08-29 04:25:47.019 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-08-29 04:25:47.021 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-08-29 04:25:47.023 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-08-29 04:25:47.025 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.026 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.028 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-08-29 04:25:47.030 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.032 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-08-29 04:25:47.033 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-08-29 04:25:47.035 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-08-29 04:25:47.037 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-08-29 04:25:47.039 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.040 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.042 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-08-29 04:25:47.044 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.046 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-08-29 04:25:47.048 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-08-29 04:25:47.049 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-08-29 04:25:47.051 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-08-29 04:25:47.053 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.055 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.056 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-08-29 04:25:47.058 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.060 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-08-29 04:25:47.062 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-08-29 04:25:47.064 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-08-29 04:25:47.066 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-08-29 04:25:47.067 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.069 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.071 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-08-29 04:25:47.072 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.074 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-08-29 04:25:47.076 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-08-29 04:25:47.078 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-08-29 04:25:47.080 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-08-29 04:25:47.082 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.083 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.085 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-08-29 04:25:47.087 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.089 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-08-29 04:25:47.091 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-08-29 04:25:47.093 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-08-29 04:25:47.094 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-08-29 04:25:47.096 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.098 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.100 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-08-29 04:25:47.102 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.103 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-08-29 04:25:47.105 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-08-29 04:25:47.107 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-08-29 04:25:47.109 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-08-29 04:25:47.111 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.112 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.114 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-08-29 04:25:47.116 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.118 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-08-29 04:25:47.119 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-08-29 04:25:47.121 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-08-29 04:25:47.123 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-08-29 04:25:47.125 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.127 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.128 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-08-29 04:25:47.130 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.132 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-08-29 04:25:47.134 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-08-29 04:25:47.135 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-08-29 04:25:47.137 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-08-29 04:25:47.139 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.141 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.143 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-08-29 04:25:47.144 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.146 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-08-29 04:25:47.148 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-08-29 04:25:47.150 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-08-29 04:25:47.152 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-08-29 04:25:47.154 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.155 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.157 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-08-29 04:25:47.159 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.161 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-08-29 04:25:47.163 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-08-29 04:25:47.164 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-08-29 04:25:47.166 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-08-29 04:25:47.168 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.170 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.171 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-08-29 04:25:47.173 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.175 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-08-29 04:25:47.177 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-08-29 04:25:47.179 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-08-29 04:25:47.180 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-08-29 04:25:47.182 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.184 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.186 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-08-29 04:25:47.188 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.189 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-08-29 04:25:47.191 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-08-29 04:25:47.193 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-08-29 04:25:47.195 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-08-29 04:25:47.196 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.198 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.200 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-08-29 04:25:47.202 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.204 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-08-29 04:25:47.206 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-08-29 04:25:47.208 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-08-29 04:25:47.209 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-08-29 04:25:47.211 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.213 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.215 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-08-29 04:25:47.217 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.219 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-08-29 04:25:47.221 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-08-29 04:25:47.223 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-08-29 04:25:47.224 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-08-29 04:25:47.226 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.228 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.230 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-08-29 04:25:47.232 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.234 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-08-29 04:25:47.235 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-08-29 04:25:47.237 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-08-29 04:25:47.239 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-08-29 04:25:47.241 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.243 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.245 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-08-29 04:25:47.246 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.248 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-08-29 04:25:47.250 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-08-29 04:25:47.252 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-08-29 04:25:47.254 | + inc/python:use_library_from_git:246 : local name=tooz 2024-08-29 04:25:47.256 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.257 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.259 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-08-29 04:25:47.261 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.263 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-08-29 04:25:47.265 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-08-29 04:25:47.267 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-08-29 04:25:47.268 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-08-29 04:25:47.270 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.272 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.274 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-08-29 04:25:47.276 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.278 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-08-29 04:25:47.280 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-08-29 04:25:47.282 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-08-29 04:25:47.283 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-08-29 04:25:47.285 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.287 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.289 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-08-29 04:25:47.291 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.293 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-08-29 04:25:47.295 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-08-29 04:25:47.296 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-08-29 04:25:47.298 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-08-29 04:25:47.300 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.302 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.304 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-08-29 04:25:47.305 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.307 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-08-29 04:25:47.309 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-08-29 04:25:47.311 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-08-29 04:25:47.313 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-08-29 04:25:47.314 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:47.316 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:47.318 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-08-29 04:25:47.320 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:47.322 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-08-29 04:25:47.337 | Using python 3.10 to install etcd3 2024-08-29 04:25:47.339 | + 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-08-29 04:25:48.313 | Collecting etcd3 2024-08-29 04:25:48.313 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-08-29 04:25:48.323 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-08-29 04:25:48.352 | Collecting tenacity>=6.1.0 2024-08-29 04:25:48.353 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-08-29 04:25:48.739 | Collecting protobuf>=3.6.1 2024-08-29 04:25:48.744 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-08-29 04:25:50.010 | Collecting grpcio>=1.27.1 2024-08-29 04:25:50.039 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-08-29 04:25:50.233 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-08-29 04:25:50.637 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-08-29 04:25:50.637 | 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-08-29 04:25:50.764 | + inc/python:pip_install:196 : result=0 2024-08-29 04:25:50.766 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:25:50.767 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:50.769 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:50.771 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:50.772 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:50.774 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:50.776 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:25:50.778 | + functions-common:time_stop:2442 : start_time=1724905547333 2024-08-29 04:25:50.779 | + functions-common:time_stop:2444 : [[ -z 1724905547333 ]] 2024-08-29 04:25:50.782 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:50.785 | + functions-common:time_stop:2447 : end_time=1724905550783 2024-08-29 04:25:50.786 | + functions-common:time_stop:2448 : elapsed_time=3450 2024-08-29 04:25:50.788 | + functions-common:time_stop:2449 : total=10658 2024-08-29 04:25:50.790 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:50.792 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14108 2024-08-29 04:25:50.793 | + inc/python:pip_install:199 : return 0 2024-08-29 04:25:50.795 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-08-29 04:25:50.811 | Using python 3.10 to install etcd3gw 2024-08-29 04:25:50.813 | + 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-08-29 04:25:51.873 | Collecting etcd3gw 2024-08-29 04:25:51.876 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-08-29 04:25:51.909 | Collecting futurist>=0.16.0 2024-08-29 04:25:51.911 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-08-29 04:25:51.913 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-08-29 04:25:51.965 | Collecting requests>=2.20.0 2024-08-29 04:25:51.967 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-08-29 04:25:52.035 | Collecting urllib3<1.27,>=1.21.1 2024-08-29 04:25:52.038 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-08-29 04:25:52.194 | Collecting charset-normalizer<3,>=2 2024-08-29 04:25:52.196 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-08-29 04:25:52.221 | Collecting idna<4,>=2.5 2024-08-29 04:25:52.223 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-08-29 04:25:52.225 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-08-29 04:25:52.447 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-08-29 04:25:52.447 | Attempting uninstall: urllib3 2024-08-29 04:25:52.448 | Found existing installation: urllib3 1.26.5 2024-08-29 04:25:52.451 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:25:52.452 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-08-29 04:25:52.523 | Attempting uninstall: idna 2024-08-29 04:25:52.524 | Found existing installation: idna 3.3 2024-08-29 04:25:52.526 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:25:52.526 | Can't uninstall 'idna'. No files were found to uninstall. 2024-08-29 04:25:52.678 | Attempting uninstall: requests 2024-08-29 04:25:52.679 | Found existing installation: requests 2.25.1 2024-08-29 04:25:52.680 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:25:52.680 | Can't uninstall 'requests'. No files were found to uninstall. 2024-08-29 04:25:52.748 | 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-08-29 04:25:52.749 | 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-08-29 04:25:52.857 | + inc/python:pip_install:196 : result=0 2024-08-29 04:25:52.859 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:25:52.861 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:52.863 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:52.865 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:52.867 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:52.868 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:52.870 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:25:52.872 | + functions-common:time_stop:2442 : start_time=1724905550808 2024-08-29 04:25:52.874 | + functions-common:time_stop:2444 : [[ -z 1724905550808 ]] 2024-08-29 04:25:52.876 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:52.879 | + functions-common:time_stop:2447 : end_time=1724905552877 2024-08-29 04:25:52.881 | + functions-common:time_stop:2448 : elapsed_time=2069 2024-08-29 04:25:52.883 | + functions-common:time_stop:2449 : total=14108 2024-08-29 04:25:52.885 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:52.887 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16177 2024-08-29 04:25:52.888 | + inc/python:pip_install:199 : return 0 2024-08-29 04:25:52.890 | + stack.sh:main:887 : install_apache_uwsgi 2024-08-29 04:25:52.892 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-08-29 04:25:52.894 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-08-29 04:25:52.896 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 04:25:52.898 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 04:25:52.900 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 04:25:52.902 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 04:25:52.904 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 04:25:52.905 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 04:25:52.907 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 04:25:52.909 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 04:25:52.911 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 04:25:52.913 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 04:25:52.915 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 04:25:52.917 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 04:25:52.918 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-08-29 04:25:52.920 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:52.922 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:52.924 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-08-29 04:25:52.926 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-29 04:25:52.928 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 04:25:52.930 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 04:25:52.932 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 04:25:52.933 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 04:25:52.935 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 04:25:52.937 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 04:25:52.939 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:52.941 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:52.943 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 04:25:52.945 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 04:25:52.947 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 04:25:52.948 | + functions-common:apt_get_update:1186 : return 2024-08-29 04:25:52.950 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-29 04:25:52.952 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 04:25:52.954 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:52.956 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:52.958 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-29 04:25:52.974 | + 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-08-29 04:25:53.031 | Reading package lists... 2024-08-29 04:25:53.230 | Building dependency tree... 2024-08-29 04:25:53.231 | Reading state information... 2024-08-29 04:25:53.431 | uwsgi is already the newest version (2.0.20-4). 2024-08-29 04:25:53.431 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-08-29 04:25:53.431 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 04:25:53.431 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 04:25:53.435 | + functions-common:apt_get:1230 : result=0 2024-08-29 04:25:53.437 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 04:25:53.438 | + functions-common:time_stop:2435 : local name 2024-08-29 04:25:53.440 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:25:53.442 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:25:53.444 | + functions-common:time_stop:2438 : local total 2024-08-29 04:25:53.446 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:25:53.448 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 04:25:53.450 | + functions-common:time_stop:2442 : start_time=1724905552972 2024-08-29 04:25:53.452 | + functions-common:time_stop:2444 : [[ -z 1724905552972 ]] 2024-08-29 04:25:53.455 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:25:53.458 | + functions-common:time_stop:2447 : end_time=1724905553456 2024-08-29 04:25:53.460 | + functions-common:time_stop:2448 : elapsed_time=484 2024-08-29 04:25:53.462 | + functions-common:time_stop:2449 : total=2498 2024-08-29 04:25:53.463 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:25:53.465 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2982 2024-08-29 04:25:53.467 | + functions-common:apt_get:1234 : return 0 2024-08-29 04:25:53.469 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-08-29 04:25:53.471 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:25:53.473 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:25:53.475 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-08-29 04:25:53.519 | Enabling module proxy. 2024-08-29 04:25:53.523 | To activate the new configuration, you need to run: 2024-08-29 04:25:53.523 | systemctl restart apache2 2024-08-29 04:25:53.526 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-08-29 04:25:53.558 | Considering dependency proxy for proxy_uwsgi: 2024-08-29 04:25:53.558 | Module proxy already enabled 2024-08-29 04:25:53.558 | Enabling module proxy_uwsgi. 2024-08-29 04:25:53.561 | To activate the new configuration, you need to run: 2024-08-29 04:25:53.561 | systemctl restart apache2 2024-08-29 04:25:53.565 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-08-29 04:25:53.567 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 04:25:53.569 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 04:25:53.571 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 04:25:53.676 | + stack.sh:main:890 : install_keystoneauth 2024-08-29 04:25:53.678 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-08-29 04:25:53.680 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-08-29 04:25:53.682 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:53.684 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:53.686 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-08-29 04:25:53.688 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:53.690 | + stack.sh:main:891 : install_keystoneclient 2024-08-29 04:25:53.692 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-08-29 04:25:53.693 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-08-29 04:25:53.695 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:53.697 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:53.699 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-08-29 04:25:53.701 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:53.703 | + stack.sh:main:892 : install_glanceclient 2024-08-29 04:25:53.704 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-08-29 04:25:53.706 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-08-29 04:25:53.708 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:53.710 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:53.712 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-08-29 04:25:53.714 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:53.716 | + stack.sh:main:893 : install_cinderclient 2024-08-29 04:25:53.717 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-08-29 04:25:53.719 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-08-29 04:25:53.721 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:53.723 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:53.725 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-08-29 04:25:53.727 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:53.729 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-08-29 04:25:53.731 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-08-29 04:25:53.733 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:53.734 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:53.736 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-08-29 04:25:53.738 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:53.740 | + stack.sh:main:894 : install_novaclient 2024-08-29 04:25:53.742 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-08-29 04:25:53.743 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-08-29 04:25:53.745 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:53.747 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:53.749 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-08-29 04:25:53.751 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:53.753 | + stack.sh:main:895 : is_service_enabled swift glance horizon 2024-08-29 04:25:53.766 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:25:53.767 | + stack.sh:main:896 : install_swiftclient 2024-08-29 04:25:53.769 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-08-29 04:25:53.771 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-08-29 04:25:53.773 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:53.775 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:53.777 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-08-29 04:25:53.779 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:53.781 | + stack.sh:main:898 : is_service_enabled neutron nova horizon 2024-08-29 04:25:53.794 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:25:53.795 | + stack.sh:main:899 : install_neutronclient 2024-08-29 04:25:53.797 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-08-29 04:25:53.799 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-08-29 04:25:53.801 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:53.803 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:53.805 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-08-29 04:25:53.807 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:53.809 | + stack.sh:main:903 : install_keystonemiddleware 2024-08-29 04:25:53.811 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-08-29 04:25:53.813 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-08-29 04:25:53.815 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:25:53.817 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:25:53.819 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-08-29 04:25:53.821 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:25:53.823 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-08-29 04:25:53.824 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-08-29 04:25:53.826 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 04:25:53.829 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-08-29 04:25:53.831 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-08-29 04:25:53.833 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 04:25:53.836 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-08-29 04:25:53.836 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 04:25:53.839 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-08-29 04:25:53.841 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-08-29 04:25:53.843 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-08-29 04:25:53.845 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-08-29 04:25:53.847 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-08-29 04:25:53.863 | Using python 3.10 to install keystonemiddleware 2024-08-29 04:25:53.864 | + 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-08-29 04:25:54.960 | Collecting keystonemiddleware 2024-08-29 04:25:54.963 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-08-29 04:25:54.989 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-08-29 04:25:55.128 | Collecting oslo.cache>=1.26.0 2024-08-29 04:25:55.131 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-08-29 04:25:55.177 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-08-29 04:25:55.180 | Using cached oslo.serialization-5.1.1-py3-none-any.whl (25 kB) 2024-08-29 04:25:55.225 | Collecting WebOb>=1.7.1 2024-08-29 04:25:55.227 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-08-29 04:25:55.284 | Collecting oslo.config>=5.2.0 2024-08-29 04:25:55.287 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-08-29 04:25:55.289 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-08-29 04:25:55.332 | Collecting keystoneauth1>=3.12.0 2024-08-29 04:25:55.336 | Using cached keystoneauth1-5.1.2-py3-none-any.whl (318 kB) 2024-08-29 04:25:55.377 | Collecting oslo.context>=2.19.2 2024-08-29 04:25:55.379 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-08-29 04:25:55.421 | Collecting python-keystoneclient>=3.20.0 2024-08-29 04:25:55.424 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-08-29 04:25:55.463 | Collecting oslo.i18n>=3.15.3 2024-08-29 04:25:55.466 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-08-29 04:25:55.583 | Collecting pycadf!=2.0.0,>=1.1.0 2024-08-29 04:25:55.585 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-08-29 04:25:58.706 | Collecting oslo.log>=3.36.0 2024-08-29 04:25:58.709 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-08-29 04:25:58.712 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-08-29 04:25:58.777 | Collecting oslo.utils>=3.33.0 2024-08-29 04:25:58.780 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-08-29 04:25:58.831 | Collecting iso8601>=0.1.11 2024-08-29 04:25:58.834 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-08-29 04:25:58.875 | Collecting stevedore>=1.20.0 2024-08-29 04:25:58.877 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-08-29 04:25:58.898 | Collecting os-service-types>=1.2.0 2024-08-29 04:25:58.899 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-08-29 04:25:58.945 | Collecting dogpile.cache>=1.1.5 2024-08-29 04:25:58.948 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-08-29 04:25:59.078 | Collecting PyYAML>=5.1 2024-08-29 04:25:59.085 | 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-08-29 04:25:59.125 | Collecting debtcollector>=1.2.0 2024-08-29 04:25:59.128 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-08-29 04:25:59.158 | Collecting netaddr>=0.7.18 2024-08-29 04:25:59.175 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-08-29 04:25:59.207 | Collecting rfc3986>=1.2.0 2024-08-29 04:25:59.209 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-08-29 04:25:59.263 | Collecting python-dateutil>=2.7.0 2024-08-29 04:25:59.268 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-08-29 04:25:59.304 | Collecting pyinotify>=0.9.6 2024-08-29 04:25:59.305 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-08-29 04:25:59.468 | Collecting msgpack>=0.5.2 2024-08-29 04:25:59.473 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-08-29 04:25:59.555 | Collecting pytz>=2013.6 2024-08-29 04:25:59.559 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-08-29 04:25:59.620 | Collecting pyparsing>=2.1.0 2024-08-29 04:25:59.622 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-08-29 04:25:59.658 | Collecting packaging>=20.4 2024-08-29 04:25:59.660 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-08-29 04:25:59.663 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-08-29 04:25:59.691 | 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-08-29 04:25:59.693 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-08-29 04:25:59.693 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-08-29 04:25:59.694 | 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-08-29 04:25:59.898 | Collecting wrapt>=1.7.0 2024-08-29 04:25:59.901 | 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-08-29 04:25:59.939 | Collecting decorator>=4.0.0 2024-08-29 04:25:59.941 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-08-29 04:26:00.340 | 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-08-29 04:26:00.369 | Attempting uninstall: pytz 2024-08-29 04:26:00.370 | Found existing installation: pytz 2022.1 2024-08-29 04:26:00.372 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:00.373 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-08-29 04:26:04.521 | Attempting uninstall: stevedore 2024-08-29 04:26:04.522 | Found existing installation: stevedore 3.5.0 2024-08-29 04:26:04.523 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:04.524 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-08-29 04:26:04.682 | Attempting uninstall: pyparsing 2024-08-29 04:26:04.684 | Found existing installation: pyparsing 2.4.7 2024-08-29 04:26:04.685 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:04.685 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-08-29 04:26:05.753 | 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-08-29 04:26:05.753 | 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-08-29 04:26:05.882 | + inc/python:pip_install:196 : result=0 2024-08-29 04:26:05.884 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:26:05.886 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:05.888 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:05.889 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:05.891 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:05.894 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:05.895 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:26:05.897 | + functions-common:time_stop:2442 : start_time=1724905553859 2024-08-29 04:26:05.899 | + functions-common:time_stop:2444 : [[ -z 1724905553859 ]] 2024-08-29 04:26:05.901 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:05.904 | + functions-common:time_stop:2447 : end_time=1724905565902 2024-08-29 04:26:05.906 | + functions-common:time_stop:2448 : elapsed_time=12043 2024-08-29 04:26:05.907 | + functions-common:time_stop:2449 : total=16177 2024-08-29 04:26:05.909 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:05.911 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=28220 2024-08-29 04:26:05.913 | + inc/python:pip_install:199 : return 0 2024-08-29 04:26:05.915 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-08-29 04:26:05.917 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-08-29 04:26:05.918 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 04:26:05.921 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-08-29 04:26:05.923 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-08-29 04:26:05.925 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 04:26:05.928 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-08-29 04:26:05.928 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 04:26:05.932 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-08-29 04:26:05.934 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-08-29 04:26:05.935 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-08-29 04:26:05.938 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-08-29 04:26:05.939 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-08-29 04:26:05.955 | Using python 3.10 to install python-memcached 2024-08-29 04:26:05.957 | + 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-08-29 04:26:06.955 | Collecting python-memcached 2024-08-29 04:26:06.958 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-08-29 04:26:06.963 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-08-29 04:26:07.255 | Installing collected packages: python-memcached 2024-08-29 04:26:07.281 | Successfully installed python-memcached-1.59 2024-08-29 04:26:07.281 | 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-08-29 04:26:07.361 | + inc/python:pip_install:196 : result=0 2024-08-29 04:26:07.363 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:26:07.365 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:07.367 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:07.369 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:07.371 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:07.373 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:07.375 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:26:07.376 | + functions-common:time_stop:2442 : start_time=1724905565951 2024-08-29 04:26:07.378 | + functions-common:time_stop:2444 : [[ -z 1724905565951 ]] 2024-08-29 04:26:07.380 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:07.384 | + functions-common:time_stop:2447 : end_time=1724905567382 2024-08-29 04:26:07.386 | + functions-common:time_stop:2448 : elapsed_time=1431 2024-08-29 04:26:07.387 | + functions-common:time_stop:2449 : total=28220 2024-08-29 04:26:07.389 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:07.391 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=29651 2024-08-29 04:26:07.393 | + inc/python:pip_install:199 : return 0 2024-08-29 04:26:07.395 | + stack.sh:main:905 : is_service_enabled keystone 2024-08-29 04:26:07.408 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:26:07.409 | + stack.sh:main:906 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-08-29 04:26:07.411 | + stack.sh:main:907 : stack_install_service keystone 2024-08-29 04:26:07.413 | + lib/stack:stack_install_service:20 : local service=keystone 2024-08-29 04:26:07.415 | + lib/stack:stack_install_service:21 : type install_keystone 2024-08-29 04:26:07.417 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 04:26:07.419 | + lib/stack:stack_install_service:32 : install_keystone 2024-08-29 04:26:07.421 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-08-29 04:26:07.433 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:26:07.435 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-08-29 04:26:07.436 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-08-29 04:26:07.438 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-08-29 04:26:07.440 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 04:26:07.442 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 04:26:07.444 | ++ functions-common:git_clone:616 : pwd 2024-08-29 04:26:07.446 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 04:26:07.448 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 04:26:07.450 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 04:26:07.461 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 04:26:07.463 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 04:26:07.465 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 04:26:07.466 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 04:26:07.468 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 04:26:07.468 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 04:26:07.472 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-08-29 04:26:07.474 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 04:26:07.475 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-08-29 04:26:07.477 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:26:07.478 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:26:07.480 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:26:07.482 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:26:07.483 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:26:07.485 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:26:07.486 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:26:07.488 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:26:07.490 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:26:07.493 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905567491 2024-08-29 04:26:07.495 | + 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-08-29 04:26:07.497 | Cloning into '/opt/stack//keystone'... 2024-08-29 04:26:09.865 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:26:09.867 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:09.869 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:09.871 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:09.872 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:09.874 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:09.876 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:26:09.878 | + functions-common:time_stop:2442 : start_time=1724905567491 2024-08-29 04:26:09.879 | + functions-common:time_stop:2444 : [[ -z 1724905567491 ]] 2024-08-29 04:26:09.882 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:09.885 | + functions-common:time_stop:2447 : end_time=1724905569883 2024-08-29 04:26:09.886 | + functions-common:time_stop:2448 : elapsed_time=2392 2024-08-29 04:26:09.888 | + functions-common:time_stop:2449 : total=44011 2024-08-29 04:26:09.890 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:09.891 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=46403 2024-08-29 04:26:09.893 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-08-29 04:26:09.895 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 04:26:09.897 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:26:09.898 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:26:09.900 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:26:09.902 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:26:09.904 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:26:09.906 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:26:09.907 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:26:09.909 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:26:09.911 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:26:09.914 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905569912 2024-08-29 04:26:09.916 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 04:26:12.089 | From https://opendev.org/openstack/keystone 2024-08-29 04:26:12.089 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 04:26:12.093 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:26:12.095 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:12.097 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:12.099 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:12.100 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:12.102 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:12.104 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:26:12.106 | + functions-common:time_stop:2442 : start_time=1724905569912 2024-08-29 04:26:12.107 | + functions-common:time_stop:2444 : [[ -z 1724905569912 ]] 2024-08-29 04:26:12.110 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:12.113 | + functions-common:time_stop:2447 : end_time=1724905572110 2024-08-29 04:26:12.114 | + functions-common:time_stop:2448 : elapsed_time=2198 2024-08-29 04:26:12.116 | + functions-common:time_stop:2449 : total=46403 2024-08-29 04:26:12.118 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:12.120 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=48601 2024-08-29 04:26:12.122 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 04:26:12.123 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:26:12.125 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:26:12.127 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:26:12.129 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:26:12.130 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:26:12.132 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:26:12.134 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:26:12.135 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:26:12.138 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:26:12.140 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905572138 2024-08-29 04:26:12.142 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 04:26:12.235 | Note: switching to 'FETCH_HEAD'. 2024-08-29 04:26:12.235 | 2024-08-29 04:26:12.235 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 04:26:12.235 | changes and commit them, and you can discard any commits you make in this 2024-08-29 04:26:12.235 | state without impacting any branches by switching back to a branch. 2024-08-29 04:26:12.235 | 2024-08-29 04:26:12.235 | If you want to create a new branch to retain commits you create, you may 2024-08-29 04:26:12.235 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 04:26:12.235 | 2024-08-29 04:26:12.235 | git switch -c 2024-08-29 04:26:12.235 | 2024-08-29 04:26:12.235 | Or undo this operation with: 2024-08-29 04:26:12.235 | 2024-08-29 04:26:12.235 | git switch - 2024-08-29 04:26:12.235 | 2024-08-29 04:26:12.235 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 04:26:12.235 | 2024-08-29 04:26:12.235 | HEAD is now at ea5b0b0 Add keystone-manage reset_last_active command 2024-08-29 04:26:12.238 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:26:12.239 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:12.241 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:12.243 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:12.245 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:12.246 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:12.248 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:26:12.250 | + functions-common:time_stop:2442 : start_time=1724905572138 2024-08-29 04:26:12.251 | + functions-common:time_stop:2444 : [[ -z 1724905572138 ]] 2024-08-29 04:26:12.254 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:12.257 | + functions-common:time_stop:2447 : end_time=1724905572254 2024-08-29 04:26:12.258 | + functions-common:time_stop:2448 : elapsed_time=116 2024-08-29 04:26:12.260 | + functions-common:time_stop:2449 : total=48601 2024-08-29 04:26:12.262 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:12.263 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=48717 2024-08-29 04:26:12.265 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-08-29 04:26:12.275 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-08-29 04:26:12.277 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 04:26:12.277 | + functions-common:git_clone:696 : head -1 2024-08-29 04:26:12.281 | ea5b0b0 Add keystone-manage reset_last_active command 2024-08-29 04:26:12.283 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 04:26:12.285 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-08-29 04:26:12.287 | + inc/python:setup_develop:334 : local bindep 2024-08-29 04:26:12.289 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-08-29 04:26:12.291 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-08-29 04:26:12.293 | + inc/python:setup_develop:340 : local extras= 2024-08-29 04:26:12.294 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-08-29 04:26:12.296 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 04:26:12.298 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-08-29 04:26:12.300 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-08-29 04:26:12.302 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 04:26:12.303 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 04:26:12.306 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-08-29 04:26:12.308 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 04:26:12.310 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-08-29 04:26:12.311 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 04:26:12.313 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 04:26:12.316 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-08-29 04:26:12.320 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-08-29 04:26:12.322 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-08-29 04:26:12.639 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-08-29 04:26:12.641 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 04:26:12.643 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 04:26:12.645 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 04:26:12.647 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-08-29 04:26:12.649 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-08-29 04:26:12.650 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 04:26:12.652 | + inc/python:setup_package:424 : local extras= 2024-08-29 04:26:12.654 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 04:26:12.656 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 04:26:12.658 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 04:26:12.659 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 04:26:12.661 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 04:26:12.663 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-08-29 04:26:12.678 | Using python 3.10 to install /opt/stack/keystone 2024-08-29 04:26:12.680 | + 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-08-29 04:26:13.570 | Obtaining file:///opt/stack/keystone 2024-08-29 04:26:13.570 | Preparing metadata (setup.py): started 2024-08-29 04:26:14.063 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 04:26:14.211 | Collecting Flask!=0.11,>=1.0.2 2024-08-29 04:26:14.215 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-08-29 04:26:14.238 | Collecting Flask-RESTful>=0.3.5 2024-08-29 04:26:14.240 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-08-29 04:26:14.270 | Collecting PyJWT>=1.6.1 2024-08-29 04:26:14.272 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-08-29 04:26:14.985 | Collecting SQLAlchemy>=1.3.0 2024-08-29 04:26:15.016 | 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-08-29 04:26:15.028 | 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-08-29 04:26:15.139 | Collecting bcrypt>=3.1.3 2024-08-29 04:26:15.146 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-08-29 04:26:15.546 | Collecting cryptography>=2.7 2024-08-29 04:26:15.571 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-08-29 04:26:15.592 | 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-08-29 04:26:15.640 | Collecting jsonschema>=3.2.0 2024-08-29 04:26:15.642 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-08-29 04:26:15.644 | 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-08-29 04:26:15.645 | 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-08-29 04:26:15.668 | Collecting oauthlib>=0.6.2 2024-08-29 04:26:15.671 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-08-29 04:26:15.673 | 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-08-29 04:26:15.674 | 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-08-29 04:26:15.675 | 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-08-29 04:26:15.825 | Collecting oslo.db>=6.0.0 2024-08-29 04:26:15.827 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-08-29 04:26:15.830 | 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-08-29 04:26:15.831 | 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-08-29 04:26:16.002 | Collecting oslo.messaging>=5.29.0 2024-08-29 04:26:16.006 | Using cached oslo.messaging-14.2.5-py3-none-any.whl (257 kB) 2024-08-29 04:26:16.141 | Collecting oslo.middleware>=3.31.0 2024-08-29 04:26:16.143 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-08-29 04:26:16.288 | Collecting oslo.policy>=3.10.0 2024-08-29 04:26:16.289 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-08-29 04:26:16.292 | 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-08-29 04:26:16.407 | Collecting oslo.upgradecheck>=1.3.0 2024-08-29 04:26:16.410 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-08-29 04:26:16.412 | 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-08-29 04:26:16.444 | Collecting osprofiler>=1.4.0 2024-08-29 04:26:16.446 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-08-29 04:26:16.467 | Collecting passlib>=1.7.0 2024-08-29 04:26:16.471 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-08-29 04:26:16.476 | 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-08-29 04:26:16.476 | 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-08-29 04:26:16.596 | Collecting pysaml2>=5.0.0 2024-08-29 04:26:16.602 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-08-29 04:26:16.604 | 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-08-29 04:26:16.605 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2024-08-29 04:26:16.696 | Collecting scrypt>=0.8.0 2024-08-29 04:26:16.705 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-08-29 04:26:16.730 | Collecting sqlalchemy-migrate>=0.13.0 2024-08-29 04:26:16.732 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-08-29 04:26:16.735 | 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-08-29 04:26:17.009 | Collecting cffi>=1.12 2024-08-29 04:26:17.013 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-08-29 04:26:17.020 | 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-08-29 04:26:17.058 | Collecting click>=8.0 2024-08-29 04:26:17.061 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-08-29 04:26:17.106 | Collecting Werkzeug>=2.2.2 2024-08-29 04:26:17.119 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-08-29 04:26:17.142 | Collecting itsdangerous>=2.0 2024-08-29 04:26:17.143 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-08-29 04:26:17.171 | Collecting Jinja2>=3.0 2024-08-29 04:26:17.174 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-08-29 04:26:17.182 | 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-08-29 04:26:17.202 | Collecting aniso8601>=0.82 2024-08-29 04:26:17.204 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-08-29 04:26:17.223 | 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-08-29 04:26:17.251 | Collecting attrs>=17.4.0 2024-08-29 04:26:17.253 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-08-29 04:26:17.277 | 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-08-29 04:26:17.278 | 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-08-29 04:26:17.356 | 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-08-29 04:26:17.358 | 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-08-29 04:26:17.359 | 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-08-29 04:26:17.359 | 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-08-29 04:26:17.399 | Collecting testresources>=2.0.0 2024-08-29 04:26:17.402 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-08-29 04:26:17.456 | Collecting alembic>=0.9.6 2024-08-29 04:26:17.460 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-08-29 04:26:17.572 | Collecting testscenarios>=0.4 2024-08-29 04:26:17.574 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-08-29 04:26:17.596 | 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-08-29 04:26:17.598 | 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-08-29 04:26:17.650 | Collecting cachetools>=2.0.0 2024-08-29 04:26:17.652 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-08-29 04:26:17.786 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-08-29 04:26:17.789 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2024-08-29 04:26:17.900 | Collecting oslo.metrics>=0.2.1 2024-08-29 04:26:17.902 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-08-29 04:26:17.963 | Collecting kombu>=4.6.6 2024-08-29 04:26:17.966 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-08-29 04:26:17.970 | 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-08-29 04:26:18.018 | Collecting amqp>=2.5.2 2024-08-29 04:26:18.020 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-08-29 04:26:18.049 | Collecting statsd>=3.2.1 2024-08-29 04:26:18.051 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-08-29 04:26:18.097 | Collecting PrettyTable>=0.7.1 2024-08-29 04:26:18.098 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-08-29 04:26:18.116 | 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-08-29 04:26:18.117 | 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-08-29 04:26:18.117 | 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-08-29 04:26:18.118 | 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-08-29 04:26:18.177 | Collecting oslo.concurrency>=3.26.0 2024-08-29 04:26:18.179 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-08-29 04:26:18.253 | Collecting pyOpenSSL 2024-08-29 04:26:18.255 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-08-29 04:26:18.263 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2024-08-29 04:26:18.310 | Collecting xmlschema>=1.2.1 2024-08-29 04:26:18.314 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-08-29 04:26:18.337 | Collecting defusedxml 2024-08-29 04:26:18.339 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-08-29 04:26:18.710 | Collecting greenlet!=0.4.17 2024-08-29 04:26:18.713 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-08-29 04:26:18.743 | Collecting Tempita>=0.4 2024-08-29 04:26:18.745 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-08-29 04:26:18.767 | Collecting sqlparse 2024-08-29 04:26:18.769 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-08-29 04:26:18.831 | Collecting Mako 2024-08-29 04:26:18.834 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-08-29 04:26:18.863 | Collecting vine>=5.0.0 2024-08-29 04:26:18.866 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-08-29 04:26:18.984 | Collecting pycparser 2024-08-29 04:26:18.987 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-08-29 04:26:19.005 | 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-08-29 04:26:19.150 | Collecting MarkupSafe>=2.0 2024-08-29 04:26:19.153 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-08-29 04:26:19.185 | 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-08-29 04:26:19.260 | Collecting fasteners>=0.7.0 2024-08-29 04:26:19.263 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-08-29 04:26:19.304 | Collecting prometheus-client>=0.6.0 2024-08-29 04:26:19.306 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-08-29 04:26:19.432 | Collecting PasteDeploy>=1.5.0 2024-08-29 04:26:19.434 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-08-29 04:26:19.468 | Collecting eventlet>=0.25.2 2024-08-29 04:26:19.471 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-08-29 04:26:19.605 | Collecting Yappi>=1.0 2024-08-29 04:26:19.607 | 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-08-29 04:26:19.630 | Collecting fixtures>=3.0.0 2024-08-29 04:26:19.630 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-08-29 04:26:19.667 | Collecting Paste>=2.0.2 2024-08-29 04:26:19.671 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-08-29 04:26:19.700 | Collecting Routes>=2.3.1 2024-08-29 04:26:19.702 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-08-29 04:26:19.723 | 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-08-29 04:26:19.777 | 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-08-29 04:26:19.780 | 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-08-29 04:26:19.780 | 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-08-29 04:26:19.780 | 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-08-29 04:26:19.830 | 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-08-29 04:26:19.906 | Collecting elementpath<4.0.0,>=3.0.0 2024-08-29 04:26:19.909 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-08-29 04:26:20.035 | Collecting dnspython>=1.15.0 2024-08-29 04:26:20.039 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-08-29 04:26:20.168 | Collecting repoze.lru>=0.3 2024-08-29 04:26:20.170 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-08-29 04:26:20.319 | 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-08-29 04:26:20.319 | Reason for being yanked: Regression in OpenSSL. 2024-08-29 04:26:20.839 | 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-08-29 04:26:21.326 | Attempting uninstall: PyJWT 2024-08-29 04:26:21.327 | Found existing installation: PyJWT 2.3.0 2024-08-29 04:26:21.329 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:21.329 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-08-29 04:26:21.510 | Attempting uninstall: PrettyTable 2024-08-29 04:26:21.511 | Found existing installation: prettytable 2.5.0 2024-08-29 04:26:21.513 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:21.514 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-08-29 04:26:21.711 | Attempting uninstall: oauthlib 2024-08-29 04:26:21.712 | Found existing installation: oauthlib 3.2.0 2024-08-29 04:26:21.714 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:21.714 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-08-29 04:26:21.784 | Attempting uninstall: MarkupSafe 2024-08-29 04:26:21.785 | Found existing installation: MarkupSafe 2.0.1 2024-08-29 04:26:21.787 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:21.787 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-08-29 04:26:21.846 | Attempting uninstall: fixtures 2024-08-29 04:26:21.848 | Found existing installation: fixtures 3.0.0 2024-08-29 04:26:21.849 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:21.850 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-08-29 04:26:22.225 | Attempting uninstall: click 2024-08-29 04:26:22.226 | Found existing installation: click 8.0.3 2024-08-29 04:26:22.227 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:22.228 | Can't uninstall 'click'. No files were found to uninstall. 2024-08-29 04:26:22.297 | Attempting uninstall: bcrypt 2024-08-29 04:26:22.298 | Found existing installation: bcrypt 3.2.0 2024-08-29 04:26:22.300 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:22.300 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-08-29 04:26:22.321 | Attempting uninstall: attrs 2024-08-29 04:26:22.322 | Found existing installation: attrs 21.2.0 2024-08-29 04:26:22.323 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:22.324 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-08-29 04:26:23.388 | Attempting uninstall: jsonschema 2024-08-29 04:26:23.390 | Found existing installation: jsonschema 3.2.0 2024-08-29 04:26:23.391 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:23.392 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-08-29 04:26:23.455 | Attempting uninstall: Jinja2 2024-08-29 04:26:23.458 | Found existing installation: Jinja2 3.0.3 2024-08-29 04:26:23.458 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:23.458 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-08-29 04:26:24.079 | Attempting uninstall: cryptography 2024-08-29 04:26:24.080 | Found existing installation: cryptography 3.4.8 2024-08-29 04:26:24.081 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:24.082 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-08-29 04:26:24.404 | Attempting uninstall: pyOpenSSL 2024-08-29 04:26:24.405 | Found existing installation: pyOpenSSL 21.0.0 2024-08-29 04:26:24.407 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:24.407 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-08-29 04:26:25.195 | Running setup.py develop for keystone 2024-08-29 04:26:26.153 | Successfully installed Flask-2.2.2 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.3 MarkupSafe-2.1.1 Paste-3.5.2 PasteDeploy-2.1.1 PrettyTable-3.4.1 PyJWT-2.5.0 Routes-2.5.1 SQLAlchemy-1.4.41 Tempita-0.5.2 Werkzeug-2.2.2 Yappi-1.4.0 alembic-1.8.1 amqp-5.1.1 aniso8601-9.0.1 attrs-22.1.0 bcrypt-4.0.0 cachetools-5.2.0 cffi-1.15.1 click-8.1.3 cryptography-38.0.2 defusedxml-0.7.1 dnspython-2.2.1 elementpath-3.0.2 eventlet-0.33.1 fasteners-0.18 fixtures-4.0.1 greenlet-1.1.3 itsdangerous-2.1.2 jsonschema-4.16.0 keystone kombu-5.2.4 oauthlib-3.2.1 oslo.concurrency-5.1.1 oslo.db-12.3.2 oslo.messaging-14.2.5 oslo.metrics-0.6.0 oslo.middleware-5.1.1 oslo.policy-4.1.1 oslo.service-3.1.2 oslo.upgradecheck-2.1.1 osprofiler-3.4.3 passlib-1.7.4 prometheus-client-0.14.1 pyOpenSSL-22.1.0 pycparser-2.21 pysaml2-7.2.1 repoze.lru-0.7 scrypt-0.8.20 sqlalchemy-migrate-0.13.0 sqlparse-0.4.3 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-2.1.1 2024-08-29 04:26:26.154 | 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-08-29 04:26:26.375 | + inc/python:pip_install:196 : result=0 2024-08-29 04:26:26.377 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:26:26.379 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:26.380 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:26.382 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:26.384 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:26.386 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:26.388 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:26:26.389 | + functions-common:time_stop:2442 : start_time=1724905572674 2024-08-29 04:26:26.391 | + functions-common:time_stop:2444 : [[ -z 1724905572674 ]] 2024-08-29 04:26:26.393 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:26.396 | + functions-common:time_stop:2447 : end_time=1724905586395 2024-08-29 04:26:26.398 | + functions-common:time_stop:2448 : elapsed_time=13721 2024-08-29 04:26:26.400 | + functions-common:time_stop:2449 : total=29651 2024-08-29 04:26:26.402 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:26.404 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=43372 2024-08-29 04:26:26.405 | + inc/python:pip_install:199 : return 0 2024-08-29 04:26:26.407 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 04:26:26.409 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-29 04:26:26.411 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-29 04:26:26.425 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-29 04:26:26.434 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-08-29 04:26:26.436 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-08-29 04:26:26.438 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:26:26.440 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:26:26.442 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-08-29 04:26:26.444 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:26:26.446 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-08-29 04:26:26.458 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:26:26.460 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-08-29 04:26:26.462 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 04:26:26.464 | + stack.sh:main:908 : configure_keystone 2024-08-29 04:26:26.466 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-08-29 04:26:26.475 | + 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-08-29 04:26:26.477 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-08-29 04:26:26.481 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-08-29 04:26:26.493 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:26:26.494 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-08-29 04:26:26.519 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-08-29 04:26:26.541 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-08-29 04:26:26.565 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-08-29 04:26:26.590 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-08-29 04:26:26.614 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-08-29 04:26:26.638 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-08-29 04:26:26.661 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-08-29 04:26:26.683 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-08-29 04:26:26.685 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-08-29 04:26:26.687 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-08-29 04:26:26.689 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-08-29 04:26:26.690 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 04:26:26.692 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 04:26:26.703 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:26:26.706 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 04:26:26.708 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 04:26:26.709 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 04:26:26.721 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:26:26.723 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 04:26:26.725 | + 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-08-29 04:26:26.749 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 04:26:26.751 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 04:26:26.753 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-08-29 04:26:26.755 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-08-29 04:26:26.767 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:26:26.769 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-08-29 04:26:26.793 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-08-29 04:26:26.795 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-08-29 04:26:26.819 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-08-29 04:26:26.821 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-08-29 04:26:26.823 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-08-29 04:26:26.825 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-08-29 04:26:26.827 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 04:26:26.829 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 04:26:26.830 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-08-29 04:26:26.833 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-08-29 04:26:26.857 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-08-29 04:26:26.858 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-08-29 04:26:26.860 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-08-29 04:26:26.862 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-08-29 04:26:26.865 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 04:26:26.878 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 04:26:26.880 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 04:26:26.882 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 04:26:26.884 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 04:26:26.885 | + 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-08-29 04:26:26.907 | + 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-08-29 04:26:26.930 | + 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-08-29 04:26:26.952 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 04:26:26.975 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-08-29 04:26:26.997 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-08-29 04:26:26.999 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-08-29 04:26:27.001 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-08-29 04:26:27.003 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-08-29 04:26:27.004 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-08-29 04:26:27.006 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-29 04:26:27.008 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 04:26:27.011 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-08-29 04:26:27.013 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-08-29 04:26:27.015 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 04:26:27.017 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 04:26:27.026 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 04:26:27.027 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 04:26:27.033 | d /var/run/uwsgi 0755 stack root 2024-08-29 04:26:27.035 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 04:26:27.043 | /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-08-29 04:26:27.046 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-08-29 04:26:27.048 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-08-29 04:26:27.051 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-08-29 04:26:27.074 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-08-29 04:26:27.096 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-08-29 04:26:27.118 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-08-29 04:26:27.141 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-08-29 04:26:27.166 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-08-29 04:26:27.188 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-08-29 04:26:27.210 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-08-29 04:26:27.232 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-08-29 04:26:27.254 | + 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-08-29 04:26:27.276 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-08-29 04:26:27.298 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-08-29 04:26:27.320 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-08-29 04:26:27.343 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-29 04:26:27.344 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-29 04:26:27.347 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-08-29 04:26:27.348 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-08-29 04:26:27.350 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 04:26:27.352 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:26:27.354 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:26:27.356 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-29 04:26:27.358 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-29 04:26:27.360 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-08-29 04:26:27.381 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-08-29 04:26:27.404 | + 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-08-29 04:26:27.404 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-29 04:26:27.410 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-08-29 04:26:27.413 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-08-29 04:26:27.414 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-08-29 04:26:27.416 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 04:26:27.418 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 04:26:27.420 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 04:26:27.421 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:26:27.423 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:26:27.425 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 04:26:27.427 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 04:26:27.429 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:26:27.430 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:26:27.432 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-08-29 04:26:27.464 | Enabling site keystone-wsgi-public. 2024-08-29 04:26:27.468 | To activate the new configuration, you need to run: 2024-08-29 04:26:27.468 | systemctl reload apache2 2024-08-29 04:26:27.471 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-29 04:26:27.473 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 04:26:27.475 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 04:26:27.477 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 04:26:27.576 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-08-29 04:26:27.600 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-08-29 04:26:27.624 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-08-29 04:26:27.649 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-08-29 04:26:27.651 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-08-29 04:26:27.675 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-08-29 04:26:27.698 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-08-29 04:26:27.721 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-08-29 04:26:27.746 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-08-29 04:26:27.748 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-08-29 04:26:27.750 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-08-29 04:26:27.773 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-08-29 04:26:27.796 | + stack.sh:main:912 : is_service_enabled swift 2024-08-29 04:26:27.809 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:26:27.810 | + stack.sh:main:926 : is_service_enabled g-api n-api 2024-08-29 04:26:27.823 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:26:27.825 | + stack.sh:main:928 : stack_install_service glance 2024-08-29 04:26:27.827 | + lib/stack:stack_install_service:20 : local service=glance 2024-08-29 04:26:27.829 | + lib/stack:stack_install_service:21 : type install_glance 2024-08-29 04:26:27.831 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 04:26:27.833 | + lib/stack:stack_install_service:32 : install_glance 2024-08-29 04:26:27.834 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-08-29 04:26:27.836 | + lib/glance:install_glance:511 : local glance_store_extras 2024-08-29 04:26:27.838 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-08-29 04:26:27.850 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:26:27.852 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-08-29 04:26:27.854 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-08-29 04:26:27.867 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:26:27.868 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-08-29 04:26:27.870 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-08-29 04:26:27.872 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:26:27.874 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:26:27.876 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-08-29 04:26:27.878 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:26:27.880 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-08-29 04:26:27.882 | ++ inc/python:join_extras:29 : local IFS=, 2024-08-29 04:26:27.884 | ++ inc/python:join_extras:30 : echo cinder 2024-08-29 04:26:27.886 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-08-29 04:26:27.888 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-08-29 04:26:27.890 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-08-29 04:26:27.892 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-08-29 04:26:27.895 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-08-29 04:26:27.896 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-08-29 04:26:27.898 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-08-29 04:26:27.902 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-08-29 04:26:27.902 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-08-29 04:26:27.906 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-08-29 04:26:27.908 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-08-29 04:26:27.909 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-08-29 04:26:27.912 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-08-29 04:26:27.914 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-08-29 04:26:27.929 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-08-29 04:26:27.931 | + 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-08-29 04:26:29.041 | Collecting glance-store[cinder]!=0.29.0 2024-08-29 04:26:29.046 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-08-29 04:26:29.082 | 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-08-29 04:26:29.082 | 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-08-29 04:26:29.086 | 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-08-29 04:26:29.086 | 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-08-29 04:26:29.086 | 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-08-29 04:26:29.086 | 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-08-29 04:26:29.086 | 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-08-29 04:26:29.087 | 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-08-29 04:26:29.088 | 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-08-29 04:26:29.089 | 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-08-29 04:26:29.090 | 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-08-29 04:26:29.220 | Collecting oslo.privsep>=1.23.0 2024-08-29 04:26:29.222 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-08-29 04:26:29.356 | Collecting oslo.rootwrap>=5.8.0 2024-08-29 04:26:29.359 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-08-29 04:26:29.398 | Collecting python-cinderclient>=4.1.0 2024-08-29 04:26:29.401 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-08-29 04:26:29.555 | Collecting os-brick>=6.2.2 2024-08-29 04:26:29.559 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-08-29 04:26:29.566 | 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-08-29 04:26:29.567 | 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-08-29 04:26:29.568 | 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-08-29 04:26:29.608 | 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-08-29 04:26:29.609 | 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-08-29 04:26:29.633 | 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-08-29 04:26:29.634 | 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-08-29 04:26:29.635 | 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-08-29 04:26:29.646 | 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-08-29 04:26:29.769 | Collecting os-win>=5.7.0 2024-08-29 04:26:29.773 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-08-29 04:26:29.777 | 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-08-29 04:26:29.778 | 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-08-29 04:26:29.785 | 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-08-29 04:26:29.790 | 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-08-29 04:26:29.808 | 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-08-29 04:26:29.808 | 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-08-29 04:26:29.810 | 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-08-29 04:26:29.810 | 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-08-29 04:26:29.821 | 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-08-29 04:26:29.821 | 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-08-29 04:26:29.826 | 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-08-29 04:26:29.832 | 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-08-29 04:26:29.833 | 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-08-29 04:26:29.834 | 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-08-29 04:26:29.842 | 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-08-29 04:26:29.858 | 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-08-29 04:26:29.859 | 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-08-29 04:26:29.860 | 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-08-29 04:26:29.861 | 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-08-29 04:26:29.900 | 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-08-29 04:26:29.909 | 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-08-29 04:26:29.984 | 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-08-29 04:26:29.986 | 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-08-29 04:26:29.998 | 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-08-29 04:26:29.999 | 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-08-29 04:26:30.000 | 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-08-29 04:26:30.002 | 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-08-29 04:26:30.003 | 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-08-29 04:26:30.004 | 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-08-29 04:26:30.021 | 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-08-29 04:26:30.095 | 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-08-29 04:26:30.122 | 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-08-29 04:26:30.650 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-08-29 04:26:31.416 | 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-08-29 04:26:31.416 | 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-08-29 04:26:31.519 | + inc/python:pip_install:196 : result=0 2024-08-29 04:26:31.521 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:26:31.523 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:31.525 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:31.527 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:31.529 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:31.531 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:31.533 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:26:31.534 | + functions-common:time_stop:2442 : start_time=1724905587925 2024-08-29 04:26:31.536 | + functions-common:time_stop:2444 : [[ -z 1724905587925 ]] 2024-08-29 04:26:31.538 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:31.541 | + functions-common:time_stop:2447 : end_time=1724905591539 2024-08-29 04:26:31.543 | + functions-common:time_stop:2448 : elapsed_time=3614 2024-08-29 04:26:31.545 | + functions-common:time_stop:2449 : total=43372 2024-08-29 04:26:31.547 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:31.548 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=46986 2024-08-29 04:26:31.550 | + inc/python:pip_install:199 : return 0 2024-08-29 04:26:31.552 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-08-29 04:26:31.554 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-08-29 04:26:31.556 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-08-29 04:26:31.565 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-08-29 04:26:31.569 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-08-29 04:26:31.571 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-08-29 04:26:31.572 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-08-29 04:26:31.574 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 04:26:31.575 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 04:26:31.578 | ++ functions-common:git_clone:616 : pwd 2024-08-29 04:26:31.580 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 04:26:31.582 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 04:26:31.584 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 04:26:31.596 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 04:26:31.598 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 04:26:31.599 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 04:26:31.601 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 04:26:31.604 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 04:26:31.604 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 04:26:31.608 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-08-29 04:26:31.610 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 04:26:31.612 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-08-29 04:26:31.613 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:26:31.615 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:26:31.617 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:26:31.618 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:26:31.620 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:26:31.622 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:26:31.623 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:26:31.625 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:26:31.627 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:26:31.630 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905591628 2024-08-29 04:26:31.632 | + 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-08-29 04:26:31.635 | Cloning into '/opt/stack//glance'... 2024-08-29 04:26:33.874 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:26:33.876 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:33.878 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:33.880 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:33.882 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:33.883 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:33.885 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:26:33.887 | + functions-common:time_stop:2442 : start_time=1724905591628 2024-08-29 04:26:33.888 | + functions-common:time_stop:2444 : [[ -z 1724905591628 ]] 2024-08-29 04:26:33.891 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:33.894 | + functions-common:time_stop:2447 : end_time=1724905593891 2024-08-29 04:26:33.895 | + functions-common:time_stop:2448 : elapsed_time=2263 2024-08-29 04:26:33.897 | + functions-common:time_stop:2449 : total=48717 2024-08-29 04:26:33.899 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:33.900 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=50980 2024-08-29 04:26:33.902 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-08-29 04:26:33.904 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 04:26:33.906 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:26:33.907 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:26:33.909 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:26:33.911 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:26:33.912 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:26:33.914 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:26:33.916 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:26:33.918 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:26:33.920 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:26:33.923 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905593921 2024-08-29 04:26:33.925 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 04:26:35.601 | From https://opendev.org/openstack/glance 2024-08-29 04:26:35.601 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 04:26:35.605 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:26:35.607 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:35.609 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:35.611 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:35.612 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:35.614 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:35.616 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:26:35.617 | + functions-common:time_stop:2442 : start_time=1724905593921 2024-08-29 04:26:35.619 | + functions-common:time_stop:2444 : [[ -z 1724905593921 ]] 2024-08-29 04:26:35.622 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:35.624 | + functions-common:time_stop:2447 : end_time=1724905595622 2024-08-29 04:26:35.626 | + functions-common:time_stop:2448 : elapsed_time=1701 2024-08-29 04:26:35.628 | + functions-common:time_stop:2449 : total=50980 2024-08-29 04:26:35.629 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:35.631 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=52681 2024-08-29 04:26:35.633 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 04:26:35.635 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:26:35.637 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:26:35.638 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:26:35.640 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:26:35.642 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:26:35.643 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:26:35.645 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:26:35.647 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:26:35.649 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:26:35.652 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905595650 2024-08-29 04:26:35.654 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 04:26:35.721 | Note: switching to 'FETCH_HEAD'. 2024-08-29 04:26:35.721 | 2024-08-29 04:26:35.721 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 04:26:35.721 | changes and commit them, and you can discard any commits you make in this 2024-08-29 04:26:35.721 | state without impacting any branches by switching back to a branch. 2024-08-29 04:26:35.721 | 2024-08-29 04:26:35.721 | If you want to create a new branch to retain commits you create, you may 2024-08-29 04:26:35.721 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 04:26:35.721 | 2024-08-29 04:26:35.721 | git switch -c 2024-08-29 04:26:35.721 | 2024-08-29 04:26:35.721 | Or undo this operation with: 2024-08-29 04:26:35.721 | 2024-08-29 04:26:35.721 | git switch - 2024-08-29 04:26:35.721 | 2024-08-29 04:26:35.721 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 04:26:35.721 | 2024-08-29 04:26:35.721 | HEAD is now at 6a17e4e Fix LP#2054575 2024-08-29 04:26:35.724 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:26:35.726 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:35.728 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:35.730 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:35.731 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:35.733 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:35.735 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:26:35.737 | + functions-common:time_stop:2442 : start_time=1724905595650 2024-08-29 04:26:35.738 | + functions-common:time_stop:2444 : [[ -z 1724905595650 ]] 2024-08-29 04:26:35.741 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:35.744 | + functions-common:time_stop:2447 : end_time=1724905595741 2024-08-29 04:26:35.745 | + functions-common:time_stop:2448 : elapsed_time=91 2024-08-29 04:26:35.747 | + functions-common:time_stop:2449 : total=52681 2024-08-29 04:26:35.749 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:35.750 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=52772 2024-08-29 04:26:35.752 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-08-29 04:26:35.762 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-08-29 04:26:35.764 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 04:26:35.765 | + functions-common:git_clone:696 : head -1 2024-08-29 04:26:35.768 | 6a17e4e Fix LP#2054575 2024-08-29 04:26:35.770 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 04:26:35.772 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-08-29 04:26:35.774 | + inc/python:setup_develop:334 : local bindep 2024-08-29 04:26:35.776 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-08-29 04:26:35.778 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-08-29 04:26:35.780 | + inc/python:setup_develop:340 : local extras= 2024-08-29 04:26:35.782 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-08-29 04:26:35.784 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 04:26:35.785 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-08-29 04:26:35.787 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-08-29 04:26:35.789 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 04:26:35.791 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 04:26:35.794 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-08-29 04:26:35.795 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 04:26:35.798 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-08-29 04:26:35.799 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 04:26:35.801 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 04:26:35.804 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-08-29 04:26:35.808 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-08-29 04:26:35.810 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-08-29 04:26:36.130 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-08-29 04:26:36.132 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 04:26:36.134 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 04:26:36.136 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 04:26:36.138 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-08-29 04:26:36.140 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-08-29 04:26:36.142 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 04:26:36.143 | + inc/python:setup_package:424 : local extras= 2024-08-29 04:26:36.145 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 04:26:36.147 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 04:26:36.149 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 04:26:36.151 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 04:26:36.153 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 04:26:36.155 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-08-29 04:26:36.170 | Using python 3.10 to install /opt/stack/glance 2024-08-29 04:26:36.172 | + 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-08-29 04:26:37.104 | Obtaining file:///opt/stack/glance 2024-08-29 04:26:37.104 | Preparing metadata (setup.py): started 2024-08-29 04:26:37.509 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 04:26:37.568 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (3.5.2) 2024-08-29 04:26:37.568 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (2.1.1) 2024-08-29 04:26:37.571 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (3.4.1) 2024-08-29 04:26:37.571 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (2.5.1) 2024-08-29 04:26:37.571 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (1.4.41) 2024-08-29 04:26:37.748 | Collecting WSME>=0.8.0 2024-08-29 04:26:37.751 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-08-29 04:26:37.754 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (1.8.7) 2024-08-29 04:26:37.755 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (1.8.1) 2024-08-29 04:26:37.883 | Collecting castellan>=0.17.0 2024-08-29 04:26:37.885 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-08-29 04:26:37.888 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (38.0.2) 2024-08-29 04:26:37.994 | Collecting cursive>=0.2.1 2024-08-29 04:26:37.997 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-08-29 04:26:37.999 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (2.5.0) 2024-08-29 04:26:38.000 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (0.7.1) 2024-08-29 04:26:38.000 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (0.33.1) 2024-08-29 04:26:38.001 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (2.4.1) 2024-08-29 04:26:38.002 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (4.3.3) 2024-08-29 04:26:38.027 | Collecting httplib2>=0.9.1 2024-08-29 04:26:38.030 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-08-29 04:26:38.032 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (1.1.0) 2024-08-29 04:26:38.033 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (4.16.0) 2024-08-29 04:26:38.033 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.1.2) 2024-08-29 04:26:38.034 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (10.2.0) 2024-08-29 04:26:38.035 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.9.0) 2024-08-29 04:26:38.036 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.1.1) 2024-08-29 04:26:38.036 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (9.1.1) 2024-08-29 04:26:38.037 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.1.1) 2024-08-29 04:26:38.038 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (12.3.2) 2024-08-29 04:26:38.039 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (6.0.0) 2024-08-29 04:26:38.152 | Collecting oslo.limit>=1.6.0 2024-08-29 04:26:38.154 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-08-29 04:26:38.157 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.2.0) 2024-08-29 04:26:38.157 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (14.2.5) 2024-08-29 04:26:38.158 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.1.1) 2024-08-29 04:26:38.158 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (4.1.1) 2024-08-29 04:26:38.281 | Collecting oslo.reports>=1.18.0 2024-08-29 04:26:38.283 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-08-29 04:26:38.286 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (2.1.1) 2024-08-29 04:26:38.286 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (6.1.0) 2024-08-29 04:26:38.287 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (3.4.3) 2024-08-29 04:26:38.288 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.11.1) 2024-08-29 04:26:38.289 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (22.1.0) 2024-08-29 04:26:38.290 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.1.0) 2024-08-29 04:26:38.306 | Collecting retrying!=1.3.0,>=1.2.3 2024-08-29 04:26:38.306 | Using cached retrying-1.3.3-py3-none-any.whl 2024-08-29 04:26:38.311 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (0.4.3) 2024-08-29 04:26:38.312 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.0.0) 2024-08-29 04:26:38.470 | Collecting taskflow>=4.0.0 2024-08-29 04:26:38.475 | Using cached taskflow-5.1.1-py3-none-any.whl (492 kB) 2024-08-29 04:26:38.486 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev18) (1.2.3) 2024-08-29 04:26:38.609 | Collecting python-barbicanclient>=4.5.2 2024-08-29 04:26:38.611 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-08-29 04:26:38.615 | 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.dev18) (2.28.1) 2024-08-29 04:26:38.633 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev18) (1.15.1) 2024-08-29 04:26:38.643 | 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.dev18) (5.1.1) 2024-08-29 04:26:38.647 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev18) (1.14.1) 2024-08-29 04:26:38.653 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev18) (2.2.1) 2024-08-29 04:26:38.655 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev18) (1.1.3) 2024-08-29 04:26:38.655 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev18) (1.16.0) 2024-08-29 04:26:38.692 | 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.dev18) (3.0.9) 2024-08-29 04:26:38.712 | 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.dev18) (0.18.1) 2024-08-29 04:26:38.713 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev18) (22.1.0) 2024-08-29 04:26:38.737 | 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.dev18) (1.7.0) 2024-08-29 04:26:38.761 | 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.dev18) (3.3.1) 2024-08-29 04:26:38.763 | 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.dev18) (3.1.1) 2024-08-29 04:26:38.776 | 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.dev18) (0.18) 2024-08-29 04:26:38.796 | 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.dev18) (1.5.0) 2024-08-29 04:26:38.796 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev18) (6.0) 2024-08-29 04:26:38.797 | 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.dev18) (0.8.0) 2024-08-29 04:26:38.822 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev18) (0.5.0) 2024-08-29 04:26:38.823 | 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.dev18) (2.0.1) 2024-08-29 04:26:38.824 | 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.dev18) (0.13.0) 2024-08-29 04:26:38.894 | Collecting openstacksdk>=0.31.1 2024-08-29 04:26:38.906 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-08-29 04:26:38.941 | 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.dev18) (2.8.2) 2024-08-29 04:26:38.943 | 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.dev18) (0.9.6) 2024-08-29 04:26:38.968 | 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.dev18) (5.2.4) 2024-08-29 04:26:38.970 | 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.dev18) (5.1.1) 2024-08-29 04:26:38.971 | 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.dev18) (5.2.0) 2024-08-29 04:26:38.972 | 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.dev18) (0.6.0) 2024-08-29 04:26:38.973 | 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.dev18) (3.1.2) 2024-08-29 04:26:38.983 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev18) (3.1.2) 2024-08-29 04:26:38.984 | 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.dev18) (3.3.0) 2024-08-29 04:26:38.986 | 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.dev18) (4.0.0) 2024-08-29 04:26:39.179 | Collecting psutil>=3.2.2 2024-08-29 04:26:39.182 | 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-08-29 04:26:39.201 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev18) (0.11.0) 2024-08-29 04:26:39.202 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev18) (23.1) 2024-08-29 04:26:39.203 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev18) (2022.4) 2024-08-29 04:26:39.231 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev18) (59.6.0) 2024-08-29 04:26:39.252 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev18) (0.2.5) 2024-08-29 04:26:39.318 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev18) (0.7) 2024-08-29 04:26:39.537 | Collecting automaton>=1.9.0 2024-08-29 04:26:39.538 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-08-29 04:26:39.541 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev18) (6.3.1) 2024-08-29 04:26:39.586 | Collecting networkx>=2.1.0 2024-08-29 04:26:39.599 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-08-29 04:26:39.635 | Collecting pydot>=1.2.4 2024-08-29 04:26:39.637 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-08-29 04:26:39.676 | Collecting simplegeneric 2024-08-29 04:26:39.676 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-08-29 04:26:39.687 | 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.dev18) (5.0.0) 2024-08-29 04:26:39.749 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev18) (2.21) 2024-08-29 04:26:39.791 | 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.dev18) (2.1.1) 2024-08-29 04:26:39.871 | 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.dev18) (1.32) 2024-08-29 04:26:39.872 | 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.dev18) (1.1.8) 2024-08-29 04:26:39.890 | Collecting requestsexceptions>=1.2.0 2024-08-29 04:26:39.892 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-08-29 04:26:39.913 | Collecting jmespath>=0.9.0 2024-08-29 04:26:39.914 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-08-29 04:26:39.916 | 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.dev18) (5.1.1) 2024-08-29 04:26:39.933 | Collecting appdirs>=1.3.0 2024-08-29 04:26:39.934 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-08-29 04:26:39.982 | 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.dev18) (0.14.1) 2024-08-29 04:26:39.995 | 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.dev18) (1.0.4) 2024-08-29 04:26:40.008 | 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.dev18) (1.4.0) 2024-08-29 04:26:40.009 | 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.dev18) (4.0.1) 2024-08-29 04:26:40.137 | Collecting cliff!=2.9.0,>=2.8.0 2024-08-29 04:26:40.140 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-08-29 04:26:40.200 | 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.dev18) (3.4) 2024-08-29 04:26:40.201 | 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.dev18) (2.1.1) 2024-08-29 04:26:40.202 | 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.dev18) (2020.6.20) 2024-08-29 04:26:40.203 | 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.dev18) (1.26.12) 2024-08-29 04:26:40.238 | 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.dev18) (0.5.2) 2024-08-29 04:26:40.289 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev18) (2.5.0) 2024-08-29 04:26:40.458 | Collecting importlib-metadata>=4.4 2024-08-29 04:26:40.460 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-08-29 04:26:40.516 | Collecting cmd2>=1.0.0 2024-08-29 04:26:40.518 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-08-29 04:26:40.540 | Collecting autopage>=0.4.0 2024-08-29 04:26:40.541 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-08-29 04:26:40.791 | 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.dev18) (1.8.2) 2024-08-29 04:26:40.861 | Collecting zipp>=0.5 2024-08-29 04:26:40.863 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-08-29 04:26:41.332 | 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-08-29 04:26:41.360 | Attempting uninstall: zipp 2024-08-29 04:26:41.361 | Found existing installation: zipp 1.0.0 2024-08-29 04:26:41.362 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:41.362 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-08-29 04:26:42.537 | Attempting uninstall: httplib2 2024-08-29 04:26:42.538 | Found existing installation: httplib2 0.20.2 2024-08-29 04:26:42.539 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:42.540 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-08-29 04:26:42.563 | Attempting uninstall: cmd2 2024-08-29 04:26:42.564 | Found existing installation: cmd2 0.0.0 2024-08-29 04:26:42.566 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:42.567 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-08-29 04:26:42.637 | Attempting uninstall: autopage 2024-08-29 04:26:42.640 | Found existing installation: autopage 0.4.0 2024-08-29 04:26:42.640 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:42.643 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-08-29 04:26:42.666 | Attempting uninstall: importlib-metadata 2024-08-29 04:26:42.667 | Found existing installation: importlib-metadata 4.6.4 2024-08-29 04:26:42.669 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:42.669 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-08-29 04:26:43.714 | Attempting uninstall: cliff 2024-08-29 04:26:43.716 | Found existing installation: cliff 3.10.0 2024-08-29 04:26:43.717 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:26:43.717 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-08-29 04:26:44.258 | Running setup.py develop for glance 2024-08-29 04:26:45.241 | Successfully installed WSME-0.11.0 appdirs-1.4.4 automaton-3.1.0 autopage-0.5.1 castellan-4.1.0 cliff-4.2.0 cmd2-2.4.2 cursive-0.2.3 glance httplib2-0.20.4 importlib-metadata-5.0.0 jmespath-1.0.1 networkx-2.8.7 openstacksdk-1.0.1 oslo.limit-2.1.0 oslo.reports-3.0.0 psutil-5.9.2 pydot-1.4.2 python-barbicanclient-5.5.0 requestsexceptions-1.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.1.1 zipp-3.8.1 2024-08-29 04:26:45.242 | 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-08-29 04:26:45.385 | + inc/python:pip_install:196 : result=0 2024-08-29 04:26:45.387 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:26:45.389 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:45.391 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:45.393 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:45.395 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:45.396 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:45.399 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:26:45.400 | + functions-common:time_stop:2442 : start_time=1724905596166 2024-08-29 04:26:45.402 | + functions-common:time_stop:2444 : [[ -z 1724905596166 ]] 2024-08-29 04:26:45.404 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:45.407 | + functions-common:time_stop:2447 : end_time=1724905605405 2024-08-29 04:26:45.409 | + functions-common:time_stop:2448 : elapsed_time=9239 2024-08-29 04:26:45.411 | + functions-common:time_stop:2449 : total=46986 2024-08-29 04:26:45.412 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:45.414 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=56225 2024-08-29 04:26:45.416 | + inc/python:pip_install:199 : return 0 2024-08-29 04:26:45.418 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 04:26:45.420 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-08-29 04:26:45.421 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-08-29 04:26:45.435 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-08-29 04:26:45.445 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-08-29 04:26:45.447 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-08-29 04:26:45.449 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:26:45.451 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:26:45.453 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-08-29 04:26:45.455 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:26:45.456 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 04:26:45.458 | + stack.sh:main:929 : configure_glance 2024-08-29 04:26:45.460 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-08-29 04:26:45.470 | + lib/glance:configure_glance:326 : local dburl 2024-08-29 04:26:45.472 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-08-29 04:26:45.474 | ++ lib/database:database_connection_url:134 : local db=glance 2024-08-29 04:26:45.476 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-08-29 04:26:45.477 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-08-29 04:26:45.480 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 04:26:45.482 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 04:26:45.484 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-29 04:26:45.486 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-29 04:26:45.488 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-08-29 04:26:45.513 | + 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-08-29 04:26:45.537 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-08-29 04:26:45.560 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-08-29 04:26:45.584 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-08-29 04:26:45.609 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-08-29 04:26:45.634 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-08-29 04:26:45.636 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-08-29 04:26:45.638 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-08-29 04:26:45.640 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 04:26:45.643 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-08-29 04:26:45.667 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-08-29 04:26:45.693 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-29 04:26:45.717 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-08-29 04:26:45.743 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-08-29 04:26:45.765 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-08-29 04:26:45.788 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-08-29 04:26:45.811 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-08-29 04:26:45.834 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 04:26:45.855 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 04:26:45.877 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-08-29 04:26:45.902 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-08-29 04:26:45.904 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-08-29 04:26:45.905 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-08-29 04:26:45.907 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 04:26:45.909 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 04:26:45.911 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 04:26:45.923 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:26:45.925 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 04:26:45.927 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 04:26:45.929 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 04:26:45.941 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:26:45.942 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 04:26:45.944 | + 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-08-29 04:26:45.966 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 04:26:45.968 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 04:26:45.970 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-08-29 04:26:45.972 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-08-29 04:26:45.995 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-08-29 04:26:46.017 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-08-29 04:26:46.019 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-08-29 04:26:46.021 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-08-29 04:26:46.023 | + lib/glance:configure_glance_store:254 : local be 2024-08-29 04:26:46.025 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-08-29 04:26:46.026 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-08-29 04:26:46.028 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-08-29 04:26:46.052 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-08-29 04:26:46.054 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-08-29 04:26:46.078 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-08-29 04:26:46.080 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-08-29 04:26:46.092 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:26:46.094 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-08-29 04:26:46.116 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-08-29 04:26:46.128 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:26:46.130 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-08-29 04:26:46.132 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-08-29 04:26:46.134 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-08-29 04:26:46.136 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 04:26:46.149 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 04:26:46.150 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 04:26:46.152 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 04:26:46.154 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 04:26:46.156 | + 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-08-29 04:26:46.179 | + 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-08-29 04:26:46.201 | + 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-08-29 04:26:46.223 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 04:26:46.245 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-08-29 04:26:46.248 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-08-29 04:26:46.272 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-08-29 04:26:46.295 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-08-29 04:26:46.317 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-08-29 04:26:46.340 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-08-29 04:26:46.363 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-08-29 04:26:46.386 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-08-29 04:26:46.409 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-08-29 04:26:46.433 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-08-29 04:26:46.457 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-08-29 04:26:46.481 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-08-29 04:26:46.504 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-08-29 04:26:46.507 | + 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-08-29 04:26:46.511 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-08-29 04:26:46.523 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:26:46.525 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-08-29 04:26:46.527 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-08-29 04:26:46.529 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-08-29 04:26:46.531 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-08-29 04:26:46.533 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-08-29 04:26:46.535 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-08-29 04:26:46.538 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-08-29 04:26:46.539 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-08-29 04:26:46.542 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-08-29 04:26:46.566 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-08-29 04:26:46.567 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-08-29 04:26:46.569 | ++ functions:get_random_port:848 : true 2024-08-29 04:26:46.571 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-08-29 04:26:46.573 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-08-29 04:26:46.574 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-08-29 04:26:46.616 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-08-29 04:26:46.618 | ++ functions:get_random_port:852 : break 2 2024-08-29 04:26:46.620 | ++ functions:get_random_port:856 : echo 60999 2024-08-29 04:26:46.622 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-08-29 04:26:46.624 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-08-29 04:26:46.646 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-08-29 04:26:46.667 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-08-29 04:26:46.689 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-08-29 04:26:46.711 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 04:26:46.733 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-08-29 04:26:46.754 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-08-29 04:26:46.776 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-08-29 04:26:46.798 | + 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-08-29 04:26:46.821 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 04:26:46.843 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 04:26:46.865 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 04:26:46.887 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-08-29 04:26:46.908 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-08-29 04:26:46.930 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-08-29 04:26:46.952 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-08-29 04:26:46.974 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-08-29 04:26:46.996 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-08-29 04:26:47.017 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-08-29 04:26:47.039 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-08-29 04:26:47.041 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-08-29 04:26:47.043 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 04:26:47.045 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:26:47.046 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:26:47.048 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-08-29 04:26:47.050 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-08-29 04:26:47.080 | proxy (enabled by site administrator) 2024-08-29 04:26:47.082 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-08-29 04:26:47.084 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-08-29 04:26:47.086 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 04:26:47.088 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:26:47.090 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:26:47.092 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-08-29 04:26:47.093 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-08-29 04:26:47.121 | No module matches proxy_http 2024-08-29 04:26:47.124 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-08-29 04:26:47.156 | Considering dependency proxy for proxy_http: 2024-08-29 04:26:47.156 | Module proxy already enabled 2024-08-29 04:26:47.156 | Enabling module proxy_http. 2024-08-29 04:26:47.159 | To activate the new configuration, you need to run: 2024-08-29 04:26:47.159 | systemctl restart apache2 2024-08-29 04:26:47.163 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-08-29 04:26:47.165 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 04:26:47.167 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 04:26:47.168 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 04:26:47.270 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-08-29 04:26:47.272 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-08-29 04:26:47.274 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-08-29 04:26:47.276 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 04:26:47.278 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:26:47.279 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:26:47.281 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 04:26:47.284 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 04:26:47.286 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-08-29 04:26:47.286 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 04:26:47.292 | KeepAlive Off 2024-08-29 04:26:47.296 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-08-29 04:26:47.296 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 04:26:47.302 | SetEnv proxy-sendchunked 1 2024-08-29 04:26:47.306 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-08-29 04:26:47.306 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 04:26:47.312 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-08-29 04:26:47.314 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-08-29 04:26:47.316 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-08-29 04:26:47.318 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 04:26:47.320 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 04:26:47.322 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 04:26:47.323 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:26:47.325 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:26:47.327 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 04:26:47.329 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 04:26:47.330 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:26:47.332 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:26:47.334 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-08-29 04:26:47.365 | Enabling site glance-wsgi-api. 2024-08-29 04:26:47.369 | To activate the new configuration, you need to run: 2024-08-29 04:26:47.369 | systemctl reload apache2 2024-08-29 04:26:47.372 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-08-29 04:26:47.374 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 04:26:47.376 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 04:26:47.378 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 04:26:47.478 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-08-29 04:26:47.482 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-08-29 04:26:47.505 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-08-29 04:26:47.507 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-08-29 04:26:47.509 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-08-29 04:26:47.534 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-08-29 04:26:47.556 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-08-29 04:26:47.579 | + stack.sh:main:932 : is_service_enabled cinder 2024-08-29 04:26:47.591 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:26:47.593 | + stack.sh:main:934 : stack_install_service cinder 2024-08-29 04:26:47.595 | + lib/stack:stack_install_service:20 : local service=cinder 2024-08-29 04:26:47.597 | + lib/stack:stack_install_service:21 : type install_cinder 2024-08-29 04:26:47.599 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 04:26:47.601 | + lib/stack:stack_install_service:32 : install_cinder 2024-08-29 04:26:47.603 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-08-29 04:26:47.605 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-08-29 04:26:47.607 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-08-29 04:26:47.609 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 04:26:47.611 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 04:26:47.613 | ++ functions-common:git_clone:616 : pwd 2024-08-29 04:26:47.615 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 04:26:47.617 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 04:26:47.619 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 04:26:47.631 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 04:26:47.633 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 04:26:47.635 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 04:26:47.636 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 04:26:47.639 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 04:26:47.639 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 04:26:47.642 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-08-29 04:26:47.644 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 04:26:47.646 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-08-29 04:26:47.648 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:26:47.649 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:26:47.651 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:26:47.653 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:26:47.655 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:26:47.657 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:26:47.658 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:26:47.660 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:26:47.662 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:26:47.665 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905607663 2024-08-29 04:26:47.667 | + 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-08-29 04:26:47.669 | Cloning into '/opt/stack//cinder'... 2024-08-29 04:26:51.308 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:26:51.310 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:51.312 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:51.313 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:51.315 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:51.317 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:51.319 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:26:51.321 | + functions-common:time_stop:2442 : start_time=1724905607663 2024-08-29 04:26:51.322 | + functions-common:time_stop:2444 : [[ -z 1724905607663 ]] 2024-08-29 04:26:51.325 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:51.328 | + functions-common:time_stop:2447 : end_time=1724905611325 2024-08-29 04:26:51.329 | + functions-common:time_stop:2448 : elapsed_time=3662 2024-08-29 04:26:51.331 | + functions-common:time_stop:2449 : total=52772 2024-08-29 04:26:51.333 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:51.335 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=56434 2024-08-29 04:26:51.336 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-08-29 04:26:51.338 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 04:26:51.340 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:26:51.342 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:26:51.343 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:26:51.345 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:26:51.347 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:26:51.349 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:26:51.351 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:26:51.352 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:26:51.355 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:26:51.358 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905611355 2024-08-29 04:26:51.359 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 04:26:54.295 | From https://opendev.org/openstack/cinder 2024-08-29 04:26:54.295 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 04:26:54.299 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:26:54.301 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:54.303 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:54.305 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:54.307 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:54.308 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:54.310 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:26:54.312 | + functions-common:time_stop:2442 : start_time=1724905611355 2024-08-29 04:26:54.313 | + functions-common:time_stop:2444 : [[ -z 1724905611355 ]] 2024-08-29 04:26:54.316 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:54.319 | + functions-common:time_stop:2447 : end_time=1724905614317 2024-08-29 04:26:54.321 | + functions-common:time_stop:2448 : elapsed_time=2962 2024-08-29 04:26:54.323 | + functions-common:time_stop:2449 : total=56434 2024-08-29 04:26:54.324 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:54.326 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=59396 2024-08-29 04:26:54.328 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 04:26:54.330 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:26:54.331 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:26:54.333 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:26:54.335 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:26:54.337 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:26:54.338 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:26:54.340 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:26:54.342 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:26:54.344 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:26:54.347 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905614345 2024-08-29 04:26:54.349 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 04:26:54.590 | Note: switching to 'FETCH_HEAD'. 2024-08-29 04:26:54.590 | 2024-08-29 04:26:54.590 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 04:26:54.590 | changes and commit them, and you can discard any commits you make in this 2024-08-29 04:26:54.590 | state without impacting any branches by switching back to a branch. 2024-08-29 04:26:54.590 | 2024-08-29 04:26:54.590 | If you want to create a new branch to retain commits you create, you may 2024-08-29 04:26:54.590 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 04:26:54.590 | 2024-08-29 04:26:54.590 | git switch -c 2024-08-29 04:26:54.590 | 2024-08-29 04:26:54.590 | Or undo this operation with: 2024-08-29 04:26:54.590 | 2024-08-29 04:26:54.590 | git switch - 2024-08-29 04:26:54.590 | 2024-08-29 04:26:54.590 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 04:26:54.590 | 2024-08-29 04:26:54.590 | HEAD is now at 418b541 Merge "[coordination] backend_url should be secret" into stable/2023.1 2024-08-29 04:26:54.594 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:26:54.596 | + functions-common:time_stop:2435 : local name 2024-08-29 04:26:54.598 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:26:54.600 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:26:54.602 | + functions-common:time_stop:2438 : local total 2024-08-29 04:26:54.604 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:26:54.606 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:26:54.608 | + functions-common:time_stop:2442 : start_time=1724905614345 2024-08-29 04:26:54.610 | + functions-common:time_stop:2444 : [[ -z 1724905614345 ]] 2024-08-29 04:26:54.613 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:26:54.616 | + functions-common:time_stop:2447 : end_time=1724905614614 2024-08-29 04:26:54.618 | + functions-common:time_stop:2448 : elapsed_time=269 2024-08-29 04:26:54.620 | + functions-common:time_stop:2449 : total=59396 2024-08-29 04:26:54.622 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:26:54.624 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=59665 2024-08-29 04:26:54.627 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-08-29 04:26:54.637 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-08-29 04:26:54.639 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 04:26:54.639 | + functions-common:git_clone:696 : head -1 2024-08-29 04:26:54.643 | 418b541 Merge "[coordination] backend_url should be secret" into stable/2023.1 2024-08-29 04:26:54.645 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 04:26:54.647 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-08-29 04:26:54.649 | + inc/python:setup_develop:334 : local bindep 2024-08-29 04:26:54.650 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-08-29 04:26:54.652 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-08-29 04:26:54.654 | + inc/python:setup_develop:340 : local extras= 2024-08-29 04:26:54.656 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-08-29 04:26:54.658 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 04:26:54.660 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-08-29 04:26:54.661 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-08-29 04:26:54.663 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 04:26:54.665 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 04:26:54.667 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-08-29 04:26:54.669 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 04:26:54.671 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-08-29 04:26:54.673 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 04:26:54.675 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 04:26:54.678 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-08-29 04:26:54.682 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-08-29 04:26:54.684 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-08-29 04:26:55.004 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-08-29 04:26:55.006 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 04:26:55.008 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 04:26:55.009 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 04:26:55.011 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-08-29 04:26:55.013 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-08-29 04:26:55.015 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 04:26:55.017 | + inc/python:setup_package:424 : local extras= 2024-08-29 04:26:55.019 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 04:26:55.020 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 04:26:55.023 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 04:26:55.024 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 04:26:55.026 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 04:26:55.028 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-08-29 04:26:55.044 | Using python 3.10 to install /opt/stack/cinder 2024-08-29 04:26:55.046 | + 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-08-29 04:26:55.980 | Obtaining file:///opt/stack/cinder 2024-08-29 04:26:55.980 | Preparing metadata (setup.py): started 2024-08-29 04:26:56.687 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 04:26:56.775 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.5.2) 2024-08-29 04:26:56.776 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2.1.1) 2024-08-29 04:26:56.776 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2.5.1) 2024-08-29 04:26:56.777 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (1.4.41) 2024-08-29 04:26:56.778 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (1.8.7) 2024-08-29 04:26:57.515 | Collecting boto3>=1.18.49 2024-08-29 04:26:57.519 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-08-29 04:26:57.523 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (4.1.0) 2024-08-29 04:26:57.523 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (38.0.2) 2024-08-29 04:26:57.524 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (0.2.3) 2024-08-29 04:26:57.525 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-29 04:26:57.525 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (0.33.1) 2024-08-29 04:26:57.640 | Collecting google-api-python-client>=1.11.0 2024-08-29 04:26:57.694 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-08-29 04:26:57.742 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (1.1.3) 2024-08-29 04:26:57.742 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (0.20.4) 2024-08-29 04:26:57.743 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.0.0) 2024-08-29 04:26:57.743 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (1.1.0) 2024-08-29 04:26:57.744 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (4.16.0) 2024-08-29 04:26:57.745 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.2) 2024-08-29 04:26:57.746 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (10.2.0) 2024-08-29 04:26:58.177 | Collecting lxml>=4.5.2 2024-08-29 04:26:58.214 | 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-08-29 04:26:58.273 | Collecting oauth2client>=4.1.3 2024-08-29 04:26:58.278 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-08-29 04:26:58.278 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (6.2.3) 2024-08-29 04:26:58.278 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.9.0) 2024-08-29 04:26:58.279 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-29 04:26:58.280 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (9.1.1) 2024-08-29 04:26:58.281 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-29 04:26:58.282 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (12.3.2) 2024-08-29 04:26:58.282 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (6.0.0) 2024-08-29 04:26:58.283 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.2.0) 2024-08-29 04:26:58.284 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (14.2.5) 2024-08-29 04:26:58.285 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-29 04:26:58.286 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (4.1.1) 2024-08-29 04:26:58.286 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.1.0) 2024-08-29 04:26:58.288 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.0.0) 2024-08-29 04:26:58.289 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (7.0.1) 2024-08-29 04:26:58.290 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-29 04:26:58.291 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.1.2) 2024-08-29 04:26:58.291 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2.1.1) 2024-08-29 04:26:58.292 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (6.1.0) 2024-08-29 04:26:58.424 | Collecting oslo.versionedobjects>=2.4.0 2024-08-29 04:26:58.427 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-08-29 04:26:58.560 | Collecting oslo.vmware>=3.10.0 2024-08-29 04:26:58.565 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-08-29 04:26:58.569 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.4.3) 2024-08-29 04:26:58.570 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (23.1) 2024-08-29 04:26:58.621 | Collecting paramiko>=2.7.2 2024-08-29 04:26:58.623 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-08-29 04:26:58.626 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.11.1) 2024-08-29 04:26:58.627 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.9.2) 2024-08-29 04:26:58.628 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.0.9) 2024-08-29 04:26:58.629 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.5.0) 2024-08-29 04:26:58.756 | Collecting python-glanceclient>=3.2.2 2024-08-29 04:26:58.759 | Using cached python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2024-08-29 04:26:58.762 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.0) 2024-08-29 04:26:58.806 | Collecting python-novaclient>=17.2.1 2024-08-29 04:26:58.810 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-08-29 04:26:58.842 | Collecting python-swiftclient>=3.10.1 2024-08-29 04:26:58.845 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-08-29 04:26:58.846 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2022.4) 2024-08-29 04:26:58.848 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2.28.1) 2024-08-29 04:26:58.867 | Collecting rtslib-fb>=2.1.74 2024-08-29 04:26:58.867 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-08-29 04:26:58.873 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev34) (1.16.0) 2024-08-29 04:26:58.873 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (0.13.0) 2024-08-29 04:26:58.874 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.0.0) 2024-08-29 04:26:58.894 | Collecting tabulate>=0.8.7 2024-08-29 04:26:58.896 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-29 04:26:58.898 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-29 04:26:58.899 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (6.3.1) 2024-08-29 04:26:59.041 | Collecting tooz>=2.8.0 2024-08-29 04:26:59.045 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-08-29 04:26:59.137 | Collecting zstd>=1.4.5.1 2024-08-29 04:26:59.148 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-08-29 04:26:59.162 | 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.dev34) (1.0.1) 2024-08-29 04:26:59.966 | Collecting botocore<1.28.0,>=1.27.89 2024-08-29 04:27:00.017 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-08-29 04:27:00.096 | Collecting s3transfer<0.7.0,>=0.6.0 2024-08-29 04:27:00.100 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-08-29 04:27:00.127 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev34) (1.15.1) 2024-08-29 04:27:00.140 | 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.dev34) (2.2.1) 2024-08-29 04:27:00.166 | Collecting google-auth-httplib2>=0.1.0 2024-08-29 04:27:00.167 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-08-29 04:27:00.271 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-08-29 04:27:00.275 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-08-29 04:27:00.356 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-08-29 04:27:00.359 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-08-29 04:27:00.381 | Collecting uritemplate<5,>=3.0.1 2024-08-29 04:27:00.383 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-08-29 04:27:00.411 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev34) (3.8.1) 2024-08-29 04:27:00.431 | 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.dev34) (0.18.1) 2024-08-29 04:27:00.431 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev34) (22.1.0) 2024-08-29 04:27:00.457 | 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.dev34) (1.7.0) 2024-08-29 04:27:00.479 | 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.dev34) (3.3.1) 2024-08-29 04:27:00.482 | 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.dev34) (3.1.1) 2024-08-29 04:27:00.494 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev34) (0.4.8) 2024-08-29 04:27:00.521 | Collecting rsa>=3.1.4 2024-08-29 04:27:00.523 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-08-29 04:27:00.558 | Collecting pyasn1-modules>=0.0.5 2024-08-29 04:27:00.562 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-08-29 04:27:00.595 | 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.dev34) (0.18) 2024-08-29 04:27:00.614 | 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.dev34) (2.5.0) 2024-08-29 04:27:00.617 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev34) (6.0) 2024-08-29 04:27:00.617 | 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.dev34) (0.8.0) 2024-08-29 04:27:00.617 | 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.dev34) (1.5.0) 2024-08-29 04:27:00.641 | 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.dev34) (1.8.1) 2024-08-29 04:27:00.643 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev34) (0.5.0) 2024-08-29 04:27:00.643 | 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.dev34) (2.0.1) 2024-08-29 04:27:00.717 | 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.dev34) (0.9.6) 2024-08-29 04:27:00.718 | 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.dev34) (2.8.2) 2024-08-29 04:27:00.745 | 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.dev34) (5.2.4) 2024-08-29 04:27:00.746 | 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.dev34) (5.1.1) 2024-08-29 04:27:00.747 | 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.dev34) (0.6.0) 2024-08-29 04:27:00.748 | 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.dev34) (5.2.0) 2024-08-29 04:27:00.749 | 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.dev34) (2.4.1) 2024-08-29 04:27:00.758 | 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.dev34) (3.3.0) 2024-08-29 04:27:00.760 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev34) (3.1.2) 2024-08-29 04:27:00.762 | 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.dev34) (4.0.0) 2024-08-29 04:27:00.780 | 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.dev34) (1.0.4) 2024-08-29 04:27:00.811 | 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.dev34) (4.0.1) 2024-08-29 04:27:00.814 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev34) (1.4.0) 2024-08-29 04:27:00.822 | 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.dev34) (3.4.1) 2024-08-29 04:27:00.832 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev34) (0.11.0) 2024-08-29 04:27:00.858 | 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.dev34) (1.26.12) 2024-08-29 04:27:00.884 | Collecting suds-community>=0.6 2024-08-29 04:27:00.887 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-08-29 04:27:00.982 | Collecting pynacl>=1.0.1 2024-08-29 04:27:00.989 | 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-08-29 04:27:01.003 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev34) (59.6.0) 2024-08-29 04:27:01.053 | 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.dev34) (4.2.0) 2024-08-29 04:27:01.173 | Collecting warlock>=1.2.0 2024-08-29 04:27:01.175 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-08-29 04:27:01.177 | 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.dev34) (22.1.0) 2024-08-29 04:27:01.178 | 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.dev34) (1.14.1) 2024-08-29 04:27:01.245 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev34) (2020.6.20) 2024-08-29 04:27:01.247 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev34) (2.1.1) 2024-08-29 04:27:01.247 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev34) (3.4) 2024-08-29 04:27:01.260 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev34) (0.7) 2024-08-29 04:27:01.291 | Collecting pyudev>=0.16.1 2024-08-29 04:27:01.293 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-08-29 04:27:01.384 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev34) (0.5.2) 2024-08-29 04:27:01.385 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev34) (0.4.3) 2024-08-29 04:27:01.438 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev34) (3.1.0) 2024-08-29 04:27:01.438 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev34) (2.8.7) 2024-08-29 04:27:01.439 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev34) (1.4.2) 2024-08-29 04:27:01.516 | Collecting voluptuous>=0.8.9 2024-08-29 04:27:01.519 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-08-29 04:27:01.563 | 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.dev34) (1.2.3) 2024-08-29 04:27:01.572 | 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.dev34) (5.0.0) 2024-08-29 04:27:01.679 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev34) (2.21) 2024-08-29 04:27:01.706 | 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.dev34) (2.4.2) 2024-08-29 04:27:01.707 | 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.dev34) (0.5.1) 2024-08-29 04:27:01.838 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-08-29 04:27:01.841 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-08-29 04:27:01.845 | 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.dev34) (4.21.7) 2024-08-29 04:27:01.915 | 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.dev34) (2.1.1) 2024-08-29 04:27:02.064 | 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.dev34) (1.1.8) 2024-08-29 04:27:02.081 | 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.dev34) (0.14.1) 2024-08-29 04:27:02.100 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev34) (0.2.5) 2024-08-29 04:27:02.633 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev34) (2.5.0) 2024-08-29 04:27:02.706 | 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.dev34) (1.32) 2024-08-29 04:27:02.825 | 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.dev34) (1.8.2) 2024-08-29 04:27:03.426 | 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-08-29 04:27:03.472 | Attempting uninstall: voluptuous 2024-08-29 04:27:03.474 | Found existing installation: voluptuous 0.12.2 2024-08-29 04:27:03.475 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:27:03.476 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-08-29 04:27:03.633 | Attempting uninstall: pyudev 2024-08-29 04:27:03.635 | Found existing installation: pyudev 0.22.0 2024-08-29 04:27:03.636 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:27:03.637 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-08-29 04:27:06.110 | Running setup.py develop for cinder 2024-08-29 04:27:07.098 | Successfully installed boto3-1.24.89 botocore-1.27.89 cinder google-api-core-2.10.2 google-api-python-client-2.64.0 google-auth-2.12.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.56.4 lxml-4.9.1 oauth2client-4.1.3 oslo.versionedobjects-3.1.0 oslo.vmware-4.1.1 paramiko-2.11.0 pyasn1-modules-0.2.8 pynacl-1.5.0 python-glanceclient-4.3.2 python-novaclient-18.3.0 python-swiftclient-4.2.0 pyudev-0.24.0 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-3.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.2.6 2024-08-29 04:27:07.099 | 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-08-29 04:27:07.326 | + inc/python:pip_install:196 : result=0 2024-08-29 04:27:07.328 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:27:07.330 | + functions-common:time_stop:2435 : local name 2024-08-29 04:27:07.332 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:27:07.333 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:27:07.335 | + functions-common:time_stop:2438 : local total 2024-08-29 04:27:07.337 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:27:07.339 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:27:07.340 | + functions-common:time_stop:2442 : start_time=1724905615040 2024-08-29 04:27:07.342 | + functions-common:time_stop:2444 : [[ -z 1724905615040 ]] 2024-08-29 04:27:07.345 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:27:07.347 | + functions-common:time_stop:2447 : end_time=1724905627345 2024-08-29 04:27:07.349 | + functions-common:time_stop:2448 : elapsed_time=12305 2024-08-29 04:27:07.351 | + functions-common:time_stop:2449 : total=56225 2024-08-29 04:27:07.353 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:27:07.354 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=68530 2024-08-29 04:27:07.356 | + inc/python:pip_install:199 : return 0 2024-08-29 04:27:07.358 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 04:27:07.360 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-29 04:27:07.362 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-29 04:27:07.377 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-29 04:27:07.386 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-08-29 04:27:07.388 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-08-29 04:27:07.390 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:27:07.392 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:27:07.394 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-08-29 04:27:07.396 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:27:07.398 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-08-29 04:27:07.400 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-08-29 04:27:07.401 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-08-29 04:27:07.403 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:27:07.405 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:27:07.407 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-08-29 04:27:07.416 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-08-29 04:27:07.418 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 04:27:07.420 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 04:27:07.422 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 04:27:07.424 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 04:27:07.426 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 04:27:07.428 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 04:27:07.429 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:27:07.431 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:27:07.433 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 04:27:07.435 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 04:27:07.437 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 04:27:07.439 | + functions-common:apt_get_update:1186 : return 2024-08-29 04:27:07.441 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-08-29 04:27:07.443 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 04:27:07.445 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:27:07.447 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:27:07.449 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-08-29 04:27:07.465 | + 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-08-29 04:27:07.524 | Reading package lists... 2024-08-29 04:27:07.732 | Building dependency tree... 2024-08-29 04:27:07.733 | Reading state information... 2024-08-29 04:27:07.938 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-08-29 04:27:07.938 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 04:27:07.942 | + functions-common:apt_get:1230 : result=0 2024-08-29 04:27:07.944 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 04:27:07.947 | + functions-common:time_stop:2435 : local name 2024-08-29 04:27:07.949 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:27:07.951 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:27:07.953 | + functions-common:time_stop:2438 : local total 2024-08-29 04:27:07.955 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:27:07.957 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 04:27:07.958 | + functions-common:time_stop:2442 : start_time=1724905627463 2024-08-29 04:27:07.960 | + functions-common:time_stop:2444 : [[ -z 1724905627463 ]] 2024-08-29 04:27:07.963 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:27:07.966 | + functions-common:time_stop:2447 : end_time=1724905627964 2024-08-29 04:27:07.968 | + functions-common:time_stop:2448 : elapsed_time=501 2024-08-29 04:27:07.970 | + functions-common:time_stop:2449 : total=2982 2024-08-29 04:27:07.971 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:27:07.973 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3483 2024-08-29 04:27:07.975 | + functions-common:apt_get:1234 : return 0 2024-08-29 04:27:07.977 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 04:27:07.979 | + stack.sh:main:935 : configure_cinder 2024-08-29 04:27:07.981 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-08-29 04:27:07.991 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-08-29 04:27:07.994 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-08-29 04:27:07.995 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-08-29 04:27:07.997 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-08-29 04:27:08.000 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-08-29 04:27:08.000 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-08-29 04:27:08.003 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-08-29 04:27:08.005 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-08-29 04:27:08.007 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-08-29 04:27:08.008 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-08-29 04:27:08.010 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-08-29 04:27:08.011 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-08-29 04:27:08.013 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-08-29 04:27:08.015 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-08-29 04:27:08.023 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-08-29 04:27:08.032 | + 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-08-29 04:27:08.041 | + 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-08-29 04:27:08.050 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-08-29 04:27:08.059 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-08-29 04:27:08.062 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-08-29 04:27:08.065 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.SD6lAIfdRA 2024-08-29 04:27:08.066 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-08-29 04:27:08.069 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-08-29 04:27:08.071 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-08-29 04:27:08.072 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.SD6lAIfdRA 2024-08-29 04:27:08.075 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.SD6lAIfdRA 2024-08-29 04:27:08.084 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.SD6lAIfdRA /etc/sudoers.d/cinder-rootwrap 2024-08-29 04:27:08.094 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-08-29 04:27:08.096 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-08-29 04:27:08.098 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-08-29 04:27:08.100 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-08-29 04:27:08.102 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-08-29 04:27:08.103 | + 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-08-29 04:27:08.105 | + 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-08-29 04:27:08.107 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-08-29 04:27:08.109 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-08-29 04:27:08.112 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-08-29 04:27:08.115 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-08-29 04:27:08.129 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-08-29 04:27:08.143 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-08-29 04:27:08.157 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-08-29 04:27:08.171 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-08-29 04:27:08.185 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-08-29 04:27:08.199 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-08-29 04:27:08.213 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-08-29 04:27:08.227 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-08-29 04:27:08.229 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-08-29 04:27:08.231 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-08-29 04:27:08.233 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 04:27:08.235 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-08-29 04:27:08.258 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-08-29 04:27:08.280 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-29 04:27:08.303 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-08-29 04:27:08.325 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-08-29 04:27:08.348 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-08-29 04:27:08.371 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-08-29 04:27:08.393 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-08-29 04:27:08.416 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 04:27:08.438 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 04:27:08.461 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-08-29 04:27:08.485 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-08-29 04:27:08.508 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-08-29 04:27:08.510 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-08-29 04:27:08.512 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-08-29 04:27:08.514 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-08-29 04:27:08.516 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 04:27:08.518 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 04:27:08.519 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-08-29 04:27:08.522 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-08-29 04:27:08.547 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-08-29 04:27:08.569 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-08-29 04:27:08.592 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-08-29 04:27:08.615 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-08-29 04:27:08.637 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-08-29 04:27:08.660 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-08-29 04:27:08.684 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-08-29 04:27:08.707 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-08-29 04:27:08.732 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-08-29 04:27:08.744 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key 7359e4d267a86f9151ef5b979f964883 2024-08-29 04:27:08.768 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-08-29 04:27:08.770 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-08-29 04:27:08.792 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-08-29 04:27:08.816 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-08-29 04:27:08.839 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-08-29 04:27:08.862 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-08-29 04:27:08.875 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:27:08.876 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-08-29 04:27:08.878 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-08-29 04:27:08.880 | + lib/cinder:configure_cinder:330 : local default_name= 2024-08-29 04:27:08.882 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-08-29 04:27:08.884 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-29 04:27:08.886 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-08-29 04:27:08.887 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-08-29 04:27:08.889 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-08-29 04:27:08.891 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-08-29 04:27:08.893 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-08-29 04:27:08.895 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-08-29 04:27:08.919 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-08-29 04:27:08.942 | + 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-08-29 04:27:08.964 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-08-29 04:27:08.987 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-08-29 04:27:09.010 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-08-29 04:27:09.012 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-08-29 04:27:09.014 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-08-29 04:27:09.016 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-08-29 04:27:09.040 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-08-29 04:27:09.042 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-08-29 04:27:09.066 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-08-29 04:27:09.068 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-08-29 04:27:09.070 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-08-29 04:27:09.072 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-08-29 04:27:09.096 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-08-29 04:27:09.098 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-08-29 04:27:09.100 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-08-29 04:27:09.114 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:27:09.116 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-08-29 04:27:09.129 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:27:09.132 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-08-29 04:27:09.145 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:27:09.147 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-08-29 04:27:09.149 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-08-29 04:27:09.150 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-08-29 04:27:09.152 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-08-29 04:27:09.154 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 04:27:09.156 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 04:27:09.158 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 04:27:09.171 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:27:09.174 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 04:27:09.176 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 04:27:09.178 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 04:27:09.192 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:27:09.193 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 04:27:09.196 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 04:27:09.221 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 04:27:09.223 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 04:27:09.225 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-08-29 04:27:09.227 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-08-29 04:27:09.229 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-08-29 04:27:09.232 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 04:27:09.246 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 04:27:09.248 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 04:27:09.250 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 04:27:09.252 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 04:27:09.254 | + 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-08-29 04:27:09.279 | + 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-08-29 04:27:09.306 | + 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-08-29 04:27:09.333 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 04:27:09.360 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-08-29 04:27:09.375 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:27:09.377 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-08-29 04:27:09.379 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-08-29 04:27:09.381 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-08-29 04:27:09.383 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-08-29 04:27:09.385 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-29 04:27:09.387 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 04:27:09.390 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-08-29 04:27:09.393 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-08-29 04:27:09.395 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 04:27:09.397 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 04:27:09.410 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 04:27:09.411 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 04:27:09.417 | d /var/run/uwsgi 0755 stack root 2024-08-29 04:27:09.421 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 04:27:09.429 | /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-08-29 04:27:09.434 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-08-29 04:27:09.436 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-08-29 04:27:09.439 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-08-29 04:27:09.468 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-08-29 04:27:09.493 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-08-29 04:27:09.520 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-08-29 04:27:09.545 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 04:27:09.569 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 04:27:09.592 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-08-29 04:27:09.617 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-08-29 04:27:09.640 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-08-29 04:27:09.664 | + 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-08-29 04:27:09.688 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 04:27:09.713 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 04:27:09.738 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-08-29 04:27:09.763 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-29 04:27:09.765 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-29 04:27:09.767 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-08-29 04:27:09.769 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-08-29 04:27:09.771 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 04:27:09.773 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:27:09.775 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:27:09.777 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-08-29 04:27:09.779 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-08-29 04:27:09.781 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-08-29 04:27:09.806 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-08-29 04:27:09.832 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-08-29 04:27:09.832 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-08-29 04:27:09.841 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-08-29 04:27:09.845 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-08-29 04:27:09.847 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-08-29 04:27:09.849 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 04:27:09.851 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 04:27:09.853 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 04:27:09.854 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:27:09.856 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:27:09.858 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 04:27:09.860 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 04:27:09.862 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:27:09.864 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:27:09.866 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-08-29 04:27:09.900 | Enabling site cinder-wsgi. 2024-08-29 04:27:09.904 | To activate the new configuration, you need to run: 2024-08-29 04:27:09.904 | systemctl reload apache2 2024-08-29 04:27:09.908 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-29 04:27:09.910 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 04:27:09.912 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 04:27:09.914 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 04:27:10.018 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-08-29 04:27:10.020 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-08-29 04:27:10.022 | + 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-08-29 04:27:10.048 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-08-29 04:27:10.072 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-08-29 04:27:10.097 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-08-29 04:27:10.121 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-08-29 04:27:10.144 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-08-29 04:27:10.169 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-08-29 04:27:10.183 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:27:10.185 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-08-29 04:27:10.187 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-08-29 04:27:10.189 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-29 04:27:10.190 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-08-29 04:27:10.192 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-08-29 04:27:10.219 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-08-29 04:27:10.244 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-08-29 04:27:10.268 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-08-29 04:27:10.294 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-08-29 04:27:10.319 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-08-29 04:27:10.343 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-08-29 04:27:10.367 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-08-29 04:27:10.391 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-08-29 04:27:10.414 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-08-29 04:27:10.439 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-08-29 04:27:10.464 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-08-29 04:27:10.488 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-08-29 04:27:10.490 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-08-29 04:27:10.503 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:27:10.505 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-08-29 04:27:10.531 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-08-29 04:27:10.533 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-08-29 04:27:10.535 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-08-29 04:27:10.560 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-08-29 04:27:10.584 | + stack.sh:main:938 : is_service_enabled neutron 2024-08-29 04:27:10.598 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:27:10.600 | + stack.sh:main:940 : stack_install_service neutron 2024-08-29 04:27:10.602 | + lib/stack:stack_install_service:20 : local service=neutron 2024-08-29 04:27:10.604 | + lib/stack:stack_install_service:21 : type install_neutron 2024-08-29 04:27:10.606 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 04:27:10.608 | + lib/stack:stack_install_service:32 : install_neutron 2024-08-29 04:27:10.610 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-08-29 04:27:10.612 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-08-29 04:27:10.614 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:27:10.616 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:27:10.618 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-08-29 04:27:10.620 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:27:10.622 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-08-29 04:27:10.624 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-08-29 04:27:10.626 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-08-29 04:27:10.628 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 04:27:10.630 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 04:27:10.632 | ++ functions-common:git_clone:616 : pwd 2024-08-29 04:27:10.634 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 04:27:10.636 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 04:27:10.638 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 04:27:10.651 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 04:27:10.652 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 04:27:10.654 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 04:27:10.656 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 04:27:10.659 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 04:27:10.659 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 04:27:10.662 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-08-29 04:27:10.664 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 04:27:10.666 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-08-29 04:27:10.668 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:27:10.670 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:27:10.671 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:27:10.673 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:27:10.675 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:27:10.677 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:27:10.678 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:27:10.680 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:27:10.682 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:27:10.685 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905630684 2024-08-29 04:27:10.687 | + 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-08-29 04:27:10.689 | Cloning into '/opt/stack//neutron'... 2024-08-29 04:27:14.239 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:27:14.241 | + functions-common:time_stop:2435 : local name 2024-08-29 04:27:14.243 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:27:14.245 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:27:14.247 | + functions-common:time_stop:2438 : local total 2024-08-29 04:27:14.248 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:27:14.250 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:27:14.252 | + functions-common:time_stop:2442 : start_time=1724905630684 2024-08-29 04:27:14.254 | + functions-common:time_stop:2444 : [[ -z 1724905630684 ]] 2024-08-29 04:27:14.256 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:27:14.259 | + functions-common:time_stop:2447 : end_time=1724905634257 2024-08-29 04:27:14.261 | + functions-common:time_stop:2448 : elapsed_time=3573 2024-08-29 04:27:14.263 | + functions-common:time_stop:2449 : total=59665 2024-08-29 04:27:14.265 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:27:14.267 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=63238 2024-08-29 04:27:14.268 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-08-29 04:27:14.270 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 04:27:14.272 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:27:14.274 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:27:14.276 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:27:14.277 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:27:14.279 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:27:14.281 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:27:14.283 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:27:14.285 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:27:14.287 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:27:14.290 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905634288 2024-08-29 04:27:14.292 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 04:27:17.079 | From https://opendev.org/openstack/neutron 2024-08-29 04:27:17.079 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 04:27:17.083 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:27:17.085 | + functions-common:time_stop:2435 : local name 2024-08-29 04:27:17.087 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:27:17.089 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:27:17.091 | + functions-common:time_stop:2438 : local total 2024-08-29 04:27:17.093 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:27:17.094 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:27:17.096 | + functions-common:time_stop:2442 : start_time=1724905634288 2024-08-29 04:27:17.098 | + functions-common:time_stop:2444 : [[ -z 1724905634288 ]] 2024-08-29 04:27:17.101 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:27:17.104 | + functions-common:time_stop:2447 : end_time=1724905637102 2024-08-29 04:27:17.105 | + functions-common:time_stop:2448 : elapsed_time=2814 2024-08-29 04:27:17.107 | + functions-common:time_stop:2449 : total=63238 2024-08-29 04:27:17.109 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:27:17.111 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=66052 2024-08-29 04:27:17.113 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 04:27:17.115 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:27:17.117 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:27:17.119 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:27:17.121 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:27:17.123 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:27:17.125 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:27:17.127 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:27:17.128 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:27:17.131 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:27:17.134 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905637132 2024-08-29 04:27:17.136 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 04:27:17.388 | Note: switching to 'FETCH_HEAD'. 2024-08-29 04:27:17.388 | 2024-08-29 04:27:17.388 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 04:27:17.388 | changes and commit them, and you can discard any commits you make in this 2024-08-29 04:27:17.388 | state without impacting any branches by switching back to a branch. 2024-08-29 04:27:17.388 | 2024-08-29 04:27:17.388 | If you want to create a new branch to retain commits you create, you may 2024-08-29 04:27:17.388 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 04:27:17.388 | 2024-08-29 04:27:17.388 | git switch -c 2024-08-29 04:27:17.388 | 2024-08-29 04:27:17.388 | Or undo this operation with: 2024-08-29 04:27:17.388 | 2024-08-29 04:27:17.388 | git switch - 2024-08-29 04:27:17.388 | 2024-08-29 04:27:17.388 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 04:27:17.388 | 2024-08-29 04:27:17.388 | HEAD is now at 33f1d27 Merge "Get ips from system dns resolver without scope" into stable/2023.1 2024-08-29 04:27:17.392 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:27:17.394 | + functions-common:time_stop:2435 : local name 2024-08-29 04:27:17.396 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:27:17.398 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:27:17.400 | + functions-common:time_stop:2438 : local total 2024-08-29 04:27:17.402 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:27:17.404 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:27:17.406 | + functions-common:time_stop:2442 : start_time=1724905637132 2024-08-29 04:27:17.407 | + functions-common:time_stop:2444 : [[ -z 1724905637132 ]] 2024-08-29 04:27:17.410 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:27:17.413 | + functions-common:time_stop:2447 : end_time=1724905637411 2024-08-29 04:27:17.415 | + functions-common:time_stop:2448 : elapsed_time=279 2024-08-29 04:27:17.416 | + functions-common:time_stop:2449 : total=66052 2024-08-29 04:27:17.418 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:27:17.420 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=66331 2024-08-29 04:27:17.422 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-08-29 04:27:17.433 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-08-29 04:27:17.435 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 04:27:17.435 | + functions-common:git_clone:696 : head -1 2024-08-29 04:27:17.437 | 33f1d27 Merge "Get ips from system dns resolver without scope" into stable/2023.1 2024-08-29 04:27:17.439 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 04:27:17.441 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-08-29 04:27:17.443 | + inc/python:setup_develop:334 : local bindep 2024-08-29 04:27:17.445 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-08-29 04:27:17.447 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-08-29 04:27:17.449 | + inc/python:setup_develop:340 : local extras= 2024-08-29 04:27:17.451 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-08-29 04:27:17.453 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 04:27:17.455 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-08-29 04:27:17.457 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-08-29 04:27:17.459 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 04:27:17.461 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 04:27:17.464 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-08-29 04:27:17.465 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 04:27:17.468 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-08-29 04:27:17.470 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 04:27:17.472 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 04:27:17.474 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-08-29 04:27:17.478 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-08-29 04:27:17.480 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-08-29 04:27:17.802 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-08-29 04:27:17.805 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 04:27:17.807 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 04:27:17.809 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 04:27:17.810 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-08-29 04:27:17.813 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-08-29 04:27:17.814 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 04:27:17.816 | + inc/python:setup_package:424 : local extras= 2024-08-29 04:27:17.818 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 04:27:17.820 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 04:27:17.822 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 04:27:17.824 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 04:27:17.826 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 04:27:17.828 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-08-29 04:27:17.844 | Using python 3.10 to install /opt/stack/neutron 2024-08-29 04:27:17.846 | + 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-08-29 04:27:18.780 | Obtaining file:///opt/stack/neutron 2024-08-29 04:27:18.780 | Preparing metadata (setup.py): started 2024-08-29 04:27:19.375 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 04:27:19.448 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.2) 2024-08-29 04:27:19.448 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.5.2) 2024-08-29 04:27:19.449 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.1.1) 2024-08-29 04:27:19.450 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.5.1) 2024-08-29 04:27:19.451 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.4.41) 2024-08-29 04:27:19.451 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.8.7) 2024-08-29 04:27:19.452 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.8.1) 2024-08-29 04:27:19.453 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.5.0) 2024-08-29 04:27:19.454 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-29 04:27:19.454 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (0.33.1) 2024-08-29 04:27:19.455 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.4.1) 2024-08-29 04:27:19.456 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (0.20.4) 2024-08-29 04:27:19.457 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.2) 2024-08-29 04:27:19.457 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (10.2.0) 2024-08-29 04:27:19.458 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (0.8.0) 2024-08-29 04:27:19.459 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev18) (0.11.0) 2024-08-29 04:27:19.668 | Collecting neutron-lib>=3.4.2 2024-08-29 04:27:19.675 | Using cached neutron_lib-3.4.3-py3-none-any.whl (584 kB) 2024-08-29 04:27:19.683 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.0.1) 2024-08-29 04:27:19.800 | Collecting os-ken>=2.2.0 2024-08-29 04:27:19.815 | Using cached os_ken-2.6.1-py3-none-any.whl (2.0 MB) 2024-08-29 04:27:19.940 | Collecting os-resource-classes>=1.1.0 2024-08-29 04:27:19.942 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-08-29 04:27:20.088 | Collecting os-vif>=3.1.0 2024-08-29 04:27:20.091 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-08-29 04:27:20.094 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.3.1) 2024-08-29 04:27:20.095 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-29 04:27:20.096 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (9.1.1) 2024-08-29 04:27:20.097 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-29 04:27:20.098 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (12.3.2) 2024-08-29 04:27:20.099 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (6.0.0) 2024-08-29 04:27:20.101 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.2.0) 2024-08-29 04:27:20.101 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (14.2.5) 2024-08-29 04:27:20.101 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-29 04:27:20.101 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (4.1.1) 2024-08-29 04:27:20.102 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.0) 2024-08-29 04:27:20.103 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.0.0) 2024-08-29 04:27:20.104 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (7.0.1) 2024-08-29 04:27:20.105 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-29 04:27:20.106 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.2) 2024-08-29 04:27:20.106 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.1.1) 2024-08-29 04:27:20.107 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (6.1.0) 2024-08-29 04:27:20.108 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.0) 2024-08-29 04:27:20.109 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.4.3) 2024-08-29 04:27:20.132 | Collecting ovs>=2.10.0 2024-08-29 04:27:20.132 | Using cached ovs-2.17.7-py3-none-any.whl 2024-08-29 04:27:20.274 | Collecting ovsdbapp>=2.2.1 2024-08-29 04:27:20.277 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2024-08-29 04:27:20.280 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (23.1) 2024-08-29 04:27:20.281 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.11.1) 2024-08-29 04:27:20.308 | Collecting pecan>=1.4.0 2024-08-29 04:27:20.308 | Using cached pecan-1.4.2-py3-none-any.whl 2024-08-29 04:27:20.312 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.9.2) 2024-08-29 04:27:20.313 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (22.1.0) 2024-08-29 04:27:20.341 | Collecting pyroute2>=0.7.3 2024-08-29 04:27:20.345 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-08-29 04:27:20.382 | Collecting python-designateclient>=2.7.0 2024-08-29 04:27:20.384 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-08-29 04:27:20.425 | Collecting python-neutronclient>=7.8.0 2024-08-29 04:27:20.428 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-08-29 04:27:20.433 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (18.3.0) 2024-08-29 04:27:20.433 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.28.1) 2024-08-29 04:27:20.434 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.0.0) 2024-08-29 04:27:20.435 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (6.3.1) 2024-08-29 04:27:20.436 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.2.0) 2024-08-29 04:27:20.441 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev18) (1.2.3) 2024-08-29 04:27:20.445 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev18) (1.14.1) 2024-08-29 04:27:20.451 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev18) (1.1.3) 2024-08-29 04:27:20.451 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev18) (1.16.0) 2024-08-29 04:27:20.451 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev18) (2.2.1) 2024-08-29 04:27:20.458 | 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.dev18) (3.0.9) 2024-08-29 04:27:20.462 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev18) (2.1.1) 2024-08-29 04:27:20.486 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev18) (1.1.0) 2024-08-29 04:27:20.487 | 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.dev18) (1.7.0) 2024-08-29 04:27:20.511 | 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.dev18) (5.1.0) 2024-08-29 04:27:20.512 | 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.dev18) (3.1.1) 2024-08-29 04:27:20.650 | Collecting os-traits>=0.9.0 2024-08-29 04:27:20.653 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-08-29 04:27:20.734 | Collecting setproctitle>=1.1.10 2024-08-29 04:27:20.737 | 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-08-29 04:27:20.753 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.0.1) 2024-08-29 04:27:20.755 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (38.0.2) 2024-08-29 04:27:20.757 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.4.4) 2024-08-29 04:27:20.757 | 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.dev18) (1.1.8) 2024-08-29 04:27:20.757 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.4.0) 2024-08-29 04:27:20.757 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.32) 2024-08-29 04:27:20.758 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (6.0) 2024-08-29 04:27:20.787 | Collecting ncclient>=0.6.13 2024-08-29 04:27:20.788 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-08-29 04:27:20.794 | 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.dev18) (1.0.4) 2024-08-29 04:27:20.841 | 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.dev18) (0.18) 2024-08-29 04:27:20.860 | 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.dev18) (1.5.0) 2024-08-29 04:27:20.885 | 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.dev18) (2.0.1) 2024-08-29 04:27:20.886 | 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.dev18) (0.13.0) 2024-08-29 04:27:20.887 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev18) (0.5.0) 2024-08-29 04:27:20.909 | 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.dev18) (2.8.2) 2024-08-29 04:27:20.911 | 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.dev18) (0.9.6) 2024-08-29 04:27:20.935 | 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.dev18) (5.1.1) 2024-08-29 04:27:20.935 | 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.dev18) (0.6.0) 2024-08-29 04:27:20.936 | 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.dev18) (5.2.0) 2024-08-29 04:27:20.938 | 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.dev18) (5.2.4) 2024-08-29 04:27:20.948 | 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.dev18) (4.0.0) 2024-08-29 04:27:20.949 | 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.dev18) (3.3.0) 2024-08-29 04:27:20.996 | 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.dev18) (1.15.1) 2024-08-29 04:27:21.015 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev18) (2022.4) 2024-08-29 04:27:21.029 | 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.dev18) (4.0.1) 2024-08-29 04:27:21.029 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev18) (1.4.0) 2024-08-29 04:27:21.039 | 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.dev18) (3.4.1) 2024-08-29 04:27:21.127 | Collecting sortedcontainers 2024-08-29 04:27:21.128 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-29 04:27:21.153 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev18) (59.6.0) 2024-08-29 04:27:21.195 | Collecting logutils>=0.3 2024-08-29 04:27:21.195 | Using cached logutils-0.3.5-py3-none-any.whl 2024-08-29 04:27:21.274 | Collecting osc-lib>=1.8.0 2024-08-29 04:27:21.277 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-08-29 04:27:21.279 | 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.dev18) (4.16.0) 2024-08-29 04:27:21.280 | 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.dev18) (4.2.0) 2024-08-29 04:27:21.330 | Collecting os-client-config>=1.28.0 2024-08-29 04:27:21.333 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-08-29 04:27:21.524 | Collecting simplejson>=3.5.1 2024-08-29 04:27:21.528 | 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-08-29 04:27:21.560 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (2020.6.20) 2024-08-29 04:27:21.560 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (2.1.1) 2024-08-29 04:27:21.561 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (3.4) 2024-08-29 04:27:21.562 | 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.dev18) (1.26.12) 2024-08-29 04:27:21.575 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev18) (0.7) 2024-08-29 04:27:21.696 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev18) (0.13.1) 2024-08-29 04:27:21.720 | 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.dev18) (5.0.0) 2024-08-29 04:27:21.768 | 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.dev18) (2.21) 2024-08-29 04:27:21.791 | 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.dev18) (5.0.0) 2024-08-29 04:27:21.791 | 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.dev18) (0.5.1) 2024-08-29 04:27:21.792 | 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.dev18) (2.4.2) 2024-08-29 04:27:21.947 | 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.dev18) (22.1.0) 2024-08-29 04:27:21.950 | 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.dev18) (0.18.1) 2024-08-29 04:27:22.033 | 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.dev18) (2.11.0) 2024-08-29 04:27:22.034 | 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.dev18) (4.9.1) 2024-08-29 04:27:22.102 | 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.dev18) (0.14.1) 2024-08-29 04:27:22.117 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev18) (0.2.5) 2024-08-29 04:27:22.306 | 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.dev18) (0.4.3) 2024-08-29 04:27:22.307 | 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.dev18) (0.5.2) 2024-08-29 04:27:22.350 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev18) (2.5.0) 2024-08-29 04:27:22.509 | 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.dev18) (1.8.2) 2024-08-29 04:27:22.539 | 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.dev18) (3.8.1) 2024-08-29 04:27:22.582 | 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.dev18) (1.5.0) 2024-08-29 04:27:23.251 | 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-08-29 04:27:23.252 | Attempting uninstall: sortedcontainers 2024-08-29 04:27:23.253 | Found existing installation: sortedcontainers 2.1.0 2024-08-29 04:27:23.255 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:27:23.255 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-08-29 04:27:23.650 | Attempting uninstall: ovs 2024-08-29 04:27:23.651 | Found existing installation: ovs 2.17.9 2024-08-29 04:27:23.652 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:27:23.652 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-08-29 04:27:25.963 | Running setup.py develop for neutron 2024-08-29 04:27:27.106 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.3 os-client-config-2.1.0 os-ken-2.6.1 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.2 pecan-1.4.2 pyroute2-0.7.3 python-designateclient-5.2.0 python-neutronclient-9.0.0 setproctitle-1.3.2 simplejson-3.17.6 sortedcontainers-2.4.0 2024-08-29 04:27:27.106 | 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-08-29 04:27:27.245 | + inc/python:pip_install:196 : result=0 2024-08-29 04:27:27.247 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:27:27.250 | + functions-common:time_stop:2435 : local name 2024-08-29 04:27:27.252 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:27:27.254 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:27:27.255 | + functions-common:time_stop:2438 : local total 2024-08-29 04:27:27.257 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:27:27.259 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:27:27.261 | + functions-common:time_stop:2442 : start_time=1724905637840 2024-08-29 04:27:27.263 | + functions-common:time_stop:2444 : [[ -z 1724905637840 ]] 2024-08-29 04:27:27.265 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:27:27.268 | + functions-common:time_stop:2447 : end_time=1724905647266 2024-08-29 04:27:27.270 | + functions-common:time_stop:2448 : elapsed_time=9426 2024-08-29 04:27:27.272 | + functions-common:time_stop:2449 : total=68530 2024-08-29 04:27:27.273 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:27:27.275 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=77956 2024-08-29 04:27:27.277 | + inc/python:pip_install:199 : return 0 2024-08-29 04:27:27.279 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 04:27:27.281 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-29 04:27:27.283 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-29 04:27:27.297 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-29 04:27:27.307 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-08-29 04:27:27.309 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-08-29 04:27:27.310 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:27:27.312 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:27:27.314 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-08-29 04:27:27.316 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:27:27.318 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-08-29 04:27:27.320 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 04:27:27.322 | + stack.sh:main:943 : is_service_enabled nova 2024-08-29 04:27:27.335 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:27:27.337 | + stack.sh:main:945 : stack_install_service nova 2024-08-29 04:27:27.338 | + lib/stack:stack_install_service:20 : local service=nova 2024-08-29 04:27:27.340 | + lib/stack:stack_install_service:21 : type install_nova 2024-08-29 04:27:27.342 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 04:27:27.344 | + lib/stack:stack_install_service:32 : install_nova 2024-08-29 04:27:27.346 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-08-29 04:27:27.348 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-08-29 04:27:27.350 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:27:27.351 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:27:27.353 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-08-29 04:27:27.355 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:27:27.357 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-08-29 04:27:27.369 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:27:27.371 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-08-29 04:27:27.382 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:27:27.384 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-08-29 04:27:27.397 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:27:27.398 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/37/900337/2 2024-08-29 04:27:27.400 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-08-29 04:27:27.402 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-08-29 04:27:27.403 | + functions-common:git_clone:614 : local git_ref=refs/changes/37/900337/2 2024-08-29 04:27:27.405 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 04:27:27.407 | ++ functions-common:git_clone:616 : pwd 2024-08-29 04:27:27.409 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 04:27:27.411 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 04:27:27.413 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 04:27:27.425 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 04:27:27.426 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 04:27:27.428 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 04:27:27.430 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 04:27:27.432 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 04:27:27.432 | + functions-common:git_clone:633 : echo refs/changes/37/900337/2 2024-08-29 04:27:27.436 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-08-29 04:27:27.437 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-08-29 04:27:27.439 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-08-29 04:27:27.441 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:27:27.442 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:27:27.444 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:27:27.446 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:27:27.447 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:27:27.449 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:27:27.451 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:27:27.452 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:27:27.455 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:27:27.457 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905647455 2024-08-29 04:27:27.459 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-08-29 04:27:27.462 | Cloning into '/opt/stack//nova'... 2024-08-29 04:27:32.205 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:27:32.206 | + functions-common:time_stop:2435 : local name 2024-08-29 04:27:32.208 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:27:32.210 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:27:32.211 | + functions-common:time_stop:2438 : local total 2024-08-29 04:27:32.213 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:27:32.215 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:27:32.216 | + functions-common:time_stop:2442 : start_time=1724905647455 2024-08-29 04:27:32.218 | + functions-common:time_stop:2444 : [[ -z 1724905647455 ]] 2024-08-29 04:27:32.220 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:27:32.223 | + functions-common:time_stop:2447 : end_time=1724905652221 2024-08-29 04:27:32.224 | + functions-common:time_stop:2448 : elapsed_time=4766 2024-08-29 04:27:32.226 | + functions-common:time_stop:2449 : total=66331 2024-08-29 04:27:32.228 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:27:32.229 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=71097 2024-08-29 04:27:32.231 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-08-29 04:27:32.233 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/37/900337/2 2024-08-29 04:27:32.235 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:27:32.237 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:27:32.238 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:27:32.240 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:27:32.242 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:27:32.243 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:27:32.245 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:27:32.247 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:27:32.249 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:27:32.252 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905652250 2024-08-29 04:27:32.253 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/37/900337/2 2024-08-29 04:28:30.108 | From https://opendev.org/openstack/nova 2024-08-29 04:28:30.108 | * branch refs/changes/37/900337/2 -> FETCH_HEAD 2024-08-29 04:28:30.113 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:28:30.115 | + functions-common:time_stop:2435 : local name 2024-08-29 04:28:30.117 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:28:30.118 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:28:30.120 | + functions-common:time_stop:2438 : local total 2024-08-29 04:28:30.122 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:28:30.124 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:28:30.126 | + functions-common:time_stop:2442 : start_time=1724905652250 2024-08-29 04:28:30.128 | + functions-common:time_stop:2444 : [[ -z 1724905652250 ]] 2024-08-29 04:28:30.130 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:28:30.133 | + functions-common:time_stop:2447 : end_time=1724905710131 2024-08-29 04:28:30.135 | + functions-common:time_stop:2448 : elapsed_time=57881 2024-08-29 04:28:30.136 | + functions-common:time_stop:2449 : total=71097 2024-08-29 04:28:30.138 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:28:30.140 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=128978 2024-08-29 04:28:30.142 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-08-29 04:28:30.449 | Note: switching to 'FETCH_HEAD'. 2024-08-29 04:28:30.449 | 2024-08-29 04:28:30.449 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 04:28:30.449 | changes and commit them, and you can discard any commits you make in this 2024-08-29 04:28:30.449 | state without impacting any branches by switching back to a branch. 2024-08-29 04:28:30.449 | 2024-08-29 04:28:30.449 | If you want to create a new branch to retain commits you create, you may 2024-08-29 04:28:30.449 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 04:28:30.449 | 2024-08-29 04:28:30.449 | git switch -c 2024-08-29 04:28:30.449 | 2024-08-29 04:28:30.449 | Or undo this operation with: 2024-08-29 04:28:30.449 | 2024-08-29 04:28:30.449 | git switch - 2024-08-29 04:28:30.449 | 2024-08-29 04:28:30.449 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 04:28:30.449 | 2024-08-29 04:28:30.449 | HEAD is now at 4b5ca44234 Adding server actions tests to grenade-multinode 2024-08-29 04:28:30.455 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-08-29 04:28:30.466 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-08-29 04:28:30.468 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 04:28:30.468 | + functions-common:git_clone:696 : head -1 2024-08-29 04:28:30.471 | 4b5ca44234 Adding server actions tests to grenade-multinode 2024-08-29 04:28:30.473 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 04:28:30.475 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-08-29 04:28:30.477 | + inc/python:setup_develop:334 : local bindep 2024-08-29 04:28:30.479 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-08-29 04:28:30.481 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-08-29 04:28:30.483 | + inc/python:setup_develop:340 : local extras= 2024-08-29 04:28:30.485 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-08-29 04:28:30.487 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 04:28:30.488 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-08-29 04:28:30.490 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-08-29 04:28:30.492 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 04:28:30.494 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 04:28:30.496 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-08-29 04:28:30.498 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 04:28:30.501 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-08-29 04:28:30.502 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 04:28:30.504 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 04:28:30.507 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-08-29 04:28:30.511 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-08-29 04:28:30.513 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-08-29 04:28:30.833 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-08-29 04:28:30.835 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 04:28:30.837 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 04:28:30.839 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 04:28:30.841 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-08-29 04:28:30.843 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-08-29 04:28:30.845 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 04:28:30.847 | + inc/python:setup_package:424 : local extras= 2024-08-29 04:28:30.849 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 04:28:30.851 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 04:28:30.853 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 04:28:30.855 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 04:28:30.857 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 04:28:30.859 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-08-29 04:28:30.874 | Using python 3.10 to install /opt/stack/nova 2024-08-29 04:28:30.876 | + 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-08-29 04:28:31.824 | Obtaining file:///opt/stack/nova 2024-08-29 04:28:31.824 | Preparing metadata (setup.py): started 2024-08-29 04:28:34.809 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 04:28:34.899 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (3.1.2) 2024-08-29 04:28:34.901 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (3.5.2) 2024-08-29 04:28:34.901 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (2.1.1) 2024-08-29 04:28:34.901 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (3.4.1) 2024-08-29 04:28:34.901 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (6.0) 2024-08-29 04:28:34.902 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (2.5.1) 2024-08-29 04:28:34.903 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (1.4.41) 2024-08-29 04:28:34.904 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (1.8.7) 2024-08-29 04:28:34.904 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (1.8.1) 2024-08-29 04:28:34.905 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (4.1.0) 2024-08-29 04:28:34.906 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (38.0.2) 2024-08-29 04:28:34.907 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (0.2.3) 2024-08-29 04:28:34.908 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (5.1.1) 2024-08-29 04:28:34.908 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (0.33.1) 2024-08-29 04:28:34.909 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (2.4.1) 2024-08-29 04:28:34.910 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (1.1.3) 2024-08-29 04:28:34.911 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (1.1.0) 2024-08-29 04:28:34.911 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (4.16.0) 2024-08-29 04:28:34.912 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (5.1.2) 2024-08-29 04:28:34.913 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (10.2.0) 2024-08-29 04:28:34.914 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (4.9.1) 2024-08-29 04:28:35.088 | Collecting microversion-parse>=0.2.1 2024-08-29 04:28:35.090 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-08-29 04:28:35.093 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (0.8.0) 2024-08-29 04:28:35.094 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60217) (0.11.0) 2024-08-29 04:28:35.095 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (1.0.1) 2024-08-29 04:28:35.096 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (6.2.3) 2024-08-29 04:28:35.096 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (1.1.0) 2024-08-29 04:28:35.100 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (1.7.0) 2024-08-29 04:28:35.100 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (2.10.0) 2024-08-29 04:28:35.100 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (3.1.1) 2024-08-29 04:28:35.100 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (3.3.1) 2024-08-29 04:28:35.100 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (5.1.1) 2024-08-29 04:28:35.101 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (9.1.1) 2024-08-29 04:28:35.101 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (5.1.1) 2024-08-29 04:28:35.102 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (12.3.2) 2024-08-29 04:28:35.103 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (6.0.0) 2024-08-29 04:28:35.104 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (2.1.0) 2024-08-29 04:28:35.105 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (5.2.0) 2024-08-29 04:28:35.106 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (14.2.5) 2024-08-29 04:28:35.106 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (5.1.1) 2024-08-29 04:28:35.107 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (4.1.1) 2024-08-29 04:28:35.130 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (3.1.0) 2024-08-29 04:28:35.131 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (3.0.0) 2024-08-29 04:28:35.132 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (7.0.1) 2024-08-29 04:28:35.133 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (5.1.1) 2024-08-29 04:28:35.133 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (3.1.2) 2024-08-29 04:28:35.134 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (2.1.1) 2024-08-29 04:28:35.135 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (6.1.0) 2024-08-29 04:28:35.136 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (3.1.0) 2024-08-29 04:28:35.136 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (23.1) 2024-08-29 04:28:35.137 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (2.11.0) 2024-08-29 04:28:35.138 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (5.11.1) 2024-08-29 04:28:35.139 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (5.9.2) 2024-08-29 04:28:35.140 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (9.3.0) 2024-08-29 04:28:35.140 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (2.8.2) 2024-08-29 04:28:35.141 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (4.3.2) 2024-08-29 04:28:35.142 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (9.0.0) 2024-08-29 04:28:35.143 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (2.28.1) 2024-08-29 04:28:35.143 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (1.3.3) 2024-08-29 04:28:35.144 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (1.5.0) 2024-08-29 04:28:35.145 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (0.13.0) 2024-08-29 04:28:35.146 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (5.0.0) 2024-08-29 04:28:35.146 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60217) (3.2.0) 2024-08-29 04:28:35.166 | Collecting websockify>=0.9.0 2024-08-29 04:28:35.166 | Using cached websockify-0.10.0-py3-none-any.whl 2024-08-29 04:28:35.177 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60217) (1.2.3) 2024-08-29 04:28:35.187 | 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.dev60217) (5.5.0) 2024-08-29 04:28:35.205 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60217) (1.15.1) 2024-08-29 04:28:35.217 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60217) (2.2.1) 2024-08-29 04:28:35.218 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60217) (1.16.0) 2024-08-29 04:28:35.227 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60217) (2.1.1) 2024-08-29 04:28:35.244 | 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.dev60217) (0.18.1) 2024-08-29 04:28:35.245 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60217) (22.1.0) 2024-08-29 04:28:35.292 | 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.dev60217) (3.1.1) 2024-08-29 04:28:35.293 | 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.dev60217) (5.1.0) 2024-08-29 04:28:35.316 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60217) (1.4.0) 2024-08-29 04:28:35.317 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60217) (1.4.4) 2024-08-29 04:28:35.318 | 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.dev60217) (1.1.8) 2024-08-29 04:28:35.319 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60217) (1.0.1) 2024-08-29 04:28:35.322 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60217) (1.32) 2024-08-29 04:28:35.331 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60217) (6.3.1) 2024-08-29 04:28:35.332 | 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.dev60217) (5.9.0) 2024-08-29 04:28:35.353 | 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.dev60217) (0.7.3) 2024-08-29 04:28:35.354 | 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.dev60217) (2.2.2) 2024-08-29 04:28:35.354 | 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.dev60217) (2.5.0) 2024-08-29 04:28:35.380 | 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.dev60217) (0.18) 2024-08-29 04:28:35.426 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60217) (0.5.0) 2024-08-29 04:28:35.427 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60217) (2.0.1) 2024-08-29 04:28:35.458 | 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.dev60217) (0.9.6) 2024-08-29 04:28:35.484 | 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.dev60217) (5.2.4) 2024-08-29 04:28:35.485 | 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.dev60217) (5.2.0) 2024-08-29 04:28:35.487 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60217) (0.6.0) 2024-08-29 04:28:35.488 | 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.dev60217) (5.1.1) 2024-08-29 04:28:35.498 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60217) (3.3.0) 2024-08-29 04:28:35.500 | 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.dev60217) (4.0.0) 2024-08-29 04:28:35.520 | 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.dev60217) (1.0.4) 2024-08-29 04:28:35.540 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60217) (2022.4) 2024-08-29 04:28:35.553 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60217) (1.4.0) 2024-08-29 04:28:35.554 | 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.dev60217) (4.0.1) 2024-08-29 04:28:35.573 | 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.dev60217) (3.0.9) 2024-08-29 04:28:35.613 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60217) (1.5.0) 2024-08-29 04:28:35.623 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60217) (59.6.0) 2024-08-29 04:28:35.676 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60217) (0.2.5) 2024-08-29 04:28:35.724 | 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.dev60217) (22.1.0) 2024-08-29 04:28:35.725 | 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.dev60217) (1.14.1) 2024-08-29 04:28:35.726 | 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.dev60217) (2.0.1) 2024-08-29 04:28:35.743 | 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.dev60217) (2.1.0) 2024-08-29 04:28:35.744 | 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.dev60217) (2.7.0) 2024-08-29 04:28:35.747 | 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.dev60217) (4.2.0) 2024-08-29 04:28:35.749 | 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.dev60217) (3.17.6) 2024-08-29 04:28:35.769 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60217) (2.1.1) 2024-08-29 04:28:35.770 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60217) (2020.6.20) 2024-08-29 04:28:35.771 | 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.dev60217) (1.26.12) 2024-08-29 04:28:35.771 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60217) (3.4) 2024-08-29 04:28:35.803 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60217) (0.7) 2024-08-29 04:28:35.884 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60217) (0.5.2) 2024-08-29 04:28:35.885 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60217) (0.4.3) 2024-08-29 04:28:35.928 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60217) (0.13.1) 2024-08-29 04:28:36.401 | Collecting numpy 2024-08-29 04:28:36.489 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-08-29 04:28:36.579 | 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.dev60217) (5.0.0) 2024-08-29 04:28:36.662 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60217) (2.21) 2024-08-29 04:28:36.687 | 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.dev60217) (0.5.1) 2024-08-29 04:28:36.688 | 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.dev60217) (5.0.0) 2024-08-29 04:28:36.689 | 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.dev60217) (2.4.2) 2024-08-29 04:28:36.898 | 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.dev60217) (0.14.1) 2024-08-29 04:28:36.912 | 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.dev60217) (2.17.7) 2024-08-29 04:28:37.184 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60217) (2.5.0) 2024-08-29 04:28:37.370 | 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.dev60217) (1.8.2) 2024-08-29 04:28:37.401 | 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.dev60217) (3.8.1) 2024-08-29 04:28:37.416 | 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.dev60217) (2.4.0) 2024-08-29 04:28:38.011 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-08-29 04:28:39.810 | Running setup.py develop for nova 2024-08-29 04:28:43.272 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-08-29 04:28:43.272 | 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-08-29 04:28:43.410 | + inc/python:pip_install:196 : result=0 2024-08-29 04:28:43.413 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:28:43.414 | + functions-common:time_stop:2435 : local name 2024-08-29 04:28:43.416 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:28:43.418 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:28:43.420 | + functions-common:time_stop:2438 : local total 2024-08-29 04:28:43.422 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:28:43.423 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:28:43.425 | + functions-common:time_stop:2442 : start_time=1724905710870 2024-08-29 04:28:43.427 | + functions-common:time_stop:2444 : [[ -z 1724905710870 ]] 2024-08-29 04:28:43.429 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:28:43.432 | + functions-common:time_stop:2447 : end_time=1724905723430 2024-08-29 04:28:43.434 | + functions-common:time_stop:2448 : elapsed_time=12560 2024-08-29 04:28:43.435 | + functions-common:time_stop:2449 : total=77956 2024-08-29 04:28:43.437 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:28:43.439 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=90516 2024-08-29 04:28:43.441 | + inc/python:pip_install:199 : return 0 2024-08-29 04:28:43.443 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 04:28:43.445 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-08-29 04:28:43.447 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-08-29 04:28:43.461 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-08-29 04:28:43.470 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-08-29 04:28:43.472 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-08-29 04:28:43.474 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:28:43.476 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:28:43.477 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-08-29 04:28:43.479 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:28:43.481 | + 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-08-29 04:28:43.492 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 04:28:43.494 | + stack.sh:main:946 : configure_nova 2024-08-29 04:28:43.496 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-08-29 04:28:43.505 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-08-29 04:28:43.507 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-08-29 04:28:43.509 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-08-29 04:28:43.512 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-08-29 04:28:43.512 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-08-29 04:28:43.515 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-08-29 04:28:43.517 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-08-29 04:28:43.519 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-08-29 04:28:43.521 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-08-29 04:28:43.523 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-08-29 04:28:43.525 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-08-29 04:28:43.526 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-08-29 04:28:43.528 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-08-29 04:28:43.537 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-08-29 04:28:43.546 | + 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-08-29 04:28:43.555 | + 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-08-29 04:28:43.564 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-08-29 04:28:43.573 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-08-29 04:28:43.576 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-08-29 04:28:43.579 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.QYkpgASbkJ 2024-08-29 04:28:43.581 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-08-29 04:28:43.583 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-08-29 04:28:43.585 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-08-29 04:28:43.587 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-08-29 04:28:43.589 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-08-29 04:28:43.591 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.QYkpgASbkJ 2024-08-29 04:28:43.594 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.QYkpgASbkJ 2024-08-29 04:28:43.602 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.QYkpgASbkJ /etc/sudoers.d/nova-rootwrap 2024-08-29 04:28:43.612 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-08-29 04:28:43.615 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-08-29 04:28:43.617 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-08-29 04:28:43.618 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-08-29 04:28:43.620 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-08-29 04:28:43.622 | + 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-08-29 04:28:43.624 | + 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-08-29 04:28:43.626 | + 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-08-29 04:28:43.628 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-08-29 04:28:43.631 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-08-29 04:28:43.644 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:28:43.646 | + lib/nova:configure_nova:356 : create_nova_conf 2024-08-29 04:28:43.648 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-08-29 04:28:43.650 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-08-29 04:28:43.653 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-08-29 04:28:43.677 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-08-29 04:28:43.678 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-08-29 04:28:43.699 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-08-29 04:28:43.723 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-08-29 04:28:43.744 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-08-29 04:28:43.768 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-08-29 04:28:43.792 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-08-29 04:28:43.816 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-08-29 04:28:43.837 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-08-29 04:28:43.859 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-08-29 04:28:43.881 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-08-29 04:28:43.902 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-08-29 04:28:43.924 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-08-29 04:28:43.947 | + lib/nova:create_nova_conf:451 : is_fedora 2024-08-29 04:28:43.949 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 04:28:43.951 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 04:28:43.953 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 04:28:43.954 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 04:28:43.956 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 04:28:43.958 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 04:28:43.959 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 04:28:43.961 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 04:28:43.963 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 04:28:43.965 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 04:28:43.966 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 04:28:43.968 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 04:28:43.970 | + lib/nova:create_nova_conf:451 : is_suse 2024-08-29 04:28:43.971 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 04:28:43.973 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 04:28:43.975 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 04:28:43.977 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 04:28:43.978 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 04:28:43.980 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 04:28:43.982 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-08-29 04:28:43.994 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:28:43.995 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 04:28:43.997 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-08-29 04:28:43.999 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-08-29 04:28:44.001 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-08-29 04:28:44.003 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-08-29 04:28:44.004 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-08-29 04:28:44.006 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 04:28:44.008 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 04:28:44.009 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-29 04:28:44.012 | + 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-08-29 04:28:44.036 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-08-29 04:28:44.038 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-08-29 04:28:44.039 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-08-29 04:28:44.041 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-08-29 04:28:44.043 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 04:28:44.044 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 04:28:44.046 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-08-29 04:28:44.048 | + 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-08-29 04:28:44.072 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-08-29 04:28:44.095 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-08-29 04:28:44.117 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-08-29 04:28:44.139 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-08-29 04:28:44.151 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:28:44.153 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-08-29 04:28:44.165 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:28:44.167 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-08-29 04:28:44.167 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-08-29 04:28:44.172 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-08-29 04:28:44.173 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-08-29 04:28:44.195 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-08-29 04:28:44.197 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-08-29 04:28:44.199 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-08-29 04:28:44.222 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-08-29 04:28:44.244 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-08-29 04:28:44.256 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:28:44.258 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-08-29 04:28:44.259 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-08-29 04:28:44.261 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-29 04:28:44.263 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 04:28:44.265 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-08-29 04:28:44.287 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-08-29 04:28:44.309 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-29 04:28:44.331 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-08-29 04:28:44.353 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-08-29 04:28:44.375 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-08-29 04:28:44.396 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-08-29 04:28:44.418 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-08-29 04:28:44.440 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 04:28:44.462 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 04:28:44.483 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-08-29 04:28:44.495 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:28:44.497 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-08-29 04:28:44.498 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-08-29 04:28:44.522 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-08-29 04:28:44.544 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-08-29 04:28:44.566 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-08-29 04:28:44.588 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-08-29 04:28:44.609 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-08-29 04:28:44.631 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-08-29 04:28:44.654 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-08-29 04:28:44.676 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-08-29 04:28:44.688 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:28:44.690 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-08-29 04:28:44.692 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-08-29 04:28:44.714 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-08-29 04:28:44.739 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-08-29 04:28:44.741 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-08-29 04:28:44.763 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-08-29 04:28:44.765 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-08-29 04:28:44.767 | + lib/nova:create_nova_conf:526 : is_suse 2024-08-29 04:28:44.769 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 04:28:44.771 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 04:28:44.773 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 04:28:44.775 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 04:28:44.776 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 04:28:44.778 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 04:28:44.780 | + lib/nova:create_nova_conf:526 : is_fedora 2024-08-29 04:28:44.781 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 04:28:44.783 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 04:28:44.785 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 04:28:44.787 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 04:28:44.789 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 04:28:44.791 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 04:28:44.793 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 04:28:44.795 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 04:28:44.797 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 04:28:44.798 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 04:28:44.800 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 04:28:44.802 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 04:28:44.804 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-08-29 04:28:44.805 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-08-29 04:28:44.807 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-08-29 04:28:44.810 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 04:28:44.823 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 04:28:44.825 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 04:28:44.826 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 04:28:44.828 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 04:28:44.830 | + 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-08-29 04:28:44.851 | + 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-08-29 04:28:44.873 | + 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-08-29 04:28:44.895 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 04:28:44.917 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-08-29 04:28:44.941 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-08-29 04:28:44.953 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:28:44.955 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-08-29 04:28:44.957 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-08-29 04:28:44.959 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-08-29 04:28:44.960 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-08-29 04:28:44.962 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-29 04:28:44.964 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 04:28:44.966 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-08-29 04:28:44.969 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-08-29 04:28:44.971 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 04:28:44.973 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 04:28:44.982 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 04:28:44.982 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 04:28:44.989 | d /var/run/uwsgi 0755 stack root 2024-08-29 04:28:44.991 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 04:28:44.999 | /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-08-29 04:28:45.002 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-08-29 04:28:45.004 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-08-29 04:28:45.007 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-08-29 04:28:45.030 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-08-29 04:28:45.051 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-08-29 04:28:45.073 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-08-29 04:28:45.094 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 04:28:45.116 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 04:28:45.138 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-08-29 04:28:45.160 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-08-29 04:28:45.182 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-08-29 04:28:45.203 | + 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-08-29 04:28:45.225 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 04:28:45.247 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 04:28:45.268 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-08-29 04:28:45.290 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-29 04:28:45.292 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-29 04:28:45.294 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-08-29 04:28:45.296 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-08-29 04:28:45.298 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 04:28:45.300 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:28:45.301 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:28:45.303 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-29 04:28:45.305 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-29 04:28:45.307 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-08-29 04:28:45.329 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-08-29 04:28:45.351 | + 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-08-29 04:28:45.351 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-29 04:28:45.358 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-08-29 04:28:45.360 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-08-29 04:28:45.362 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-08-29 04:28:45.364 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 04:28:45.366 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 04:28:45.367 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 04:28:45.369 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:28:45.371 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:28:45.373 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 04:28:45.374 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 04:28:45.376 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:28:45.378 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:28:45.380 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-08-29 04:28:45.411 | Enabling site nova-api-wsgi. 2024-08-29 04:28:45.415 | To activate the new configuration, you need to run: 2024-08-29 04:28:45.415 | systemctl reload apache2 2024-08-29 04:28:45.418 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-29 04:28:45.420 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 04:28:45.422 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 04:28:45.424 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 04:28:45.520 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-08-29 04:28:45.533 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:28:45.535 | + 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-08-29 04:28:45.536 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-08-29 04:28:45.538 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-08-29 04:28:45.540 | + lib/apache:write_uwsgi_config:256 : local url= 2024-08-29 04:28:45.542 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-08-29 04:28:45.544 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 04:28:45.546 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-08-29 04:28:45.549 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-08-29 04:28:45.551 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 04:28:45.553 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 04:28:45.563 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 04:28:45.563 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 04:28:45.569 | d /var/run/uwsgi 0755 stack root 2024-08-29 04:28:45.572 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 04:28:45.580 | /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-08-29 04:28:45.583 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-08-29 04:28:45.585 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-08-29 04:28:45.588 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-08-29 04:28:45.611 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-08-29 04:28:45.633 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-08-29 04:28:45.656 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-08-29 04:28:45.677 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 04:28:45.700 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 04:28:45.722 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-08-29 04:28:45.745 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-08-29 04:28:45.767 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-08-29 04:28:45.790 | + 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-08-29 04:28:45.812 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 04:28:45.834 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 04:28:45.857 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-08-29 04:28:45.878 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-08-29 04:28:45.880 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-08-29 04:28:45.902 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-08-29 04:28:45.914 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:28:45.916 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-08-29 04:28:45.941 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-08-29 04:28:45.942 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-08-29 04:28:45.944 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-08-29 04:28:45.957 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:28:45.958 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 04:28:45.961 | + 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-08-29 04:28:45.983 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-08-29 04:28:46.008 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-08-29 04:28:46.010 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-08-29 04:28:46.012 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-08-29 04:28:46.014 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 04:28:46.016 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 04:28:46.017 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 04:28:46.030 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:28:46.033 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 04:28:46.034 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 04:28:46.036 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 04:28:46.049 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:28:46.051 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 04:28:46.053 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 04:28:46.076 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 04:28:46.077 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 04:28:46.079 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-08-29 04:28:46.102 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-08-29 04:28:46.125 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-08-29 04:28:46.149 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-08-29 04:28:46.162 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:28:46.164 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-08-29 04:28:46.186 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-08-29 04:28:46.188 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-08-29 04:28:46.190 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-08-29 04:28:46.215 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-08-29 04:28:46.237 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-08-29 04:28:46.259 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-08-29 04:28:46.282 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-08-29 04:28:46.304 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-08-29 04:28:46.327 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-08-29 04:28:46.349 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-08-29 04:28:46.372 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-08-29 04:28:46.395 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-08-29 04:28:46.407 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:28:46.410 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-08-29 04:28:46.412 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-29 04:28:46.414 | + lib/nova:create_nova_conf:574 : local conf 2024-08-29 04:28:46.416 | + lib/nova:create_nova_conf:575 : local vhost 2024-08-29 04:28:46.419 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-08-29 04:28:46.420 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-29 04:28:46.422 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-29 04:28:46.424 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-08-29 04:28:46.426 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-08-29 04:28:46.428 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-08-29 04:28:46.432 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-08-29 04:28:46.433 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-08-29 04:28:46.435 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-08-29 04:28:46.437 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-08-29 04:28:46.439 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 04:28:46.441 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 04:28:46.443 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-29 04:28:46.445 | + 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-08-29 04:28:46.470 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-08-29 04:28:46.495 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-08-29 04:28:46.520 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 04:28:46.522 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-08-29 04:28:46.524 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-08-29 04:28:46.526 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-08-29 04:28:46.527 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 04:28:46.529 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 04:28:46.531 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 04:28:46.545 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:28:46.548 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 04:28:46.550 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 04:28:46.552 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 04:28:46.565 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:28:46.567 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 04:28:46.569 | + 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-08-29 04:28:46.592 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 04:28:46.594 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 04:28:46.596 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-08-29 04:28:46.598 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-08-29 04:28:46.600 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-08-29 04:28:46.602 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 04:28:46.614 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 04:28:46.616 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 04:28:46.618 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 04:28:46.620 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 04:28:46.622 | + 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-08-29 04:28:46.644 | + 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-08-29 04:28:46.668 | + 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-08-29 04:28:46.690 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 04:28:46.713 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 04:28:46.715 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-08-29 04:28:46.717 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-08-29 04:28:46.719 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-08-29 04:28:46.721 | + lib/nova:configure_console_proxies:724 : offset=0 2024-08-29 04:28:46.723 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-08-29 04:28:46.735 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:28:46.737 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-08-29 04:28:46.739 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-08-29 04:28:46.751 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:28:46.753 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-08-29 04:28:46.765 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:28:46.767 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-08-29 04:28:46.780 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:28:46.782 | + stack.sh:main:949 : is_service_enabled placement 2024-08-29 04:28:46.795 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:28:46.797 | + stack.sh:main:951 : stack_install_service placement 2024-08-29 04:28:46.799 | + lib/stack:stack_install_service:20 : local service=placement 2024-08-29 04:28:46.801 | + lib/stack:stack_install_service:21 : type install_placement 2024-08-29 04:28:46.803 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 04:28:46.805 | + lib/stack:stack_install_service:32 : install_placement 2024-08-29 04:28:46.807 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-08-29 04:28:46.809 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-08-29 04:28:46.811 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:28:46.813 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:28:46.815 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-08-29 04:28:46.817 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 04:28:46.819 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 04:28:46.821 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 04:28:46.823 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 04:28:46.825 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 04:28:46.827 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 04:28:46.828 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:28:46.830 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:28:46.832 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 04:28:46.834 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 04:28:46.836 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 04:28:46.838 | + functions-common:apt_get_update:1186 : return 2024-08-29 04:28:46.840 | + functions-common:install_package:1460 : real_install_package apache2 2024-08-29 04:28:46.842 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 04:28:46.844 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:28:46.846 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:28:46.847 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-08-29 04:28:46.864 | + 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-08-29 04:28:46.921 | Reading package lists... 2024-08-29 04:28:47.124 | Building dependency tree... 2024-08-29 04:28:47.125 | Reading state information... 2024-08-29 04:28:47.324 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 04:28:47.324 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 04:28:47.328 | + functions-common:apt_get:1230 : result=0 2024-08-29 04:28:47.330 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 04:28:47.332 | + functions-common:time_stop:2435 : local name 2024-08-29 04:28:47.334 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:28:47.336 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:28:47.338 | + functions-common:time_stop:2438 : local total 2024-08-29 04:28:47.340 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:28:47.342 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 04:28:47.343 | + functions-common:time_stop:2442 : start_time=1724905726861 2024-08-29 04:28:47.345 | + functions-common:time_stop:2444 : [[ -z 1724905726861 ]] 2024-08-29 04:28:47.348 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:28:47.351 | + functions-common:time_stop:2447 : end_time=1724905727349 2024-08-29 04:28:47.353 | + functions-common:time_stop:2448 : elapsed_time=488 2024-08-29 04:28:47.354 | + functions-common:time_stop:2449 : total=3483 2024-08-29 04:28:47.356 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:28:47.358 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3971 2024-08-29 04:28:47.360 | + functions-common:apt_get:1234 : return 0 2024-08-29 04:28:47.362 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-08-29 04:28:47.364 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-08-29 04:28:47.366 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-08-29 04:28:47.368 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-08-29 04:28:47.370 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-08-29 04:28:47.383 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-08-29 04:28:47.385 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 04:28:47.387 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 04:28:47.389 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 04:28:47.391 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 04:28:47.393 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 04:28:47.395 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 04:28:47.397 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:28:47.399 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:28:47.401 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 04:28:47.403 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 04:28:47.404 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 04:28:47.406 | + functions-common:apt_get_update:1186 : return 2024-08-29 04:28:47.408 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-08-29 04:28:47.410 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 04:28:47.412 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:28:47.414 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:28:47.416 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-08-29 04:28:47.433 | + 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-08-29 04:28:47.493 | Reading package lists... 2024-08-29 04:28:47.696 | Building dependency tree... 2024-08-29 04:28:47.699 | Reading state information... 2024-08-29 04:28:47.898 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-08-29 04:28:47.898 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 04:28:47.902 | + functions-common:apt_get:1230 : result=0 2024-08-29 04:28:47.905 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 04:28:47.907 | + functions-common:time_stop:2435 : local name 2024-08-29 04:28:47.909 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:28:47.911 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:28:47.913 | + functions-common:time_stop:2438 : local total 2024-08-29 04:28:47.915 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:28:47.917 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 04:28:47.919 | + functions-common:time_stop:2442 : start_time=1724905727430 2024-08-29 04:28:47.921 | + functions-common:time_stop:2444 : [[ -z 1724905727430 ]] 2024-08-29 04:28:47.923 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:28:47.926 | + functions-common:time_stop:2447 : end_time=1724905727924 2024-08-29 04:28:47.928 | + functions-common:time_stop:2448 : elapsed_time=494 2024-08-29 04:28:47.930 | + functions-common:time_stop:2449 : total=3971 2024-08-29 04:28:47.932 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:28:47.934 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4465 2024-08-29 04:28:47.936 | + functions-common:apt_get:1234 : return 0 2024-08-29 04:28:47.938 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-08-29 04:28:47.940 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-08-29 04:28:47.942 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 04:28:47.945 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:28:47.947 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:28:47.949 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-08-29 04:28:47.951 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-08-29 04:28:47.980 | wsgi (enabled by maintainer script) 2024-08-29 04:28:47.982 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-08-29 04:28:47.985 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-08-29 04:28:47.987 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 04:28:47.989 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-08-29 04:28:47.992 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-08-29 04:28:47.994 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 04:28:47.997 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-08-29 04:28:47.997 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 04:28:48.001 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-08-29 04:28:48.003 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-08-29 04:28:48.005 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-08-29 04:28:48.008 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-08-29 04:28:48.010 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-08-29 04:28:48.028 | Using python 3.10 to install osc-placement 2024-08-29 04:28:48.030 | + 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-08-29 04:28:49.158 | Collecting osc-placement 2024-08-29 04:28:49.161 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-08-29 04:28:49.168 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-08-29 04:28:49.169 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-08-29 04:28:49.169 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.2) 2024-08-29 04:28:49.170 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-08-29 04:28:49.171 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-08-29 04:28:49.197 | 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-08-29 04:28:49.197 | 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-08-29 04:28:49.198 | 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-08-29 04:28:49.199 | 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-08-29 04:28:49.199 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-08-29 04:28:49.205 | 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-08-29 04:28:49.206 | 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-08-29 04:28:49.207 | 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-08-29 04:28:49.214 | 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-08-29 04:28:49.214 | 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-08-29 04:28:49.215 | 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-08-29 04:28:49.216 | 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-08-29 04:28:49.216 | 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-08-29 04:28:49.218 | 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-08-29 04:28:49.224 | 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-08-29 04:28:49.226 | 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-08-29 04:28:49.226 | 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-08-29 04:28:49.226 | 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-08-29 04:28:49.227 | 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-08-29 04:28:49.230 | 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-08-29 04:28:49.244 | 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-08-29 04:28:49.246 | 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-08-29 04:28:49.247 | 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-08-29 04:28:49.247 | 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-08-29 04:28:49.248 | 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-08-29 04:28:49.249 | 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-08-29 04:28:49.250 | 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-08-29 04:28:49.268 | 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-08-29 04:28:49.269 | 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-08-29 04:28:49.270 | 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-08-29 04:28:49.270 | 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-08-29 04:28:49.327 | 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-08-29 04:28:49.328 | 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-08-29 04:28:49.328 | 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-08-29 04:28:49.347 | 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-08-29 04:28:49.376 | 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-08-29 04:28:49.436 | 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-08-29 04:28:50.268 | Installing collected packages: osc-placement 2024-08-29 04:28:50.344 | Successfully installed osc-placement-4.1.0 2024-08-29 04:28:50.344 | 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-08-29 04:28:50.450 | + inc/python:pip_install:196 : result=0 2024-08-29 04:28:50.452 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:28:50.455 | + functions-common:time_stop:2435 : local name 2024-08-29 04:28:50.457 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:28:50.459 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:28:50.461 | + functions-common:time_stop:2438 : local total 2024-08-29 04:28:50.463 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:28:50.465 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:28:50.467 | + functions-common:time_stop:2442 : start_time=1724905728024 2024-08-29 04:28:50.469 | + functions-common:time_stop:2444 : [[ -z 1724905728024 ]] 2024-08-29 04:28:50.472 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:28:50.475 | + functions-common:time_stop:2447 : end_time=1724905730473 2024-08-29 04:28:50.477 | + functions-common:time_stop:2448 : elapsed_time=2449 2024-08-29 04:28:50.479 | + functions-common:time_stop:2449 : total=90516 2024-08-29 04:28:50.481 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:28:50.483 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92965 2024-08-29 04:28:50.485 | + inc/python:pip_install:199 : return 0 2024-08-29 04:28:50.487 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-08-29 04:28:50.489 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-08-29 04:28:50.491 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-08-29 04:28:50.493 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 04:28:50.495 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 04:28:50.497 | ++ functions-common:git_clone:616 : pwd 2024-08-29 04:28:50.499 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 04:28:50.501 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 04:28:50.504 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 04:28:50.517 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 04:28:50.518 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 04:28:50.520 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 04:28:50.522 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 04:28:50.525 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 04:28:50.525 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 04:28:50.529 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-08-29 04:28:50.531 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 04:28:50.533 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-08-29 04:28:50.534 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:28:50.536 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:28:50.538 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:28:50.540 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:28:50.542 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:28:50.543 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:28:50.545 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:28:50.547 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:28:50.549 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:28:50.552 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905730550 2024-08-29 04:28:50.554 | + 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-08-29 04:28:50.557 | Cloning into '/opt/stack//placement'... 2024-08-29 04:28:53.837 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:28:53.839 | + functions-common:time_stop:2435 : local name 2024-08-29 04:28:53.841 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:28:53.843 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:28:53.845 | + functions-common:time_stop:2438 : local total 2024-08-29 04:28:53.846 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:28:53.848 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:28:53.850 | + functions-common:time_stop:2442 : start_time=1724905730550 2024-08-29 04:28:53.852 | + functions-common:time_stop:2444 : [[ -z 1724905730550 ]] 2024-08-29 04:28:53.854 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:28:53.857 | + functions-common:time_stop:2447 : end_time=1724905733855 2024-08-29 04:28:53.859 | + functions-common:time_stop:2448 : elapsed_time=3305 2024-08-29 04:28:53.861 | + functions-common:time_stop:2449 : total=128978 2024-08-29 04:28:53.863 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:28:53.864 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=132283 2024-08-29 04:28:53.866 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-08-29 04:28:53.868 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 04:28:53.870 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:28:53.872 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:28:53.874 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:28:53.875 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:28:53.877 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:28:53.879 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:28:53.881 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:28:53.882 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:28:53.885 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:28:53.888 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905733886 2024-08-29 04:28:53.890 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 04:28:55.239 | From https://opendev.org/openstack/placement 2024-08-29 04:28:55.239 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 04:28:55.243 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:28:55.245 | + functions-common:time_stop:2435 : local name 2024-08-29 04:28:55.247 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:28:55.248 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:28:55.250 | + functions-common:time_stop:2438 : local total 2024-08-29 04:28:55.252 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:28:55.254 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:28:55.255 | + functions-common:time_stop:2442 : start_time=1724905733886 2024-08-29 04:28:55.257 | + functions-common:time_stop:2444 : [[ -z 1724905733886 ]] 2024-08-29 04:28:55.260 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:28:55.262 | + functions-common:time_stop:2447 : end_time=1724905735260 2024-08-29 04:28:55.264 | + functions-common:time_stop:2448 : elapsed_time=1374 2024-08-29 04:28:55.266 | + functions-common:time_stop:2449 : total=132283 2024-08-29 04:28:55.267 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:28:55.269 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=133657 2024-08-29 04:28:55.271 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 04:28:55.273 | + functions-common:git_timed:720 : local count=0 2024-08-29 04:28:55.275 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 04:28:55.276 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:28:55.278 | + functions-common:git_timed:724 : timeout=0 2024-08-29 04:28:55.280 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:28:55.282 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:28:55.283 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:28:55.285 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:28:55.287 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:28:55.290 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905735288 2024-08-29 04:28:55.292 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 04:28:55.317 | Note: switching to 'FETCH_HEAD'. 2024-08-29 04:28:55.317 | 2024-08-29 04:28:55.317 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 04:28:55.317 | changes and commit them, and you can discard any commits you make in this 2024-08-29 04:28:55.317 | state without impacting any branches by switching back to a branch. 2024-08-29 04:28:55.317 | 2024-08-29 04:28:55.317 | If you want to create a new branch to retain commits you create, you may 2024-08-29 04:28:55.317 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 04:28:55.317 | 2024-08-29 04:28:55.317 | git switch -c 2024-08-29 04:28:55.317 | 2024-08-29 04:28:55.317 | Or undo this operation with: 2024-08-29 04:28:55.317 | 2024-08-29 04:28:55.317 | git switch - 2024-08-29 04:28:55.317 | 2024-08-29 04:28:55.317 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 04:28:55.317 | 2024-08-29 04:28:55.317 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-08-29 04:28:55.319 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:28:55.321 | + functions-common:time_stop:2435 : local name 2024-08-29 04:28:55.323 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:28:55.325 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:28:55.327 | + functions-common:time_stop:2438 : local total 2024-08-29 04:28:55.329 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:28:55.331 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:28:55.332 | + functions-common:time_stop:2442 : start_time=1724905735288 2024-08-29 04:28:55.334 | + functions-common:time_stop:2444 : [[ -z 1724905735288 ]] 2024-08-29 04:28:55.336 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:28:55.340 | + functions-common:time_stop:2447 : end_time=1724905735338 2024-08-29 04:28:55.341 | + functions-common:time_stop:2448 : elapsed_time=50 2024-08-29 04:28:55.343 | + functions-common:time_stop:2449 : total=133657 2024-08-29 04:28:55.345 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:28:55.347 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=133707 2024-08-29 04:28:55.349 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-08-29 04:28:55.359 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-08-29 04:28:55.362 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 04:28:55.362 | + functions-common:git_clone:696 : head -1 2024-08-29 04:28:55.364 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-08-29 04:28:55.366 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 04:28:55.368 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-08-29 04:28:55.370 | + inc/python:setup_develop:334 : local bindep 2024-08-29 04:28:55.372 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-08-29 04:28:55.374 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-08-29 04:28:55.376 | + inc/python:setup_develop:340 : local extras= 2024-08-29 04:28:55.378 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-08-29 04:28:55.380 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 04:28:55.382 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-08-29 04:28:55.384 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-08-29 04:28:55.386 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 04:28:55.388 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 04:28:55.391 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-08-29 04:28:55.393 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 04:28:55.396 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-08-29 04:28:55.398 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 04:28:55.400 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 04:28:55.402 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-08-29 04:28:55.407 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-08-29 04:28:55.409 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-08-29 04:28:55.738 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-08-29 04:28:55.740 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 04:28:55.742 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 04:28:55.744 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 04:28:55.747 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-08-29 04:28:55.749 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-08-29 04:28:55.751 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 04:28:55.753 | + inc/python:setup_package:424 : local extras= 2024-08-29 04:28:55.755 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 04:28:55.757 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 04:28:55.759 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 04:28:55.761 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 04:28:55.763 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 04:28:55.766 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-08-29 04:28:55.784 | Using python 3.10 to install /opt/stack/placement 2024-08-29 04:28:55.786 | + 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-08-29 04:28:56.721 | Obtaining file:///opt/stack/placement 2024-08-29 04:28:56.722 | Preparing metadata (setup.py): started 2024-08-29 04:28:57.107 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 04:28:57.162 | 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-08-29 04:28:57.165 | 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-08-29 04:28:57.165 | 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-08-29 04:28:57.165 | 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-08-29 04:28:57.165 | 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-08-29 04:28:57.165 | 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-08-29 04:28:57.166 | 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-08-29 04:28:57.167 | 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-08-29 04:28:57.167 | 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-08-29 04:28:57.168 | 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-08-29 04:28:57.169 | 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-08-29 04:28:57.170 | 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-08-29 04:28:57.170 | 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-08-29 04:28:57.171 | 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-08-29 04:28:57.172 | 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-08-29 04:28:57.173 | 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-08-29 04:28:57.173 | 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-08-29 04:28:57.174 | 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-08-29 04:28:57.175 | 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-08-29 04:28:57.176 | 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-08-29 04:28:57.177 | 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-08-29 04:28:57.194 | 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-08-29 04:28:57.195 | 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-08-29 04:28:57.219 | 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-08-29 04:28:57.220 | 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-08-29 04:28:57.221 | 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-08-29 04:28:57.221 | 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-08-29 04:28:57.222 | 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-08-29 04:28:57.223 | 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-08-29 04:28:57.232 | 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-08-29 04:28:57.250 | 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-08-29 04:28:57.250 | 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-08-29 04:28:57.251 | 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-08-29 04:28:57.252 | 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-08-29 04:28:57.253 | 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-08-29 04:28:57.295 | 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-08-29 04:28:57.296 | 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-08-29 04:28:57.297 | 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-08-29 04:28:57.298 | 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-08-29 04:28:57.315 | 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-08-29 04:28:57.318 | 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-08-29 04:28:57.325 | 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-08-29 04:28:57.327 | 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-08-29 04:28:57.328 | 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-08-29 04:28:57.340 | 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-08-29 04:28:57.340 | 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-08-29 04:28:57.344 | 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-08-29 04:28:57.351 | 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-08-29 04:28:57.352 | 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-08-29 04:28:57.352 | 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-08-29 04:28:57.353 | 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-08-29 04:28:57.364 | 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-08-29 04:28:57.365 | 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-08-29 04:28:57.366 | 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-08-29 04:28:57.367 | 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-08-29 04:28:57.374 | 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-08-29 04:28:57.436 | 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-08-29 04:28:57.451 | 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-08-29 04:28:57.494 | 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-08-29 04:28:57.513 | 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-08-29 04:28:57.540 | 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-08-29 04:28:57.572 | 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-08-29 04:28:57.589 | 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-08-29 04:28:57.657 | 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-08-29 04:28:57.659 | 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-08-29 04:28:57.660 | 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-08-29 04:28:57.685 | 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-08-29 04:28:58.471 | Installing collected packages: openstack-placement 2024-08-29 04:28:58.472 | Running setup.py develop for openstack-placement 2024-08-29 04:28:59.093 | Successfully installed openstack-placement 2024-08-29 04:28:59.093 | 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-08-29 04:28:59.202 | + inc/python:pip_install:196 : result=0 2024-08-29 04:28:59.204 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:28:59.206 | + functions-common:time_stop:2435 : local name 2024-08-29 04:28:59.208 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:28:59.210 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:28:59.212 | + functions-common:time_stop:2438 : local total 2024-08-29 04:28:59.214 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:28:59.215 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:28:59.217 | + functions-common:time_stop:2442 : start_time=1724905735780 2024-08-29 04:28:59.219 | + functions-common:time_stop:2444 : [[ -z 1724905735780 ]] 2024-08-29 04:28:59.221 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:28:59.224 | + functions-common:time_stop:2447 : end_time=1724905739222 2024-08-29 04:28:59.226 | + functions-common:time_stop:2448 : elapsed_time=3442 2024-08-29 04:28:59.228 | + functions-common:time_stop:2449 : total=92965 2024-08-29 04:28:59.230 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:28:59.232 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96407 2024-08-29 04:28:59.234 | + inc/python:pip_install:199 : return 0 2024-08-29 04:28:59.236 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 04:28:59.237 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-29 04:28:59.239 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-29 04:28:59.254 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-29 04:28:59.263 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-08-29 04:28:59.265 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-08-29 04:28:59.267 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:28:59.269 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:28:59.272 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-08-29 04:28:59.274 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:28:59.276 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 04:28:59.278 | + stack.sh:main:952 : configure_placement 2024-08-29 04:28:59.279 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-08-29 04:28:59.289 | + lib/placement:configure_placement:113 : create_placement_conf 2024-08-29 04:28:59.291 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-08-29 04:28:59.295 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-08-29 04:28:59.297 | ++ lib/database:database_connection_url:134 : local db=placement 2024-08-29 04:28:59.299 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-08-29 04:28:59.301 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-08-29 04:28:59.303 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 04:28:59.305 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 04:28:59.307 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-08-29 04:28:59.310 | + 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-08-29 04:28:59.337 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-08-29 04:28:59.362 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-08-29 04:28:59.388 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-08-29 04:28:59.390 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-08-29 04:28:59.392 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-08-29 04:28:59.394 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 04:28:59.396 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-08-29 04:28:59.421 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-08-29 04:28:59.445 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-29 04:28:59.468 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-08-29 04:28:59.492 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-08-29 04:28:59.516 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-08-29 04:28:59.539 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-08-29 04:28:59.563 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-08-29 04:28:59.587 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 04:28:59.610 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 04:28:59.634 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-08-29 04:28:59.636 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-08-29 04:28:59.638 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-08-29 04:28:59.641 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 04:28:59.654 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 04:28:59.656 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 04:28:59.657 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 04:28:59.659 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 04:28:59.661 | + 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-08-29 04:28:59.685 | + 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-08-29 04:28:59.709 | + 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-08-29 04:28:59.742 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 04:28:59.768 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-08-29 04:28:59.770 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-08-29 04:28:59.772 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-08-29 04:28:59.774 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-08-29 04:28:59.776 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-08-29 04:28:59.778 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-29 04:28:59.780 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 04:28:59.783 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-08-29 04:28:59.786 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-08-29 04:28:59.788 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 04:28:59.789 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 04:28:59.799 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 04:28:59.799 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 04:28:59.806 | d /var/run/uwsgi 0755 stack root 2024-08-29 04:28:59.809 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 04:28:59.817 | /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-08-29 04:28:59.820 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-08-29 04:28:59.822 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-08-29 04:28:59.825 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-08-29 04:28:59.851 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-08-29 04:28:59.874 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-08-29 04:28:59.897 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-08-29 04:28:59.920 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 04:28:59.943 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 04:28:59.966 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-08-29 04:28:59.990 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-08-29 04:29:00.013 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-08-29 04:29:00.036 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-29 04:29:00.061 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 04:29:00.086 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 04:29:00.109 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-08-29 04:29:00.133 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-29 04:29:00.135 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-29 04:29:00.138 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-08-29 04:29:00.140 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-08-29 04:29:00.141 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 04:29:00.143 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:29:00.145 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:29:00.147 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-08-29 04:29:00.150 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-08-29 04:29:00.152 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-08-29 04:29:00.176 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-08-29 04:29:00.200 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-08-29 04:29:00.200 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-08-29 04:29:00.207 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-08-29 04:29:00.210 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-08-29 04:29:00.212 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-08-29 04:29:00.214 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 04:29:00.216 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 04:29:00.218 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 04:29:00.220 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:29:00.221 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:29:00.224 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 04:29:00.225 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 04:29:00.227 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:29:00.229 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:29:00.231 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-08-29 04:29:00.264 | Enabling site placement-api. 2024-08-29 04:29:00.267 | To activate the new configuration, you need to run: 2024-08-29 04:29:00.267 | systemctl reload apache2 2024-08-29 04:29:00.271 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-29 04:29:00.273 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 04:29:00.275 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 04:29:00.276 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 04:29:00.365 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-08-29 04:29:00.367 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-08-29 04:29:00.369 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-08-29 04:29:00.397 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-08-29 04:29:00.422 | + stack.sh:main:959 : is_service_enabled placement placement-client 2024-08-29 04:29:00.436 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:29:00.438 | + stack.sh:main:960 : is_service_enabled n-cpu 2024-08-29 04:29:00.452 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:00.454 | + stack.sh:main:960 : is_service_enabled n-sch 2024-08-29 04:29:00.467 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:29:00.469 | + stack.sh:main:961 : configure_placement_nova_compute 2024-08-29 04:29:00.471 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-08-29 04:29:00.473 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-08-29 04:29:00.499 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-08-29 04:29:00.524 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-08-29 04:29:00.548 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-08-29 04:29:00.573 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-08-29 04:29:00.598 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-08-29 04:29:00.622 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-08-29 04:29:00.647 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-08-29 04:29:00.671 | + stack.sh:main:965 : is_service_enabled horizon 2024-08-29 04:29:00.685 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:00.687 | + stack.sh:main:970 : is_service_enabled tls-proxy 2024-08-29 04:29:00.700 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:00.702 | + stack.sh:main:978 : run_phase stack install 2024-08-29 04:29:00.704 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 04:29:00.706 | + functions-common:run_phase:1864 : local phase=install 2024-08-29 04:29:00.708 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 04:29:00.710 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 04:29:00.712 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 04:29:00.714 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 04:29:00.716 | + functions-common:run_phase:1873 : local extra 2024-08-29 04:29:00.719 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 04:29:00.723 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 04:29:00.725 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 04:29:00.727 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 04:29:00.730 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-08-29 04:29:00.732 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 04:29:00.744 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:29:00.746 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:29:00.748 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:29:00.750 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-08-29 04:29:00.752 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-08-29 04:29:00.754 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:29:00.756 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest 2024-08-29 04:29:00.758 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-08-29 04:29:00.760 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-08-29 04:29:00.806 | ++ inc/async:async_inner:63 : install_tempest 2024-08-29 04:29:00.834 | [3620 Async install_tempest:28074]: running: install_tempest 2024-08-29 04:29:00.836 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 04:29:00.838 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 04:29:00.840 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:29:00.842 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-29 04:29:00.845 | + functions-common:run_phase:1890 : run_plugins stack install 2024-08-29 04:29:00.847 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 04:29:00.849 | + functions-common:run_plugins:1850 : local phase=install 2024-08-29 04:29:00.851 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 04:29:00.853 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 04:29:00.855 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 04:29:00.857 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 04:29:00.860 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 04:29:00.862 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-08-29 04:29:00.864 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:29:00.866 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:29:00.868 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-08-29 04:29:00.871 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-08-29 04:29:00.873 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:29:00.875 | ++ stack.sh:echo_summary:455 : echo -e Installing Networking-NSX-T 2024-08-29 04:29:00.877 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-08-29 04:29:00.879 | ++ inc/python:setup_develop:334 : local bindep 2024-08-29 04:29:00.881 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-08-29 04:29:00.883 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-08-29 04:29:00.885 | ++ inc/python:setup_develop:340 : local extras= 2024-08-29 04:29:00.887 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-08-29 04:29:00.889 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 04:29:00.891 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-08-29 04:29:00.892 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-08-29 04:29:00.894 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 04:29:00.896 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 04:29:00.899 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-08-29 04:29:00.900 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 04:29:00.903 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-08-29 04:29:00.905 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 04:29:00.907 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 04:29:00.909 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-08-29 04:29:00.913 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-08-29 04:29:00.915 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-08-29 04:29:01.238 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-08-29 04:29:01.240 | ++ inc/python:setup_package:414 : local bindep=0 2024-08-29 04:29:01.242 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-08-29 04:29:01.244 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 04:29:01.246 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-08-29 04:29:01.248 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-08-29 04:29:01.250 | ++ inc/python:setup_package:423 : local flags=-e 2024-08-29 04:29:01.252 | ++ inc/python:setup_package:424 : local extras= 2024-08-29 04:29:01.254 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 04:29:01.256 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 04:29:01.258 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 04:29:01.260 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 04:29:01.262 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 04:29:01.264 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-08-29 04:29:01.281 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-08-29 04:29:01.283 | ++ 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-08-29 04:29:02.257 | Obtaining file:///opt/stack/networking-nsx-t 2024-08-29 04:29:02.258 | Preparing metadata (setup.py): started 2024-08-29 04:29:02.640 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 04:29:02.788 | Collecting Babel>=1.3 2024-08-29 04:29:02.838 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-08-29 04:29:02.885 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (22.1.0) 2024-08-29 04:29:02.909 | Collecting ipaddress 2024-08-29 04:29:02.911 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-08-29 04:29:02.912 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (0.8.0) 2024-08-29 04:29:02.914 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.4.3) 2024-08-29 04:29:02.914 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (9.1.1) 2024-08-29 04:29:02.914 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (6.0.0) 2024-08-29 04:29:02.915 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.2.0) 2024-08-29 04:29:02.916 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.1.1) 2024-08-29 04:29:02.917 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.1.2) 2024-08-29 04:29:02.918 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (6.1.0) 2024-08-29 04:29:02.919 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.11.1) 2024-08-29 04:29:02.920 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (0.14.1) 2024-08-29 04:29:02.920 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (9.0.0) 2024-08-29 04:29:03.030 | Collecting ratelimiter 2024-08-29 04:29:03.032 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-08-29 04:29:03.034 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.2.0) 2024-08-29 04:29:03.036 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev15) (2022.4) 2024-08-29 04:29:03.054 | 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.dev15) (1.4.2) 2024-08-29 04:29:03.055 | 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.dev15) (1.8.7) 2024-08-29 04:29:03.056 | 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.dev15) (14.2.5) 2024-08-29 04:29:03.056 | 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.dev15) (3.4.3) 2024-08-29 04:29:03.059 | 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.dev15) (4.1.1) 2024-08-29 04:29:03.059 | 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.dev15) (1.3.2) 2024-08-29 04:29:03.059 | 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.dev15) (2.10.0) 2024-08-29 04:29:03.060 | 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.dev15) (5.0.0) 2024-08-29 04:29:03.061 | 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.dev15) (5.1.2) 2024-08-29 04:29:03.062 | 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.dev15) (3.1.0) 2024-08-29 04:29:03.062 | 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.dev15) (1.4.41) 2024-08-29 04:29:03.063 | 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.dev15) (5.1.1) 2024-08-29 04:29:03.064 | 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.dev15) (12.3.2) 2024-08-29 04:29:03.065 | 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.dev15) (5.1.1) 2024-08-29 04:29:03.066 | 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.dev15) (2.6.1) 2024-08-29 04:29:03.085 | 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.dev15) (6.0) 2024-08-29 04:29:03.086 | 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.dev15) (2.28.1) 2024-08-29 04:29:03.086 | 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.dev15) (2.5.0) 2024-08-29 04:29:03.087 | 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.dev15) (1.5.0) 2024-08-29 04:29:03.130 | 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.dev15) (2.8.2) 2024-08-29 04:29:03.132 | 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.dev15) (0.9.6) 2024-08-29 04:29:03.140 | 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.dev15) (1.0.4) 2024-08-29 04:29:03.147 | 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.dev15) (2.1.1) 2024-08-29 04:29:03.148 | 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.dev15) (3.5.2) 2024-08-29 04:29:03.149 | 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.dev15) (2.5.1) 2024-08-29 04:29:03.150 | 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.dev15) (4.0.1) 2024-08-29 04:29:03.151 | 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.dev15) (1.4.0) 2024-08-29 04:29:03.152 | 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.dev15) (0.33.1) 2024-08-29 04:29:03.153 | 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.dev15) (1.1.3) 2024-08-29 04:29:03.159 | 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.dev15) (23.1) 2024-08-29 04:29:03.160 | 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.dev15) (1.1.0) 2024-08-29 04:29:03.161 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev15) (0.11.0) 2024-08-29 04:29:03.162 | 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.dev15) (3.0.9) 2024-08-29 04:29:03.206 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (4.2.0) 2024-08-29 04:29:03.206 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (5.1.0) 2024-08-29 04:29:03.207 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (3.17.6) 2024-08-29 04:29:03.209 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (2.7.0) 2024-08-29 04:29:03.210 | 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.dev15) (2.1.0) 2024-08-29 04:29:03.242 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (0.13.1) 2024-08-29 04:29:03.243 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (0.18) 2024-08-29 04:29:03.244 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (2.4.1) 2024-08-29 04:29:03.245 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (6.3.1) 2024-08-29 04:29:03.252 | 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.dev15) (3.4.1) 2024-08-29 04:29:03.253 | 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.dev15) (2.4.2) 2024-08-29 04:29:03.254 | 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.dev15) (0.5.1) 2024-08-29 04:29:03.255 | 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.dev15) (5.0.0) 2024-08-29 04:29:03.260 | 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.dev15) (1.14.1) 2024-08-29 04:29:03.266 | 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.dev15) (1.16.0) 2024-08-29 04:29:03.267 | 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.dev15) (2.2.1) 2024-08-29 04:29:03.311 | 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.dev15) (1.7.0) 2024-08-29 04:29:03.321 | 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.dev15) (1.0.1) 2024-08-29 04:29:03.330 | 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.dev15) (2.17.7) 2024-08-29 04:29:03.331 | 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.dev15) (0.6.13) 2024-08-29 04:29:03.376 | 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.dev15) (0.13.0) 2024-08-29 04:29:03.378 | 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.dev15) (1.8.1) 2024-08-29 04:29:03.378 | 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.dev15) (2.0.1) 2024-08-29 04:29:03.380 | 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.dev15) (0.5.0) 2024-08-29 04:29:03.405 | 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.dev15) (5.2.4) 2024-08-29 04:29:03.406 | 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.dev15) (5.1.1) 2024-08-29 04:29:03.407 | 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.dev15) (5.2.0) 2024-08-29 04:29:03.408 | 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.dev15) (5.1.1) 2024-08-29 04:29:03.410 | 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.dev15) (0.6.0) 2024-08-29 04:29:03.464 | 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.dev15) (59.6.0) 2024-08-29 04:29:03.479 | 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.dev15) (0.3.5) 2024-08-29 04:29:03.480 | 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.dev15) (1.2.3) 2024-08-29 04:29:03.533 | 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.dev15) (1.26.12) 2024-08-29 04:29:03.534 | 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.dev15) (2020.6.20) 2024-08-29 04:29:03.535 | 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.dev15) (3.4) 2024-08-29 04:29:03.536 | 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.dev15) (2.1.1) 2024-08-29 04:29:03.553 | 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.dev15) (0.7) 2024-08-29 04:29:03.693 | 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.dev15) (5.0.0) 2024-08-29 04:29:03.749 | 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.dev15) (1.8.2) 2024-08-29 04:29:03.749 | 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.dev15) (0.2.5) 2024-08-29 04:29:03.799 | 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.dev15) (3.8.1) 2024-08-29 04:29:03.840 | 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.dev15) (2.1.1) 2024-08-29 04:29:03.852 | 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.dev15) (2.11.0) 2024-08-29 04:29:03.855 | 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.dev15) (4.9.1) 2024-08-29 04:29:03.868 | 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.dev15) (1.4.0) 2024-08-29 04:29:03.869 | 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.dev15) (38.0.2) 2024-08-29 04:29:03.871 | 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.dev15) (1.4.4) 2024-08-29 04:29:03.872 | 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.dev15) (1.1.8) 2024-08-29 04:29:03.872 | 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.dev15) (1.32) 2024-08-29 04:29:03.873 | 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.dev15) (1.0.1) 2024-08-29 04:29:03.874 | 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.dev15) (5.1.1) 2024-08-29 04:29:03.935 | 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.dev15) (3.1.2) 2024-08-29 04:29:03.936 | 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.dev15) (4.0.0) 2024-08-29 04:29:03.939 | 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.dev15) (3.3.0) 2024-08-29 04:29:03.948 | 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.dev15) (2.4.0) 2024-08-29 04:29:03.990 | 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.dev15) (0.4.3) 2024-08-29 04:29:03.991 | 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.dev15) (0.5.2) 2024-08-29 04:29:04.012 | 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.dev15) (2.5.0) 2024-08-29 04:29:04.085 | 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.dev15) (1.15.1) 2024-08-29 04:29:04.173 | 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.dev15) (1.5.0) 2024-08-29 04:29:04.283 | 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.dev15) (2.21) 2024-08-29 04:29:04.847 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-08-29 04:29:04.888 | Attempting uninstall: Babel 2024-08-29 04:29:04.888 | Found existing installation: Babel 2.8.0 2024-08-29 04:29:04.888 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 04:29:04.888 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-08-29 04:29:05.254 | Running setup.py develop for networking-nsxv3 2024-08-29 04:29:06.071 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-08-29 04:29:06.072 | 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-08-29 04:29:06.190 | ++ inc/python:pip_install:196 : result=0 2024-08-29 04:29:06.192 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:29:06.194 | ++ functions-common:time_stop:2435 : local name 2024-08-29 04:29:06.196 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 04:29:06.197 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:29:06.199 | ++ functions-common:time_stop:2438 : local total 2024-08-29 04:29:06.201 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 04:29:06.203 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:29:06.205 | ++ functions-common:time_stop:2442 : start_time=1724905741277 2024-08-29 04:29:06.207 | ++ functions-common:time_stop:2444 : [[ -z 1724905741277 ]] 2024-08-29 04:29:06.209 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:29:06.212 | ++ functions-common:time_stop:2447 : end_time=1724905746210 2024-08-29 04:29:06.214 | ++ functions-common:time_stop:2448 : elapsed_time=4933 2024-08-29 04:29:06.216 | ++ functions-common:time_stop:2449 : total=96407 2024-08-29 04:29:06.218 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:29:06.220 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=101340 2024-08-29 04:29:06.222 | ++ inc/python:pip_install:199 : return 0 2024-08-29 04:29:06.224 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 04:29:06.226 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-29 04:29:06.228 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-29 04:29:06.243 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-29 04:29:06.252 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-08-29 04:29:06.255 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-08-29 04:29:06.257 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:29:06.259 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:29:06.261 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-08-29 04:29:06.263 | ++ inc/python:use_library_from_git:249 : return 1 2024-08-29 04:29:06.265 | + stack.sh:main:981 : use_library_from_git python-openstackclient 2024-08-29 04:29:06.267 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-08-29 04:29:06.269 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 04:29:06.271 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 04:29:06.273 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-08-29 04:29:06.275 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 04:29:06.278 | + stack.sh:main:985 : pip_install_gr python-openstackclient 2024-08-29 04:29:06.280 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-08-29 04:29:06.282 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 04:29:06.284 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-08-29 04:29:06.286 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-08-29 04:29:06.289 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 04:29:06.292 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-08-29 04:29:06.292 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 04:29:06.297 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-08-29 04:29:06.299 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-08-29 04:29:06.301 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-08-29 04:29:06.304 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-08-29 04:29:06.306 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-08-29 04:29:06.323 | Using python 3.10 to install python-openstackclient 2024-08-29 04:29:06.326 | + 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-08-29 04:29:07.395 | Collecting python-openstackclient 2024-08-29 04:29:07.404 | Using cached python_openstackclient-6.2.1-py3-none-any.whl (1.1 MB) 2024-08-29 04:29:07.422 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-08-29 04:29:07.423 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-08-29 04:29:07.424 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-08-29 04:29:07.424 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-08-29 04:29:07.425 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-08-29 04:29:07.426 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-08-29 04:29:07.427 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-08-29 04:29:07.427 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-08-29 04:29:07.428 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-08-29 04:29:07.430 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-08-29 04:29:07.430 | 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-08-29 04:29:07.434 | 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-08-29 04:29:07.435 | 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-08-29 04:29:07.436 | 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-08-29 04:29:07.436 | 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-08-29 04:29:07.437 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-08-29 04:29:07.451 | 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-08-29 04:29:07.451 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-08-29 04:29:07.451 | 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-08-29 04:29:07.451 | 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-08-29 04:29:07.451 | 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-08-29 04:29:07.452 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-08-29 04:29:07.453 | 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-08-29 04:29:07.453 | 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-08-29 04:29:07.455 | 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-08-29 04:29:07.455 | 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-08-29 04:29:07.461 | 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-08-29 04:29:07.468 | 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-08-29 04:29:07.469 | 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-08-29 04:29:07.470 | 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-08-29 04:29:07.471 | 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-08-29 04:29:07.472 | 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-08-29 04:29:07.480 | 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-08-29 04:29:07.489 | 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-08-29 04:29:07.490 | 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-08-29 04:29:07.491 | 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-08-29 04:29:07.548 | 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-08-29 04:29:07.549 | 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-08-29 04:29:07.549 | 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-08-29 04:29:07.568 | 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-08-29 04:29:07.573 | 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-08-29 04:29:07.598 | 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-08-29 04:29:07.656 | 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-08-29 04:29:07.662 | 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-08-29 04:29:07.693 | 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-08-29 04:29:07.695 | 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-08-29 04:29:07.695 | 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-08-29 04:29:07.695 | 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-08-29 04:29:07.741 | 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-08-29 04:29:08.665 | Installing collected packages: python-openstackclient 2024-08-29 04:29:09.561 | Successfully installed python-openstackclient-6.2.1 2024-08-29 04:29:09.561 | 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-08-29 04:29:09.736 | + inc/python:pip_install:196 : result=0 2024-08-29 04:29:09.738 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:29:09.740 | + functions-common:time_stop:2435 : local name 2024-08-29 04:29:09.742 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:29:09.744 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:29:09.746 | + functions-common:time_stop:2438 : local total 2024-08-29 04:29:09.747 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:29:09.749 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:29:09.751 | + functions-common:time_stop:2442 : start_time=1724905746319 2024-08-29 04:29:09.753 | + functions-common:time_stop:2444 : [[ -z 1724905746319 ]] 2024-08-29 04:29:09.756 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:29:09.759 | + functions-common:time_stop:2447 : end_time=1724905749756 2024-08-29 04:29:09.761 | + functions-common:time_stop:2448 : elapsed_time=3437 2024-08-29 04:29:09.763 | + functions-common:time_stop:2449 : total=101340 2024-08-29 04:29:09.765 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:29:09.766 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=104777 2024-08-29 04:29:09.768 | + inc/python:pip_install:199 : return 0 2024-08-29 04:29:09.770 | + stack.sh:main:990 : install_oscwrap 2024-08-29 04:29:09.774 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-08-29 04:29:09.778 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.lldMsfW3Ti 2024-08-29 04:29:09.782 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-08-29 04:29:09.784 | + functions-common:install_oscwrap:2486 : unalias -a 2024-08-29 04:29:09.786 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-08-29 04:29:09.789 | + stack.sh:main:995 : [[ False != \F\a\l\s\e ]] 2024-08-29 04:29:09.791 | + stack.sh:main:1035 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-29 04:29:09.793 | + stack.sh:main:1043 : is_service_enabled mysql postgresql 2024-08-29 04:29:09.811 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:29:09.817 | + stack.sh:main:1044 : configure_database 2024-08-29 04:29:09.819 | + lib/database:configure_database:128 : configure_database_mysql 2024-08-29 04:29:09.821 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-08-29 04:29:09.823 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-08-29 04:29:09.826 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:29:09.828 | + stack.sh:echo_summary:455 : echo -e Configuring and starting MySQL 2024-08-29 04:29:09.830 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-08-29 04:29:09.832 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:29:09.834 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:29:09.836 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-08-29 04:29:09.838 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-08-29 04:29:09.841 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-08-29 04:29:09.841 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-29 04:29:09.845 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-08-29 04:29:09.903 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-08-29 04:29:09.905 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 04:29:09.906 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 04:29:09.908 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 04:29:09.911 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 04:29:09.912 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 04:29:09.914 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 04:29:09.916 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 04:29:09.918 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 04:29:09.920 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 04:29:09.922 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 04:29:09.923 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 04:29:09.925 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 04:29:09.927 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-08-29 04:29:09.929 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 04:29:09.931 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 04:29:09.933 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 04:29:09.935 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 04:29:09.937 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 04:29:09.939 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 04:29:09.941 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-08-29 04:29:09.943 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:29:09.945 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:29:09.947 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-08-29 04:29:09.949 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 04:29:09.951 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-08-29 04:29:10.499 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-08-29 04:29:10.501 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:29:10.503 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:29:10.505 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-08-29 04:29:10.507 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-08-29 04:29:10.509 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-08-29 04:29:10.511 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:29:10.513 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:29:10.515 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-08-29 04:29:10.517 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-08-29 04:29:10.519 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-08-29 04:29:10.521 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:29:10.522 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:29:10.525 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-08-29 04:29:10.527 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-08-29 04:29:10.531 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-08-29 04:29:10.533 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-08-29 04:29:10.550 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-08-29 04:29:10.552 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:29:10.554 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:29:10.556 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-08-29 04:29:10.558 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-08-29 04:29:10.562 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-08-29 04:29:10.618 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-08-29 04:29:10.664 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-08-29 04:29:10.707 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-08-29 04:29:10.709 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2024-08-29 04:29:10.711 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-08-29 04:29:10.713 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-08-29 04:29:10.715 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 04:29:10.717 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-08-29 04:29:11.249 | + stack.sh:main:1048 : save_stackenv 1048 2024-08-29 04:29:11.251 | + functions-common:save_stackenv:60 : local tag=1048 2024-08-29 04:29:11.254 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-29 04:29:11.257 | + functions-common:save_stackenv:62 : time_stamp=2024-08-29-042911 2024-08-29 04:29:11.259 | + functions-common:save_stackenv:63 : echo '# 2024-08-29-042911 1048' 2024-08-29 04:29:11.261 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.263 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-29 04:29:11.265 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.267 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-29 04:29:11.269 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.271 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-29 04:29:11.273 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.274 | + 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-08-29 04:29:11.276 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.278 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-29 04:29:11.280 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.282 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-29 04:29:11.284 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.286 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-29-042428 2024-08-29 04:29:11.288 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.290 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-29 04:29:11.292 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.293 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-29 04:29:11.295 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.297 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-29 04:29:11.299 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.301 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-29 04:29:11.303 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.305 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-29 04:29:11.307 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.309 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-29 04:29:11.311 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.313 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-29 04:29:11.315 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:29:11.316 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-29 04:29:11.318 | + stack.sh:main:1060 : [[ False == \T\r\u\e ]] 2024-08-29 04:29:11.320 | + stack.sh:main:1074 : start_dstat 2024-08-29 04:29:11.322 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-08-29 04:29:11.324 | + functions-common:run_process:1689 : local service=dstat 2024-08-29 04:29:11.326 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-08-29 04:29:11.328 | + functions-common:run_process:1691 : local group= 2024-08-29 04:29:11.330 | + functions-common:run_process:1692 : local user= 2024-08-29 04:29:11.332 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:29:11.334 | + functions-common:run_process:1695 : local name=dstat 2024-08-29 04:29:11.336 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:29:11.338 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:29:11.340 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:29:11.342 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:29:11.345 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:29:11.348 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905751346 2024-08-29 04:29:11.350 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-08-29 04:29:11.363 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:11.365 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:29:11.367 | + functions-common:time_stop:2435 : local name 2024-08-29 04:29:11.369 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:29:11.371 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:29:11.373 | + functions-common:time_stop:2438 : local total 2024-08-29 04:29:11.375 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:29:11.377 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:29:11.379 | + functions-common:time_stop:2442 : start_time=1724905751346 2024-08-29 04:29:11.381 | + functions-common:time_stop:2444 : [[ -z 1724905751346 ]] 2024-08-29 04:29:11.384 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:29:11.387 | + functions-common:time_stop:2447 : end_time=1724905751385 2024-08-29 04:29:11.389 | + functions-common:time_stop:2448 : elapsed_time=39 2024-08-29 04:29:11.391 | + functions-common:time_stop:2449 : total=0 2024-08-29 04:29:11.393 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:29:11.395 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39 2024-08-29 04:29:11.397 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-08-29 04:29:11.399 | + functions-common:run_process:1689 : local service=memory_tracker 2024-08-29 04:29:11.400 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-08-29 04:29:11.402 | + functions-common:run_process:1691 : local group= 2024-08-29 04:29:11.404 | + functions-common:run_process:1692 : local user=root 2024-08-29 04:29:11.406 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:29:11.408 | + functions-common:run_process:1695 : local name=memory_tracker 2024-08-29 04:29:11.410 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:29:11.412 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:29:11.414 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:29:11.416 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:29:11.419 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:29:11.423 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905751420 2024-08-29 04:29:11.425 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-08-29 04:29:11.438 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:11.440 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:29:11.442 | + functions-common:time_stop:2435 : local name 2024-08-29 04:29:11.444 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:29:11.446 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:29:11.448 | + functions-common:time_stop:2438 : local total 2024-08-29 04:29:11.450 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:29:11.452 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:29:11.454 | + functions-common:time_stop:2442 : start_time=1724905751420 2024-08-29 04:29:11.456 | + functions-common:time_stop:2444 : [[ -z 1724905751420 ]] 2024-08-29 04:29:11.458 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:29:11.462 | + functions-common:time_stop:2447 : end_time=1724905751460 2024-08-29 04:29:11.464 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-29 04:29:11.466 | + functions-common:time_stop:2449 : total=39 2024-08-29 04:29:11.468 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:29:11.470 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=79 2024-08-29 04:29:11.472 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-08-29 04:29:11.485 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:11.487 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-08-29 04:29:11.493 | + functions-common:run_process:1689 : local service=file_tracker 2024-08-29 04:29:11.493 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-08-29 04:29:11.493 | + functions-common:run_process:1691 : local group= 2024-08-29 04:29:11.495 | + functions-common:run_process:1692 : local user= 2024-08-29 04:29:11.497 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:29:11.499 | + functions-common:run_process:1695 : local name=file_tracker 2024-08-29 04:29:11.501 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:29:11.503 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:29:11.505 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:29:11.507 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:29:11.510 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:29:11.513 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905751511 2024-08-29 04:29:11.515 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-08-29 04:29:11.531 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:11.533 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:29:11.535 | + functions-common:time_stop:2435 : local name 2024-08-29 04:29:11.539 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:29:11.539 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:29:11.541 | + functions-common:time_stop:2438 : local total 2024-08-29 04:29:11.543 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:29:11.545 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:29:11.547 | + functions-common:time_stop:2442 : start_time=1724905751511 2024-08-29 04:29:11.549 | + functions-common:time_stop:2444 : [[ -z 1724905751511 ]] 2024-08-29 04:29:11.551 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:29:11.554 | + functions-common:time_stop:2447 : end_time=1724905751552 2024-08-29 04:29:11.556 | + functions-common:time_stop:2448 : elapsed_time=41 2024-08-29 04:29:11.558 | + functions-common:time_stop:2449 : total=79 2024-08-29 04:29:11.561 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:29:11.563 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=120 2024-08-29 04:29:11.565 | + stack.sh:main:1078 : is_service_enabled tcpdump 2024-08-29 04:29:11.578 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:11.581 | + stack.sh:main:1086 : is_service_enabled etcd3 2024-08-29 04:29:11.594 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:29:11.596 | + stack.sh:main:1087 : start_etcd3 2024-08-29 04:29:11.598 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-08-29 04:29:11.605 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-08-29 04:29:11.607 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-08-29 04:29:11.609 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-08-29 04:29:11.611 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-08-29 04:29:11.614 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-08-29 04:29:11.616 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-08-29 04:29:11.618 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-08-29 04:29:11.620 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-08-29 04:29:11.622 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-08-29 04:29:11.624 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-08-29 04:29:11.626 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-08-29 04:29:11.628 | + 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-08-29 04:29:11.630 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-08-29 04:29:11.633 | + 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-08-29 04:29:11.634 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 04:29:11.636 | + functions-common:write_user_unit_file:1561 : local user=root 2024-08-29 04:29:11.638 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 04:29:11.640 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 04:29:11.642 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 04:29:11.644 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-08-29 04:29:11.646 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 04:29:11.649 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-08-29 04:29:11.709 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-08-29 04:29:11.773 | + 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-08-29 04:29:11.817 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-08-29 04:29:11.860 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-08-29 04:29:11.902 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:29:11.947 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 04:29:11.949 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 04:29:11.951 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-08-29 04:29:11.999 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 04:29:12.253 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-08-29 04:29:12.298 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-08-29 04:29:12.340 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-08-29 04:29:12.383 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-08-29 04:29:12.426 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-08-29 04:29:12.429 | ++ functions-common:is_arch:507 : uname -m 2024-08-29 04:29:12.432 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-08-29 04:29:12.434 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-08-29 04:29:12.701 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-08-29 04:29:12.710 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-08-29 04:29:12.945 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-08-29 04:29:13.912 | + stack.sh:main:1093 : is_service_enabled tls-proxy 2024-08-29 04:29:13.926 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:13.928 | + stack.sh:main:1098 : write_clouds_yaml 2024-08-29 04:29:13.931 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-08-29 04:29:13.933 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-08-29 04:29:13.937 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-08-29 04:29:13.948 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-08-29 04:29:13.958 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-08-29 04:29:13.960 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-29 04:29:13.962 | + 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-08-29 04:29:14.012 | The user clouds.yaml file didn't exist. 2024-08-29 04:29:14.021 | + 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-08-29 04:29:14.076 | + 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-08-29 04:29:14.133 | + 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-08-29 04:29:14.189 | + 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-08-29 04:29:14.249 | + 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-08-29 04:29:14.310 | + 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-08-29 04:29:14.371 | + 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-08-29 04:29:14.436 | + 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-08-29 04:29:14.502 | + 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-08-29 04:29:14.568 | + functions-common:write_clouds_yaml:198 : cat 2024-08-29 04:29:14.572 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-08-29 04:29:14.574 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-08-29 04:29:14.576 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-08-29 04:29:14.580 | + stack.sh:main:1099 : export OS_CLOUD=devstack-admin 2024-08-29 04:29:14.582 | + stack.sh:main:1099 : OS_CLOUD=devstack-admin 2024-08-29 04:29:14.584 | + stack.sh:main:1101 : is_service_enabled keystone 2024-08-29 04:29:14.596 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:29:14.598 | + stack.sh:main:1102 : echo_summary 'Starting Keystone' 2024-08-29 04:29:14.600 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:29:14.602 | + stack.sh:echo_summary:455 : echo -e Starting Keystone 2024-08-29 04:29:14.604 | + stack.sh:main:1104 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-08-29 04:29:14.606 | + stack.sh:main:1105 : init_keystone 2024-08-29 04:29:14.608 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-08-29 04:29:14.621 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:14.623 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-08-29 04:29:14.624 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-08-29 04:29:14.626 | + lib/database:recreate_database:112 : local db=keystone 2024-08-29 04:29:14.628 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-08-29 04:29:14.630 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-08-29 04:29:14.632 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-08-29 04:29:14.642 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-08-29 04:29:14.650 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-08-29 04:29:14.652 | + functions-common:time_start:2421 : local name=dbsync 2024-08-29 04:29:14.654 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:29:14.656 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:29:14.659 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:29:14.662 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905754660 2024-08-29 04:29:14.664 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-08-29 04:29:16.515 | 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=30367) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 04:29:16.520 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 04:29:16.520 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 04:29:16.522 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 04:29:16.522 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:29:16.522 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:29:16.522 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:29:16.522 | 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=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:29:16.523 | 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=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:29:16.523 | 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=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:29:16.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:29:16.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:29:16.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:29:16.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:29:16.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:29:16.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:29:16.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:29:16.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:29:16.523 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 04:29:16.523 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=30367) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 04:29:16.534 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 04:29:16.534 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 04:29:16.563 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-08-29 04:29:17.235 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=30367) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 04:29:17.236 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-08-29 04:29:17.236 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=30367) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 04:29:17.238 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-08-29 04:29:17.238 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=30367) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 04:29:17.558 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-08-29 04:29:17.561 | + functions-common:time_stop:2435 : local name 2024-08-29 04:29:17.563 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:29:17.565 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:29:17.567 | + functions-common:time_stop:2438 : local total 2024-08-29 04:29:17.569 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:29:17.571 | + functions-common:time_stop:2441 : name=dbsync 2024-08-29 04:29:17.573 | + functions-common:time_stop:2442 : start_time=1724905754660 2024-08-29 04:29:17.575 | + functions-common:time_stop:2444 : [[ -z 1724905754660 ]] 2024-08-29 04:29:17.578 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:29:17.582 | + functions-common:time_stop:2447 : end_time=1724905757579 2024-08-29 04:29:17.584 | + functions-common:time_stop:2448 : elapsed_time=2919 2024-08-29 04:29:17.586 | + functions-common:time_stop:2449 : total=0 2024-08-29 04:29:17.588 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:29:17.590 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2919 2024-08-29 04:29:17.592 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-08-29 04:29:17.594 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-08-29 04:29:17.597 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-08-29 04:29:19.234 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-08-29 04:29:19.235 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-08-29 04:29:19.235 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-08-29 04:29:19.235 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-08-29 04:29:19.235 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-08-29 04:29:19.235 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-08-29 04:29:19.235 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-08-29 04:29:19.235 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-08-29 04:29:19.236 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-08-29 04:29:19.494 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-08-29 04:29:19.498 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-08-29 04:29:21.166 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-08-29 04:29:21.166 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-08-29 04:29:21.166 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-08-29 04:29:21.166 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-08-29 04:29:21.166 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-08-29 04:29:21.166 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-08-29 04:29:21.166 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-08-29 04:29:21.166 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-08-29 04:29:21.166 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-08-29 04:29:21.418 | + stack.sh:main:1106 : start_keystone 2024-08-29 04:29:21.420 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-08-29 04:29:21.423 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-08-29 04:29:21.425 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-08-29 04:29:21.438 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:21.440 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-08-29 04:29:21.443 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-08-29 04:29:21.446 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-08-29 04:29:21.448 | + functions-common:run_process:1689 : local service=keystone 2024-08-29 04:29:21.450 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 04:29:21.452 | + functions-common:run_process:1691 : local group= 2024-08-29 04:29:21.454 | + functions-common:run_process:1692 : local user= 2024-08-29 04:29:21.456 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:29:21.458 | + functions-common:run_process:1695 : local name=keystone 2024-08-29 04:29:21.460 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:29:21.462 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:29:21.464 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:29:21.466 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:29:21.468 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:29:21.471 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905761469 2024-08-29 04:29:21.473 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-08-29 04:29:21.486 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:29:21.487 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-08-29 04:29:21.489 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-08-29 04:29:21.491 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 04:29:21.493 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 04:29:21.495 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 04:29:21.497 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 04:29:21.499 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-08-29 04:29:21.500 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-08-29 04:29:21.502 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-08-29 04:29:21.504 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:29:21.506 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:29:21.508 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:29:21.510 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:29:21.512 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-08-29 04:29:21.514 | + 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-08-29 04:29:21.516 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-08-29 04:29:21.517 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 04:29:21.519 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 04:29:21.521 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 04:29:21.522 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 04:29:21.524 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-08-29 04:29:21.526 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 04:29:21.529 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-08-29 04:29:21.575 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-08-29 04:29:21.622 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-08-29 04:29:21.661 | + 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-08-29 04:29:21.700 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:29:21.739 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-08-29 04:29:21.779 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-08-29 04:29:21.819 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-08-29 04:29:21.860 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-08-29 04:29:21.901 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-08-29 04:29:21.941 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 04:29:21.943 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 04:29:21.944 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-08-29 04:29:21.993 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 04:29:22.044 | ++ inc/async:async_inner:64 : rc=0 2024-08-29 04:29:22.063 | [28074 Async install_tempest:28074]: finished successfully 2024-08-29 04:29:22.239 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-08-29 04:29:22.248 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-08-29 04:29:22.479 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-08-29 04:29:22.539 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:29:22.541 | + functions-common:time_stop:2435 : local name 2024-08-29 04:29:22.543 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:29:22.545 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:29:22.547 | + functions-common:time_stop:2438 : local total 2024-08-29 04:29:22.549 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:29:22.551 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:29:22.553 | + functions-common:time_stop:2442 : start_time=1724905761469 2024-08-29 04:29:22.555 | + functions-common:time_stop:2444 : [[ -z 1724905761469 ]] 2024-08-29 04:29:22.557 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:29:22.560 | + functions-common:time_stop:2447 : end_time=1724905762558 2024-08-29 04:29:22.562 | + functions-common:time_stop:2448 : elapsed_time=1089 2024-08-29 04:29:22.564 | + functions-common:time_stop:2449 : total=120 2024-08-29 04:29:22.566 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:29:22.567 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1209 2024-08-29 04:29:22.569 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-08-29 04:29:22.569 | Waiting for keystone to start... 2024-08-29 04:29:22.571 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-08-29 04:29:22.573 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-08-29 04:29:22.575 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 04:29:22.577 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-08-29 04:29:22.579 | + functions:wait_for_service:470 : local rval=0 2024-08-29 04:29:22.581 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 04:29:22.583 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 04:29:22.584 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:29:22.586 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:29:22.589 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:29:22.592 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905762590 2024-08-29 04:29:22.594 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 04:29:22.597 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-08-29 04:29:24.973 | + :: : [[ 200 == 503 ]] 2024-08-29 04:29:24.974 | + :: : [[ 0 -eq 7 ]] 2024-08-29 04:29:24.977 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 04:29:24.979 | + functions-common:time_stop:2435 : local name 2024-08-29 04:29:24.981 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:29:24.983 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:29:24.985 | + functions-common:time_stop:2438 : local total 2024-08-29 04:29:24.987 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:29:24.989 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 04:29:24.991 | + functions-common:time_stop:2442 : start_time=1724905762590 2024-08-29 04:29:24.993 | + functions-common:time_stop:2444 : [[ -z 1724905762590 ]] 2024-08-29 04:29:24.996 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:29:24.999 | + functions-common:time_stop:2447 : end_time=1724905764996 2024-08-29 04:29:25.000 | + functions-common:time_stop:2448 : elapsed_time=2406 2024-08-29 04:29:25.002 | + functions-common:time_stop:2449 : total=0 2024-08-29 04:29:25.004 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:29:25.006 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2406 2024-08-29 04:29:25.008 | + functions:wait_for_service:478 : return 0 2024-08-29 04:29:25.010 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-08-29 04:29:25.023 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:25.025 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-08-29 04:29:25.027 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 04:29:25.029 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-08-29 04:29:26.269 | + stack.sh:main:1107 : bootstrap_keystone 2024-08-29 04:29:26.272 | + 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-08-29 04:29:27.938 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:27.938 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:27.938 | 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=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:27.943 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:27.950 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:27.950 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:27.966 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:27.982 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:27.982 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.089 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.089 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.090 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.090 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.090 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.090 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.096 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.096 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.097 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.097 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.097 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.097 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.097 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.101 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.103 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.103 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.103 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.103 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.103 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.103 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.103 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=31157) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 04:29:28.119 | 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=31157) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 04:29:28.213 | INFO keystone.cmd.bootstrap [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] Created domain default 2024-08-29 04:29:28.236 | INFO keystone.cmd.bootstrap [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] Created project admin 2024-08-29 04:29:28.250 | WARNING keystone.common.password_hashing [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-08-29 04:29:28.251 | DEBUG passlib.handlers.bcrypt [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=31157) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-08-29 04:29:28.251 | DEBUG passlib.handlers.bcrypt [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=31157) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-08-29 04:29:28.293 | INFO keystone.cmd.bootstrap [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] Created user admin 2024-08-29 04:29:28.300 | INFO keystone.cmd.bootstrap [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] Created role reader 2024-08-29 04:29:28.305 | INFO keystone.cmd.bootstrap [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] Created role member 2024-08-29 04:29:28.317 | INFO keystone.cmd.bootstrap [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] Created implied role where c78d7e759ec443ca99fd0d6758ac3cea implies 23ef12299b7c45b0974f24febba92299 2024-08-29 04:29:28.322 | INFO keystone.cmd.bootstrap [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] Created role admin 2024-08-29 04:29:28.332 | INFO keystone.cmd.bootstrap [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] Created implied role where 1b9c0f089e1a470f9cf31d349f387dc8 implies c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:28.337 | INFO keystone.cmd.bootstrap [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] Granted role admin on project admin to user admin. 2024-08-29 04:29:28.339 | INFO keystone.cmd.bootstrap [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] Granted role admin on the system to user admin. 2024-08-29 04:29:28.344 | WARNING py.warnings [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 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-08-29 04:29:28.344 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-08-29 04:29:28.345 |  2024-08-29 04:29:28.346 | INFO keystone.cmd.bootstrap [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] Created region RegionOne 2024-08-29 04:29:28.361 | INFO keystone.cmd.bootstrap [None req-a7ea4159-4a54-4ac0-8ef8-6a64b868b066 None None] Created public endpoint http://10.180.1.21/identity 2024-08-29 04:29:28.673 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-08-29 04:29:28.675 | + stack.sh:main:1110 : create_keystone_accounts 2024-08-29 04:29:28.678 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-08-29 04:29:28.681 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-08-29 04:29:30.268 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:30.270 | + lib/keystone:create_keystone_accounts:315 : admin_project=8c82f07917ba4819a6bcf09e15f9f9cf 2024-08-29 04:29:30.272 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-08-29 04:29:30.275 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-08-29 04:29:31.493 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:31.495 | + lib/keystone:create_keystone_accounts:317 : admin_user=ae9beb84a81e413aa92c19d20356b17d 2024-08-29 04:29:31.497 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-08-29 04:29:31.499 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-08-29 04:29:31.501 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-08-29 04:29:31.502 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin ae9beb84a81e413aa92c19d20356b17d default 2024-08-29 04:29:31.549 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin ae9beb84a81e413aa92c19d20356b17d default 2024-08-29 04:29:31.578 | [3620 Async ks-domain-role:31276]: running: get_or_add_user_domain_role admin ae9beb84a81e413aa92c19d20356b17d default 2024-08-29 04:29:31.580 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-08-29 04:29:31.582 | + functions-common:get_or_create_domain:895 : local domain_id 2024-08-29 04:29:31.585 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-08-29 04:29:33.107 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:33.109 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-08-29 04:29:33.111 | + functions-common:get_or_create_domain:901 : echo default 2024-08-29 04:29:33.111 | default 2024-08-29 04:29:33.113 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-08-29 04:29:33.163 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-08-29 04:29:33.192 | [3620 Async ks-project:31386]: running: get_or_create_project service Default 2024-08-29 04:29:33.194 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-08-29 04:29:33.242 | + inc/async:async_inner:63 : get_or_create_role service 2024-08-29 04:29:33.272 | [3620 Async ks-service:31498]: running: get_or_create_role service 2024-08-29 04:29:33.274 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-08-29 04:29:33.319 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-08-29 04:29:33.360 | [3620 Async ks-reseller:31594]: running: get_or_create_role ResellerAdmin 2024-08-29 04:29:33.363 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-08-29 04:29:33.365 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-08-29 04:29:33.414 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-08-29 04:29:33.444 | [3620 Async ks-anotherrole:31691]: running: get_or_create_role anotherrole 2024-08-29 04:29:33.446 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-08-29 04:29:33.448 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-08-29 04:29:33.450 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-29 04:29:33.453 | +++ 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-08-29 04:29:34.683 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:34.701 | [31498 Async ks-service:31498]: finished successfully 2024-08-29 04:29:34.866 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:34.884 | [31386 Async ks-project:31386]: finished successfully 2024-08-29 04:29:34.943 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:34.962 | [31594 Async ks-reseller:31594]: finished successfully 2024-08-29 04:29:35.007 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:35.025 | [31691 Async ks-anotherrole:31691]: finished successfully 2024-08-29 04:29:35.148 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:35.166 | [31276 Async ks-domain-role:31276]: finished successfully 2024-08-29 04:29:35.179 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:35.181 | ++ functions-common:get_or_create_project:951 : project_id=f1867c4547134244856bd661bfce77a2 2024-08-29 04:29:35.183 | ++ functions-common:get_or_create_project:952 : echo f1867c4547134244856bd661bfce77a2 2024-08-29 04:29:35.185 | + lib/keystone:create_keystone_accounts:345 : invis_project=f1867c4547134244856bd661bfce77a2 2024-08-29 04:29:35.187 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-08-29 04:29:35.190 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-08-29 04:29:35.192 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-29 04:29:35.194 | +++ 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-08-29 04:29:36.551 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:36.554 | ++ functions-common:get_or_create_project:951 : project_id=4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:36.556 | ++ functions-common:get_or_create_project:952 : echo 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:36.559 | + lib/keystone:create_keystone_accounts:349 : demo_project=4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:36.561 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-08-29 04:29:36.564 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-08-29 04:29:36.565 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 04:29:36.567 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-08-29 04:29:36.569 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-08-29 04:29:36.572 | +++ 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-08-29 04:29:37.978 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:37.981 | ++ functions-common:get_or_create_user:938 : user_id=c6cfd1dc45784eb290b8a0f338170e48 2024-08-29 04:29:37.982 | ++ functions-common:get_or_create_user:939 : echo c6cfd1dc45784eb290b8a0f338170e48 2024-08-29 04:29:37.985 | + lib/keystone:create_keystone_accounts:352 : demo_user=c6cfd1dc45784eb290b8a0f338170e48 2024-08-29 04:29:37.987 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-08-29 04:29:38.022 | [3620 Async ks-domain-role:31276]: Waiting for completion of get_or_add_user_domain_role admin ae9beb84a81e413aa92c19d20356b17d default running on PID 31276 (6 other jobs running) 2024-08-29 04:29:38.040 | [3620 Async ks-domain-role:31276]: Signaling child to exit 2024-08-29 04:29:38.040 | WAKEUP 2024-08-29 04:29:38.056 | [3620 Async ks-domain-role:31276]: Signaled 2024-08-29 04:29:38.057 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-08-29 04:29:38.057 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user ae9beb84a81e413aa92c19d20356b17d --domain default 2024-08-29 04:29:38.057 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user ae9beb84a81e413aa92c19d20356b17d --domain default -c Role -f value 2024-08-29 04:29:38.057 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:38.057 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:29:38.057 | + functions-common:get_or_add_user_domain_role:1022 : echo 1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:29:38.057 | 1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:29:38.089 | [3620 Async ks-domain-role:31276]: finished get_or_add_user_domain_role admin ae9beb84a81e413aa92c19d20356b17d default with result 0 in 3 seconds 2024-08-29 04:29:38.094 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-08-29 04:29:38.118 | [3620 Async ks-project:31386]: Waiting for completion of get_or_create_project service Default running on PID 31386 (5 other jobs running) 2024-08-29 04:29:38.135 | [3620 Async ks-project:31386]: Signaling child to exit 2024-08-29 04:29:38.135 | WAKEUP 2024-08-29 04:29:38.150 | [3620 Async ks-project:31386]: Signaled 2024-08-29 04:29:38.151 | + functions-common:get_or_create_project:945 : local project_id 2024-08-29 04:29:38.151 | ++ 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-08-29 04:29:38.152 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:38.152 | + functions-common:get_or_create_project:951 : project_id=3af95049cede4e60b01b9605b1505d40 2024-08-29 04:29:38.152 | + functions-common:get_or_create_project:952 : echo 3af95049cede4e60b01b9605b1505d40 2024-08-29 04:29:38.152 | 3af95049cede4e60b01b9605b1505d40 2024-08-29 04:29:38.182 | [3620 Async ks-project:31386]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-08-29 04:29:38.207 | [3620 Async ks-service:31498]: Waiting for completion of get_or_create_role service running on PID 31498 (4 other jobs running) 2024-08-29 04:29:38.224 | [3620 Async ks-service:31498]: Signaling child to exit 2024-08-29 04:29:38.224 | WAKEUP 2024-08-29 04:29:38.241 | [3620 Async ks-service:31498]: Signaled 2024-08-29 04:29:38.242 | + functions-common:get_or_create_role:958 : local role_id 2024-08-29 04:29:38.242 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-08-29 04:29:38.242 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:38.242 | + functions-common:get_or_create_role:963 : role_id=77b516655b364a058a473facaa5b34bf 2024-08-29 04:29:38.242 | + functions-common:get_or_create_role:964 : echo 77b516655b364a058a473facaa5b34bf 2024-08-29 04:29:38.242 | 77b516655b364a058a473facaa5b34bf 2024-08-29 04:29:38.271 | [3620 Async ks-service:31498]: finished get_or_create_role service with result 0 in 1 seconds 2024-08-29 04:29:38.296 | [3620 Async ks-reseller:31594]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 31594 (3 other jobs running) 2024-08-29 04:29:38.313 | [3620 Async ks-reseller:31594]: Signaling child to exit 2024-08-29 04:29:38.313 | WAKEUP 2024-08-29 04:29:38.328 | [3620 Async ks-reseller:31594]: Signaled 2024-08-29 04:29:38.329 | + functions-common:get_or_create_role:958 : local role_id 2024-08-29 04:29:38.329 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-08-29 04:29:38.329 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:38.329 | + functions-common:get_or_create_role:963 : role_id=9b11a6be86d0438aa7ec0514546b3ebf 2024-08-29 04:29:38.329 | + functions-common:get_or_create_role:964 : echo 9b11a6be86d0438aa7ec0514546b3ebf 2024-08-29 04:29:38.329 | 9b11a6be86d0438aa7ec0514546b3ebf 2024-08-29 04:29:38.359 | [3620 Async ks-reseller:31594]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-08-29 04:29:38.385 | [3620 Async ks-anotherrole:31691]: Waiting for completion of get_or_create_role anotherrole running on PID 31691 (2 other jobs running) 2024-08-29 04:29:38.401 | [3620 Async ks-anotherrole:31691]: Signaling child to exit 2024-08-29 04:29:38.401 | WAKEUP 2024-08-29 04:29:38.416 | [3620 Async ks-anotherrole:31691]: Signaled 2024-08-29 04:29:38.417 | + functions-common:get_or_create_role:958 : local role_id 2024-08-29 04:29:38.417 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-08-29 04:29:38.418 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:38.418 | + functions-common:get_or_create_role:963 : role_id=c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:38.418 | + functions-common:get_or_create_role:964 : echo c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:38.418 | c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:38.448 | [3620 Async ks-anotherrole:31691]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-08-29 04:29:38.451 | + inc/async:async_wait:197 : return 0 2024-08-29 04:29:38.453 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member c6cfd1dc45784eb290b8a0f338170e48 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:38.499 | + inc/async:async_inner:63 : get_or_add_user_project_role member c6cfd1dc45784eb290b8a0f338170e48 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:38.527 | [3620 Async ks-demo-member:32534]: running: get_or_add_user_project_role member c6cfd1dc45784eb290b8a0f338170e48 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:38.529 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin ae9beb84a81e413aa92c19d20356b17d 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:38.576 | + inc/async:async_inner:63 : get_or_add_user_project_role admin ae9beb84a81e413aa92c19d20356b17d 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:38.605 | [3620 Async ks-demo-admin:32630]: running: get_or_add_user_project_role admin ae9beb84a81e413aa92c19d20356b17d 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:38.607 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole c6cfd1dc45784eb290b8a0f338170e48 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:38.652 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole c6cfd1dc45784eb290b8a0f338170e48 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:38.682 | [3620 Async ks-demo-another:32727]: running: get_or_add_user_project_role anotherrole c6cfd1dc45784eb290b8a0f338170e48 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:38.684 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member c6cfd1dc45784eb290b8a0f338170e48 f1867c4547134244856bd661bfce77a2 2024-08-29 04:29:38.731 | + inc/async:async_inner:63 : get_or_add_user_project_role member c6cfd1dc45784eb290b8a0f338170e48 f1867c4547134244856bd661bfce77a2 2024-08-29 04:29:38.759 | [3620 Async ks-demo-invis:32824]: running: get_or_add_user_project_role member c6cfd1dc45784eb290b8a0f338170e48 f1867c4547134244856bd661bfce77a2 2024-08-29 04:29:38.761 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-08-29 04:29:38.764 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-08-29 04:29:38.765 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 04:29:38.767 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-08-29 04:29:38.769 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-08-29 04:29:38.772 | +++ 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-08-29 04:29:40.505 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:40.507 | ++ functions-common:get_or_create_user:938 : user_id=48620f49737040059b0172046ab419b2 2024-08-29 04:29:40.508 | ++ functions-common:get_or_create_user:939 : echo 48620f49737040059b0172046ab419b2 2024-08-29 04:29:40.511 | + lib/keystone:create_keystone_accounts:365 : demo_reader=48620f49737040059b0172046ab419b2 2024-08-29 04:29:40.515 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 48620f49737040059b0172046ab419b2 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:40.564 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 48620f49737040059b0172046ab419b2 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:40.595 | [3620 Async ks-demo-reader:32980]: running: get_or_add_user_project_role reader 48620f49737040059b0172046ab419b2 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:40.597 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-08-29 04:29:40.602 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-08-29 04:29:40.602 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-29 04:29:40.604 | +++ 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-08-29 04:29:42.202 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:42.204 | ++ functions-common:get_or_create_project:951 : project_id=1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:42.207 | ++ functions-common:get_or_create_project:952 : echo 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:42.209 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:42.211 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-08-29 04:29:42.214 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-08-29 04:29:42.216 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 04:29:42.217 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-08-29 04:29:42.220 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-08-29 04:29:42.223 | +++ 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-08-29 04:29:42.584 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:42.605 | [32534 Async ks-demo-member:32534]: finished successfully 2024-08-29 04:29:43.033 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:43.051 | [32630 Async ks-demo-admin:32630]: finished successfully 2024-08-29 04:29:43.087 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:43.104 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:43.106 | [32727 Async ks-demo-another:32727]: finished successfully 2024-08-29 04:29:43.124 | [32824 Async ks-demo-invis:32824]: finished successfully 2024-08-29 04:29:43.659 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:43.661 | ++ functions-common:get_or_create_user:938 : user_id=1950d941495e40ae841793b208fc46b2 2024-08-29 04:29:43.663 | ++ functions-common:get_or_create_user:939 : echo 1950d941495e40ae841793b208fc46b2 2024-08-29 04:29:43.666 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=1950d941495e40ae841793b208fc46b2 2024-08-29 04:29:43.668 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 1950d941495e40ae841793b208fc46b2 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:43.716 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 1950d941495e40ae841793b208fc46b2 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:43.748 | [3620 Async ks-alt-admin:33387]: running: get_or_add_user_project_role admin 1950d941495e40ae841793b208fc46b2 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:43.749 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 1950d941495e40ae841793b208fc46b2 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:43.797 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 1950d941495e40ae841793b208fc46b2 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:43.827 | [3620 Async ks-alt-another:33483]: running: get_or_add_user_project_role anotherrole 1950d941495e40ae841793b208fc46b2 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:43.829 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-08-29 04:29:43.832 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-08-29 04:29:43.834 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 04:29:43.836 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-08-29 04:29:43.838 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-08-29 04:29:43.840 | +++ 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-08-29 04:29:44.536 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:44.554 | [32980 Async ks-demo-reader:32980]: finished successfully 2024-08-29 04:29:45.284 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:45.286 | ++ functions-common:get_or_create_user:938 : user_id=6da1ee51299b4c948388948e4ce14268 2024-08-29 04:29:45.288 | ++ functions-common:get_or_create_user:939 : echo 6da1ee51299b4c948388948e4ce14268 2024-08-29 04:29:45.291 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=6da1ee51299b4c948388948e4ce14268 2024-08-29 04:29:45.293 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 6da1ee51299b4c948388948e4ce14268 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:45.341 | + inc/async:async_inner:63 : get_or_add_user_project_role member 6da1ee51299b4c948388948e4ce14268 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:45.372 | [3620 Async ks-alt-member-user:33660]: running: get_or_add_user_project_role member 6da1ee51299b4c948388948e4ce14268 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:45.374 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-08-29 04:29:45.376 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-08-29 04:29:45.379 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 04:29:45.380 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-08-29 04:29:45.382 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-08-29 04:29:45.385 | +++ 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-08-29 04:29:46.910 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:46.912 | ++ functions-common:get_or_create_user:938 : user_id=0a266dbc8a464bcd93fb3e6975da7cc3 2024-08-29 04:29:46.915 | ++ functions-common:get_or_create_user:939 : echo 0a266dbc8a464bcd93fb3e6975da7cc3 2024-08-29 04:29:46.917 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=0a266dbc8a464bcd93fb3e6975da7cc3 2024-08-29 04:29:46.919 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 0a266dbc8a464bcd93fb3e6975da7cc3 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:46.967 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 0a266dbc8a464bcd93fb3e6975da7cc3 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:46.999 | [3620 Async ks-alt-reader-user:33836]: running: get_or_add_user_project_role reader 0a266dbc8a464bcd93fb3e6975da7cc3 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:47.002 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-08-29 04:29:47.004 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 04:29:47.005 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-08-29 04:29:47.007 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-08-29 04:29:47.010 | +++ 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-08-29 04:29:47.352 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:47.377 | [33387 Async ks-alt-admin:33387]: finished successfully 2024-08-29 04:29:47.501 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:47.518 | [33483 Async ks-alt-another:33483]: finished successfully 2024-08-29 04:29:48.464 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:48.467 | ++ functions-common:get_or_create_user:938 : user_id=9a68d45b82d944cf91ca0c59f0969453 2024-08-29 04:29:48.468 | ++ functions-common:get_or_create_user:939 : echo 9a68d45b82d944cf91ca0c59f0969453 2024-08-29 04:29:48.471 | + lib/keystone:create_keystone_accounts:397 : system_member_user=9a68d45b82d944cf91ca0c59f0969453 2024-08-29 04:29:48.473 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 9a68d45b82d944cf91ca0c59f0969453 all 2024-08-29 04:29:48.521 | + inc/async:async_inner:63 : get_or_add_user_system_role member 9a68d45b82d944cf91ca0c59f0969453 all 2024-08-29 04:29:48.553 | [3620 Async ks-system-member:34069]: running: get_or_add_user_system_role member 9a68d45b82d944cf91ca0c59f0969453 all 2024-08-29 04:29:48.556 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-08-29 04:29:48.558 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 04:29:48.560 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-08-29 04:29:48.562 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-08-29 04:29:48.565 | +++ 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-08-29 04:29:49.050 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:49.077 | [33660 Async ks-alt-member-user:33660]: finished successfully 2024-08-29 04:29:49.971 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:49.973 | ++ functions-common:get_or_create_user:938 : user_id=37bdc6cde9064255b7546b2ac3d386b9 2024-08-29 04:29:49.975 | ++ functions-common:get_or_create_user:939 : echo 37bdc6cde9064255b7546b2ac3d386b9 2024-08-29 04:29:49.977 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=37bdc6cde9064255b7546b2ac3d386b9 2024-08-29 04:29:49.980 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 37bdc6cde9064255b7546b2ac3d386b9 all 2024-08-29 04:29:50.030 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 37bdc6cde9064255b7546b2ac3d386b9 all 2024-08-29 04:29:50.062 | [3620 Async ks-system-reader:34277]: running: get_or_add_user_system_role reader 37bdc6cde9064255b7546b2ac3d386b9 all 2024-08-29 04:29:50.064 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-08-29 04:29:50.067 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-08-29 04:29:50.069 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-08-29 04:29:50.071 | ++ functions-common:get_or_create_group:908 : local group_id 2024-08-29 04:29:50.073 | +++ 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-08-29 04:29:50.487 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:50.505 | [33836 Async ks-alt-reader-user:33836]: finished successfully 2024-08-29 04:29:51.524 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:51.527 | ++ functions-common:get_or_create_group:915 : group_id=e3c5a40f20f0417ebc7e3fd7b55ce4cf 2024-08-29 04:29:51.529 | ++ functions-common:get_or_create_group:916 : echo e3c5a40f20f0417ebc7e3fd7b55ce4cf 2024-08-29 04:29:51.532 | + lib/keystone:create_keystone_accounts:407 : admin_group=e3c5a40f20f0417ebc7e3fd7b55ce4cf 2024-08-29 04:29:51.534 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-08-29 04:29:51.536 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-08-29 04:29:51.539 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-08-29 04:29:51.545 | ++ functions-common:get_or_create_group:908 : local group_id 2024-08-29 04:29:51.546 | +++ 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-08-29 04:29:52.963 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:52.965 | ++ functions-common:get_or_create_group:915 : group_id=f1bace8eb5e34cfdaf7adf976ba8be0a 2024-08-29 04:29:52.967 | ++ functions-common:get_or_create_group:916 : echo f1bace8eb5e34cfdaf7adf976ba8be0a 2024-08-29 04:29:52.970 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=f1bace8eb5e34cfdaf7adf976ba8be0a 2024-08-29 04:29:52.972 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member f1bace8eb5e34cfdaf7adf976ba8be0a 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:53.020 | + inc/async:async_inner:63 : get_or_add_group_project_role member f1bace8eb5e34cfdaf7adf976ba8be0a 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:53.049 | [3620 Async ks-group-memberdemo:34544]: running: get_or_add_group_project_role member f1bace8eb5e34cfdaf7adf976ba8be0a 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:53.051 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole f1bace8eb5e34cfdaf7adf976ba8be0a 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:53.116 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole f1bace8eb5e34cfdaf7adf976ba8be0a 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:53.148 | [3620 Async ks-group-anotherdemo:34623]: running: get_or_add_group_project_role anotherrole f1bace8eb5e34cfdaf7adf976ba8be0a 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:53.150 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member f1bace8eb5e34cfdaf7adf976ba8be0a 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:53.202 | + inc/async:async_inner:63 : get_or_add_group_project_role member f1bace8eb5e34cfdaf7adf976ba8be0a 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:53.234 | [3620 Async ks-group-memberalt:34703]: running: get_or_add_group_project_role member f1bace8eb5e34cfdaf7adf976ba8be0a 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:53.239 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole f1bace8eb5e34cfdaf7adf976ba8be0a 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:53.279 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:53.291 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole f1bace8eb5e34cfdaf7adf976ba8be0a 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:53.300 | [34069 Async ks-system-member:34069]: finished successfully 2024-08-29 04:29:53.327 | [3620 Async ks-group-anotheralt:34799]: running: get_or_add_group_project_role anotherrole f1bace8eb5e34cfdaf7adf976ba8be0a 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:53.328 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin e3c5a40f20f0417ebc7e3fd7b55ce4cf 8c82f07917ba4819a6bcf09e15f9f9cf 2024-08-29 04:29:53.376 | + inc/async:async_inner:63 : get_or_add_group_project_role admin e3c5a40f20f0417ebc7e3fd7b55ce4cf 8c82f07917ba4819a6bcf09e15f9f9cf 2024-08-29 04:29:53.409 | [3620 Async ks-group-admin:34921]: running: get_or_add_group_project_role admin e3c5a40f20f0417ebc7e3fd7b55ce4cf 8c82f07917ba4819a6bcf09e15f9f9cf 2024-08-29 04:29:53.410 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-08-29 04:29:53.447 | [3620 Async ks-demo-member:32534]: Waiting for completion of get_or_add_user_project_role member c6cfd1dc45784eb290b8a0f338170e48 4d9b740474414b5bbb52c9f4b7574eae running on PID 32534 (17 other jobs running) 2024-08-29 04:29:53.465 | [3620 Async ks-demo-member:32534]: Signaling child to exit 2024-08-29 04:29:53.465 | WAKEUP 2024-08-29 04:29:53.482 | [3620 Async ks-demo-member:32534]: Signaled 2024-08-29 04:29:53.484 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:29:53.484 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:29:53.484 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 04:29:53.484 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:29:53.484 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:29:53.484 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 04:29:53.484 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 04:29:53.484 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 04:29:53.484 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 04:29:53.484 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user c6cfd1dc45784eb290b8a0f338170e48 --project 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:53.484 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c6cfd1dc45784eb290b8a0f338170e48 --project 4d9b740474414b5bbb52c9f4b7574eae -c Role -f value 2024-08-29 04:29:53.484 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:53.484 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:53.484 | + functions-common:get_or_add_user_project_role:1003 : echo c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:53.484 | c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:53.515 | [3620 Async ks-demo-member:32534]: finished get_or_add_user_project_role member c6cfd1dc45784eb290b8a0f338170e48 4d9b740474414b5bbb52c9f4b7574eae with result 0 in 4 seconds 2024-08-29 04:29:53.540 | [3620 Async ks-demo-admin:32630]: Waiting for completion of get_or_add_user_project_role admin ae9beb84a81e413aa92c19d20356b17d 4d9b740474414b5bbb52c9f4b7574eae running on PID 32630 (16 other jobs running) 2024-08-29 04:29:53.558 | [3620 Async ks-demo-admin:32630]: Signaling child to exit 2024-08-29 04:29:53.558 | WAKEUP 2024-08-29 04:29:53.574 | [3620 Async ks-demo-admin:32630]: Signaled 2024-08-29 04:29:53.574 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:29:53.574 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:29:53.575 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 04:29:53.575 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:29:53.575 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:29:53.575 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 04:29:53.575 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 04:29:53.575 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 04:29:53.575 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 04:29:53.575 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user ae9beb84a81e413aa92c19d20356b17d --project 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:53.575 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user ae9beb84a81e413aa92c19d20356b17d --project 4d9b740474414b5bbb52c9f4b7574eae -c Role -f value 2024-08-29 04:29:53.575 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:53.575 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:29:53.575 | + functions-common:get_or_add_user_project_role:1003 : echo 1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:29:53.575 | 1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:29:53.610 | [3620 Async ks-demo-admin:32630]: finished get_or_add_user_project_role admin ae9beb84a81e413aa92c19d20356b17d 4d9b740474414b5bbb52c9f4b7574eae with result 0 in 4 seconds 2024-08-29 04:29:53.636 | [3620 Async ks-demo-another:32727]: Waiting for completion of get_or_add_user_project_role anotherrole c6cfd1dc45784eb290b8a0f338170e48 4d9b740474414b5bbb52c9f4b7574eae running on PID 32727 (15 other jobs running) 2024-08-29 04:29:53.655 | [3620 Async ks-demo-another:32727]: Signaling child to exit 2024-08-29 04:29:53.655 | WAKEUP 2024-08-29 04:29:53.670 | [3620 Async ks-demo-another:32727]: Signaled 2024-08-29 04:29:53.671 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:29:53.671 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:29:53.671 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 04:29:53.671 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:29:53.671 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:29:53.671 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 04:29:53.671 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 04:29:53.671 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 04:29:53.671 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 04:29:53.671 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user c6cfd1dc45784eb290b8a0f338170e48 --project 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:53.671 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user c6cfd1dc45784eb290b8a0f338170e48 --project 4d9b740474414b5bbb52c9f4b7574eae -c Role -f value 2024-08-29 04:29:53.671 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:53.671 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:53.671 | + functions-common:get_or_add_user_project_role:1003 : echo c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:53.671 | c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:53.702 | [3620 Async ks-demo-another:32727]: finished get_or_add_user_project_role anotherrole c6cfd1dc45784eb290b8a0f338170e48 4d9b740474414b5bbb52c9f4b7574eae with result 0 in 4 seconds 2024-08-29 04:29:53.728 | [3620 Async ks-demo-invis:32824]: Waiting for completion of get_or_add_user_project_role member c6cfd1dc45784eb290b8a0f338170e48 f1867c4547134244856bd661bfce77a2 running on PID 32824 (14 other jobs running) 2024-08-29 04:29:53.746 | [3620 Async ks-demo-invis:32824]: Signaling child to exit 2024-08-29 04:29:53.747 | WAKEUP 2024-08-29 04:29:53.763 | [3620 Async ks-demo-invis:32824]: Signaled 2024-08-29 04:29:53.763 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:29:53.763 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:29:53.764 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 04:29:53.764 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:29:53.764 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:29:53.764 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 04:29:53.764 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 04:29:53.764 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 04:29:53.764 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 04:29:53.764 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user c6cfd1dc45784eb290b8a0f338170e48 --project f1867c4547134244856bd661bfce77a2 2024-08-29 04:29:53.764 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c6cfd1dc45784eb290b8a0f338170e48 --project f1867c4547134244856bd661bfce77a2 -c Role -f value 2024-08-29 04:29:53.764 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:53.764 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:53.764 | + functions-common:get_or_add_user_project_role:1003 : echo c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:53.764 | c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:53.794 | [3620 Async ks-demo-invis:32824]: finished get_or_add_user_project_role member c6cfd1dc45784eb290b8a0f338170e48 f1867c4547134244856bd661bfce77a2 with result 0 in 4 seconds 2024-08-29 04:29:53.820 | [3620 Async ks-demo-reader:32980]: Waiting for completion of get_or_add_user_project_role reader 48620f49737040059b0172046ab419b2 4d9b740474414b5bbb52c9f4b7574eae running on PID 32980 (13 other jobs running) 2024-08-29 04:29:53.837 | [3620 Async ks-demo-reader:32980]: Signaling child to exit 2024-08-29 04:29:53.838 | WAKEUP 2024-08-29 04:29:53.853 | [3620 Async ks-demo-reader:32980]: Signaled 2024-08-29 04:29:53.854 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:29:53.854 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:29:53.854 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 04:29:53.854 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:29:53.854 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:29:53.854 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 04:29:53.854 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 04:29:53.854 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 04:29:53.855 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 04:29:53.855 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 48620f49737040059b0172046ab419b2 --project 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:53.855 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 48620f49737040059b0172046ab419b2 --project 4d9b740474414b5bbb52c9f4b7574eae -c Role -f value 2024-08-29 04:29:53.855 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:53.855 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=23ef12299b7c45b0974f24febba92299 2024-08-29 04:29:53.855 | + functions-common:get_or_add_user_project_role:1003 : echo 23ef12299b7c45b0974f24febba92299 2024-08-29 04:29:53.855 | 23ef12299b7c45b0974f24febba92299 2024-08-29 04:29:53.885 | [3620 Async ks-demo-reader:32980]: finished get_or_add_user_project_role reader 48620f49737040059b0172046ab419b2 4d9b740474414b5bbb52c9f4b7574eae with result 0 in 4 seconds 2024-08-29 04:29:53.888 | + inc/async:async_wait:197 : return 0 2024-08-29 04:29:53.890 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-08-29 04:29:53.925 | [3620 Async ks-alt-admin:33387]: Waiting for completion of get_or_add_user_project_role admin 1950d941495e40ae841793b208fc46b2 1706ae87771e482d8dfd1790d272a8ff running on PID 33387 (12 other jobs running) 2024-08-29 04:29:53.944 | [3620 Async ks-alt-admin:33387]: Signaling child to exit 2024-08-29 04:29:53.944 | WAKEUP 2024-08-29 04:29:53.959 | [3620 Async ks-alt-admin:33387]: Signaled 2024-08-29 04:29:53.960 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:29:53.960 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:29:53.960 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 04:29:53.960 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:29:53.960 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:29:53.960 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 04:29:53.960 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 04:29:53.960 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 04:29:53.960 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 04:29:53.960 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 1950d941495e40ae841793b208fc46b2 --project 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:53.960 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 1950d941495e40ae841793b208fc46b2 --project 1706ae87771e482d8dfd1790d272a8ff -c Role -f value 2024-08-29 04:29:53.960 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:53.960 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:29:53.960 | + functions-common:get_or_add_user_project_role:1003 : echo 1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:29:53.960 | 1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:29:53.991 | [3620 Async ks-alt-admin:33387]: finished get_or_add_user_project_role admin 1950d941495e40ae841793b208fc46b2 1706ae87771e482d8dfd1790d272a8ff with result 0 in 3 seconds 2024-08-29 04:29:54.020 | [3620 Async ks-alt-another:33483]: Waiting for completion of get_or_add_user_project_role anotherrole 1950d941495e40ae841793b208fc46b2 1706ae87771e482d8dfd1790d272a8ff running on PID 33483 (11 other jobs running) 2024-08-29 04:29:54.044 | [3620 Async ks-alt-another:33483]: Signaling child to exit 2024-08-29 04:29:54.045 | WAKEUP 2024-08-29 04:29:54.060 | [3620 Async ks-alt-another:33483]: Signaled 2024-08-29 04:29:54.061 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:29:54.061 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:29:54.061 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 04:29:54.061 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:29:54.061 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:29:54.061 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 04:29:54.061 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 04:29:54.061 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 04:29:54.061 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 04:29:54.061 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 1950d941495e40ae841793b208fc46b2 --project 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:54.062 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 1950d941495e40ae841793b208fc46b2 --project 1706ae87771e482d8dfd1790d272a8ff -c Role -f value 2024-08-29 04:29:54.062 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:54.062 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:54.062 | + functions-common:get_or_add_user_project_role:1003 : echo c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:54.062 | c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:54.102 | [3620 Async ks-alt-another:33483]: finished get_or_add_user_project_role anotherrole 1950d941495e40ae841793b208fc46b2 1706ae87771e482d8dfd1790d272a8ff with result 0 in 3 seconds 2024-08-29 04:29:54.130 | [3620 Async ks-alt-member-user:33660]: Waiting for completion of get_or_add_user_project_role member 6da1ee51299b4c948388948e4ce14268 1706ae87771e482d8dfd1790d272a8ff running on PID 33660 (10 other jobs running) 2024-08-29 04:29:54.147 | [3620 Async ks-alt-member-user:33660]: Signaling child to exit 2024-08-29 04:29:54.148 | WAKEUP 2024-08-29 04:29:54.164 | [3620 Async ks-alt-member-user:33660]: Signaled 2024-08-29 04:29:54.165 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:29:54.165 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:29:54.165 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 04:29:54.165 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:29:54.165 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:29:54.165 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 04:29:54.165 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 04:29:54.165 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 04:29:54.165 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 04:29:54.165 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 6da1ee51299b4c948388948e4ce14268 --project 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:54.165 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6da1ee51299b4c948388948e4ce14268 --project 1706ae87771e482d8dfd1790d272a8ff -c Role -f value 2024-08-29 04:29:54.165 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:54.165 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:54.165 | + functions-common:get_or_add_user_project_role:1003 : echo c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:54.165 | c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:54.212 | [3620 Async ks-alt-member-user:33660]: finished get_or_add_user_project_role member 6da1ee51299b4c948388948e4ce14268 1706ae87771e482d8dfd1790d272a8ff with result 0 in 3 seconds 2024-08-29 04:29:54.245 | [3620 Async ks-alt-reader-user:33836]: Waiting for completion of get_or_add_user_project_role reader 0a266dbc8a464bcd93fb3e6975da7cc3 1706ae87771e482d8dfd1790d272a8ff running on PID 33836 (9 other jobs running) 2024-08-29 04:29:54.266 | [3620 Async ks-alt-reader-user:33836]: Signaling child to exit 2024-08-29 04:29:54.266 | WAKEUP 2024-08-29 04:29:54.282 | [3620 Async ks-alt-reader-user:33836]: Signaled 2024-08-29 04:29:54.283 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:29:54.283 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:29:54.283 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 04:29:54.283 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:29:54.283 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:29:54.283 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 04:29:54.283 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 04:29:54.283 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 04:29:54.283 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 04:29:54.283 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 0a266dbc8a464bcd93fb3e6975da7cc3 --project 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:54.283 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 0a266dbc8a464bcd93fb3e6975da7cc3 --project 1706ae87771e482d8dfd1790d272a8ff -c Role -f value 2024-08-29 04:29:54.283 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:54.283 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=23ef12299b7c45b0974f24febba92299 2024-08-29 04:29:54.283 | + functions-common:get_or_add_user_project_role:1003 : echo 23ef12299b7c45b0974f24febba92299 2024-08-29 04:29:54.283 | 23ef12299b7c45b0974f24febba92299 2024-08-29 04:29:54.317 | [3620 Async ks-alt-reader-user:33836]: finished get_or_add_user_project_role reader 0a266dbc8a464bcd93fb3e6975da7cc3 1706ae87771e482d8dfd1790d272a8ff with result 0 in 3 seconds 2024-08-29 04:29:54.319 | + inc/async:async_wait:197 : return 0 2024-08-29 04:29:54.321 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-08-29 04:29:54.361 | [3620 Async ks-system-member:34069]: Waiting for completion of get_or_add_user_system_role member 9a68d45b82d944cf91ca0c59f0969453 all running on PID 34069 (8 other jobs running) 2024-08-29 04:29:54.380 | [3620 Async ks-system-member:34069]: Signaling child to exit 2024-08-29 04:29:54.381 | WAKEUP 2024-08-29 04:29:54.398 | [3620 Async ks-system-member:34069]: Signaled 2024-08-29 04:29:54.398 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-08-29 04:29:54.398 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-08-29 04:29:54.398 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-08-29 04:29:54.398 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:29:54.398 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:29:54.398 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 04:29:54.398 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 04:29:54.398 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 04:29:54.398 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-08-29 04:29:54.398 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9a68d45b82d944cf91ca0c59f0969453 --system all -f value -c Role 2024-08-29 04:29:54.398 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:54.398 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-08-29 04:29:54.398 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-08-29 04:29:54.398 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 9a68d45b82d944cf91ca0c59f0969453 --system all 2024-08-29 04:29:54.398 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9a68d45b82d944cf91ca0c59f0969453 --system all -f value -c Role 2024-08-29 04:29:54.398 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:54.398 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:54.398 | + functions-common:get_or_add_user_system_role:1053 : echo c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:54.399 | c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:54.437 | [3620 Async ks-system-member:34069]: finished get_or_add_user_system_role member 9a68d45b82d944cf91ca0c59f0969453 all with result 0 in 4 seconds 2024-08-29 04:29:54.468 | [3620 Async ks-system-reader:34277]: Waiting for completion of get_or_add_user_system_role reader 37bdc6cde9064255b7546b2ac3d386b9 all running on PID 34277 (7 other jobs running) 2024-08-29 04:29:54.489 | [3620 Async ks-system-reader:34277]: Signaling child to exit 2024-08-29 04:29:54.958 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:54.977 | [34277 Async ks-system-reader:34277]: finished successfully 2024-08-29 04:29:54.993 | WAKEUP 2024-08-29 04:29:55.010 | [3620 Async ks-system-reader:34277]: Signaled 2024-08-29 04:29:55.010 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-08-29 04:29:55.011 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-08-29 04:29:55.011 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-08-29 04:29:55.011 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:29:55.011 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:29:55.011 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 04:29:55.011 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 04:29:55.011 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 04:29:55.011 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-08-29 04:29:55.011 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 37bdc6cde9064255b7546b2ac3d386b9 --system all -f value -c Role 2024-08-29 04:29:55.011 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:55.011 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-08-29 04:29:55.011 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-08-29 04:29:55.011 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 37bdc6cde9064255b7546b2ac3d386b9 --system all 2024-08-29 04:29:55.011 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 37bdc6cde9064255b7546b2ac3d386b9 --system all -f value -c Role 2024-08-29 04:29:55.011 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:55.011 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=23ef12299b7c45b0974f24febba92299 2024-08-29 04:29:55.011 | + functions-common:get_or_add_user_system_role:1053 : echo 23ef12299b7c45b0974f24febba92299 2024-08-29 04:29:55.011 | 23ef12299b7c45b0974f24febba92299 2024-08-29 04:29:55.041 | [3620 Async ks-system-reader:34277]: finished get_or_add_user_system_role reader 37bdc6cde9064255b7546b2ac3d386b9 all with result 0 in 4 seconds 2024-08-29 04:29:55.044 | + inc/async:async_wait:197 : return 0 2024-08-29 04:29:55.046 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-08-29 04:29:55.082 | [3620 Async ks-group-memberdemo:34544]: Waiting for completion of get_or_add_group_project_role member f1bace8eb5e34cfdaf7adf976ba8be0a 4d9b740474414b5bbb52c9f4b7574eae running on PID 34544 (6 other jobs running) 2024-08-29 04:29:55.100 | [3620 Async ks-group-memberdemo:34544]: Signaling child to exit 2024-08-29 04:29:56.640 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:56.662 | [34544 Async ks-group-memberdemo:34544]: finished successfully 2024-08-29 04:29:56.680 | WAKEUP 2024-08-29 04:29:56.698 | [3620 Async ks-group-memberdemo:34544]: Signaled 2024-08-29 04:29:56.700 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 04:29:56.700 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group f1bace8eb5e34cfdaf7adf976ba8be0a --project 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:56.700 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group f1bace8eb5e34cfdaf7adf976ba8be0a --project 4d9b740474414b5bbb52c9f4b7574eae -f value -c Role 2024-08-29 04:29:56.700 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:56.700 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:56.700 | + functions-common:get_or_add_group_project_role:1072 : echo c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:56.700 | c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:56.740 | [3620 Async ks-group-memberdemo:34544]: finished get_or_add_group_project_role member f1bace8eb5e34cfdaf7adf976ba8be0a 4d9b740474414b5bbb52c9f4b7574eae with result 0 in 3 seconds 2024-08-29 04:29:56.769 | [3620 Async ks-group-anotherdemo:34623]: Waiting for completion of get_or_add_group_project_role anotherrole f1bace8eb5e34cfdaf7adf976ba8be0a 4d9b740474414b5bbb52c9f4b7574eae running on PID 34623 (5 other jobs running) 2024-08-29 04:29:56.788 | [3620 Async ks-group-anotherdemo:34623]: Signaling child to exit 2024-08-29 04:29:56.894 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:56.913 | [34623 Async ks-group-anotherdemo:34623]: finished successfully 2024-08-29 04:29:56.931 | WAKEUP 2024-08-29 04:29:56.948 | [3620 Async ks-group-anotherdemo:34623]: Signaled 2024-08-29 04:29:56.951 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 04:29:56.951 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group f1bace8eb5e34cfdaf7adf976ba8be0a --project 4d9b740474414b5bbb52c9f4b7574eae 2024-08-29 04:29:56.951 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group f1bace8eb5e34cfdaf7adf976ba8be0a --project 4d9b740474414b5bbb52c9f4b7574eae -f value -c Role 2024-08-29 04:29:56.951 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:56.951 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:56.951 | + functions-common:get_or_add_group_project_role:1072 : echo c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:56.951 | c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:56.963 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:56.983 | [34703 Async ks-group-memberalt:34703]: finished successfully 2024-08-29 04:29:56.987 | [3620 Async ks-group-anotherdemo:34623]: finished get_or_add_group_project_role anotherrole f1bace8eb5e34cfdaf7adf976ba8be0a 4d9b740474414b5bbb52c9f4b7574eae with result 0 in 3 seconds 2024-08-29 04:29:57.015 | [3620 Async ks-group-memberalt:34703]: Waiting for completion of get_or_add_group_project_role member f1bace8eb5e34cfdaf7adf976ba8be0a 1706ae87771e482d8dfd1790d272a8ff running on PID 34703 (4 other jobs running) 2024-08-29 04:29:57.033 | [3620 Async ks-group-memberalt:34703]: Signaling child to exit 2024-08-29 04:29:57.034 | WAKEUP 2024-08-29 04:29:57.049 | [3620 Async ks-group-memberalt:34703]: Signaled 2024-08-29 04:29:57.051 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 04:29:57.051 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group f1bace8eb5e34cfdaf7adf976ba8be0a --project 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:57.051 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group f1bace8eb5e34cfdaf7adf976ba8be0a --project 1706ae87771e482d8dfd1790d272a8ff -f value -c Role 2024-08-29 04:29:57.051 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:57.051 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:57.051 | + functions-common:get_or_add_group_project_role:1072 : echo c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:57.051 | c78d7e759ec443ca99fd0d6758ac3cea 2024-08-29 04:29:57.077 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:57.085 | [3620 Async ks-group-memberalt:34703]: finished get_or_add_group_project_role member f1bace8eb5e34cfdaf7adf976ba8be0a 1706ae87771e482d8dfd1790d272a8ff with result 0 in 3 seconds 2024-08-29 04:29:57.097 | [34799 Async ks-group-anotheralt:34799]: finished successfully 2024-08-29 04:29:57.113 | [3620 Async ks-group-anotheralt:34799]: Waiting for completion of get_or_add_group_project_role anotherrole f1bace8eb5e34cfdaf7adf976ba8be0a 1706ae87771e482d8dfd1790d272a8ff running on PID 34799 (3 other jobs running) 2024-08-29 04:29:57.130 | [3620 Async ks-group-anotheralt:34799]: Signaling child to exit 2024-08-29 04:29:57.131 | WAKEUP 2024-08-29 04:29:57.146 | [3620 Async ks-group-anotheralt:34799]: Signaled 2024-08-29 04:29:57.147 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 04:29:57.147 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group f1bace8eb5e34cfdaf7adf976ba8be0a --project 1706ae87771e482d8dfd1790d272a8ff 2024-08-29 04:29:57.147 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group f1bace8eb5e34cfdaf7adf976ba8be0a --project 1706ae87771e482d8dfd1790d272a8ff -f value -c Role 2024-08-29 04:29:57.147 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:57.147 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:57.148 | + functions-common:get_or_add_group_project_role:1072 : echo c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:57.148 | c07b1404120d4ac2a847803fab5eeaea 2024-08-29 04:29:57.179 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:29:57.180 | [3620 Async ks-group-anotheralt:34799]: finished get_or_add_group_project_role anotherrole f1bace8eb5e34cfdaf7adf976ba8be0a 1706ae87771e482d8dfd1790d272a8ff with result 0 in 3 seconds 2024-08-29 04:29:57.198 | [34921 Async ks-group-admin:34921]: finished successfully 2024-08-29 04:29:57.208 | [3620 Async ks-group-admin:34921]: Waiting for completion of get_or_add_group_project_role admin e3c5a40f20f0417ebc7e3fd7b55ce4cf 8c82f07917ba4819a6bcf09e15f9f9cf running on PID 34921 (2 other jobs running) 2024-08-29 04:29:57.227 | [3620 Async ks-group-admin:34921]: Signaling child to exit 2024-08-29 04:29:57.227 | WAKEUP 2024-08-29 04:29:57.242 | [3620 Async ks-group-admin:34921]: Signaled 2024-08-29 04:29:57.243 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 04:29:57.243 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group e3c5a40f20f0417ebc7e3fd7b55ce4cf --project 8c82f07917ba4819a6bcf09e15f9f9cf 2024-08-29 04:29:57.243 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group e3c5a40f20f0417ebc7e3fd7b55ce4cf --project 8c82f07917ba4819a6bcf09e15f9f9cf -f value -c Role 2024-08-29 04:29:57.243 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:29:57.244 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:29:57.244 | + functions-common:get_or_add_group_project_role:1072 : echo 1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:29:57.244 | 1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:29:57.274 | [3620 Async ks-group-admin:34921]: finished get_or_add_group_project_role admin e3c5a40f20f0417ebc7e3fd7b55ce4cf 8c82f07917ba4819a6bcf09e15f9f9cf with result 0 in 3 seconds 2024-08-29 04:29:57.277 | + inc/async:async_wait:197 : return 0 2024-08-29 04:29:57.279 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-08-29 04:29:57.292 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:57.295 | + stack.sh:main:1111 : is_service_enabled nova 2024-08-29 04:29:57.308 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:29:57.310 | + stack.sh:main:1112 : async_runfunc create_nova_accounts 2024-08-29 04:29:57.312 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-08-29 04:29:57.359 | + inc/async:async_inner:63 : create_nova_accounts 2024-08-29 04:29:57.390 | [3620 Async create_nova_accounts:36815]: running: create_nova_accounts 2024-08-29 04:29:57.392 | + stack.sh:main:1114 : is_service_enabled glance 2024-08-29 04:29:57.405 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:29:57.407 | + stack.sh:main:1115 : async_runfunc create_glance_accounts 2024-08-29 04:29:57.409 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-08-29 04:29:57.456 | + inc/async:async_inner:63 : create_glance_accounts 2024-08-29 04:29:57.486 | [3620 Async create_glance_accounts:36938]: running: create_glance_accounts 2024-08-29 04:29:57.488 | + stack.sh:main:1117 : is_service_enabled cinder 2024-08-29 04:29:57.502 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:29:57.504 | + stack.sh:main:1118 : async_runfunc create_cinder_accounts 2024-08-29 04:29:57.506 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-08-29 04:29:57.553 | + inc/async:async_inner:63 : create_cinder_accounts 2024-08-29 04:29:57.583 | [3620 Async create_cinder_accounts:37077]: running: create_cinder_accounts 2024-08-29 04:29:57.586 | + stack.sh:main:1120 : is_service_enabled neutron 2024-08-29 04:29:57.603 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:29:57.603 | + stack.sh:main:1121 : async_runfunc create_neutron_accounts 2024-08-29 04:29:57.605 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-08-29 04:29:57.653 | + inc/async:async_inner:63 : create_neutron_accounts 2024-08-29 04:29:57.683 | [3620 Async create_neutron_accounts:37220]: running: create_neutron_accounts 2024-08-29 04:29:57.685 | + stack.sh:main:1123 : is_service_enabled swift 2024-08-29 04:29:57.700 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:57.702 | + stack.sh:main:1132 : is_service_enabled horizon 2024-08-29 04:29:57.718 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:29:57.720 | + stack.sh:main:1137 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-08-29 04:29:57.760 | [3620 Async create_nova_accounts:36815]: Waiting for completion of create_nova_accounts running on PID 36815 (5 other jobs running) 2024-08-29 04:29:57.777 | [3620 Async create_nova_accounts:36815]: Signaling child to exit 2024-08-29 04:30:11.479 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:30:11.499 | [37220 Async create_neutron_accounts:37220]: finished successfully 2024-08-29 04:30:20.608 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:30:20.627 | [37077 Async create_cinder_accounts:37077]: finished successfully 2024-08-29 04:30:21.415 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:30:21.433 | [36815 Async create_nova_accounts:36815]: finished successfully 2024-08-29 04:30:21.449 | WAKEUP 2024-08-29 04:30:21.466 | [3620 Async create_nova_accounts:36815]: Signaled 2024-08-29 04:30:21.466 | + 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-08-29 04:30:21.466 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-08-29 04:30:21.466 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-08-29 04:30:21.466 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 04:30:21.466 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 04:30:21.466 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 04:30:21.466 | ++ 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-08-29 04:30:21.466 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:21.466 | + functions-common:get_or_create_user:938 : user_id=afe3fbd2ddf1466d86cc5794906b9977 2024-08-29 04:30:21.466 | + functions-common:get_or_create_user:939 : echo afe3fbd2ddf1466d86cc5794906b9977 2024-08-29 04:30:21.466 | afe3fbd2ddf1466d86cc5794906b9977 2024-08-29 04:30:21.466 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-08-29 04:30:21.466 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:30:21.466 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:30:21.466 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 04:30:21.466 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:30:21.466 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:30:21.466 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 04:30:21.466 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 04:30:21.467 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 04:30:21.467 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 04:30:21.467 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 04:30:21.467 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 04:30:21.467 | + 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-08-29 04:30:21.467 | ++ 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-08-29 04:30:21.467 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:21.467 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=77b516655b364a058a473facaa5b34bf 2024-08-29 04:30:21.467 | + functions-common:get_or_add_user_project_role:1003 : echo 77b516655b364a058a473facaa5b34bf 2024-08-29 04:30:21.467 | 77b516655b364a058a473facaa5b34bf 2024-08-29 04:30:21.467 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-08-29 04:30:21.467 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-08-29 04:30:21.467 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:30:21.467 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:30:21.467 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 04:30:21.467 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:30:21.467 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:30:21.467 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 04:30:21.467 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 04:30:21.467 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 04:30:21.467 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 04:30:21.467 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 04:30:21.467 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 04:30:21.467 | + 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-08-29 04:30:21.467 | ++ 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-08-29 04:30:21.467 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:21.467 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:30:21.467 | + functions-common:get_or_add_user_project_role:1003 : echo 1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:30:21.467 | 1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:30:21.467 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-08-29 04:30:21.467 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-08-29 04:30:21.467 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-08-29 04:30:21.467 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-08-29 04:30:21.467 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 04:30:21.467 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-08-29 04:30:21.467 | ++ 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-08-29 04:30:21.467 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:21.467 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 04:30:21.467 | 3529e6e333644849b9dd0ec22a40c550' 2024-08-29 04:30:21.467 | + functions-common:get_or_create_service:1090 : echo 3529e6e333644849b9dd0ec22a40c550 2024-08-29 04:30:21.467 | 3529e6e333644849b9dd0ec22a40c550 2024-08-29 04:30:21.467 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-08-29 04:30:21.467 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 04:30:21.467 | ++ 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-08-29 04:30:21.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 04:30:21.467 | +++ 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-08-29 04:30:21.467 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:21.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 04:30:21.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 04:30:21.467 | +++ 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-08-29 04:30:21.467 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:21.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=65a922c3b6444c44842a4e7e6dab7dd7 2024-08-29 04:30:21.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 65a922c3b6444c44842a4e7e6dab7dd7 2024-08-29 04:30:21.467 | + functions-common:get_or_create_endpoint:1123 : public_id=65a922c3b6444c44842a4e7e6dab7dd7 2024-08-29 04:30:21.467 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 04:30:21.467 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 04:30:21.467 | + functions-common:get_or_create_endpoint:1132 : echo 65a922c3b6444c44842a4e7e6dab7dd7 2024-08-29 04:30:21.467 | 65a922c3b6444c44842a4e7e6dab7dd7 2024-08-29 04:30:21.467 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-08-29 04:30:21.467 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 04:30:21.467 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-08-29 04:30:21.467 | ++ 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-08-29 04:30:21.467 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:21.467 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 04:30:21.467 | 3389822b0ed5459483695b1e4f1bf7d8' 2024-08-29 04:30:21.467 | + functions-common:get_or_create_service:1090 : echo 3389822b0ed5459483695b1e4f1bf7d8 2024-08-29 04:30:21.467 | 3389822b0ed5459483695b1e4f1bf7d8 2024-08-29 04:30:21.467 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-08-29 04:30:21.467 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 04:30:21.467 | ++ 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-08-29 04:30:21.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 04:30:21.467 | +++ 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-08-29 04:30:21.467 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:21.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 04:30:21.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 04:30:21.467 | +++ 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-08-29 04:30:21.467 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:21.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=673d3b1156cd4aa696b1e3cc5271b36d 2024-08-29 04:30:21.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 673d3b1156cd4aa696b1e3cc5271b36d 2024-08-29 04:30:21.467 | + functions-common:get_or_create_endpoint:1123 : public_id=673d3b1156cd4aa696b1e3cc5271b36d 2024-08-29 04:30:21.467 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 04:30:21.467 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 04:30:21.467 | + functions-common:get_or_create_endpoint:1132 : echo 673d3b1156cd4aa696b1e3cc5271b36d 2024-08-29 04:30:21.467 | 673d3b1156cd4aa696b1e3cc5271b36d 2024-08-29 04:30:21.467 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-08-29 04:30:21.467 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:21.467 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-08-29 04:30:21.467 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:30:21.467 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-08-29 04:30:21.467 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:30:21.467 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-08-29 04:30:21.467 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:21.467 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-08-29 04:30:21.497 | [3620 Async create_nova_accounts:36815]: finished create_nova_accounts with result 0 in 24 seconds 2024-08-29 04:30:21.523 | [3620 Async create_glance_accounts:36938]: Waiting for completion of create_glance_accounts running on PID 36938 (4 other jobs running) 2024-08-29 04:30:21.539 | [3620 Async create_glance_accounts:36938]: Signaling child to exit 2024-08-29 04:30:22.607 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:30:22.626 | [36938 Async create_glance_accounts:36938]: finished successfully 2024-08-29 04:30:22.643 | WAKEUP 2024-08-29 04:30:22.659 | [3620 Async create_glance_accounts:36938]: Signaled 2024-08-29 04:30:22.659 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-08-29 04:30:22.659 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:22.659 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-08-29 04:30:22.659 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-08-29 04:30:22.659 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 04:30:22.659 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 04:30:22.659 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 04:30:22.659 | ++ 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-08-29 04:30:22.659 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.659 | + functions-common:get_or_create_user:938 : user_id=9c4c92f997f04c3dbc47413a278ca7e2 2024-08-29 04:30:22.659 | + functions-common:get_or_create_user:939 : echo 9c4c92f997f04c3dbc47413a278ca7e2 2024-08-29 04:30:22.659 | 9c4c92f997f04c3dbc47413a278ca7e2 2024-08-29 04:30:22.659 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-08-29 04:30:22.659 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:30:22.659 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:30:22.659 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 04:30:22.659 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:30:22.659 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:30:22.660 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 04:30:22.660 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 04:30:22.660 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 04:30:22.660 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 04:30:22.660 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 04:30:22.660 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 04:30:22.660 | + 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-08-29 04:30:22.660 | ++ 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-08-29 04:30:22.660 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.660 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=77b516655b364a058a473facaa5b34bf 2024-08-29 04:30:22.660 | + functions-common:get_or_add_user_project_role:1003 : echo 77b516655b364a058a473facaa5b34bf 2024-08-29 04:30:22.660 | 77b516655b364a058a473facaa5b34bf 2024-08-29 04:30:22.660 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-29 04:30:22.660 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-08-29 04:30:22.660 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:30:22.660 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-08-29 04:30:22.660 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 04:30:22.660 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-08-29 04:30:22.660 | ++ 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-08-29 04:30:22.660 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.660 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 04:30:22.660 | 30749d60f6964586a13dbb4a143901b7' 2024-08-29 04:30:22.660 | + functions-common:get_or_create_service:1090 : echo 30749d60f6964586a13dbb4a143901b7 2024-08-29 04:30:22.660 | 30749d60f6964586a13dbb4a143901b7 2024-08-29 04:30:22.660 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-08-29 04:30:22.660 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 04:30:22.660 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-08-29 04:30:22.660 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 04:30:22.660 | +++ 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-08-29 04:30:22.660 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.660 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 04:30:22.660 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 04:30:22.660 | +++ 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-08-29 04:30:22.660 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.660 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=f01b84aa2b534f299c43a0fbdac1d73d 2024-08-29 04:30:22.660 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo f01b84aa2b534f299c43a0fbdac1d73d 2024-08-29 04:30:22.660 | + functions-common:get_or_create_endpoint:1123 : public_id=f01b84aa2b534f299c43a0fbdac1d73d 2024-08-29 04:30:22.660 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 04:30:22.660 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 04:30:22.660 | + functions-common:get_or_create_endpoint:1132 : echo f01b84aa2b534f299c43a0fbdac1d73d 2024-08-29 04:30:22.660 | f01b84aa2b534f299c43a0fbdac1d73d 2024-08-29 04:30:22.660 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-08-29 04:30:22.660 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-08-29 04:30:22.660 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-08-29 04:30:22.660 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.660 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-08-29 04:30:22.660 | ++ functions-common:get_or_create_domain:901 : echo default 2024-08-29 04:30:22.660 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-08-29 04:30:22.660 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-08-29 04:30:22.661 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-08-29 04:30:22.661 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-08-29 04:30:22.661 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-08-29 04:30:22.661 | + 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-08-29 04:30:22.661 | +---------------+----------------------------------+ 2024-08-29 04:30:22.661 | | Field | Value | 2024-08-29 04:30:22.661 | +---------------+----------------------------------+ 2024-08-29 04:30:22.661 | | default_limit | 1000 | 2024-08-29 04:30:22.661 | | description | None | 2024-08-29 04:30:22.661 | | id | ac02dc24ad174e08bb0c18fa41315244 | 2024-08-29 04:30:22.661 | | region_id | RegionOne | 2024-08-29 04:30:22.661 | | resource_name | image_size_total | 2024-08-29 04:30:22.661 | | service_id | 30749d60f6964586a13dbb4a143901b7 | 2024-08-29 04:30:22.661 | +---------------+----------------------------------+ 2024-08-29 04:30:22.661 | + 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-08-29 04:30:22.661 | +---------------+----------------------------------+ 2024-08-29 04:30:22.661 | | Field | Value | 2024-08-29 04:30:22.661 | +---------------+----------------------------------+ 2024-08-29 04:30:22.661 | | default_limit | 1000 | 2024-08-29 04:30:22.661 | | description | None | 2024-08-29 04:30:22.661 | | id | 1c5f7d82b2a746cdb51da73cf76cca37 | 2024-08-29 04:30:22.661 | | region_id | RegionOne | 2024-08-29 04:30:22.661 | | resource_name | image_stage_total | 2024-08-29 04:30:22.661 | | service_id | 30749d60f6964586a13dbb4a143901b7 | 2024-08-29 04:30:22.661 | +---------------+----------------------------------+ 2024-08-29 04:30:22.661 | + 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-08-29 04:30:22.661 | +---------------+----------------------------------+ 2024-08-29 04:30:22.661 | | Field | Value | 2024-08-29 04:30:22.661 | +---------------+----------------------------------+ 2024-08-29 04:30:22.661 | | default_limit | 100 | 2024-08-29 04:30:22.661 | | description | None | 2024-08-29 04:30:22.661 | | id | 790e20125036485a995f8541d3fdb1fb | 2024-08-29 04:30:22.661 | | region_id | RegionOne | 2024-08-29 04:30:22.661 | | resource_name | image_count_total | 2024-08-29 04:30:22.661 | | service_id | 30749d60f6964586a13dbb4a143901b7 | 2024-08-29 04:30:22.661 | +---------------+----------------------------------+ 2024-08-29 04:30:22.661 | + 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-08-29 04:30:22.661 | +---------------+----------------------------------+ 2024-08-29 04:30:22.661 | | Field | Value | 2024-08-29 04:30:22.661 | +---------------+----------------------------------+ 2024-08-29 04:30:22.661 | | default_limit | 100 | 2024-08-29 04:30:22.661 | | description | None | 2024-08-29 04:30:22.661 | | id | 307f9ee72ed248a7b70b07b1d34b419c | 2024-08-29 04:30:22.661 | | region_id | RegionOne | 2024-08-29 04:30:22.661 | | resource_name | image_count_uploading | 2024-08-29 04:30:22.661 | | service_id | 30749d60f6964586a13dbb4a143901b7 | 2024-08-29 04:30:22.662 | +---------------+----------------------------------+ 2024-08-29 04:30:22.662 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-08-29 04:30:22.662 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-08-29 04:30:22.662 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-08-29 04:30:22.662 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-08-29 04:30:22.662 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-08-29 04:30:22.662 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-08-29 04:30:22.662 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-08-29 04:30:22.662 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-08-29 04:30:22.662 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.662 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id f01b84aa2b534f299c43a0fbdac1d73d 2024-08-29 04:30:22.662 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-08-29 04:30:22.691 | [3620 Async create_glance_accounts:36938]: finished create_glance_accounts with result 0 in 25 seconds 2024-08-29 04:30:22.717 | [3620 Async create_cinder_accounts:37077]: Waiting for completion of create_cinder_accounts running on PID 37077 (3 other jobs running) 2024-08-29 04:30:22.735 | [3620 Async create_cinder_accounts:37077]: Signaling child to exit 2024-08-29 04:30:22.735 | WAKEUP 2024-08-29 04:30:22.752 | [3620 Async create_cinder_accounts:37077]: Signaled 2024-08-29 04:30:22.753 | + 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-08-29 04:30:22.753 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-08-29 04:30:22.753 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-08-29 04:30:22.754 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:30:22.754 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-08-29 04:30:22.754 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-08-29 04:30:22.754 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 04:30:22.754 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 04:30:22.754 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 04:30:22.754 | ++ 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-08-29 04:30:22.754 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.754 | + functions-common:get_or_create_user:938 : user_id=036fdd2ef9a043b1af8b9cb17fa97539 2024-08-29 04:30:22.754 | + functions-common:get_or_create_user:939 : echo 036fdd2ef9a043b1af8b9cb17fa97539 2024-08-29 04:30:22.754 | 036fdd2ef9a043b1af8b9cb17fa97539 2024-08-29 04:30:22.754 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-08-29 04:30:22.754 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:30:22.754 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:30:22.754 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 04:30:22.754 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:30:22.754 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:30:22.754 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 04:30:22.754 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 04:30:22.754 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 04:30:22.754 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 04:30:22.754 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 04:30:22.754 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 04:30:22.754 | + 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-08-29 04:30:22.754 | ++ 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-08-29 04:30:22.754 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.754 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=77b516655b364a058a473facaa5b34bf 2024-08-29 04:30:22.754 | + functions-common:get_or_add_user_project_role:1003 : echo 77b516655b364a058a473facaa5b34bf 2024-08-29 04:30:22.754 | 77b516655b364a058a473facaa5b34bf 2024-08-29 04:30:22.754 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-29 04:30:22.754 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-08-29 04:30:22.754 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 04:30:22.754 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-08-29 04:30:22.754 | ++ 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-08-29 04:30:22.754 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.754 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 04:30:22.755 | dfffde3bec9f4a129d47e623be370541' 2024-08-29 04:30:22.755 | + functions-common:get_or_create_service:1090 : echo dfffde3bec9f4a129d47e623be370541 2024-08-29 04:30:22.755 | dfffde3bec9f4a129d47e623be370541 2024-08-29 04:30:22.755 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-08-29 04:30:22.755 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-08-29 04:30:22.755 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 04:30:22.755 | ++ 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-08-29 04:30:22.755 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 04:30:22.755 | +++ 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-08-29 04:30:22.755 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.755 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 04:30:22.755 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 04:30:22.755 | +++ 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-08-29 04:30:22.755 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.755 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=ddd8094488df4b47be3851273b29d572 2024-08-29 04:30:22.755 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo ddd8094488df4b47be3851273b29d572 2024-08-29 04:30:22.755 | + functions-common:get_or_create_endpoint:1123 : public_id=ddd8094488df4b47be3851273b29d572 2024-08-29 04:30:22.755 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 04:30:22.755 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 04:30:22.755 | + functions-common:get_or_create_endpoint:1132 : echo ddd8094488df4b47be3851273b29d572 2024-08-29 04:30:22.755 | ddd8094488df4b47be3851273b29d572 2024-08-29 04:30:22.755 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-08-29 04:30:22.755 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 04:30:22.755 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-08-29 04:30:22.755 | ++ 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-08-29 04:30:22.755 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.755 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 04:30:22.755 | eb671be85c0b4b52873a64ce89050283' 2024-08-29 04:30:22.755 | + functions-common:get_or_create_service:1090 : echo eb671be85c0b4b52873a64ce89050283 2024-08-29 04:30:22.755 | eb671be85c0b4b52873a64ce89050283 2024-08-29 04:30:22.755 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-08-29 04:30:22.755 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 04:30:22.755 | ++ 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-08-29 04:30:22.755 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 04:30:22.755 | +++ 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-08-29 04:30:22.755 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.755 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 04:30:22.755 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 04:30:22.755 | +++ 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-08-29 04:30:22.755 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.755 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=03029921a91644889320cb90099c38d4 2024-08-29 04:30:22.755 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 03029921a91644889320cb90099c38d4 2024-08-29 04:30:22.755 | + functions-common:get_or_create_endpoint:1123 : public_id=03029921a91644889320cb90099c38d4 2024-08-29 04:30:22.755 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 04:30:22.755 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 04:30:22.755 | + functions-common:get_or_create_endpoint:1132 : echo 03029921a91644889320cb90099c38d4 2024-08-29 04:30:22.755 | 03029921a91644889320cb90099c38d4 2024-08-29 04:30:22.755 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-08-29 04:30:22.755 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-08-29 04:30:22.755 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-29 04:30:22.755 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-08-29 04:30:22.755 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.755 | ++ functions-common:get_or_create_project:951 : project_id=3af95049cede4e60b01b9605b1505d40 2024-08-29 04:30:22.755 | ++ functions-common:get_or_create_project:952 : echo 3af95049cede4e60b01b9605b1505d40 2024-08-29 04:30:22.755 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 3af95049cede4e60b01b9605b1505d40 2024-08-29 04:30:22.755 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-08-29 04:30:22.755 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 04:30:22.755 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 04:30:22.755 | ++ functions-common:get_or_create_user:926 : local email= 2024-08-29 04:30:22.755 | +++ 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-08-29 04:30:22.755 | No password was supplied, authentication will fail when a user does not have a password. 2024-08-29 04:30:22.755 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.755 | ++ functions-common:get_or_create_user:938 : user_id=036fdd2ef9a043b1af8b9cb17fa97539 2024-08-29 04:30:22.755 | ++ functions-common:get_or_create_user:939 : echo 036fdd2ef9a043b1af8b9cb17fa97539 2024-08-29 04:30:22.755 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 036fdd2ef9a043b1af8b9cb17fa97539 2024-08-29 04:30:22.788 | [3620 Async create_cinder_accounts:37077]: finished create_cinder_accounts with result 0 in 23 seconds 2024-08-29 04:30:22.791 | + inc/async:async_wait:197 : return 0 2024-08-29 04:30:22.794 | + stack.sh:main:1138 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-08-29 04:30:22.830 | [3620 Async create_neutron_accounts:37220]: Waiting for completion of create_neutron_accounts running on PID 37220 (2 other jobs running) 2024-08-29 04:30:22.847 | [3620 Async create_neutron_accounts:37220]: Signaling child to exit 2024-08-29 04:30:22.847 | WAKEUP 2024-08-29 04:30:22.862 | [3620 Async create_neutron_accounts:37220]: Signaled 2024-08-29 04:30:22.863 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-08-29 04:30:22.863 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-08-29 04:30:22.863 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-08-29 04:30:22.863 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-08-29 04:30:22.863 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-08-29 04:30:22.863 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-08-29 04:30:22.863 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:22.863 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-08-29 04:30:22.863 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-08-29 04:30:22.863 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 04:30:22.863 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 04:30:22.863 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 04:30:22.863 | ++ 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-08-29 04:30:22.863 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.863 | + functions-common:get_or_create_user:938 : user_id=6901881e9b424a5aab458d86e9b7c7fb 2024-08-29 04:30:22.863 | + functions-common:get_or_create_user:939 : echo 6901881e9b424a5aab458d86e9b7c7fb 2024-08-29 04:30:22.863 | 6901881e9b424a5aab458d86e9b7c7fb 2024-08-29 04:30:22.864 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-08-29 04:30:22.864 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:30:22.864 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:30:22.864 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 04:30:22.864 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:30:22.864 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:30:22.864 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 04:30:22.864 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 04:30:22.864 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 04:30:22.864 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 04:30:22.864 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 04:30:22.864 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 04:30:22.864 | + 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-08-29 04:30:22.864 | ++ 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-08-29 04:30:22.864 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.864 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=77b516655b364a058a473facaa5b34bf 2024-08-29 04:30:22.864 | + functions-common:get_or_add_user_project_role:1003 : echo 77b516655b364a058a473facaa5b34bf 2024-08-29 04:30:22.864 | 77b516655b364a058a473facaa5b34bf 2024-08-29 04:30:22.864 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-29 04:30:22.864 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-08-29 04:30:22.864 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 04:30:22.864 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-08-29 04:30:22.864 | ++ 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-08-29 04:30:22.864 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.864 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 04:30:22.864 | fa84d3664a9e4065a9521233db734ffc' 2024-08-29 04:30:22.864 | + functions-common:get_or_create_service:1090 : echo fa84d3664a9e4065a9521233db734ffc 2024-08-29 04:30:22.864 | fa84d3664a9e4065a9521233db734ffc 2024-08-29 04:30:22.864 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-08-29 04:30:22.864 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 04:30:22.864 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-08-29 04:30:22.864 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 04:30:22.864 | +++ 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-08-29 04:30:22.864 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.864 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 04:30:22.864 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 04:30:22.864 | +++ 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-08-29 04:30:22.864 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:30:22.864 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=3cc8b39bff474b998d44226ee77ba8be 2024-08-29 04:30:22.864 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 3cc8b39bff474b998d44226ee77ba8be 2024-08-29 04:30:22.864 | + functions-common:get_or_create_endpoint:1123 : public_id=3cc8b39bff474b998d44226ee77ba8be 2024-08-29 04:30:22.864 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 04:30:22.864 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 04:30:22.864 | + functions-common:get_or_create_endpoint:1132 : echo 3cc8b39bff474b998d44226ee77ba8be 2024-08-29 04:30:22.864 | 3cc8b39bff474b998d44226ee77ba8be 2024-08-29 04:30:22.895 | [3620 Async create_neutron_accounts:37220]: finished create_neutron_accounts with result 0 in 13 seconds 2024-08-29 04:30:22.900 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-08-29 04:30:22.904 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-08-29 04:30:22.906 | + inc/async:async_wait:197 : return 0 2024-08-29 04:30:22.908 | + stack.sh:main:1144 : is_service_enabled mysql postgresql 2024-08-29 04:30:22.921 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:22.923 | + stack.sh:main:1144 : is_service_enabled glance 2024-08-29 04:30:22.937 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:22.939 | + stack.sh:main:1145 : echo_summary 'Configuring Glance' 2024-08-29 04:30:22.941 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:30:22.943 | + stack.sh:echo_summary:455 : echo -e Configuring Glance 2024-08-29 04:30:22.945 | + stack.sh:main:1146 : async_runfunc init_glance 2024-08-29 04:30:22.947 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-08-29 04:30:22.994 | + inc/async:async_inner:63 : init_glance 2024-08-29 04:30:23.024 | [3620 Async init_glance:39507]: running: init_glance 2024-08-29 04:30:23.026 | + stack.sh:main:1153 : is_service_enabled neutron 2024-08-29 04:30:23.041 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:23.043 | + stack.sh:main:1154 : echo_summary 'Configuring Neutron' 2024-08-29 04:30:23.045 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:30:23.047 | + stack.sh:echo_summary:455 : echo -e Configuring Neutron 2024-08-29 04:30:23.049 | + stack.sh:main:1156 : configure_neutron 2024-08-29 04:30:23.051 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-08-29 04:30:23.053 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-08-29 04:30:23.055 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-08-29 04:30:23.066 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-08-29 04:30:23.067 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-08-29 04:30:27.251 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:30:27.269 | [39507 Async init_glance:39507]: finished successfully 2024-08-29 04:30:42.684 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-08-29 04:30:42.688 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-08-29 04:30:42.690 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-08-29 04:30:42.692 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-08-29 04:30:42.694 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-08-29 04:30:42.696 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-08-29 04:30:42.698 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-08-29 04:30:42.699 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-08-29 04:30:42.701 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-08-29 04:30:42.703 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-08-29 04:30:42.705 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-08-29 04:30:42.706 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-08-29 04:30:42.708 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-08-29 04:30:42.710 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-08-29 04:30:42.712 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-08-29 04:30:42.713 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-08-29 04:30:42.716 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:42.718 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:42.720 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-08-29 04:30:42.722 | + 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-08-29 04:30:42.726 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-08-29 04:30:42.728 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-08-29 04:30:42.730 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-08-29 04:30:42.731 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-08-29 04:30:42.733 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 04:30:42.735 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 04:30:42.737 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-08-29 04:30:42.739 | + 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-08-29 04:30:42.763 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-08-29 04:30:42.787 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-08-29 04:30:42.810 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-08-29 04:30:42.834 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-08-29 04:30:42.857 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-08-29 04:30:42.882 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-08-29 04:30:42.883 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-08-29 04:30:42.885 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-08-29 04:30:42.887 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-08-29 04:30:42.889 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 04:30:42.902 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 04:30:42.904 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 04:30:42.905 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 04:30:42.907 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 04:30:42.909 | + 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-08-29 04:30:42.932 | + 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-08-29 04:30:42.955 | + 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-08-29 04:30:42.979 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 04:30:43.003 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-08-29 04:30:43.015 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:30:43.017 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-08-29 04:30:43.019 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-08-29 04:30:43.021 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-08-29 04:30:43.023 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-08-29 04:30:43.025 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-08-29 04:30:43.026 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-08-29 04:30:43.028 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-08-29 04:30:43.030 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-08-29 04:30:43.039 | + 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-08-29 04:30:43.048 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-08-29 04:30:43.050 | + 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-08-29 04:30:43.060 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-08-29 04:30:43.069 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-08-29 04:30:43.078 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-08-29 04:30:43.080 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-29 04:30:43.083 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-08-29 04:30:43.086 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.ZGAfAprSee 2024-08-29 04:30:43.088 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-08-29 04:30:43.090 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-29 04:30:43.092 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.ZGAfAprSee 2024-08-29 04:30:43.095 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.ZGAfAprSee 2024-08-29 04:30:43.104 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.ZGAfAprSee /etc/sudoers.d/neutron-rootwrap 2024-08-29 04:30:43.113 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-08-29 04:30:43.115 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-08-29 04:30:43.117 | + 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-08-29 04:30:43.140 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-29 04:30:43.142 | + 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-08-29 04:30:43.166 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-08-29 04:30:43.168 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-08-29 04:30:43.170 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-08-29 04:30:43.172 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 04:30:43.174 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 04:30:43.176 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 04:30:43.189 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:43.192 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 04:30:43.194 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 04:30:43.196 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 04:30:43.209 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:43.211 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 04:30:43.214 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 04:30:43.238 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 04:30:43.240 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 04:30:43.242 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-08-29 04:30:43.255 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:30:43.257 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-08-29 04:30:43.270 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:43.272 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-08-29 04:30:43.274 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:43.276 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:43.278 | + 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-08-29 04:30:43.304 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-29 04:30:43.306 | + 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-08-29 04:30:43.331 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-08-29 04:30:43.356 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-08-29 04:30:43.358 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-08-29 04:30:43.360 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-08-29 04:30:43.362 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-08-29 04:30:44.691 | INFO neutron.common.config [-] Logging enabled! 2024-08-29 04:30:44.692 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev18 2024-08-29 04:30:44.692 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40397) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-08-29 04:30:44.693 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-08-29 04:30:44.693 | 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/tmpt2ni8qvq/privsep.sock'] 2024-08-29 04:30:45.408 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-08-29 04:30:45.408 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpt2ni8qvq/privsep.sock {{(pid=40397) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-08-29 04:30:45.409 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-08-29 04:30:45.409 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-08-29 04:30:45.409 | 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-08-29 04:30:45.410 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 40407 2024-08-29 04:30:45.410 | DEBUG oslo.privsep.daemon [-] privsep: reply[595bedb5-2116-4294-b7ce-bbb4b0513c26]: (2,) {{(pid=40407) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 04:30:45.497 | 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=40407) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-08-29 04:30:45.506 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.009s {{(pid=40407) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-08-29 04:30:45.507 | DEBUG oslo.privsep.daemon [-] privsep: reply[7ccd6651-2351-49a5-93c0-f03f8c70d441]: (4, ('a1d49b6c-a219-450a-9a27-17de88b9496a\n', '')) {{(pid=40407) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 04:30:45.591 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40397) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-29 04:30:45.592 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40397) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-29 04:30:45.592 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40397) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 04:30:45.592 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40397) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 04:30:45.592 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40397) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 04:30:45.592 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40397) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 04:30:45.626 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-08-29 04:30:45.626 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40397) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-08-29 04:30:45.630 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40397) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-08-29 04:30:45.630 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-08-29 04:30:45.915 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-08-29 04:30:45.918 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-08-29 04:30:45.920 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-08-29 04:30:45.922 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-29 04:30:45.925 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-08-29 04:30:45.938 | + 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-08-29 04:30:45.951 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-08-29 04:30:45.953 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-08-29 04:30:45.956 | + 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-08-29 04:30:45.981 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-08-29 04:30:45.984 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-08-29 04:30:45.990 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-08-29 04:30:45.992 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-08-29 04:30:45.994 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-08-29 04:30:46.027 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-08-29 04:30:46.039 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-08-29 04:30:46.041 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-08-29 04:30:46.048 | net.bridge.bridge-nf-call-iptables = 1 2024-08-29 04:30:46.051 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-08-29 04:30:46.053 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-08-29 04:30:46.059 | net.bridge.bridge-nf-call-ip6tables = 1 2024-08-29 04:30:46.062 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-08-29 04:30:46.064 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-08-29 04:30:46.066 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-08-29 04:30:46.068 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-08-29 04:30:46.070 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-08-29 04:30:46.072 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-08-29 04:30:46.074 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-08-29 04:30:46.076 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-08-29 04:30:46.078 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-29 04:30:46.080 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-08-29 04:30:46.092 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-08-29 04:30:46.094 | + 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-08-29 04:30:46.121 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-08-29 04:30:46.123 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-08-29 04:30:46.148 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-08-29 04:30:46.172 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-08-29 04:30:46.186 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:46.188 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-08-29 04:30:46.190 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-08-29 04:30:46.193 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-08-29 04:30:46.218 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-08-29 04:30:46.241 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-08-29 04:30:46.243 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-08-29 04:30:46.245 | + 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-08-29 04:30:46.269 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-29 04:30:46.271 | + 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-08-29 04:30:46.295 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-08-29 04:30:46.308 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:46.310 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-08-29 04:30:46.312 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-08-29 04:30:46.336 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-08-29 04:30:46.338 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-08-29 04:30:46.340 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-08-29 04:30:46.364 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-08-29 04:30:46.366 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-08-29 04:30:46.368 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-08-29 04:30:46.370 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-08-29 04:30:46.383 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:46.385 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-08-29 04:30:46.387 | + 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-08-29 04:30:46.391 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-08-29 04:30:46.414 | + 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-08-29 04:30:46.440 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-08-29 04:30:46.442 | + 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-08-29 04:30:46.466 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-08-29 04:30:46.468 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-08-29 04:30:46.493 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-08-29 04:30:46.495 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-08-29 04:30:46.497 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-08-29 04:30:46.521 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-08-29 04:30:46.523 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-08-29 04:30:46.524 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-08-29 04:30:46.526 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-08-29 04:30:47.834 | INFO neutron.common.config [-] Logging enabled! 2024-08-29 04:30:47.835 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev18 2024-08-29 04:30:47.835 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40954) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-08-29 04:30:47.860 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40954) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-29 04:30:47.860 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40954) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-29 04:30:47.860 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40954) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 04:30:47.860 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40954) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 04:30:47.860 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40954) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 04:30:47.860 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40954) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 04:30:47.893 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-08-29 04:30:47.894 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40954) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-08-29 04:30:47.894 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40954) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-08-29 04:30:47.894 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-08-29 04:30:48.161 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-08-29 04:30:48.164 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-08-29 04:30:48.166 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-08-29 04:30:48.168 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-08-29 04:30:48.171 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-08-29 04:30:48.173 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-29 04:30:48.175 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-08-29 04:30:48.188 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-08-29 04:30:48.190 | + functions:set_mtu:796 : local dev=br-ex 2024-08-29 04:30:48.193 | + functions:set_mtu:797 : local mtu=8950 2024-08-29 04:30:48.195 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-08-29 04:30:48.205 | + 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-08-29 04:30:48.217 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-08-29 04:30:48.219 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-08-29 04:30:48.222 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-08-29 04:30:48.224 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-08-29 04:30:48.226 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-08-29 04:30:48.228 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-08-29 04:30:48.230 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-08-29 04:30:48.232 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-08-29 04:30:48.234 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-08-29 04:30:48.236 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-08-29 04:30:48.238 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-08-29 04:30:48.240 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-08-29 04:30:48.241 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-08-29 04:30:48.243 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-08-29 04:30:48.246 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-08-29 04:30:48.246 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-08-29 04:30:48.251 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-08-29 04:30:48.253 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-08-29 04:30:48.255 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-08-29 04:30:48.257 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-08-29 04:30:48.260 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-08-29 04:30:48.260 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-08-29 04:30:48.260 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-08-29 04:30:48.266 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-08-29 04:30:48.268 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-08-29 04:30:48.270 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-08-29 04:30:48.272 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-08-29 04:30:48.274 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-08-29 04:30:48.276 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-08-29 04:30:48.278 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-08-29 04:30:48.291 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-08-29 04:30:48.291 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-08-29 04:30:48.295 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-08-29 04:30:48.297 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-08-29 04:30:48.311 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:48.313 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-08-29 04:30:48.315 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-08-29 04:30:48.318 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-08-29 04:30:48.343 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-08-29 04:30:48.367 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-08-29 04:30:48.392 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-08-29 04:30:48.394 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-08-29 04:30:48.396 | + 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-08-29 04:30:48.420 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-29 04:30:48.422 | + 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-08-29 04:30:48.446 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-29 04:30:48.448 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-08-29 04:30:48.461 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:30:48.463 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-08-29 04:30:48.465 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-08-29 04:30:48.478 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:30:48.480 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-08-29 04:30:48.494 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:30:48.496 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-08-29 04:30:48.510 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:30:48.512 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-08-29 04:30:48.525 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:48.527 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-08-29 04:30:48.529 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-08-29 04:30:48.531 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-08-29 04:30:48.534 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-08-29 04:30:48.537 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-08-29 04:30:48.539 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-08-29 04:30:48.541 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-08-29 04:30:48.543 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-08-29 04:30:48.545 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-08-29 04:30:48.549 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-08-29 04:30:48.553 | + 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-08-29 04:30:48.556 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-08-29 04:30:48.581 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-08-29 04:30:48.607 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-08-29 04:30:48.631 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-08-29 04:30:48.656 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-08-29 04:30:48.658 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-29 04:30:48.660 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-08-29 04:30:48.661 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 04:30:48.664 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-08-29 04:30:48.689 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-08-29 04:30:48.713 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-29 04:30:48.739 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-08-29 04:30:48.764 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-08-29 04:30:48.789 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-08-29 04:30:48.814 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-08-29 04:30:48.839 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-08-29 04:30:48.863 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 04:30:48.888 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 04:30:48.912 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-08-29 04:30:48.937 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-08-29 04:30:48.962 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-08-29 04:30:48.964 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-29 04:30:48.966 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-29 04:30:48.968 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-08-29 04:30:48.970 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-08-29 04:30:48.994 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-08-29 04:30:49.019 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-08-29 04:30:49.044 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-08-29 04:30:49.068 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-08-29 04:30:49.093 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-08-29 04:30:49.119 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-08-29 04:30:49.144 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-08-29 04:30:49.168 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-08-29 04:30:49.193 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-08-29 04:30:49.218 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-08-29 04:30:49.220 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-29 04:30:49.222 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-08-29 04:30:49.224 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-08-29 04:30:49.226 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-08-29 04:30:49.250 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-08-29 04:30:49.275 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-08-29 04:30:49.300 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-08-29 04:30:49.324 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-08-29 04:30:49.349 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-08-29 04:30:49.373 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-08-29 04:30:49.398 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-08-29 04:30:49.423 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-08-29 04:30:49.448 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-08-29 04:30:49.473 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-08-29 04:30:49.475 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-08-29 04:30:49.477 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-08-29 04:30:49.479 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-08-29 04:30:49.481 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-08-29 04:30:49.483 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-08-29 04:30:49.485 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-08-29 04:30:49.487 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-08-29 04:30:49.489 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-08-29 04:30:49.491 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-08-29 04:30:49.493 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-08-29 04:30:49.495 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-08-29 04:30:49.497 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-08-29 04:30:49.499 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-08-29 04:30:49.501 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-08-29 04:30:49.503 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-08-29 04:30:49.505 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-08-29 04:30:49.507 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-08-29 04:30:49.509 | + 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-08-29 04:30:49.511 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:49.513 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-08-29 04:30:49.515 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-08-29 04:30:49.517 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-08-29 04:30:49.518 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 04:30:49.520 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-08-29 04:30:49.543 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-08-29 04:30:49.545 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:49.547 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-29 04:30:49.549 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-08-29 04:30:49.551 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-08-29 04:30:49.553 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 04:30:49.555 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-08-29 04:30:49.579 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-08-29 04:30:49.581 | + 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-08-29 04:30:49.583 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:49.585 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-29 04:30:49.587 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-08-29 04:30:49.589 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-08-29 04:30:49.591 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 04:30:49.593 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-08-29 04:30:49.617 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-08-29 04:30:49.618 | + 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-08-29 04:30:49.620 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:49.622 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-29 04:30:49.624 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-08-29 04:30:49.626 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-08-29 04:30:49.628 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 04:30:49.630 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-08-29 04:30:49.653 | + 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-08-29 04:30:49.655 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:49.657 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-29 04:30:49.659 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-08-29 04:30:49.661 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-08-29 04:30:49.663 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 04:30:49.665 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-08-29 04:30:49.689 | + 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-08-29 04:30:49.691 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:49.693 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-08-29 04:30:49.695 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-08-29 04:30:49.697 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-08-29 04:30:49.698 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 04:30:49.700 | + 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-08-29 04:30:49.725 | + 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-08-29 04:30:49.727 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:49.729 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-08-29 04:30:49.731 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-08-29 04:30:49.733 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-08-29 04:30:49.735 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 04:30:49.737 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-08-29 04:30:49.762 | + 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-08-29 04:30:49.764 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:49.765 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-08-29 04:30:49.767 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-08-29 04:30:49.769 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-08-29 04:30:49.771 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 04:30:49.773 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-08-29 04:30:49.797 | + 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-08-29 04:30:49.799 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:49.801 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-08-29 04:30:49.803 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-08-29 04:30:49.805 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-08-29 04:30:49.807 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 04:30:49.809 | + 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-08-29 04:30:49.833 | + 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-08-29 04:30:49.835 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:30:49.837 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-08-29 04:30:49.839 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-08-29 04:30:49.841 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-08-29 04:30:49.843 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 04:30:49.845 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-08-29 04:30:49.868 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-29 04:30:49.870 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-08-29 04:30:49.895 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-08-29 04:30:49.920 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-08-29 04:30:49.923 | + stack.sh:main:1159 : is_service_enabled mysql postgresql 2024-08-29 04:30:49.936 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:49.939 | + stack.sh:main:1159 : is_service_enabled neutron 2024-08-29 04:30:49.952 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:49.954 | + stack.sh:main:1160 : async_runfunc init_neutron 2024-08-29 04:30:49.957 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-08-29 04:30:50.004 | + inc/async:async_inner:63 : init_neutron 2024-08-29 04:30:50.033 | [3620 Async init_neutron:42753]: running: init_neutron 2024-08-29 04:30:50.035 | + stack.sh:main:1168 : is_service_enabled q-dhcp 2024-08-29 04:30:50.050 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:50.052 | ++ stack.sh:main:1172 : pidof NetworkManager 2024-08-29 04:30:50.063 | ++ stack.sh:main:1172 : true 2024-08-29 04:30:50.066 | + stack.sh:main:1172 : netman_pid= 2024-08-29 04:30:50.068 | + stack.sh:main:1173 : '[' -z '' ']' 2024-08-29 04:30:50.070 | + stack.sh:main:1174 : sudo killall dnsmasq 2024-08-29 04:30:50.080 | dnsmasq: no process found 2024-08-29 04:30:50.083 | + stack.sh:main:1174 : true 2024-08-29 04:30:50.085 | + stack.sh:main:1179 : clean_iptables 2024-08-29 04:30:50.088 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-08-29 04:30:50.090 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-29 04:30:50.090 | + lib/nova:clean_iptables:184 : grep nova 2024-08-29 04:30:50.090 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-08-29 04:30:50.090 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-08-29 04:30:50.090 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-08-29 04:30:50.091 | + lib/nova:clean_iptables:184 : bash 2024-08-29 04:30:50.121 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-29 04:30:50.121 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-08-29 04:30:50.122 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-08-29 04:30:50.122 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-08-29 04:30:50.122 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-08-29 04:30:50.122 | + lib/nova:clean_iptables:186 : grep nova 2024-08-29 04:30:50.122 | + lib/nova:clean_iptables:186 : bash 2024-08-29 04:30:50.133 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-29 04:30:50.133 | + lib/nova:clean_iptables:188 : grep nova 2024-08-29 04:30:50.136 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-08-29 04:30:50.136 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-08-29 04:30:50.136 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-08-29 04:30:50.136 | + lib/nova:clean_iptables:188 : bash 2024-08-29 04:30:50.136 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-08-29 04:30:50.143 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-08-29 04:30:50.144 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-29 04:30:50.144 | + lib/nova:clean_iptables:190 : grep nova 2024-08-29 04:30:50.144 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-08-29 04:30:50.145 | + lib/nova:clean_iptables:190 : bash 2024-08-29 04:30:50.145 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-08-29 04:30:50.146 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-08-29 04:30:50.155 | + stack.sh:main:1182 : sudo sysctl -w net.ipv4.ip_forward=1 2024-08-29 04:30:50.161 | net.ipv4.ip_forward = 1 2024-08-29 04:30:50.164 | + stack.sh:main:1187 : is_service_enabled nova neutron 2024-08-29 04:30:50.178 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:50.180 | + stack.sh:main:1188 : configure_os_vif 2024-08-29 04:30:50.182 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-08-29 04:30:50.184 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-08-29 04:30:50.210 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-08-29 04:30:50.212 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-08-29 04:30:50.240 | + stack.sh:main:1194 : is_service_enabled swift 2024-08-29 04:30:50.254 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:30:50.256 | + stack.sh:main:1203 : is_service_enabled cinder 2024-08-29 04:30:50.269 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:50.271 | + stack.sh:main:1204 : echo_summary 'Configuring Cinder' 2024-08-29 04:30:50.273 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:30:50.275 | + stack.sh:echo_summary:455 : echo -e Configuring Cinder 2024-08-29 04:30:50.277 | + stack.sh:main:1205 : async_runfunc init_cinder 2024-08-29 04:30:50.279 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-08-29 04:30:50.327 | + inc/async:async_inner:63 : init_cinder 2024-08-29 04:30:50.358 | [3620 Async init_cinder:43103]: running: init_cinder 2024-08-29 04:30:50.359 | + stack.sh:main:1211 : is_service_enabled placement 2024-08-29 04:30:50.373 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:30:50.375 | + stack.sh:main:1212 : echo_summary 'Configuring placement' 2024-08-29 04:30:50.377 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:30:50.379 | + stack.sh:echo_summary:455 : echo -e Configuring placement 2024-08-29 04:30:50.381 | + stack.sh:main:1213 : async_runfunc init_placement 2024-08-29 04:30:50.384 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-08-29 04:30:50.432 | + inc/async:async_inner:63 : init_placement 2024-08-29 04:30:50.461 | [3620 Async init_placement:43250]: running: init_placement 2024-08-29 04:30:50.464 | + stack.sh:main:1217 : async_wait init_neutron 2024-08-29 04:30:50.500 | [3620 Async init_neutron:42753]: Waiting for completion of init_neutron running on PID 42753 (5 other jobs running) 2024-08-29 04:30:50.518 | [3620 Async init_neutron:42753]: Signaling child to exit 2024-08-29 04:30:53.603 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:30:53.623 | [43103 Async init_cinder:43103]: finished successfully 2024-08-29 04:30:57.955 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:30:57.974 | [42753 Async init_neutron:42753]: finished successfully 2024-08-29 04:30:57.990 | WAKEUP 2024-08-29 04:30:58.008 | [3620 Async init_neutron:42753]: Signaled 2024-08-29 04:30:58.008 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-08-29 04:30:58.008 | + lib/database:recreate_database:112 : local db=neutron 2024-08-29 04:30:58.008 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-08-29 04:30:58.009 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-08-29 04:30:58.009 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-08-29 04:30:58.009 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-08-29 04:30:58.009 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-08-29 04:30:58.009 | + functions-common:time_start:2421 : local name=dbsync 2024-08-29 04:30:58.009 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:30:58.009 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:30:58.009 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:30:58.009 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905850042 2024-08-29 04:30:58.009 | + 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-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-08-29 04:30:58.009 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-08-29 04:30:58.010 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-08-29 04:30:58.010 | Running upgrade for neutron ... 2024-08-29 04:30:58.010 | OK 2024-08-29 04:30:58.010 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-08-29 04:30:58.010 | + functions-common:time_stop:2435 : local name 2024-08-29 04:30:58.010 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:30:58.010 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:30:58.010 | + functions-common:time_stop:2438 : local total 2024-08-29 04:30:58.010 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:30:58.010 | + functions-common:time_stop:2441 : name=dbsync 2024-08-29 04:30:58.010 | + functions-common:time_stop:2442 : start_time=1724905850042 2024-08-29 04:30:58.010 | + functions-common:time_stop:2444 : [[ -z 1724905850042 ]] 2024-08-29 04:30:58.010 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:30:58.010 | + functions-common:time_stop:2447 : end_time=1724905857942 2024-08-29 04:30:58.010 | + functions-common:time_stop:2448 : elapsed_time=7900 2024-08-29 04:30:58.010 | + functions-common:time_stop:2449 : total=2919 2024-08-29 04:30:58.010 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:30:58.010 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10819 2024-08-29 04:30:58.041 | [3620 Async init_neutron:42753]: finished init_neutron with result 0 in 7 seconds 2024-08-29 04:30:58.045 | + inc/async:async_wait:197 : return 0 2024-08-29 04:30:58.047 | + stack.sh:main:1218 : async_wait init_placement 2024-08-29 04:30:58.085 | [3620 Async init_placement:43250]: Waiting for completion of init_placement running on PID 43250 (4 other jobs running) 2024-08-29 04:30:58.102 | [3620 Async init_placement:43250]: Signaling child to exit 2024-08-29 04:31:07.885 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:31:07.905 | [43250 Async init_placement:43250]: finished successfully 2024-08-29 04:31:07.921 | WAKEUP 2024-08-29 04:31:07.938 | [3620 Async init_placement:43250]: Signaled 2024-08-29 04:31:07.938 | + lib/placement:init_placement:143 : recreate_database placement 2024-08-29 04:31:07.938 | + lib/database:recreate_database:112 : local db=placement 2024-08-29 04:31:07.938 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-08-29 04:31:07.938 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-08-29 04:31:07.938 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-08-29 04:31:07.938 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-08-29 04:31:07.938 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-08-29 04:31:07.938 | + lib/placement:init_placement:145 : create_placement_accounts 2024-08-29 04:31:07.938 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-08-29 04:31:07.938 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-08-29 04:31:07.938 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 04:31:07.938 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 04:31:07.938 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 04:31:07.938 | ++ 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-08-29 04:31:07.938 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:07.938 | + functions-common:get_or_create_user:938 : user_id=0c49a36d36fd4af99e07bb317b5de8b4 2024-08-29 04:31:07.939 | + functions-common:get_or_create_user:939 : echo 0c49a36d36fd4af99e07bb317b5de8b4 2024-08-29 04:31:07.939 | 0c49a36d36fd4af99e07bb317b5de8b4 2024-08-29 04:31:07.939 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-08-29 04:31:07.939 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:31:07.939 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:31:07.939 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 04:31:07.939 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 04:31:07.939 | + 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-08-29 04:31:07.939 | ++ 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-08-29 04:31:07.939 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:07.939 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=77b516655b364a058a473facaa5b34bf 2024-08-29 04:31:07.939 | + functions-common:get_or_add_user_project_role:1003 : echo 77b516655b364a058a473facaa5b34bf 2024-08-29 04:31:07.939 | 77b516655b364a058a473facaa5b34bf 2024-08-29 04:31:07.939 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-08-29 04:31:07.939 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-08-29 04:31:07.939 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 04:31:07.939 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 04:31:07.939 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 04:31:07.939 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 04:31:07.939 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 04:31:07.939 | + 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-08-29 04:31:07.939 | ++ 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-08-29 04:31:07.939 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:07.939 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:31:07.939 | + functions-common:get_or_add_user_project_role:1003 : echo 1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:31:07.939 | 1b9c0f089e1a470f9cf31d349f387dc8 2024-08-29 04:31:07.939 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-08-29 04:31:07.939 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-08-29 04:31:07.939 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 04:31:07.939 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-08-29 04:31:07.939 | ++ 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-08-29 04:31:07.939 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:07.939 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 04:31:07.939 | 8531e0ed554e4e8585b03967c39c2cac' 2024-08-29 04:31:07.939 | + functions-common:get_or_create_service:1090 : echo 8531e0ed554e4e8585b03967c39c2cac 2024-08-29 04:31:07.939 | 8531e0ed554e4e8585b03967c39c2cac 2024-08-29 04:31:07.939 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-08-29 04:31:07.939 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 04:31:07.939 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-08-29 04:31:07.939 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 04:31:07.939 | +++ 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-08-29 04:31:07.939 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:07.939 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 04:31:07.939 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 04:31:07.939 | +++ 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-08-29 04:31:07.939 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:07.939 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=b1c13451349e4cd183b8abcbab093bdf 2024-08-29 04:31:07.939 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo b1c13451349e4cd183b8abcbab093bdf 2024-08-29 04:31:07.939 | + functions-common:get_or_create_endpoint:1123 : public_id=b1c13451349e4cd183b8abcbab093bdf 2024-08-29 04:31:07.939 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 04:31:07.939 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 04:31:07.939 | + functions-common:get_or_create_endpoint:1132 : echo b1c13451349e4cd183b8abcbab093bdf 2024-08-29 04:31:07.939 | b1c13451349e4cd183b8abcbab093bdf 2024-08-29 04:31:07.971 | [3620 Async init_placement:43250]: finished init_placement with result 0 in 17 seconds 2024-08-29 04:31:07.974 | + inc/async:async_wait:197 : return 0 2024-08-29 04:31:07.976 | + stack.sh:main:1219 : async_wait init_glance 2024-08-29 04:31:08.013 | [3620 Async init_glance:39507]: Waiting for completion of init_glance running on PID 39507 (3 other jobs running) 2024-08-29 04:31:08.031 | [3620 Async init_glance:39507]: Signaling child to exit 2024-08-29 04:31:08.031 | WAKEUP 2024-08-29 04:31:08.047 | [3620 Async init_glance:39507]: Signaled 2024-08-29 04:31:08.048 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-08-29 04:31:08.048 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-08-29 04:31:08.048 | + lib/glance:init_glance:489 : recreate_database glance 2024-08-29 04:31:08.048 | + lib/database:recreate_database:112 : local db=glance 2024-08-29 04:31:08.048 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-08-29 04:31:08.048 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-08-29 04:31:08.048 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-08-29 04:31:08.048 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-08-29 04:31:08.048 | + lib/glance:init_glance:491 : time_start dbsync 2024-08-29 04:31:08.048 | + functions-common:time_start:2421 : local name=dbsync 2024-08-29 04:31:08.048 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:08.048 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:08.048 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:08.048 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905823039 2024-08-29 04:31:08.048 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-08-29 04:31:08.048 | 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=39593) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 04:31:08.048 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 04:31:08.048 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 04:31:08.048 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 04:31:08.048 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 04:31:08.048 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 04:31:08.048 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-08-29 04:31:08.048 | Database migration is up to date. No migration needed. 2024-08-29 04:31:08.048 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-08-29 04:31:08.048 | Database is synced successfully. 2024-08-29 04:31:08.048 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-08-29 04:31:08.048 | 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=39623) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 04:31:08.048 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-08-29 04:31:08.048 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-08-29 04:31:08.048 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-08-29 04:31:08.048 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-08-29 04:31:08.048 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-08-29 04:31:08.048 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-08-29 04:31:08.048 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-08-29 04:31:08.048 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-08-29 04:31:08.049 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-08-29 04:31:08.049 | + lib/glance:init_glance:497 : time_stop dbsync 2024-08-29 04:31:08.049 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:08.049 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:08.049 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:08.049 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:08.049 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:08.049 | + functions-common:time_stop:2441 : name=dbsync 2024-08-29 04:31:08.049 | + functions-common:time_stop:2442 : start_time=1724905823039 2024-08-29 04:31:08.049 | + functions-common:time_stop:2444 : [[ -z 1724905823039 ]] 2024-08-29 04:31:08.049 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:08.049 | + functions-common:time_stop:2447 : end_time=1724905827239 2024-08-29 04:31:08.049 | + functions-common:time_stop:2448 : elapsed_time=4200 2024-08-29 04:31:08.049 | + functions-common:time_stop:2449 : total=2919 2024-08-29 04:31:08.049 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:08.049 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7119 2024-08-29 04:31:08.080 | [3620 Async init_glance:39507]: finished init_glance with result 0 in 4 seconds 2024-08-29 04:31:08.083 | + inc/async:async_wait:197 : return 0 2024-08-29 04:31:08.085 | + stack.sh:main:1220 : async_wait init_swift 2024-08-29 04:31:08.101 | Not waiting for async task init_swift that we never started or has already been waited for 2024-08-29 04:31:08.103 | + inc/async:async_wait:197 : return 0 2024-08-29 04:31:08.105 | + stack.sh:main:1221 : async_wait init_cinder 2024-08-29 04:31:08.142 | [3620 Async init_cinder:43103]: Waiting for completion of init_cinder running on PID 43103 (2 other jobs running) 2024-08-29 04:31:08.160 | [3620 Async init_cinder:43103]: Signaling child to exit 2024-08-29 04:31:08.160 | WAKEUP 2024-08-29 04:31:08.176 | [3620 Async init_cinder:43103]: Signaled 2024-08-29 04:31:08.177 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-08-29 04:31:08.177 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:08.177 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-08-29 04:31:08.177 | + lib/database:recreate_database:112 : local db=cinder 2024-08-29 04:31:08.177 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-08-29 04:31:08.177 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-08-29 04:31:08.177 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-08-29 04:31:08.177 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-08-29 04:31:08.177 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-08-29 04:31:08.177 | + functions-common:time_start:2421 : local name=dbsync 2024-08-29 04:31:08.177 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:08.177 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:08.177 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:08.177 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905850382 2024-08-29 04:31:08.177 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-08-29 04:31:08.177 | 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=43214) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:08.177 | 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=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:08.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:08.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:08.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:08.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:08.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:08.178 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 04:31:08.178 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43214) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 04:31:08.178 | INFO cinder.db.migration [-] Applying migration(s) 2024-08-29 04:31:08.178 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 04:31:08.178 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 04:31:08.178 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-08-29 04:31:08.178 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=43214) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 04:31:08.178 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-08-29 04:31:08.178 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=43214) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 04:31:08.178 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-08-29 04:31:08.178 | 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=43214) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 04:31:08.178 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=43214) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 04:31:08.178 | INFO cinder.db.migration [-] Migration(s) applied 2024-08-29 04:31:08.178 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-08-29 04:31:08.178 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:08.178 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:08.178 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:08.178 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:08.178 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:08.178 | + functions-common:time_stop:2441 : name=dbsync 2024-08-29 04:31:08.178 | + functions-common:time_stop:2442 : start_time=1724905850382 2024-08-29 04:31:08.178 | + functions-common:time_stop:2444 : [[ -z 1724905850382 ]] 2024-08-29 04:31:08.178 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:08.178 | + functions-common:time_stop:2447 : end_time=1724905853544 2024-08-29 04:31:08.178 | + functions-common:time_stop:2448 : elapsed_time=3162 2024-08-29 04:31:08.178 | + functions-common:time_stop:2449 : total=2919 2024-08-29 04:31:08.178 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:08.178 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6081 2024-08-29 04:31:08.178 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-08-29 04:31:08.178 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:08.178 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-08-29 04:31:08.178 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-08-29 04:31:08.178 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-29 04:31:08.178 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-08-29 04:31:08.178 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-08-29 04:31:08.178 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-08-29 04:31:08.178 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-08-29 04:31:08.178 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:31:08.178 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-08-29 04:31:08.208 | [3620 Async init_cinder:43103]: finished init_cinder with result 0 in 3 seconds 2024-08-29 04:31:08.211 | + inc/async:async_wait:197 : return 0 2024-08-29 04:31:08.213 | + stack.sh:main:1226 : is_service_enabled nova 2024-08-29 04:31:08.227 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:08.229 | + stack.sh:main:1227 : echo_summary 'Configuring Nova' 2024-08-29 04:31:08.231 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:31:08.233 | + stack.sh:echo_summary:455 : echo -e Configuring Nova 2024-08-29 04:31:08.235 | + stack.sh:main:1228 : init_nova 2024-08-29 04:31:08.237 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-08-29 04:31:08.250 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:08.252 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-08-29 04:31:08.265 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:08.267 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 04:31:08.269 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-08-29 04:31:08.271 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-08-29 04:31:08.273 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-08-29 04:31:08.275 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-08-29 04:31:08.277 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-08-29 04:31:08.286 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-08-29 04:31:08.295 | ++ lib/nova:init_nova:863 : seq 1 1 2024-08-29 04:31:08.298 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-29 04:31:08.301 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-08-29 04:31:08.303 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-29 04:31:08.305 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-29 04:31:08.308 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-29 04:31:08.357 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-29 04:31:08.385 | [3620 Async nova-cell-1:44383]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-29 04:31:08.387 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-08-29 04:31:08.390 | + lib/database:recreate_database:112 : local db=nova_api 2024-08-29 04:31:08.392 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-08-29 04:31:08.394 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-08-29 04:31:08.396 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-08-29 04:31:08.404 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-08-29 04:31:08.413 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-08-29 04:31:08.796 | 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-08-29 04:31:10.641 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 04:31:10.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:10.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:10.645 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 04:31:10.645 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44450) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 04:31:10.658 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 04:31:10.658 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 04:31:10.677 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-08-29 04:31:11.555 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=44450) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 04:31:11.557 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-08-29 04:31:11.786 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=44450) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 04:31:12.186 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-08-29 04:31:12.188 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-08-29 04:31:12.191 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-08-29 04:31:12.193 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-08-29 04:31:12.195 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 04:31:12.197 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 04:31:12.199 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-08-29 04:31:12.202 | + lib/nova:init_nova:872 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-08-29 04:31:12.589 | 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-08-29 04:31:13.570 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:31:13.590 | [44383 Async nova-cell-1:44383]: finished successfully 2024-08-29 04:31:14.278 | ++ lib/nova:init_nova:875 : seq 0 1 2024-08-29 04:31:14.282 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-08-29 04:31:14.285 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-08-29 04:31:14.300 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-08-29 04:31:14.302 | + inc/async:async_wait:197 : return 0 2024-08-29 04:31:14.304 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-08-29 04:31:14.306 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-08-29 04:31:14.342 | [3620 Async nova-cell-1:44383]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 44383 (2 other jobs running) 2024-08-29 04:31:14.359 | [3620 Async nova-cell-1:44383]: Signaling child to exit 2024-08-29 04:31:14.359 | WAKEUP 2024-08-29 04:31:14.374 | [3620 Async nova-cell-1:44383]: Signaled 2024-08-29 04:31:14.375 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-08-29 04:31:14.375 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-08-29 04:31:14.375 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-08-29 04:31:14.375 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-08-29 04:31:14.375 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-08-29 04:31:14.375 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-08-29 04:31:14.375 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-08-29 04:31:14.375 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-08-29 04:31:14.375 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-08-29 04:31:14.375 | 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-08-29 04:31:14.375 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 04:31:14.376 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44437) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 04:31:14.376 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 04:31:14.376 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 04:31:14.376 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-08-29 04:31:14.376 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=44437) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 04:31:14.376 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-08-29 04:31:14.376 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44437) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 04:31:14.376 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-08-29 04:31:14.376 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44437) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 04:31:14.376 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-08-29 04:31:14.376 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44437) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 04:31:14.406 | [3620 Async nova-cell-1:44383]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-08-29 04:31:14.409 | + inc/async:async_wait:197 : return 0 2024-08-29 04:31:14.411 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 04:31:14.413 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-08-29 04:31:14.792 | 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-08-29 04:31:16.121 | DEBUG migrate.versioning.repository [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 04:31:16.122 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.122 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.122 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.122 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.122 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.122 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.123 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.123 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.123 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.126 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.127 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.127 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.127 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.127 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.127 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.128 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.128 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.128 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.128 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.128 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.129 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.129 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:16.129 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:16.129 | DEBUG migrate.versioning.repository [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 04:31:16.129 | DEBUG migrate.versioning.repository [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 04:31:16.141 | INFO alembic.runtime.migration [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Context impl MySQLImpl. 2024-08-29 04:31:16.141 | INFO alembic.runtime.migration [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Will assume non-transactional DDL. 2024-08-29 04:31:16.151 | INFO alembic.runtime.migration [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-08-29 04:31:18.070 | DEBUG alembic.runtime.migration [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] new branch insert 8f2f1571d55b {{(pid=44640) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 04:31:18.072 | INFO alembic.runtime.migration [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-08-29 04:31:18.100 | DEBUG alembic.runtime.migration [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44640) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 04:31:18.101 | INFO alembic.runtime.migration [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-08-29 04:31:18.157 | DEBUG alembic.runtime.migration [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44640) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 04:31:18.158 | INFO alembic.runtime.migration [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-08-29 04:31:18.172 | DEBUG alembic.runtime.migration [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44640) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 04:31:18.179 | DEBUG migrate.versioning.repository [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 04:31:18.180 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.180 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.181 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.181 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.181 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.181 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.181 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.182 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.182 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.183 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.183 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.183 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.183 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.183 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.183 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.183 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.184 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.184 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.184 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.184 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.184 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.184 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.184 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.script.base [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.repository [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 04:31:18.187 | DEBUG migrate.versioning.repository [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44640) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 04:31:18.191 | INFO alembic.runtime.migration [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Context impl MySQLImpl. 2024-08-29 04:31:18.191 | INFO alembic.runtime.migration [None req-900e6d1d-eecb-40a6-9916-290be926e94d None None] Will assume non-transactional DDL. 2024-08-29 04:31:18.538 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-08-29 04:31:18.915 | 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-08-29 04:31:20.346 | Running batches of 50 until complete 2024-08-29 04:31:20.346 | +-------------------------------------+--------------+-----------+ 2024-08-29 04:31:20.346 | | Migration | Total Needed | Completed | 2024-08-29 04:31:20.346 | +-------------------------------------+--------------+-----------+ 2024-08-29 04:31:20.346 | | fill_virtual_interface_list | 0 | 0 | 2024-08-29 04:31:20.346 | | migrate_empty_ratio | 0 | 0 | 2024-08-29 04:31:20.346 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-08-29 04:31:20.346 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-08-29 04:31:20.346 | | migration_migrate_to_uuid | 0 | 0 | 2024-08-29 04:31:20.346 | | populate_dev_uuids | 0 | 0 | 2024-08-29 04:31:20.346 | | populate_missing_availability_zones | 0 | 0 | 2024-08-29 04:31:20.346 | | populate_queued_for_delete | 0 | 0 | 2024-08-29 04:31:20.346 | | populate_user_id | 0 | 0 | 2024-08-29 04:31:20.346 | | populate_uuids | 0 | 0 | 2024-08-29 04:31:20.346 | +-------------------------------------+--------------+-----------+ 2024-08-29 04:31:20.746 | ++ lib/nova:init_nova:889 : seq 1 1 2024-08-29 04:31:20.750 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-29 04:31:20.753 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-08-29 04:31:20.755 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-29 04:31:20.757 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-29 04:31:20.760 | + lib/nova:init_nova:890 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2024-08-29 04:31:21.143 | 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-08-29 04:31:22.482 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-08-29 04:31:22.482 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-08-29 04:31:22.812 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-08-29 04:31:22.815 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-08-29 04:31:22.825 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-08-29 04:31:22.827 | + stack.sh:main:1230 : async_runfunc configure_neutron_nova 2024-08-29 04:31:22.829 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-08-29 04:31:22.878 | + inc/async:async_inner:63 : configure_neutron_nova 2024-08-29 04:31:22.909 | [3620 Async configure_neutron_nova:44721]: running: configure_neutron_nova 2024-08-29 04:31:22.911 | + stack.sh:main:1238 : run_phase stack post-config 2024-08-29 04:31:22.914 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 04:31:22.915 | + functions-common:run_phase:1864 : local phase=post-config 2024-08-29 04:31:22.918 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 04:31:22.920 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 04:31:22.922 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 04:31:22.924 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 04:31:22.926 | + functions-common:run_phase:1873 : local extra 2024-08-29 04:31:22.929 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 04:31:22.932 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 04:31:22.934 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 04:31:22.937 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 04:31:22.939 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-08-29 04:31:22.941 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 04:31:22.955 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:22.957 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:31:22.958 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:31:22.960 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-08-29 04:31:22.963 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:31:22.965 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 04:31:22.967 | ++ extras.d/80-tempest.sh:source:12 : : 2024-08-29 04:31:22.969 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 04:31:22.971 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 04:31:22.973 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:31:22.975 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-29 04:31:22.977 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-08-29 04:31:22.979 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 04:31:22.981 | + functions-common:run_plugins:1850 : local phase=post-config 2024-08-29 04:31:22.984 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 04:31:22.986 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 04:31:22.989 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 04:31:22.991 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 04:31:22.993 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 04:31:22.996 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-08-29 04:31:22.997 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:31:23.000 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:31:23.002 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-08-29 04:31:23.004 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:31:23.006 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 04:31:23.008 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-08-29 04:31:23.011 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:31:23.013 | ++ stack.sh:echo_summary:455 : echo -e Configuring Networking-NSX-T 2024-08-29 04:31:23.016 | + stack.sh:main:1246 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-08-29 04:31:23.018 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-29 04:31:23.020 | + inc/meta-config:merge_config_group:171 : shift 2024-08-29 04:31:23.022 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-08-29 04:31:23.024 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:31:23.027 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-29 04:31:23.029 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-29 04:31:23.031 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-08-29 04:31:23.033 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:31:23.036 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-08-29 04:31:23.038 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:31:23.040 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-08-29 04:31:23.040 | /^\[\[.+\|.*\]\]/ { 2024-08-29 04:31:23.041 | gsub("[][]", "", $1); 2024-08-29 04:31:23.041 | split($1, a, "|"); 2024-08-29 04:31:23.041 | if (a[1] == matchgroup) 2024-08-29 04:31:23.041 | print a[2] 2024-08-29 04:31:23.041 | } 2024-08-29 04:31:23.041 | ' /opt/stack/devstack/local.conf 2024-08-29 04:31:23.045 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 04:31:23.047 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 04:31:23.049 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 04:31:23.052 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-08-29 04:31:23.054 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-08-29 04:31:23.057 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-08-29 04:31:23.059 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-08-29 04:31:23.061 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-08-29 04:31:23.065 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-08-29 04:31:23.067 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-08-29 04:31:23.069 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-08-29 04:31:23.071 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:31:23.073 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 04:31:23.075 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-08-29 04:31:23.078 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 04:31:23.080 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-08-29 04:31:23.082 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-08-29 04:31:23.086 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-08-29 04:31:23.088 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-08-29 04:31:23.091 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-08-29 04:31:23.091 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-08-29 04:31:23.091 | BEGIN { 2024-08-29 04:31:23.091 | section = "" 2024-08-29 04:31:23.091 | last_section = "" 2024-08-29 04:31:23.091 | section_count = 0 2024-08-29 04:31:23.091 | } 2024-08-29 04:31:23.091 | /^\[.+\]/ { 2024-08-29 04:31:23.091 | gsub("[][]", "", $1); 2024-08-29 04:31:23.091 | section=$1 2024-08-29 04:31:23.091 | next 2024-08-29 04:31:23.091 | } 2024-08-29 04:31:23.091 | /^ *\#/ { 2024-08-29 04:31:23.091 | next 2024-08-29 04:31:23.091 | } 2024-08-29 04:31:23.091 | /^[^ \t]+/ { 2024-08-29 04:31:23.091 | # get offset of first = in $0 2024-08-29 04:31:23.091 | eq_idx = index($0, "=") 2024-08-29 04:31:23.091 | # extract attr & value from $0 2024-08-29 04:31:23.091 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 04:31:23.091 | value = substr($0, eq_idx + 1) 2024-08-29 04:31:23.091 | # only need to strip trailing whitespace from attr 2024-08-29 04:31:23.091 | sub(/[ \t]*$/, "", attr) 2024-08-29 04:31:23.092 | # need to strip leading & trailing whitespace from value 2024-08-29 04:31:23.092 | sub(/^[ \t]*/, "", value) 2024-08-29 04:31:23.092 | sub(/[ \t]*$/, "", value) 2024-08-29 04:31:23.092 | 2024-08-29 04:31:23.092 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 04:31:23.092 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 04:31:23.092 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 04:31:23.092 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 04:31:23.092 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 04:31:23.092 | if (section != last_section) { 2024-08-29 04:31:23.092 | cfg_section[section_count++] = section 2024-08-29 04:31:23.092 | last_section = section 2024-08-29 04:31:23.092 | } 2024-08-29 04:31:23.092 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 04:31:23.092 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 04:31:23.092 | 2024-08-29 04:31:23.092 | cfg_attr[section, attr, 0] = value 2024-08-29 04:31:23.092 | cfg_attr_count[section, attr] = 1 2024-08-29 04:31:23.092 | } else { 2024-08-29 04:31:23.092 | lno = cfg_attr_count[section, attr]++ 2024-08-29 04:31:23.092 | cfg_attr[section, attr, lno] = value 2024-08-29 04:31:23.092 | } 2024-08-29 04:31:23.092 | } 2024-08-29 04:31:23.092 | END { 2024-08-29 04:31:23.092 | # Process each section in order 2024-08-29 04:31:23.092 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 04:31:23.092 | section = cfg_section[sno] 2024-08-29 04:31:23.092 | # The ini routines simply append a config item immediately 2024-08-29 04:31:23.092 | # after the section header. To keep the same order as defined 2024-08-29 04:31:23.092 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 04:31:23.092 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 04:31:23.092 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 04:31:23.092 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 04:31:23.092 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 04:31:23.092 | else { 2024-08-29 04:31:23.092 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 04:31:23.092 | count = cfg_attr_count[section, attr] 2024-08-29 04:31:23.092 | print "inidelete " configfile " " section " " attr 2024-08-29 04:31:23.092 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 04:31:23.092 | for (l = count -2; l >= 0; l--) 2024-08-29 04:31:23.092 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 04:31:23.092 | } 2024-08-29 04:31:23.092 | } 2024-08-29 04:31:23.092 | } 2024-08-29 04:31:23.092 | } 2024-08-29 04:31:23.092 | ' 2024-08-29 04:31:23.092 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.093 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:31:23.094 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 04:31:23.096 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 04:31:23.098 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-08-29 04:31:23.100 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:31:23.102 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-08-29 04:31:23.104 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-08-29 04:31:23.104 | BEGIN { group = "" } 2024-08-29 04:31:23.104 | /^\[\[.+\|.*\]\]/ { 2024-08-29 04:31:23.104 | gsub("[][]", "", $1); 2024-08-29 04:31:23.104 | split($1, a, "|"); 2024-08-29 04:31:23.104 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 04:31:23.104 | group=a[1] 2024-08-29 04:31:23.104 | } else { 2024-08-29 04:31:23.104 | group="" 2024-08-29 04:31:23.104 | } 2024-08-29 04:31:23.104 | next 2024-08-29 04:31:23.104 | } 2024-08-29 04:31:23.104 | { 2024-08-29 04:31:23.104 | if (group != "") 2024-08-29 04:31:23.104 | print $0 2024-08-29 04:31:23.104 | } 2024-08-29 04:31:23.104 | ' /opt/stack/devstack/local.conf 2024-08-29 04:31:23.109 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-08-29 04:31:23.111 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-08-29 04:31:23.137 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.140 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 04:31:23.143 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 04:31:23.145 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 04:31:23.147 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-08-29 04:31:23.150 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-08-29 04:31:23.152 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-08-29 04:31:23.154 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-08-29 04:31:23.157 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-08-29 04:31:23.160 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-08-29 04:31:23.163 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-08-29 04:31:23.165 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-08-29 04:31:23.167 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:31:23.169 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 04:31:23.172 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-08-29 04:31:23.173 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 04:31:23.176 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-08-29 04:31:23.179 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-08-29 04:31:23.181 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-08-29 04:31:23.183 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-08-29 04:31:23.186 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-08-29 04:31:23.187 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-08-29 04:31:23.187 | BEGIN { 2024-08-29 04:31:23.187 | section = "" 2024-08-29 04:31:23.187 | last_section = "" 2024-08-29 04:31:23.187 | section_count = 0 2024-08-29 04:31:23.187 | } 2024-08-29 04:31:23.187 | /^\[.+\]/ { 2024-08-29 04:31:23.187 | gsub("[][]", "", $1); 2024-08-29 04:31:23.187 | section=$1 2024-08-29 04:31:23.187 | next 2024-08-29 04:31:23.187 | } 2024-08-29 04:31:23.187 | /^ *\#/ { 2024-08-29 04:31:23.187 | next 2024-08-29 04:31:23.187 | } 2024-08-29 04:31:23.187 | /^[^ \t]+/ { 2024-08-29 04:31:23.187 | # get offset of first = in $0 2024-08-29 04:31:23.187 | eq_idx = index($0, "=") 2024-08-29 04:31:23.187 | # extract attr & value from $0 2024-08-29 04:31:23.187 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 04:31:23.187 | value = substr($0, eq_idx + 1) 2024-08-29 04:31:23.187 | # only need to strip trailing whitespace from attr 2024-08-29 04:31:23.187 | sub(/[ \t]*$/, "", attr) 2024-08-29 04:31:23.187 | # need to strip leading & trailing whitespace from value 2024-08-29 04:31:23.187 | sub(/^[ \t]*/, "", value) 2024-08-29 04:31:23.187 | sub(/[ \t]*$/, "", value) 2024-08-29 04:31:23.187 | 2024-08-29 04:31:23.187 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 04:31:23.187 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 04:31:23.187 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 04:31:23.187 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 04:31:23.187 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 04:31:23.187 | if (section != last_section) { 2024-08-29 04:31:23.187 | cfg_section[section_count++] = section 2024-08-29 04:31:23.187 | last_section = section 2024-08-29 04:31:23.187 | } 2024-08-29 04:31:23.187 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 04:31:23.187 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 04:31:23.187 | 2024-08-29 04:31:23.187 | cfg_attr[section, attr, 0] = value 2024-08-29 04:31:23.187 | cfg_attr_count[section, attr] = 1 2024-08-29 04:31:23.187 | } else { 2024-08-29 04:31:23.187 | lno = cfg_attr_count[section, attr]++ 2024-08-29 04:31:23.187 | cfg_attr[section, attr, lno] = value 2024-08-29 04:31:23.187 | } 2024-08-29 04:31:23.187 | } 2024-08-29 04:31:23.187 | END { 2024-08-29 04:31:23.187 | # Process each section in order 2024-08-29 04:31:23.187 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 04:31:23.187 | section = cfg_section[sno] 2024-08-29 04:31:23.187 | # The ini routines simply append a config item immediately 2024-08-29 04:31:23.187 | # after the section header. To keep the same order as defined 2024-08-29 04:31:23.187 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 04:31:23.187 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 04:31:23.187 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 04:31:23.187 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 04:31:23.187 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 04:31:23.187 | else { 2024-08-29 04:31:23.187 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 04:31:23.187 | count = cfg_attr_count[section, attr] 2024-08-29 04:31:23.187 | print "inidelete " configfile " " section " " attr 2024-08-29 04:31:23.187 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 04:31:23.187 | for (l = count -2; l >= 0; l--) 2024-08-29 04:31:23.187 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 04:31:23.187 | } 2024-08-29 04:31:23.187 | } 2024-08-29 04:31:23.187 | } 2024-08-29 04:31:23.187 | } 2024-08-29 04:31:23.187 | ' 2024-08-29 04:31:23.188 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.189 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 04:31:23.189 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:31:23.191 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 04:31:23.193 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-08-29 04:31:23.195 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:31:23.197 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-08-29 04:31:23.200 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-08-29 04:31:23.200 | BEGIN { group = "" } 2024-08-29 04:31:23.200 | /^\[\[.+\|.*\]\]/ { 2024-08-29 04:31:23.200 | gsub("[][]", "", $1); 2024-08-29 04:31:23.200 | split($1, a, "|"); 2024-08-29 04:31:23.200 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 04:31:23.200 | group=a[1] 2024-08-29 04:31:23.200 | } else { 2024-08-29 04:31:23.200 | group="" 2024-08-29 04:31:23.200 | } 2024-08-29 04:31:23.200 | next 2024-08-29 04:31:23.200 | } 2024-08-29 04:31:23.200 | { 2024-08-29 04:31:23.200 | if (group != "") 2024-08-29 04:31:23.200 | print $0 2024-08-29 04:31:23.200 | } 2024-08-29 04:31:23.200 | ' /opt/stack/devstack/local.conf 2024-08-29 04:31:23.205 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-08-29 04:31:23.207 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-08-29 04:31:23.209 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:31:23.229 | [44721 Async configure_neutron_nova:44721]: finished successfully 2024-08-29 04:31:23.232 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.235 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 04:31:23.237 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 04:31:23.239 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 04:31:23.242 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-08-29 04:31:23.244 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-08-29 04:31:23.246 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-08-29 04:31:23.248 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-08-29 04:31:23.251 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-08-29 04:31:23.254 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-08-29 04:31:23.256 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-08-29 04:31:23.258 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-08-29 04:31:23.260 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:31:23.262 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 04:31:23.264 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-08-29 04:31:23.266 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 04:31:23.269 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-08-29 04:31:23.271 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-08-29 04:31:23.274 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-08-29 04:31:23.276 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-08-29 04:31:23.278 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-08-29 04:31:23.279 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-08-29 04:31:23.279 | BEGIN { 2024-08-29 04:31:23.279 | section = "" 2024-08-29 04:31:23.279 | last_section = "" 2024-08-29 04:31:23.279 | section_count = 0 2024-08-29 04:31:23.280 | } 2024-08-29 04:31:23.280 | /^\[.+\]/ { 2024-08-29 04:31:23.280 | gsub("[][]", "", $1); 2024-08-29 04:31:23.280 | section=$1 2024-08-29 04:31:23.280 | next 2024-08-29 04:31:23.280 | } 2024-08-29 04:31:23.280 | /^ *\#/ { 2024-08-29 04:31:23.280 | next 2024-08-29 04:31:23.280 | } 2024-08-29 04:31:23.280 | /^[^ \t]+/ { 2024-08-29 04:31:23.280 | # get offset of first = in $0 2024-08-29 04:31:23.280 | eq_idx = index($0, "=") 2024-08-29 04:31:23.280 | # extract attr & value from $0 2024-08-29 04:31:23.280 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 04:31:23.280 | value = substr($0, eq_idx + 1) 2024-08-29 04:31:23.280 | # only need to strip trailing whitespace from attr 2024-08-29 04:31:23.280 | sub(/[ \t]*$/, "", attr) 2024-08-29 04:31:23.280 | # need to strip leading & trailing whitespace from value 2024-08-29 04:31:23.280 | sub(/^[ \t]*/, "", value) 2024-08-29 04:31:23.280 | sub(/[ \t]*$/, "", value) 2024-08-29 04:31:23.280 | 2024-08-29 04:31:23.280 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 04:31:23.280 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 04:31:23.280 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 04:31:23.280 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 04:31:23.280 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 04:31:23.280 | if (section != last_section) { 2024-08-29 04:31:23.280 | cfg_section[section_count++] = section 2024-08-29 04:31:23.280 | last_section = section 2024-08-29 04:31:23.280 | } 2024-08-29 04:31:23.280 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 04:31:23.280 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 04:31:23.280 | 2024-08-29 04:31:23.280 | cfg_attr[section, attr, 0] = value 2024-08-29 04:31:23.280 | cfg_attr_count[section, attr] = 1 2024-08-29 04:31:23.280 | } else { 2024-08-29 04:31:23.280 | lno = cfg_attr_count[section, attr]++ 2024-08-29 04:31:23.280 | cfg_attr[section, attr, lno] = value 2024-08-29 04:31:23.280 | } 2024-08-29 04:31:23.280 | } 2024-08-29 04:31:23.280 | END { 2024-08-29 04:31:23.280 | # Process each section in order 2024-08-29 04:31:23.281 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 04:31:23.281 | section = cfg_section[sno] 2024-08-29 04:31:23.281 | # The ini routines simply append a config item immediately 2024-08-29 04:31:23.281 | # after the section header. To keep the same order as defined 2024-08-29 04:31:23.281 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 04:31:23.281 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 04:31:23.281 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 04:31:23.281 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 04:31:23.281 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 04:31:23.281 | else { 2024-08-29 04:31:23.281 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 04:31:23.281 | count = cfg_attr_count[section, attr] 2024-08-29 04:31:23.281 | print "inidelete " configfile " " section " " attr 2024-08-29 04:31:23.281 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 04:31:23.281 | for (l = count -2; l >= 0; l--) 2024-08-29 04:31:23.281 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 04:31:23.281 | } 2024-08-29 04:31:23.281 | } 2024-08-29 04:31:23.281 | } 2024-08-29 04:31:23.281 | } 2024-08-29 04:31:23.281 | ' 2024-08-29 04:31:23.281 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.281 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:31:23.281 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 04:31:23.283 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 04:31:23.285 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-08-29 04:31:23.287 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:31:23.289 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-08-29 04:31:23.291 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-08-29 04:31:23.291 | BEGIN { group = "" } 2024-08-29 04:31:23.291 | /^\[\[.+\|.*\]\]/ { 2024-08-29 04:31:23.291 | gsub("[][]", "", $1); 2024-08-29 04:31:23.291 | split($1, a, "|"); 2024-08-29 04:31:23.291 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 04:31:23.291 | group=a[1] 2024-08-29 04:31:23.291 | } else { 2024-08-29 04:31:23.291 | group="" 2024-08-29 04:31:23.291 | } 2024-08-29 04:31:23.291 | next 2024-08-29 04:31:23.291 | } 2024-08-29 04:31:23.291 | { 2024-08-29 04:31:23.291 | if (group != "") 2024-08-29 04:31:23.291 | print $0 2024-08-29 04:31:23.291 | } 2024-08-29 04:31:23.291 | ' /opt/stack/devstack/local.conf 2024-08-29 04:31:23.296 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-08-29 04:31:23.298 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-08-29 04:31:23.322 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.324 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-08-29 04:31:23.326 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-08-29 04:31:23.351 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.353 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 04:31:23.355 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 04:31:23.358 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 04:31:23.361 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-08-29 04:31:23.363 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:31:23.366 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:31:23.368 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-08-29 04:31:23.370 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:31:23.374 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-08-29 04:31:23.376 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-08-29 04:31:23.378 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-08-29 04:31:23.380 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:31:23.382 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 04:31:23.384 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-08-29 04:31:23.386 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 04:31:23.388 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-08-29 04:31:23.390 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:31:23.393 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 04:31:23.395 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-08-29 04:31:23.398 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-08-29 04:31:23.398 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-08-29 04:31:23.398 | BEGIN { 2024-08-29 04:31:23.398 | section = "" 2024-08-29 04:31:23.398 | last_section = "" 2024-08-29 04:31:23.398 | section_count = 0 2024-08-29 04:31:23.398 | } 2024-08-29 04:31:23.398 | /^\[.+\]/ { 2024-08-29 04:31:23.398 | gsub("[][]", "", $1); 2024-08-29 04:31:23.398 | section=$1 2024-08-29 04:31:23.398 | next 2024-08-29 04:31:23.398 | } 2024-08-29 04:31:23.398 | /^ *\#/ { 2024-08-29 04:31:23.398 | next 2024-08-29 04:31:23.398 | } 2024-08-29 04:31:23.398 | /^[^ \t]+/ { 2024-08-29 04:31:23.398 | # get offset of first = in $0 2024-08-29 04:31:23.398 | eq_idx = index($0, "=") 2024-08-29 04:31:23.398 | # extract attr & value from $0 2024-08-29 04:31:23.398 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 04:31:23.398 | value = substr($0, eq_idx + 1) 2024-08-29 04:31:23.399 | # only need to strip trailing whitespace from attr 2024-08-29 04:31:23.399 | sub(/[ \t]*$/, "", attr) 2024-08-29 04:31:23.399 | # need to strip leading & trailing whitespace from value 2024-08-29 04:31:23.399 | sub(/^[ \t]*/, "", value) 2024-08-29 04:31:23.399 | sub(/[ \t]*$/, "", value) 2024-08-29 04:31:23.399 | 2024-08-29 04:31:23.399 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 04:31:23.399 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 04:31:23.399 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 04:31:23.399 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 04:31:23.399 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 04:31:23.399 | if (section != last_section) { 2024-08-29 04:31:23.399 | cfg_section[section_count++] = section 2024-08-29 04:31:23.399 | last_section = section 2024-08-29 04:31:23.399 | } 2024-08-29 04:31:23.399 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 04:31:23.399 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 04:31:23.399 | 2024-08-29 04:31:23.399 | cfg_attr[section, attr, 0] = value 2024-08-29 04:31:23.399 | cfg_attr_count[section, attr] = 1 2024-08-29 04:31:23.399 | } else { 2024-08-29 04:31:23.399 | lno = cfg_attr_count[section, attr]++ 2024-08-29 04:31:23.399 | cfg_attr[section, attr, lno] = value 2024-08-29 04:31:23.399 | } 2024-08-29 04:31:23.399 | } 2024-08-29 04:31:23.399 | END { 2024-08-29 04:31:23.399 | # Process each section in order 2024-08-29 04:31:23.399 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 04:31:23.399 | section = cfg_section[sno] 2024-08-29 04:31:23.399 | # The ini routines simply append a config item immediately 2024-08-29 04:31:23.399 | # after the section header. To keep the same order as defined 2024-08-29 04:31:23.399 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 04:31:23.399 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 04:31:23.399 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 04:31:23.399 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 04:31:23.399 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 04:31:23.399 | else { 2024-08-29 04:31:23.399 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 04:31:23.399 | count = cfg_attr_count[section, attr] 2024-08-29 04:31:23.399 | print "inidelete " configfile " " section " " attr 2024-08-29 04:31:23.399 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 04:31:23.399 | for (l = count -2; l >= 0; l--) 2024-08-29 04:31:23.399 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 04:31:23.399 | } 2024-08-29 04:31:23.399 | } 2024-08-29 04:31:23.399 | } 2024-08-29 04:31:23.399 | } 2024-08-29 04:31:23.399 | ' 2024-08-29 04:31:23.399 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.400 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:31:23.400 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 04:31:23.402 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 04:31:23.404 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-08-29 04:31:23.406 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:31:23.408 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-08-29 04:31:23.410 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-08-29 04:31:23.410 | BEGIN { group = "" } 2024-08-29 04:31:23.410 | /^\[\[.+\|.*\]\]/ { 2024-08-29 04:31:23.410 | gsub("[][]", "", $1); 2024-08-29 04:31:23.410 | split($1, a, "|"); 2024-08-29 04:31:23.410 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 04:31:23.410 | group=a[1] 2024-08-29 04:31:23.410 | } else { 2024-08-29 04:31:23.410 | group="" 2024-08-29 04:31:23.410 | } 2024-08-29 04:31:23.410 | next 2024-08-29 04:31:23.410 | } 2024-08-29 04:31:23.410 | { 2024-08-29 04:31:23.410 | if (group != "") 2024-08-29 04:31:23.410 | print $0 2024-08-29 04:31:23.410 | } 2024-08-29 04:31:23.410 | ' /opt/stack/devstack/local.conf 2024-08-29 04:31:23.415 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-08-29 04:31:23.417 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-08-29 04:31:23.440 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.442 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-08-29 04:31:23.445 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-08-29 04:31:23.470 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.472 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-08-29 04:31:23.474 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-08-29 04:31:23.499 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.501 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-08-29 04:31:23.503 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-08-29 04:31:23.528 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.530 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-08-29 04:31:23.532 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-08-29 04:31:23.556 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.558 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-08-29 04:31:23.560 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-08-29 04:31:23.584 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.586 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2_type_vlan network_vlan_ranges "default:2:999,public:1000:2000"' 2024-08-29 04:31:23.588 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999,public:1000:2000 2024-08-29 04:31:23.613 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.615 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-08-29 04:31:23.617 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-08-29 04:31:23.641 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.643 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-08-29 04:31:23.645 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-08-29 04:31:23.670 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.672 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 04:31:23.674 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 04:31:23.676 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 04:31:23.679 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-08-29 04:31:23.681 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-08-29 04:31:23.684 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-08-29 04:31:23.686 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-08-29 04:31:23.689 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-08-29 04:31:23.692 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-08-29 04:31:23.694 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-08-29 04:31:23.696 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-08-29 04:31:23.698 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:31:23.700 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 04:31:23.702 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-08-29 04:31:23.704 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 04:31:23.707 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-08-29 04:31:23.709 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-08-29 04:31:23.711 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-08-29 04:31:23.713 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-08-29 04:31:23.716 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-08-29 04:31:23.716 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-08-29 04:31:23.716 | BEGIN { 2024-08-29 04:31:23.716 | section = "" 2024-08-29 04:31:23.716 | last_section = "" 2024-08-29 04:31:23.716 | section_count = 0 2024-08-29 04:31:23.716 | } 2024-08-29 04:31:23.716 | /^\[.+\]/ { 2024-08-29 04:31:23.717 | gsub("[][]", "", $1); 2024-08-29 04:31:23.717 | section=$1 2024-08-29 04:31:23.717 | next 2024-08-29 04:31:23.717 | } 2024-08-29 04:31:23.717 | /^ *\#/ { 2024-08-29 04:31:23.717 | next 2024-08-29 04:31:23.717 | } 2024-08-29 04:31:23.717 | /^[^ \t]+/ { 2024-08-29 04:31:23.717 | # get offset of first = in $0 2024-08-29 04:31:23.717 | eq_idx = index($0, "=") 2024-08-29 04:31:23.717 | # extract attr & value from $0 2024-08-29 04:31:23.717 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 04:31:23.717 | value = substr($0, eq_idx + 1) 2024-08-29 04:31:23.717 | # only need to strip trailing whitespace from attr 2024-08-29 04:31:23.717 | sub(/[ \t]*$/, "", attr) 2024-08-29 04:31:23.717 | # need to strip leading & trailing whitespace from value 2024-08-29 04:31:23.717 | sub(/^[ \t]*/, "", value) 2024-08-29 04:31:23.717 | sub(/[ \t]*$/, "", value) 2024-08-29 04:31:23.717 | 2024-08-29 04:31:23.717 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 04:31:23.717 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 04:31:23.717 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 04:31:23.717 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 04:31:23.717 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 04:31:23.717 | if (section != last_section) { 2024-08-29 04:31:23.717 | cfg_section[section_count++] = section 2024-08-29 04:31:23.717 | last_section = section 2024-08-29 04:31:23.717 | } 2024-08-29 04:31:23.717 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 04:31:23.717 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 04:31:23.717 | 2024-08-29 04:31:23.717 | cfg_attr[section, attr, 0] = value 2024-08-29 04:31:23.717 | cfg_attr_count[section, attr] = 1 2024-08-29 04:31:23.717 | } else { 2024-08-29 04:31:23.717 | lno = cfg_attr_count[section, attr]++ 2024-08-29 04:31:23.717 | cfg_attr[section, attr, lno] = value 2024-08-29 04:31:23.717 | } 2024-08-29 04:31:23.717 | } 2024-08-29 04:31:23.717 | END { 2024-08-29 04:31:23.717 | # Process each section in order 2024-08-29 04:31:23.717 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 04:31:23.717 | section = cfg_section[sno] 2024-08-29 04:31:23.717 | # The ini routines simply append a config item immediately 2024-08-29 04:31:23.717 | # after the section header. To keep the same order as defined 2024-08-29 04:31:23.717 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 04:31:23.717 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 04:31:23.717 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 04:31:23.717 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 04:31:23.717 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 04:31:23.717 | else { 2024-08-29 04:31:23.717 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 04:31:23.718 | count = cfg_attr_count[section, attr] 2024-08-29 04:31:23.718 | print "inidelete " configfile " " section " " attr 2024-08-29 04:31:23.718 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 04:31:23.718 | for (l = count -2; l >= 0; l--) 2024-08-29 04:31:23.718 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 04:31:23.718 | } 2024-08-29 04:31:23.718 | } 2024-08-29 04:31:23.718 | } 2024-08-29 04:31:23.718 | } 2024-08-29 04:31:23.718 | ' 2024-08-29 04:31:23.718 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.719 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:31:23.719 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 04:31:23.721 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 04:31:23.723 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-08-29 04:31:23.725 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:31:23.727 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-08-29 04:31:23.729 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-08-29 04:31:23.729 | BEGIN { group = "" } 2024-08-29 04:31:23.729 | /^\[\[.+\|.*\]\]/ { 2024-08-29 04:31:23.729 | gsub("[][]", "", $1); 2024-08-29 04:31:23.729 | split($1, a, "|"); 2024-08-29 04:31:23.729 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 04:31:23.729 | group=a[1] 2024-08-29 04:31:23.729 | } else { 2024-08-29 04:31:23.729 | group="" 2024-08-29 04:31:23.729 | } 2024-08-29 04:31:23.730 | next 2024-08-29 04:31:23.730 | } 2024-08-29 04:31:23.730 | { 2024-08-29 04:31:23.730 | if (group != "") 2024-08-29 04:31:23.730 | print $0 2024-08-29 04:31:23.730 | } 2024-08-29 04:31:23.730 | ' /opt/stack/devstack/local.conf 2024-08-29 04:31:23.734 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers "147.204.9.200, 147.204.9.201"' 2024-08-29 04:31:23.736 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers '147.204.9.200, 147.204.9.201' 2024-08-29 04:31:23.759 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.761 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-08-29 04:31:23.763 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-08-29 04:31:23.787 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.789 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-08-29 04:31:23.791 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-08-29 04:31:23.815 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:31:23.817 | + stack.sh:main:1255 : is_service_enabled swift 2024-08-29 04:31:23.831 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:31:23.833 | + stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-29 04:31:23.835 | + stack.sh:main:1264 : is_service_enabled cinder 2024-08-29 04:31:23.849 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:23.851 | + stack.sh:main:1265 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-29 04:31:23.876 | + stack.sh:main:1268 : async_wait configure_neutron_nova 2024-08-29 04:31:23.912 | [3620 Async configure_neutron_nova:44721]: Waiting for completion of configure_neutron_nova running on PID 44721 (2 other jobs running) 2024-08-29 04:31:23.929 | [3620 Async configure_neutron_nova:44721]: Signaling child to exit 2024-08-29 04:31:23.929 | WAKEUP 2024-08-29 04:31:23.944 | [3620 Async configure_neutron_nova:44721]: Signaled 2024-08-29 04:31:23.945 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-08-29 04:31:23.945 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-08-29 04:31:23.945 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-08-29 04:31:23.945 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-08-29 04:31:23.945 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-08-29 04:31:23.945 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-08-29 04:31:23.945 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-08-29 04:31:23.946 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-08-29 04:31:23.946 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-08-29 04:31:23.946 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-08-29 04:31:23.946 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-08-29 04:31:23.946 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-08-29 04:31:23.946 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-08-29 04:31:23.946 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-08-29 04:31:23.946 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-08-29 04:31:23.946 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:23.946 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-08-29 04:31:23.946 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-08-29 04:31:23.946 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-08-29 04:31:23.946 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-08-29 04:31:23.975 | [3620 Async configure_neutron_nova:44721]: finished configure_neutron_nova with result 0 in 0 seconds 2024-08-29 04:31:23.978 | + inc/async:async_wait:197 : return 0 2024-08-29 04:31:23.980 | + stack.sh:main:1274 : is_service_enabled nova 2024-08-29 04:31:23.994 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:23.996 | + stack.sh:main:1275 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-29 04:31:24.020 | + stack.sh:main:1276 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-29 04:31:24.047 | + stack.sh:main:1280 : is_service_enabled n-api 2024-08-29 04:31:24.060 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:24.063 | + stack.sh:main:1281 : echo_summary 'Starting Nova API' 2024-08-29 04:31:24.065 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:31:24.067 | + stack.sh:echo_summary:455 : echo -e Starting Nova API 2024-08-29 04:31:24.069 | + stack.sh:main:1282 : start_nova_api 2024-08-29 04:31:24.071 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-08-29 04:31:24.073 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-08-29 04:31:24.075 | + lib/nova:start_nova_api:972 : local nova_url 2024-08-29 04:31:24.077 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-08-29 04:31:24.090 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:31:24.092 | + lib/nova:start_nova_api:979 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:31:24.094 | + lib/nova:start_nova_api:980 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:31:24.096 | + lib/nova:start_nova_api:980 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:31:24.098 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-08-29 04:31:24.101 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-08-29 04:31:24.104 | + lib/nova:start_nova_api:990 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 04:31:24.106 | + functions-common:run_process:1689 : local service=n-api 2024-08-29 04:31:24.108 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 04:31:24.110 | + functions-common:run_process:1691 : local group= 2024-08-29 04:31:24.113 | + functions-common:run_process:1692 : local user= 2024-08-29 04:31:24.115 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:31:24.117 | + functions-common:run_process:1695 : local name=n-api 2024-08-29 04:31:24.119 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:31:24.121 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:31:24.124 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:24.126 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:24.128 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:24.132 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905884129 2024-08-29 04:31:24.134 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-08-29 04:31:24.147 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:24.149 | + functions-common:run_process:1699 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2024-08-29 04:31:24.151 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-08-29 04:31:24.153 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 04:31:24.155 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 04:31:24.157 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 04:31:24.159 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 04:31:24.161 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-08-29 04:31:24.163 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-08-29 04:31:24.165 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-08-29 04:31:24.167 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:31:24.169 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:31:24.171 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:31:24.174 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:31:24.176 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-08-29 04:31:24.178 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' stack '' 2024-08-29 04:31:24.180 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-08-29 04:31:24.181 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 04:31:24.183 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 04:31:24.185 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 04:31:24.187 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 04:31:24.189 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-08-29 04:31:24.191 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 04:31:24.194 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2024-08-29 04:31:24.243 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-08-29 04:31:24.291 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-08-29 04:31:24.331 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 04:31:24.371 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:31:24.411 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-08-29 04:31:24.451 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-08-29 04:31:24.491 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-08-29 04:31:24.530 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-08-29 04:31:24.571 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-08-29 04:31:24.612 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 04:31:24.614 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 04:31:24.616 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-08-29 04:31:24.665 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 04:31:24.912 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-08-29 04:31:24.922 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-08-29 04:31:25.140 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-08-29 04:31:25.199 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:31:25.202 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:25.204 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:25.206 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:25.208 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:25.210 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:25.212 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:31:25.214 | + functions-common:time_stop:2442 : start_time=1724905884129 2024-08-29 04:31:25.216 | + functions-common:time_stop:2444 : [[ -z 1724905884129 ]] 2024-08-29 04:31:25.219 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:25.222 | + functions-common:time_stop:2447 : end_time=1724905885220 2024-08-29 04:31:25.224 | + functions-common:time_stop:2448 : elapsed_time=1091 2024-08-29 04:31:25.226 | + functions-common:time_stop:2449 : total=1209 2024-08-29 04:31:25.228 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:25.230 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2300 2024-08-29 04:31:25.233 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-08-29 04:31:25.235 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-08-29 04:31:25.235 | Waiting for nova-api to start... 2024-08-29 04:31:25.236 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-08-29 04:31:25.238 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 04:31:25.240 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-08-29 04:31:25.242 | + functions:wait_for_service:470 : local rval=0 2024-08-29 04:31:25.244 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 04:31:25.246 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 04:31:25.248 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:25.250 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:25.253 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:25.256 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905885254 2024-08-29 04:31:25.258 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 04:31:25.262 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-08-29 04:31:27.937 | + :: : [[ 200 == 503 ]] 2024-08-29 04:31:27.938 | + :: : [[ 0 -eq 7 ]] 2024-08-29 04:31:27.941 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 04:31:27.943 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:27.945 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:27.947 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:27.949 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:27.951 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:27.953 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 04:31:27.955 | + functions-common:time_stop:2442 : start_time=1724905885254 2024-08-29 04:31:27.957 | + functions-common:time_stop:2444 : [[ -z 1724905885254 ]] 2024-08-29 04:31:27.960 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:27.963 | + functions-common:time_stop:2447 : end_time=1724905887961 2024-08-29 04:31:27.965 | + functions-common:time_stop:2448 : elapsed_time=2707 2024-08-29 04:31:27.967 | + functions-common:time_stop:2449 : total=2406 2024-08-29 04:31:27.969 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:27.971 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5113 2024-08-29 04:31:27.973 | + functions:wait_for_service:478 : return 0 2024-08-29 04:31:27.975 | + lib/nova:start_nova_api:999 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:31:27.978 | + lib/nova:start_nova_api:999 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:31:27.979 | + stack.sh:main:1285 : is_service_enabled ovn-controller ovn-controller-vtep 2024-08-29 04:31:27.993 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:31:27.995 | + stack.sh:main:1290 : is_service_enabled neutron-api 2024-08-29 04:31:28.008 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:31:28.010 | + stack.sh:main:1293 : is_service_enabled q-svc 2024-08-29 04:31:28.024 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:28.026 | + stack.sh:main:1294 : echo_summary 'Starting Neutron' 2024-08-29 04:31:28.028 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:31:28.030 | + stack.sh:echo_summary:455 : echo -e Starting Neutron 2024-08-29 04:31:28.032 | + stack.sh:main:1295 : configure_neutron_after_post_config 2024-08-29 04:31:28.034 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-08-29 04:31:28.036 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-08-29 04:31:28.061 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-08-29 04:31:28.063 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-08-29 04:31:28.065 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-08-29 04:31:28.068 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-08-29 04:31:28.092 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-08-29 04:31:28.118 | + stack.sh:main:1296 : start_neutron_service_and_check 2024-08-29 04:31:28.120 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-08-29 04:31:28.122 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-08-29 04:31:28.124 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-08-29 04:31:28.126 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-08-29 04:31:28.129 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-08-29 04:31:28.131 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-08-29 04:31:28.133 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-08-29 04:31:28.136 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-08-29 04:31:28.138 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-08-29 04:31:28.140 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-08-29 04:31:28.142 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-08-29 04:31:28.144 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:28.147 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:28.149 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:28.151 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-08-29 04:31:28.153 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:28.156 | + lib/neutron:start_neutron_service_and_check:588 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:28.158 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-08-29 04:31:28.171 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:31:28.173 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-08-29 04:31:28.175 | + lib/neutron:start_neutron_service_and_check:602 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:28.177 | + functions-common:run_process:1689 : local service=q-svc 2024-08-29 04:31:28.180 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:28.182 | + functions-common:run_process:1691 : local group= 2024-08-29 04:31:28.184 | + functions-common:run_process:1692 : local user= 2024-08-29 04:31:28.186 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:31:28.188 | + functions-common:run_process:1695 : local name=q-svc 2024-08-29 04:31:28.190 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:31:28.192 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:31:28.194 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:28.196 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:28.199 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:28.202 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905888200 2024-08-29 04:31:28.205 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-08-29 04:31:28.217 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:28.219 | + functions-common:run_process:1699 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-08-29 04:31:28.221 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-08-29 04:31:28.223 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:28.225 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:28.227 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:28.229 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:28.231 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-08-29 04:31:28.233 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-08-29 04:31:28.235 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-08-29 04:31:28.237 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:31:28.239 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:31:28.241 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:31:28.243 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:31:28.245 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-08-29 04:31:28.247 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-08-29 04:31:28.249 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-08-29 04:31:28.251 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:28.253 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 04:31:28.255 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 04:31:28.257 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 04:31:28.259 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 04:31:28.261 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 04:31:28.263 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-08-29 04:31:28.264 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 04:31:28.268 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-08-29 04:31:28.318 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-08-29 04:31:28.367 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:28.409 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-08-29 04:31:28.450 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-08-29 04:31:28.491 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:31:28.531 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 04:31:28.533 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 04:31:28.535 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-08-29 04:31:28.583 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 04:31:28.814 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-08-29 04:31:28.826 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-08-29 04:31:29.067 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-08-29 04:31:29.103 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:31:29.106 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:29.108 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:29.110 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:29.112 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:29.114 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:29.116 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:31:29.118 | + functions-common:time_stop:2442 : start_time=1724905888200 2024-08-29 04:31:29.120 | + functions-common:time_stop:2444 : [[ -z 1724905888200 ]] 2024-08-29 04:31:29.123 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:29.126 | + functions-common:time_stop:2447 : end_time=1724905889124 2024-08-29 04:31:29.128 | + functions-common:time_stop:2448 : elapsed_time=924 2024-08-29 04:31:29.130 | + functions-common:time_stop:2449 : total=2300 2024-08-29 04:31:29.132 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:29.134 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3224 2024-08-29 04:31:29.136 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-08-29 04:31:29.138 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-08-29 04:31:29.152 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:31:29.155 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-08-29 04:31:29.157 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-08-29 04:31:29.159 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-08-29 04:31:29.159 | Waiting for Neutron to start... 2024-08-29 04:31:29.161 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-08-29 04:31:29.163 | + lib/neutron:start_neutron_service_and_check:615 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2024-08-29 04:31:29.165 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-08-29 04:31:29.166 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-08-29 04:31:29.168 | + functions-common:test_with_retry:2375 : local until=60 2024-08-29 04:31:29.170 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-08-29 04:31:29.172 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-08-29 04:31:29.175 | + functions-common:time_start:2421 : local name=test_with_retry 2024-08-29 04:31:29.176 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:29.178 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:29.181 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:29.184 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905889182 2024-08-29 04:31:29.186 | + functions-common:test_with_retry:2379 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2024-08-29 04:31:32.225 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-08-29 04:31:32.228 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:32.230 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:32.232 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:32.234 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:32.236 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:32.238 | + functions-common:time_stop:2441 : name=test_with_retry 2024-08-29 04:31:32.240 | + functions-common:time_stop:2442 : start_time=1724905889182 2024-08-29 04:31:32.243 | + functions-common:time_stop:2444 : [[ -z 1724905889182 ]] 2024-08-29 04:31:32.246 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:32.249 | + functions-common:time_stop:2447 : end_time=1724905892247 2024-08-29 04:31:32.251 | + functions-common:time_stop:2448 : elapsed_time=3065 2024-08-29 04:31:32.253 | + functions-common:time_stop:2449 : total=0 2024-08-29 04:31:32.255 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:32.257 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3065 2024-08-29 04:31:32.259 | + stack.sh:main:1301 : is_service_enabled placement 2024-08-29 04:31:32.273 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:32.275 | + stack.sh:main:1302 : echo_summary 'Starting Placement' 2024-08-29 04:31:32.277 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:31:32.279 | + stack.sh:echo_summary:455 : echo -e Starting Placement 2024-08-29 04:31:32.282 | + stack.sh:main:1303 : start_placement 2024-08-29 04:31:32.284 | + lib/placement:start_placement:173 : start_placement_api 2024-08-29 04:31:32.286 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-08-29 04:31:32.289 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-08-29 04:31:32.292 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 04:31:32.294 | + functions-common:run_process:1689 : local service=placement-api 2024-08-29 04:31:32.296 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 04:31:32.298 | + functions-common:run_process:1691 : local group= 2024-08-29 04:31:32.300 | + functions-common:run_process:1692 : local user= 2024-08-29 04:31:32.302 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:31:32.304 | + functions-common:run_process:1695 : local name=placement-api 2024-08-29 04:31:32.306 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:31:32.308 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:31:32.310 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:32.312 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:32.315 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:32.318 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905892315 2024-08-29 04:31:32.320 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-08-29 04:31:32.333 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:32.335 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-08-29 04:31:32.337 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-08-29 04:31:32.339 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 04:31:32.341 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 04:31:32.343 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 04:31:32.345 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 04:31:32.347 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-08-29 04:31:32.349 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-08-29 04:31:32.351 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-08-29 04:31:32.353 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:31:32.355 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:31:32.357 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:31:32.359 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:31:32.361 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-08-29 04:31:32.363 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' stack '' 2024-08-29 04:31:32.365 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-08-29 04:31:32.367 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 04:31:32.369 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 04:31:32.371 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 04:31:32.373 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 04:31:32.375 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-08-29 04:31:32.377 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 04:31:32.380 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2024-08-29 04:31:32.428 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-08-29 04:31:32.478 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-08-29 04:31:32.519 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 04:31:32.561 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:31:32.601 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-08-29 04:31:32.642 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-08-29 04:31:32.682 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-08-29 04:31:32.723 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-08-29 04:31:32.766 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-08-29 04:31:32.807 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 04:31:32.809 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 04:31:32.812 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-08-29 04:31:32.861 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 04:31:33.103 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-08-29 04:31:33.112 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-08-29 04:31:33.351 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-08-29 04:31:33.412 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:31:33.414 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:33.416 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:33.419 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:33.421 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:33.423 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:33.425 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:31:33.427 | + functions-common:time_stop:2442 : start_time=1724905892315 2024-08-29 04:31:33.429 | + functions-common:time_stop:2444 : [[ -z 1724905892315 ]] 2024-08-29 04:31:33.432 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:33.435 | + functions-common:time_stop:2447 : end_time=1724905893433 2024-08-29 04:31:33.437 | + functions-common:time_stop:2448 : elapsed_time=1118 2024-08-29 04:31:33.439 | + functions-common:time_stop:2449 : total=3224 2024-08-29 04:31:33.441 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:33.444 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4342 2024-08-29 04:31:33.446 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-08-29 04:31:33.446 | Waiting for placement-api to start... 2024-08-29 04:31:33.448 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-08-29 04:31:33.450 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 04:31:33.452 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-08-29 04:31:33.454 | + functions:wait_for_service:470 : local rval=0 2024-08-29 04:31:33.456 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 04:31:33.458 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 04:31:33.460 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:33.462 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:33.465 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:33.468 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905893466 2024-08-29 04:31:33.471 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 04:31:33.474 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-08-29 04:31:34.694 | + :: : [[ 200 == 503 ]] 2024-08-29 04:31:34.695 | + :: : [[ 0 -eq 7 ]] 2024-08-29 04:31:34.698 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 04:31:34.700 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:34.702 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:34.704 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:34.706 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:34.708 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:34.710 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 04:31:34.712 | + functions-common:time_stop:2442 : start_time=1724905893466 2024-08-29 04:31:34.714 | + functions-common:time_stop:2444 : [[ -z 1724905893466 ]] 2024-08-29 04:31:34.717 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:34.720 | + functions-common:time_stop:2447 : end_time=1724905894718 2024-08-29 04:31:34.722 | + functions-common:time_stop:2448 : elapsed_time=1252 2024-08-29 04:31:34.724 | + functions-common:time_stop:2449 : total=5113 2024-08-29 04:31:34.726 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:34.728 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6365 2024-08-29 04:31:34.730 | + functions:wait_for_service:478 : return 0 2024-08-29 04:31:34.732 | + stack.sh:main:1306 : is_service_enabled neutron 2024-08-29 04:31:34.747 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:34.749 | + stack.sh:main:1307 : start_neutron 2024-08-29 04:31:34.751 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-08-29 04:31:34.753 | + lib/neutron:start_l2_agent:626 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:34.755 | + functions-common:run_process:1689 : local service=q-agt 2024-08-29 04:31:34.757 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:34.759 | + functions-common:run_process:1691 : local group= 2024-08-29 04:31:34.761 | + functions-common:run_process:1692 : local user= 2024-08-29 04:31:34.763 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:31:34.765 | + functions-common:run_process:1695 : local name=q-agt 2024-08-29 04:31:34.767 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:31:34.769 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:31:34.771 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:34.774 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:34.777 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:34.780 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905894777 2024-08-29 04:31:34.782 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-08-29 04:31:34.795 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:34.798 | + functions-common:run_process:1699 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-08-29 04:31:34.800 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-08-29 04:31:34.802 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:34.804 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:34.806 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:34.808 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:34.810 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-08-29 04:31:34.812 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-08-29 04:31:34.814 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-08-29 04:31:34.816 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:31:34.818 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:31:34.820 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:31:34.823 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:31:34.825 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-08-29 04:31:34.827 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-08-29 04:31:34.829 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-08-29 04:31:34.831 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:34.833 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 04:31:34.835 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 04:31:34.837 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 04:31:34.838 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 04:31:34.840 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 04:31:34.842 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-08-29 04:31:34.844 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 04:31:34.847 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-08-29 04:31:34.896 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-08-29 04:31:34.943 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 04:31:34.984 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-08-29 04:31:35.023 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-08-29 04:31:35.064 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:31:35.105 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 04:31:35.107 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 04:31:35.109 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-08-29 04:31:35.156 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 04:31:35.402 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-08-29 04:31:35.411 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-08-29 04:31:35.652 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-08-29 04:31:35.679 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:31:35.681 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:35.684 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:35.686 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:35.688 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:35.690 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:35.692 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:31:35.694 | + functions-common:time_stop:2442 : start_time=1724905894777 2024-08-29 04:31:35.696 | + functions-common:time_stop:2444 : [[ -z 1724905894777 ]] 2024-08-29 04:31:35.699 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:35.702 | + functions-common:time_stop:2447 : end_time=1724905895700 2024-08-29 04:31:35.704 | + functions-common:time_stop:2448 : elapsed_time=923 2024-08-29 04:31:35.706 | + functions-common:time_stop:2449 : total=4342 2024-08-29 04:31:35.708 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:35.710 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5265 2024-08-29 04:31:35.712 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-08-29 04:31:35.714 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-29 04:31:35.716 | + functions-common:is_provider_network:2287 : return 1 2024-08-29 04:31:35.719 | + lib/neutron:start_neutron:620 : start_other_agents 2024-08-29 04:31:35.721 | + lib/neutron:start_other_agents:644 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-29 04:31:35.723 | + functions-common:run_process:1689 : local service=q-dhcp 2024-08-29 04:31:35.725 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-29 04:31:35.727 | + functions-common:run_process:1691 : local group= 2024-08-29 04:31:35.729 | + functions-common:run_process:1692 : local user= 2024-08-29 04:31:35.731 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:31:35.733 | + functions-common:run_process:1695 : local name=q-dhcp 2024-08-29 04:31:35.735 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:31:35.737 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:31:35.739 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:35.741 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:35.745 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:35.748 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905895745 2024-08-29 04:31:35.750 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-08-29 04:31:35.764 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:35.766 | + functions-common:run_process:1699 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2024-08-29 04:31:35.768 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-08-29 04:31:35.770 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-29 04:31:35.773 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-29 04:31:35.775 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-29 04:31:35.777 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-29 04:31:35.779 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2024-08-29 04:31:35.781 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2024-08-29 04:31:35.783 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-08-29 04:31:35.785 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:31:35.787 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:31:35.789 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:31:35.791 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:31:35.793 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2024-08-29 04:31:35.795 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2024-08-29 04:31:35.798 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-08-29 04:31:35.800 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-29 04:31:35.802 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 04:31:35.804 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 04:31:35.806 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 04:31:35.808 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 04:31:35.810 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 04:31:35.812 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-08-29 04:31:35.814 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 04:31:35.818 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-08-29 04:31:35.870 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-08-29 04:31:35.919 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-29 04:31:35.961 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-08-29 04:31:36.002 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-08-29 04:31:36.044 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:31:36.088 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 04:31:36.090 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 04:31:36.092 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-08-29 04:31:36.145 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 04:31:36.385 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-08-29 04:31:36.394 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-08-29 04:31:36.637 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-08-29 04:31:36.668 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:31:36.670 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:36.672 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:36.674 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:36.676 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:36.678 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:36.680 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:31:36.682 | + functions-common:time_stop:2442 : start_time=1724905895745 2024-08-29 04:31:36.684 | + functions-common:time_stop:2444 : [[ -z 1724905895745 ]] 2024-08-29 04:31:36.687 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:36.690 | + functions-common:time_stop:2447 : end_time=1724905896687 2024-08-29 04:31:36.692 | + functions-common:time_stop:2448 : elapsed_time=942 2024-08-29 04:31:36.694 | + functions-common:time_stop:2449 : total=5265 2024-08-29 04:31:36.696 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:36.697 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6207 2024-08-29 04:31:36.700 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-08-29 04:31:36.702 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-08-29 04:31:36.704 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-08-29 04:31:36.707 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-08-29 04:31:36.709 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 04:31:36.711 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 04:31:36.713 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 04:31:36.715 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-08-29 04:31:36.717 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 04:31:36.720 | + lib/neutron:start_other_agents:646 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 04:31:36.722 | + functions-common:run_process:1689 : local service=q-l3 2024-08-29 04:31:36.724 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 04:31:36.726 | + functions-common:run_process:1691 : local group= 2024-08-29 04:31:36.728 | + functions-common:run_process:1692 : local user= 2024-08-29 04:31:36.730 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:31:36.732 | + functions-common:run_process:1695 : local name=q-l3 2024-08-29 04:31:36.734 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:31:36.736 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:31:36.738 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:36.740 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:36.743 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:36.746 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905896744 2024-08-29 04:31:36.748 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-08-29 04:31:36.762 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:36.764 | + functions-common:run_process:1699 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2024-08-29 04:31:36.766 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-08-29 04:31:36.768 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 04:31:36.770 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 04:31:36.772 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 04:31:36.774 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 04:31:36.776 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2024-08-29 04:31:36.778 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2024-08-29 04:31:36.780 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-08-29 04:31:36.782 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:31:36.784 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:31:36.786 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:31:36.788 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:31:36.790 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2024-08-29 04:31:36.792 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2024-08-29 04:31:36.795 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-08-29 04:31:36.797 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 04:31:36.799 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 04:31:36.801 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 04:31:36.803 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 04:31:36.805 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 04:31:36.807 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 04:31:36.810 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-08-29 04:31:36.812 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 04:31:36.815 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-08-29 04:31:36.867 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-08-29 04:31:36.918 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 04:31:36.961 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-08-29 04:31:37.004 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-08-29 04:31:37.047 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:31:37.092 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 04:31:37.094 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 04:31:37.096 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-08-29 04:31:37.149 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 04:31:37.395 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-08-29 04:31:37.405 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-08-29 04:31:37.652 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-08-29 04:31:37.681 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:31:37.684 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:37.686 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:37.689 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:37.691 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:37.693 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:37.695 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:31:37.697 | + functions-common:time_stop:2442 : start_time=1724905896744 2024-08-29 04:31:37.699 | + functions-common:time_stop:2444 : [[ -z 1724905896744 ]] 2024-08-29 04:31:37.702 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:37.705 | + functions-common:time_stop:2447 : end_time=1724905897703 2024-08-29 04:31:37.707 | + functions-common:time_stop:2448 : elapsed_time=959 2024-08-29 04:31:37.709 | + functions-common:time_stop:2449 : total=6207 2024-08-29 04:31:37.711 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:37.714 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7166 2024-08-29 04:31:37.716 | + lib/neutron:start_other_agents:648 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-29 04:31:37.718 | + functions-common:run_process:1689 : local service=q-meta 2024-08-29 04:31:37.720 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-29 04:31:37.722 | + functions-common:run_process:1691 : local group= 2024-08-29 04:31:37.724 | + functions-common:run_process:1692 : local user= 2024-08-29 04:31:37.726 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:31:37.728 | + functions-common:run_process:1695 : local name=q-meta 2024-08-29 04:31:37.730 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:31:37.732 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:31:37.734 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:37.737 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:37.740 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:37.743 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905897741 2024-08-29 04:31:37.745 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-08-29 04:31:37.759 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:37.761 | + functions-common:run_process:1699 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2024-08-29 04:31:37.763 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-08-29 04:31:37.765 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-29 04:31:37.767 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-29 04:31:37.769 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-29 04:31:37.771 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-29 04:31:37.773 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2024-08-29 04:31:37.775 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2024-08-29 04:31:37.777 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-08-29 04:31:37.779 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:31:37.781 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:31:37.783 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:31:37.785 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:31:37.787 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2024-08-29 04:31:37.790 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2024-08-29 04:31:37.792 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-08-29 04:31:37.794 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-29 04:31:37.795 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 04:31:37.797 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 04:31:37.799 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 04:31:37.801 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 04:31:37.803 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 04:31:37.805 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-08-29 04:31:37.807 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 04:31:37.810 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-08-29 04:31:37.862 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-08-29 04:31:37.915 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-29 04:31:37.959 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-08-29 04:31:38.001 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-08-29 04:31:38.044 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:31:38.089 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 04:31:38.091 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 04:31:38.093 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-08-29 04:31:38.147 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 04:31:38.403 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-08-29 04:31:38.412 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-08-29 04:31:38.659 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-08-29 04:31:38.685 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:31:38.687 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:38.689 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:38.691 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:38.693 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:38.695 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:38.698 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:31:38.700 | + functions-common:time_stop:2442 : start_time=1724905897741 2024-08-29 04:31:38.702 | + functions-common:time_stop:2444 : [[ -z 1724905897741 ]] 2024-08-29 04:31:38.705 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:38.708 | + functions-common:time_stop:2447 : end_time=1724905898706 2024-08-29 04:31:38.710 | + functions-common:time_stop:2448 : elapsed_time=965 2024-08-29 04:31:38.713 | + functions-common:time_stop:2449 : total=7166 2024-08-29 04:31:38.715 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:38.717 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8131 2024-08-29 04:31:38.719 | + lib/neutron:start_other_agents:649 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-08-29 04:31:38.722 | + functions-common:run_process:1689 : local service=q-metering 2024-08-29 04:31:38.724 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-08-29 04:31:38.726 | + functions-common:run_process:1691 : local group= 2024-08-29 04:31:38.727 | + functions-common:run_process:1692 : local user= 2024-08-29 04:31:38.732 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:31:38.734 | + functions-common:run_process:1695 : local name=q-metering 2024-08-29 04:31:38.736 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:31:38.739 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:31:38.741 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:38.743 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:38.746 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:38.751 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905898748 2024-08-29 04:31:38.753 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-08-29 04:31:38.769 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:31:38.771 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:31:38.773 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:38.776 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:38.778 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:38.780 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:38.782 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:38.785 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:31:38.787 | + functions-common:time_stop:2442 : start_time=1724905898748 2024-08-29 04:31:38.789 | + functions-common:time_stop:2444 : [[ -z 1724905898748 ]] 2024-08-29 04:31:38.791 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:38.795 | + functions-common:time_stop:2447 : end_time=1724905898793 2024-08-29 04:31:38.797 | + functions-common:time_stop:2448 : elapsed_time=45 2024-08-29 04:31:38.799 | + functions-common:time_stop:2449 : total=8131 2024-08-29 04:31:38.801 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:38.803 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8176 2024-08-29 04:31:38.805 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-08-29 04:31:38.820 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:38.822 | + stack.sh:main:1310 : [[ True == \T\r\u\e ]] 2024-08-29 04:31:38.824 | + stack.sh:main:1311 : echo_summary 'Creating initial neutron network elements' 2024-08-29 04:31:38.826 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:31:38.828 | + stack.sh:echo_summary:455 : echo -e Creating initial neutron network elements 2024-08-29 04:31:38.830 | + stack.sh:main:1314 : type -p neutron_plugin_create_initial_networks 2024-08-29 04:31:38.832 | + stack.sh:main:1317 : create_neutron_initial_network 2024-08-29 04:31:38.834 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-08-29 04:31:38.836 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-08-29 04:31:38.838 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-08-29 04:31:38.842 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-29 04:31:40.336 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:40.340 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 04:31:40.340 | address-scope 2024-08-29 04:31:40.340 | router-admin-state-down-before-update 2024-08-29 04:31:40.340 | agent 2024-08-29 04:31:40.340 | agent-resources-synced 2024-08-29 04:31:40.340 | allowed-address-pairs 2024-08-29 04:31:40.340 | auto-allocated-topology 2024-08-29 04:31:40.340 | availability_zone 2024-08-29 04:31:40.340 | availability_zone_filter 2024-08-29 04:31:40.340 | default-subnetpools 2024-08-29 04:31:40.340 | dhcp_agent_scheduler 2024-08-29 04:31:40.340 | dvr 2024-08-29 04:31:40.340 | empty-string-filtering 2024-08-29 04:31:40.340 | external-net 2024-08-29 04:31:40.340 | extra_dhcp_opt 2024-08-29 04:31:40.340 | extraroute 2024-08-29 04:31:40.340 | extraroute-atomic 2024-08-29 04:31:40.340 | filter-validation 2024-08-29 04:31:40.340 | floating-ip-port-forwarding-detail 2024-08-29 04:31:40.340 | fip-port-details 2024-08-29 04:31:40.340 | flavors 2024-08-29 04:31:40.340 | floatingip-pools 2024-08-29 04:31:40.340 | ip-substring-filtering 2024-08-29 04:31:40.340 | router 2024-08-29 04:31:40.340 | ext-gw-mode 2024-08-29 04:31:40.340 | l3-ha 2024-08-29 04:31:40.340 | l3-flavors 2024-08-29 04:31:40.340 | l3-port-ip-change-not-allowed 2024-08-29 04:31:40.340 | l3_agent_scheduler 2024-08-29 04:31:40.340 | multi-provider 2024-08-29 04:31:40.340 | net-mtu 2024-08-29 04:31:40.340 | net-mtu-writable 2024-08-29 04:31:40.340 | network_availability_zone 2024-08-29 04:31:40.340 | network-ip-availability 2024-08-29 04:31:40.340 | pagination 2024-08-29 04:31:40.340 | port-device-profile 2024-08-29 04:31:40.340 | port-mac-override 2024-08-29 04:31:40.340 | port-mac-address-regenerate 2024-08-29 04:31:40.340 | port-numa-affinity-policy 2024-08-29 04:31:40.340 | binding 2024-08-29 04:31:40.340 | binding-extended 2024-08-29 04:31:40.340 | port-security 2024-08-29 04:31:40.340 | project-id 2024-08-29 04:31:40.340 | provider 2024-08-29 04:31:40.340 | quota-check-limit 2024-08-29 04:31:40.340 | quotas 2024-08-29 04:31:40.340 | quota_details 2024-08-29 04:31:40.340 | rbac-policies 2024-08-29 04:31:40.340 | rbac-address-group 2024-08-29 04:31:40.340 | rbac-address-scope 2024-08-29 04:31:40.340 | rbac-security-groups 2024-08-29 04:31:40.340 | rbac-subnetpool 2024-08-29 04:31:40.340 | revision-if-match 2024-08-29 04:31:40.340 | standard-attr-revisions 2024-08-29 04:31:40.340 | router_availability_zone 2024-08-29 04:31:40.340 | security-groups-normalized-cidr 2024-08-29 04:31:40.340 | port-security-groups-filtering 2024-08-29 04:31:40.340 | security-groups-remote-address-group 2024-08-29 04:31:40.340 | security-groups-shared-filtering 2024-08-29 04:31:40.340 | security-group 2024-08-29 04:31:40.340 | service-type 2024-08-29 04:31:40.340 | sorting 2024-08-29 04:31:40.340 | standard-attr-description 2024-08-29 04:31:40.340 | stateful-security-group 2024-08-29 04:31:40.340 | subnet_onboard 2024-08-29 04:31:40.340 | subnet-service-types 2024-08-29 04:31:40.340 | subnet_allocation 2024-08-29 04:31:40.340 | subnetpool-prefix-ops 2024-08-29 04:31:40.340 | standard-attr-tag 2024-08-29 04:31:40.340 | standard-attr-timestamp 2024-08-29 04:31:40.340 | nsxt-ops' 2024-08-29 04:31:40.342 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 04:31:40.342 | address-scope 2024-08-29 04:31:40.342 | router-admin-state-down-before-update 2024-08-29 04:31:40.342 | agent 2024-08-29 04:31:40.342 | agent-resources-synced 2024-08-29 04:31:40.342 | allowed-address-pairs 2024-08-29 04:31:40.342 | auto-allocated-topology 2024-08-29 04:31:40.342 | availability_zone 2024-08-29 04:31:40.342 | availability_zone_filter 2024-08-29 04:31:40.342 | default-subnetpools 2024-08-29 04:31:40.342 | dhcp_agent_scheduler 2024-08-29 04:31:40.342 | dvr 2024-08-29 04:31:40.342 | empty-string-filtering 2024-08-29 04:31:40.342 | external-net 2024-08-29 04:31:40.342 | extra_dhcp_opt 2024-08-29 04:31:40.342 | extraroute 2024-08-29 04:31:40.342 | extraroute-atomic 2024-08-29 04:31:40.342 | filter-validation 2024-08-29 04:31:40.342 | floating-ip-port-forwarding-detail 2024-08-29 04:31:40.342 | fip-port-details 2024-08-29 04:31:40.342 | flavors 2024-08-29 04:31:40.342 | floatingip-pools 2024-08-29 04:31:40.342 | ip-substring-filtering 2024-08-29 04:31:40.342 | router 2024-08-29 04:31:40.342 | ext-gw-mode 2024-08-29 04:31:40.342 | l3-ha 2024-08-29 04:31:40.342 | l3-flavors 2024-08-29 04:31:40.342 | l3-port-ip-change-not-allowed 2024-08-29 04:31:40.342 | l3_agent_scheduler 2024-08-29 04:31:40.342 | multi-provider 2024-08-29 04:31:40.342 | net-mtu 2024-08-29 04:31:40.342 | net-mtu-writable 2024-08-29 04:31:40.342 | network_availability_zone 2024-08-29 04:31:40.342 | network-ip-availability 2024-08-29 04:31:40.342 | pagination 2024-08-29 04:31:40.342 | port-device-profile 2024-08-29 04:31:40.342 | port-mac-override 2024-08-29 04:31:40.342 | port-mac-address-regenerate 2024-08-29 04:31:40.342 | port-numa-affinity-policy 2024-08-29 04:31:40.342 | binding 2024-08-29 04:31:40.342 | binding-extended 2024-08-29 04:31:40.342 | port-security 2024-08-29 04:31:40.342 | project-id 2024-08-29 04:31:40.342 | provider 2024-08-29 04:31:40.342 | quota-check-limit 2024-08-29 04:31:40.342 | quotas 2024-08-29 04:31:40.342 | quota_details 2024-08-29 04:31:40.342 | rbac-policies 2024-08-29 04:31:40.342 | rbac-address-group 2024-08-29 04:31:40.342 | rbac-address-scope 2024-08-29 04:31:40.342 | rbac-security-groups 2024-08-29 04:31:40.343 | rbac-subnetpool 2024-08-29 04:31:40.343 | revision-if-match 2024-08-29 04:31:40.343 | standard-attr-revisions 2024-08-29 04:31:40.343 | router_availability_zone 2024-08-29 04:31:40.343 | security-groups-normalized-cidr 2024-08-29 04:31:40.343 | port-security-groups-filtering 2024-08-29 04:31:40.343 | security-groups-remote-address-group 2024-08-29 04:31:40.343 | security-groups-shared-filtering 2024-08-29 04:31:40.343 | security-group 2024-08-29 04:31:40.343 | service-type 2024-08-29 04:31:40.343 | sorting 2024-08-29 04:31:40.343 | standard-attr-description 2024-08-29 04:31:40.343 | stateful-security-group 2024-08-29 04:31:40.343 | subnet_onboard 2024-08-29 04:31:40.343 | subnet-service-types 2024-08-29 04:31:40.343 | subnet_allocation 2024-08-29 04:31:40.343 | subnetpool-prefix-ops 2024-08-29 04:31:40.343 | standard-attr-tag 2024-08-29 04:31:40.343 | standard-attr-timestamp 2024-08-29 04:31:40.343 | nsxt-ops =~ auto-allocated-topology ]] 2024-08-29 04:31:40.344 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 04:31:40.347 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-08-29 04:31:40.349 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-08-29 04:31:40.352 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2024-08-29 04:31:41.867 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:41.870 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=735d4f02-85b0-4ae9-81be-8a787dc73130 2024-08-29 04:31:41.872 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-08-29 04:31:41.875 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-08-29 04:31:41.877 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-29 04:31:41.879 | + functions-common:is_provider_network:2287 : return 1 2024-08-29 04:31:41.882 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2024-08-29 04:31:43.406 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:43.409 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=2bc868de-38ee-4e7f-a346-1874e5b3e6d3 2024-08-29 04:31:43.411 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2024-08-29 04:31:43.413 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 04:31:43.427 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-08-29 04:31:43.430 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-08-29 04:31:43.431 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 735d4f02-85b0-4ae9-81be-8a787dc73130 ']' 2024-08-29 04:31:43.433 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-08-29 04:31:43.435 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-08-29 04:31:43.437 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 735d4f02-85b0-4ae9-81be-8a787dc73130 ' 2024-08-29 04:31:43.439 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-08-29 04:31:43.441 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network 2bc868de-38ee-4e7f-a346-1874e5b3e6d3 private-subnet' 2024-08-29 04:31:43.443 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-08-29 04:31:43.445 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --subnet-pool 735d4f02-85b0-4ae9-81be-8a787dc73130 --network 2bc868de-38ee-4e7f-a346-1874e5b3e6d3 private-subnet -f value -c id 2024-08-29 04:31:44.993 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:44.995 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=2788b38a-62f8-4f31-b6b6-6a0da75a234c 2024-08-29 04:31:44.997 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2024-08-29 04:31:44.999 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 04:31:45.012 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo 2788b38a-62f8-4f31-b6b6-6a0da75a234c 2024-08-29 04:31:45.015 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=2788b38a-62f8-4f31-b6b6-6a0da75a234c 2024-08-29 04:31:45.017 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-08-29 04:31:45.019 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-08-29 04:31:45.021 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-08-29 04:31:45.024 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-29 04:31:46.287 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:46.290 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 04:31:46.290 | address-scope 2024-08-29 04:31:46.290 | router-admin-state-down-before-update 2024-08-29 04:31:46.290 | agent 2024-08-29 04:31:46.290 | agent-resources-synced 2024-08-29 04:31:46.290 | allowed-address-pairs 2024-08-29 04:31:46.290 | auto-allocated-topology 2024-08-29 04:31:46.290 | availability_zone 2024-08-29 04:31:46.290 | availability_zone_filter 2024-08-29 04:31:46.290 | default-subnetpools 2024-08-29 04:31:46.290 | dhcp_agent_scheduler 2024-08-29 04:31:46.290 | dvr 2024-08-29 04:31:46.290 | empty-string-filtering 2024-08-29 04:31:46.290 | external-net 2024-08-29 04:31:46.290 | extra_dhcp_opt 2024-08-29 04:31:46.290 | extraroute 2024-08-29 04:31:46.290 | extraroute-atomic 2024-08-29 04:31:46.290 | filter-validation 2024-08-29 04:31:46.290 | floating-ip-port-forwarding-detail 2024-08-29 04:31:46.290 | fip-port-details 2024-08-29 04:31:46.290 | flavors 2024-08-29 04:31:46.290 | floatingip-pools 2024-08-29 04:31:46.290 | ip-substring-filtering 2024-08-29 04:31:46.290 | router 2024-08-29 04:31:46.290 | ext-gw-mode 2024-08-29 04:31:46.290 | l3-ha 2024-08-29 04:31:46.290 | l3-flavors 2024-08-29 04:31:46.290 | l3-port-ip-change-not-allowed 2024-08-29 04:31:46.290 | l3_agent_scheduler 2024-08-29 04:31:46.290 | multi-provider 2024-08-29 04:31:46.290 | net-mtu 2024-08-29 04:31:46.290 | net-mtu-writable 2024-08-29 04:31:46.290 | network_availability_zone 2024-08-29 04:31:46.290 | network-ip-availability 2024-08-29 04:31:46.290 | pagination 2024-08-29 04:31:46.290 | port-device-profile 2024-08-29 04:31:46.290 | port-mac-override 2024-08-29 04:31:46.290 | port-mac-address-regenerate 2024-08-29 04:31:46.290 | port-numa-affinity-policy 2024-08-29 04:31:46.290 | binding 2024-08-29 04:31:46.290 | binding-extended 2024-08-29 04:31:46.290 | port-security 2024-08-29 04:31:46.290 | project-id 2024-08-29 04:31:46.290 | provider 2024-08-29 04:31:46.290 | quota-check-limit 2024-08-29 04:31:46.290 | quotas 2024-08-29 04:31:46.290 | quota_details 2024-08-29 04:31:46.290 | rbac-policies 2024-08-29 04:31:46.290 | rbac-address-group 2024-08-29 04:31:46.290 | rbac-address-scope 2024-08-29 04:31:46.290 | rbac-security-groups 2024-08-29 04:31:46.291 | rbac-subnetpool 2024-08-29 04:31:46.291 | revision-if-match 2024-08-29 04:31:46.291 | standard-attr-revisions 2024-08-29 04:31:46.291 | router_availability_zone 2024-08-29 04:31:46.291 | security-groups-normalized-cidr 2024-08-29 04:31:46.291 | port-security-groups-filtering 2024-08-29 04:31:46.291 | security-groups-remote-address-group 2024-08-29 04:31:46.291 | security-groups-shared-filtering 2024-08-29 04:31:46.291 | security-group 2024-08-29 04:31:46.291 | service-type 2024-08-29 04:31:46.291 | sorting 2024-08-29 04:31:46.291 | standard-attr-description 2024-08-29 04:31:46.291 | stateful-security-group 2024-08-29 04:31:46.291 | subnet_onboard 2024-08-29 04:31:46.291 | subnet-service-types 2024-08-29 04:31:46.291 | subnet_allocation 2024-08-29 04:31:46.291 | subnetpool-prefix-ops 2024-08-29 04:31:46.291 | standard-attr-tag 2024-08-29 04:31:46.291 | standard-attr-timestamp 2024-08-29 04:31:46.291 | nsxt-ops' 2024-08-29 04:31:46.294 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 04:31:46.294 | address-scope 2024-08-29 04:31:46.294 | router-admin-state-down-before-update 2024-08-29 04:31:46.294 | agent 2024-08-29 04:31:46.294 | agent-resources-synced 2024-08-29 04:31:46.294 | allowed-address-pairs 2024-08-29 04:31:46.294 | auto-allocated-topology 2024-08-29 04:31:46.294 | availability_zone 2024-08-29 04:31:46.294 | availability_zone_filter 2024-08-29 04:31:46.294 | default-subnetpools 2024-08-29 04:31:46.294 | dhcp_agent_scheduler 2024-08-29 04:31:46.294 | dvr 2024-08-29 04:31:46.294 | empty-string-filtering 2024-08-29 04:31:46.294 | external-net 2024-08-29 04:31:46.294 | extra_dhcp_opt 2024-08-29 04:31:46.294 | extraroute 2024-08-29 04:31:46.294 | extraroute-atomic 2024-08-29 04:31:46.294 | filter-validation 2024-08-29 04:31:46.294 | floating-ip-port-forwarding-detail 2024-08-29 04:31:46.294 | fip-port-details 2024-08-29 04:31:46.294 | flavors 2024-08-29 04:31:46.294 | floatingip-pools 2024-08-29 04:31:46.294 | ip-substring-filtering 2024-08-29 04:31:46.294 | router 2024-08-29 04:31:46.294 | ext-gw-mode 2024-08-29 04:31:46.294 | l3-ha 2024-08-29 04:31:46.294 | l3-flavors 2024-08-29 04:31:46.294 | l3-port-ip-change-not-allowed 2024-08-29 04:31:46.294 | l3_agent_scheduler 2024-08-29 04:31:46.294 | multi-provider 2024-08-29 04:31:46.294 | net-mtu 2024-08-29 04:31:46.294 | net-mtu-writable 2024-08-29 04:31:46.294 | network_availability_zone 2024-08-29 04:31:46.294 | network-ip-availability 2024-08-29 04:31:46.294 | pagination 2024-08-29 04:31:46.294 | port-device-profile 2024-08-29 04:31:46.294 | port-mac-override 2024-08-29 04:31:46.294 | port-mac-address-regenerate 2024-08-29 04:31:46.294 | port-numa-affinity-policy 2024-08-29 04:31:46.294 | binding 2024-08-29 04:31:46.294 | binding-extended 2024-08-29 04:31:46.294 | port-security 2024-08-29 04:31:46.294 | project-id 2024-08-29 04:31:46.294 | provider 2024-08-29 04:31:46.294 | quota-check-limit 2024-08-29 04:31:46.294 | quotas 2024-08-29 04:31:46.294 | quota_details 2024-08-29 04:31:46.294 | rbac-policies 2024-08-29 04:31:46.294 | rbac-address-group 2024-08-29 04:31:46.294 | rbac-address-scope 2024-08-29 04:31:46.294 | rbac-security-groups 2024-08-29 04:31:46.294 | rbac-subnetpool 2024-08-29 04:31:46.294 | revision-if-match 2024-08-29 04:31:46.294 | standard-attr-revisions 2024-08-29 04:31:46.294 | router_availability_zone 2024-08-29 04:31:46.294 | security-groups-normalized-cidr 2024-08-29 04:31:46.294 | port-security-groups-filtering 2024-08-29 04:31:46.294 | security-groups-remote-address-group 2024-08-29 04:31:46.294 | security-groups-shared-filtering 2024-08-29 04:31:46.294 | security-group 2024-08-29 04:31:46.294 | service-type 2024-08-29 04:31:46.294 | sorting 2024-08-29 04:31:46.294 | standard-attr-description 2024-08-29 04:31:46.294 | stateful-security-group 2024-08-29 04:31:46.294 | subnet_onboard 2024-08-29 04:31:46.294 | subnet-service-types 2024-08-29 04:31:46.294 | subnet_allocation 2024-08-29 04:31:46.294 | subnetpool-prefix-ops 2024-08-29 04:31:46.294 | standard-attr-tag 2024-08-29 04:31:46.294 | standard-attr-timestamp 2024-08-29 04:31:46.294 | nsxt-ops =~ router ]] 2024-08-29 04:31:46.296 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 04:31:46.299 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-08-29 04:31:46.301 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-08-29 04:31:46.304 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-29 04:31:47.581 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:47.584 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 04:31:47.584 | address-scope 2024-08-29 04:31:47.584 | router-admin-state-down-before-update 2024-08-29 04:31:47.584 | agent 2024-08-29 04:31:47.584 | agent-resources-synced 2024-08-29 04:31:47.584 | allowed-address-pairs 2024-08-29 04:31:47.584 | auto-allocated-topology 2024-08-29 04:31:47.584 | availability_zone 2024-08-29 04:31:47.584 | availability_zone_filter 2024-08-29 04:31:47.584 | default-subnetpools 2024-08-29 04:31:47.584 | dhcp_agent_scheduler 2024-08-29 04:31:47.584 | dvr 2024-08-29 04:31:47.584 | empty-string-filtering 2024-08-29 04:31:47.584 | external-net 2024-08-29 04:31:47.584 | extra_dhcp_opt 2024-08-29 04:31:47.584 | extraroute 2024-08-29 04:31:47.584 | extraroute-atomic 2024-08-29 04:31:47.584 | filter-validation 2024-08-29 04:31:47.584 | floating-ip-port-forwarding-detail 2024-08-29 04:31:47.584 | fip-port-details 2024-08-29 04:31:47.584 | flavors 2024-08-29 04:31:47.584 | floatingip-pools 2024-08-29 04:31:47.584 | ip-substring-filtering 2024-08-29 04:31:47.584 | router 2024-08-29 04:31:47.584 | ext-gw-mode 2024-08-29 04:31:47.584 | l3-ha 2024-08-29 04:31:47.584 | l3-flavors 2024-08-29 04:31:47.584 | l3-port-ip-change-not-allowed 2024-08-29 04:31:47.584 | l3_agent_scheduler 2024-08-29 04:31:47.584 | multi-provider 2024-08-29 04:31:47.584 | net-mtu 2024-08-29 04:31:47.584 | net-mtu-writable 2024-08-29 04:31:47.584 | network_availability_zone 2024-08-29 04:31:47.584 | network-ip-availability 2024-08-29 04:31:47.584 | pagination 2024-08-29 04:31:47.584 | port-device-profile 2024-08-29 04:31:47.584 | port-mac-override 2024-08-29 04:31:47.584 | port-mac-address-regenerate 2024-08-29 04:31:47.584 | port-numa-affinity-policy 2024-08-29 04:31:47.584 | binding 2024-08-29 04:31:47.584 | binding-extended 2024-08-29 04:31:47.584 | port-security 2024-08-29 04:31:47.584 | project-id 2024-08-29 04:31:47.584 | provider 2024-08-29 04:31:47.584 | quota-check-limit 2024-08-29 04:31:47.584 | quotas 2024-08-29 04:31:47.584 | quota_details 2024-08-29 04:31:47.584 | rbac-policies 2024-08-29 04:31:47.584 | rbac-address-group 2024-08-29 04:31:47.584 | rbac-address-scope 2024-08-29 04:31:47.584 | rbac-security-groups 2024-08-29 04:31:47.584 | rbac-subnetpool 2024-08-29 04:31:47.584 | revision-if-match 2024-08-29 04:31:47.584 | standard-attr-revisions 2024-08-29 04:31:47.584 | router_availability_zone 2024-08-29 04:31:47.584 | security-groups-normalized-cidr 2024-08-29 04:31:47.584 | port-security-groups-filtering 2024-08-29 04:31:47.584 | security-groups-remote-address-group 2024-08-29 04:31:47.584 | security-groups-shared-filtering 2024-08-29 04:31:47.584 | security-group 2024-08-29 04:31:47.584 | service-type 2024-08-29 04:31:47.584 | sorting 2024-08-29 04:31:47.584 | standard-attr-description 2024-08-29 04:31:47.584 | stateful-security-group 2024-08-29 04:31:47.584 | subnet_onboard 2024-08-29 04:31:47.584 | subnet-service-types 2024-08-29 04:31:47.584 | subnet_allocation 2024-08-29 04:31:47.584 | subnetpool-prefix-ops 2024-08-29 04:31:47.584 | standard-attr-tag 2024-08-29 04:31:47.584 | standard-attr-timestamp 2024-08-29 04:31:47.584 | nsxt-ops' 2024-08-29 04:31:47.586 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 04:31:47.586 | address-scope 2024-08-29 04:31:47.586 | router-admin-state-down-before-update 2024-08-29 04:31:47.586 | agent 2024-08-29 04:31:47.586 | agent-resources-synced 2024-08-29 04:31:47.586 | allowed-address-pairs 2024-08-29 04:31:47.586 | auto-allocated-topology 2024-08-29 04:31:47.586 | availability_zone 2024-08-29 04:31:47.586 | availability_zone_filter 2024-08-29 04:31:47.586 | default-subnetpools 2024-08-29 04:31:47.586 | dhcp_agent_scheduler 2024-08-29 04:31:47.586 | dvr 2024-08-29 04:31:47.586 | empty-string-filtering 2024-08-29 04:31:47.586 | external-net 2024-08-29 04:31:47.586 | extra_dhcp_opt 2024-08-29 04:31:47.586 | extraroute 2024-08-29 04:31:47.586 | extraroute-atomic 2024-08-29 04:31:47.586 | filter-validation 2024-08-29 04:31:47.586 | floating-ip-port-forwarding-detail 2024-08-29 04:31:47.586 | fip-port-details 2024-08-29 04:31:47.587 | flavors 2024-08-29 04:31:47.587 | floatingip-pools 2024-08-29 04:31:47.587 | ip-substring-filtering 2024-08-29 04:31:47.587 | router 2024-08-29 04:31:47.587 | ext-gw-mode 2024-08-29 04:31:47.587 | l3-ha 2024-08-29 04:31:47.587 | l3-flavors 2024-08-29 04:31:47.587 | l3-port-ip-change-not-allowed 2024-08-29 04:31:47.587 | l3_agent_scheduler 2024-08-29 04:31:47.587 | multi-provider 2024-08-29 04:31:47.587 | net-mtu 2024-08-29 04:31:47.587 | net-mtu-writable 2024-08-29 04:31:47.587 | network_availability_zone 2024-08-29 04:31:47.587 | network-ip-availability 2024-08-29 04:31:47.587 | pagination 2024-08-29 04:31:47.587 | port-device-profile 2024-08-29 04:31:47.587 | port-mac-override 2024-08-29 04:31:47.587 | port-mac-address-regenerate 2024-08-29 04:31:47.587 | port-numa-affinity-policy 2024-08-29 04:31:47.587 | binding 2024-08-29 04:31:47.587 | binding-extended 2024-08-29 04:31:47.587 | port-security 2024-08-29 04:31:47.587 | project-id 2024-08-29 04:31:47.587 | provider 2024-08-29 04:31:47.587 | quota-check-limit 2024-08-29 04:31:47.587 | quotas 2024-08-29 04:31:47.587 | quota_details 2024-08-29 04:31:47.587 | rbac-policies 2024-08-29 04:31:47.587 | rbac-address-group 2024-08-29 04:31:47.587 | rbac-address-scope 2024-08-29 04:31:47.587 | rbac-security-groups 2024-08-29 04:31:47.587 | rbac-subnetpool 2024-08-29 04:31:47.587 | revision-if-match 2024-08-29 04:31:47.588 | standard-attr-revisions 2024-08-29 04:31:47.588 | router_availability_zone 2024-08-29 04:31:47.588 | security-groups-normalized-cidr 2024-08-29 04:31:47.588 | port-security-groups-filtering 2024-08-29 04:31:47.588 | security-groups-remote-address-group 2024-08-29 04:31:47.588 | security-groups-shared-filtering 2024-08-29 04:31:47.588 | security-group 2024-08-29 04:31:47.588 | service-type 2024-08-29 04:31:47.588 | sorting 2024-08-29 04:31:47.588 | standard-attr-description 2024-08-29 04:31:47.588 | stateful-security-group 2024-08-29 04:31:47.588 | subnet_onboard 2024-08-29 04:31:47.588 | subnet-service-types 2024-08-29 04:31:47.588 | subnet_allocation 2024-08-29 04:31:47.588 | subnetpool-prefix-ops 2024-08-29 04:31:47.588 | standard-attr-tag 2024-08-29 04:31:47.588 | standard-attr-timestamp 2024-08-29 04:31:47.588 | nsxt-ops =~ external-net ]] 2024-08-29 04:31:47.588 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 04:31:47.590 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-08-29 04:31:47.593 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2024-08-29 04:31:48.925 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:48.927 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=79e75e39-242f-4d2b-a8dd-85d91c88a7f7 2024-08-29 04:31:48.930 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-08-29 04:31:48.932 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 04:31:48.946 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-08-29 04:31:48.948 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-08-29 04:31:48.951 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-08-29 04:31:48.954 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-29 04:31:50.193 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:50.196 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 04:31:50.196 | address-scope 2024-08-29 04:31:50.196 | router-admin-state-down-before-update 2024-08-29 04:31:50.196 | agent 2024-08-29 04:31:50.196 | agent-resources-synced 2024-08-29 04:31:50.196 | allowed-address-pairs 2024-08-29 04:31:50.196 | auto-allocated-topology 2024-08-29 04:31:50.196 | availability_zone 2024-08-29 04:31:50.196 | availability_zone_filter 2024-08-29 04:31:50.196 | default-subnetpools 2024-08-29 04:31:50.196 | dhcp_agent_scheduler 2024-08-29 04:31:50.196 | dvr 2024-08-29 04:31:50.196 | empty-string-filtering 2024-08-29 04:31:50.196 | external-net 2024-08-29 04:31:50.196 | extra_dhcp_opt 2024-08-29 04:31:50.196 | extraroute 2024-08-29 04:31:50.196 | extraroute-atomic 2024-08-29 04:31:50.196 | filter-validation 2024-08-29 04:31:50.196 | floating-ip-port-forwarding-detail 2024-08-29 04:31:50.196 | fip-port-details 2024-08-29 04:31:50.196 | flavors 2024-08-29 04:31:50.196 | floatingip-pools 2024-08-29 04:31:50.196 | ip-substring-filtering 2024-08-29 04:31:50.196 | router 2024-08-29 04:31:50.196 | ext-gw-mode 2024-08-29 04:31:50.196 | l3-ha 2024-08-29 04:31:50.196 | l3-flavors 2024-08-29 04:31:50.196 | l3-port-ip-change-not-allowed 2024-08-29 04:31:50.196 | l3_agent_scheduler 2024-08-29 04:31:50.196 | multi-provider 2024-08-29 04:31:50.196 | net-mtu 2024-08-29 04:31:50.196 | net-mtu-writable 2024-08-29 04:31:50.196 | network_availability_zone 2024-08-29 04:31:50.196 | network-ip-availability 2024-08-29 04:31:50.196 | pagination 2024-08-29 04:31:50.196 | port-device-profile 2024-08-29 04:31:50.196 | port-mac-override 2024-08-29 04:31:50.196 | port-mac-address-regenerate 2024-08-29 04:31:50.196 | port-numa-affinity-policy 2024-08-29 04:31:50.196 | binding 2024-08-29 04:31:50.196 | binding-extended 2024-08-29 04:31:50.196 | port-security 2024-08-29 04:31:50.196 | project-id 2024-08-29 04:31:50.196 | provider 2024-08-29 04:31:50.196 | quota-check-limit 2024-08-29 04:31:50.196 | quotas 2024-08-29 04:31:50.196 | quota_details 2024-08-29 04:31:50.196 | rbac-policies 2024-08-29 04:31:50.196 | rbac-address-group 2024-08-29 04:31:50.196 | rbac-address-scope 2024-08-29 04:31:50.196 | rbac-security-groups 2024-08-29 04:31:50.196 | rbac-subnetpool 2024-08-29 04:31:50.196 | revision-if-match 2024-08-29 04:31:50.196 | standard-attr-revisions 2024-08-29 04:31:50.196 | router_availability_zone 2024-08-29 04:31:50.196 | security-groups-normalized-cidr 2024-08-29 04:31:50.196 | port-security-groups-filtering 2024-08-29 04:31:50.196 | security-groups-remote-address-group 2024-08-29 04:31:50.196 | security-groups-shared-filtering 2024-08-29 04:31:50.196 | security-group 2024-08-29 04:31:50.196 | service-type 2024-08-29 04:31:50.196 | sorting 2024-08-29 04:31:50.196 | standard-attr-description 2024-08-29 04:31:50.196 | stateful-security-group 2024-08-29 04:31:50.196 | subnet_onboard 2024-08-29 04:31:50.196 | subnet-service-types 2024-08-29 04:31:50.196 | subnet_allocation 2024-08-29 04:31:50.196 | subnetpool-prefix-ops 2024-08-29 04:31:50.196 | standard-attr-tag 2024-08-29 04:31:50.196 | standard-attr-timestamp 2024-08-29 04:31:50.196 | nsxt-ops' 2024-08-29 04:31:50.198 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 04:31:50.198 | address-scope 2024-08-29 04:31:50.198 | router-admin-state-down-before-update 2024-08-29 04:31:50.198 | agent 2024-08-29 04:31:50.198 | agent-resources-synced 2024-08-29 04:31:50.198 | allowed-address-pairs 2024-08-29 04:31:50.198 | auto-allocated-topology 2024-08-29 04:31:50.198 | availability_zone 2024-08-29 04:31:50.198 | availability_zone_filter 2024-08-29 04:31:50.198 | default-subnetpools 2024-08-29 04:31:50.198 | dhcp_agent_scheduler 2024-08-29 04:31:50.198 | dvr 2024-08-29 04:31:50.198 | empty-string-filtering 2024-08-29 04:31:50.198 | external-net 2024-08-29 04:31:50.198 | extra_dhcp_opt 2024-08-29 04:31:50.198 | extraroute 2024-08-29 04:31:50.198 | extraroute-atomic 2024-08-29 04:31:50.199 | filter-validation 2024-08-29 04:31:50.199 | floating-ip-port-forwarding-detail 2024-08-29 04:31:50.199 | fip-port-details 2024-08-29 04:31:50.199 | flavors 2024-08-29 04:31:50.199 | floatingip-pools 2024-08-29 04:31:50.199 | ip-substring-filtering 2024-08-29 04:31:50.199 | router 2024-08-29 04:31:50.199 | ext-gw-mode 2024-08-29 04:31:50.199 | l3-ha 2024-08-29 04:31:50.199 | l3-flavors 2024-08-29 04:31:50.199 | l3-port-ip-change-not-allowed 2024-08-29 04:31:50.199 | l3_agent_scheduler 2024-08-29 04:31:50.199 | multi-provider 2024-08-29 04:31:50.199 | net-mtu 2024-08-29 04:31:50.199 | net-mtu-writable 2024-08-29 04:31:50.199 | network_availability_zone 2024-08-29 04:31:50.199 | network-ip-availability 2024-08-29 04:31:50.199 | pagination 2024-08-29 04:31:50.199 | port-device-profile 2024-08-29 04:31:50.199 | port-mac-override 2024-08-29 04:31:50.199 | port-mac-address-regenerate 2024-08-29 04:31:50.199 | port-numa-affinity-policy 2024-08-29 04:31:50.199 | binding 2024-08-29 04:31:50.199 | binding-extended 2024-08-29 04:31:50.199 | port-security 2024-08-29 04:31:50.199 | project-id 2024-08-29 04:31:50.199 | provider 2024-08-29 04:31:50.199 | quota-check-limit 2024-08-29 04:31:50.199 | quotas 2024-08-29 04:31:50.199 | quota_details 2024-08-29 04:31:50.199 | rbac-policies 2024-08-29 04:31:50.199 | rbac-address-group 2024-08-29 04:31:50.199 | rbac-address-scope 2024-08-29 04:31:50.199 | rbac-security-groups 2024-08-29 04:31:50.199 | rbac-subnetpool 2024-08-29 04:31:50.199 | revision-if-match 2024-08-29 04:31:50.199 | standard-attr-revisions 2024-08-29 04:31:50.199 | router_availability_zone 2024-08-29 04:31:50.199 | security-groups-normalized-cidr 2024-08-29 04:31:50.199 | port-security-groups-filtering 2024-08-29 04:31:50.199 | security-groups-remote-address-group 2024-08-29 04:31:50.199 | security-groups-shared-filtering 2024-08-29 04:31:50.199 | security-group 2024-08-29 04:31:50.199 | service-type 2024-08-29 04:31:50.199 | sorting 2024-08-29 04:31:50.199 | standard-attr-description 2024-08-29 04:31:50.199 | stateful-security-group 2024-08-29 04:31:50.199 | subnet_onboard 2024-08-29 04:31:50.199 | subnet-service-types 2024-08-29 04:31:50.199 | subnet_allocation 2024-08-29 04:31:50.199 | subnetpool-prefix-ops 2024-08-29 04:31:50.199 | standard-attr-tag 2024-08-29 04:31:50.199 | standard-attr-timestamp 2024-08-29 04:31:50.199 | nsxt-ops =~ auto-allocated-topology ]] 2024-08-29 04:31:50.200 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 04:31:50.202 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-08-29 04:31:50.204 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-08-29 04:31:50.207 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2024-08-29 04:31:51.627 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:51.630 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=8f438ccf-b360-4682-ac13-f5de47cade07 2024-08-29 04:31:51.632 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : die_if_not_set 232 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2024-08-29 04:31:51.634 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 04:31:51.648 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-08-29 04:31:51.649 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-08-29 04:31:51.651 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 79e75e39-242f-4d2b-a8dd-85d91c88a7f7 2788b38a-62f8-4f31-b6b6-6a0da75a234c 2024-08-29 04:31:53.901 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-08-29 04:31:53.903 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 8f438ccf-b360-4682-ac13-f5de47cade07 2024-08-29 04:31:53.905 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-08-29 04:31:53.907 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:289 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2024-08-29 04:31:53.909 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-08-29 04:31:53.911 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-08-29 04:31:53.913 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network 8f438ccf-b360-4682-ac13-f5de47cade07 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-08-29 04:31:53.915 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-08-29 04:31:53.917 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-08-29 04:31:53.920 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --allocation-pool start=10.180.180.128,end=10.180.180.254 --gateway 10.180.180.1 --network 8f438ccf-b360-4682-ac13-f5de47cade07 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-08-29 04:31:53.920 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-08-29 04:31:55.408 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:55.411 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-08-29 04:31:55.411 | | id | c6118c2b-ec21-427e-896b-7465253b7278 |' 2024-08-29 04:31:55.413 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : die_if_not_set 297 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2024-08-29 04:31:55.415 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 04:31:55.428 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' c6118c2b-ec21-427e-896b-7465253b7278 '|' 2024-08-29 04:31:55.430 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | c6118c2b-ec21-427e-896b-7465253b7278 |' 2024-08-29 04:31:55.432 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-08-29 04:31:55.435 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' c6118c2b-ec21-427e-896b-7465253b7278 '|' 2024-08-29 04:31:55.435 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-08-29 04:31:55.437 | ++ functions-common:get_field:829 : local data field 2024-08-29 04:31:55.439 | ++ functions-common:get_field:830 : read data 2024-08-29 04:31:55.440 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-08-29 04:31:55.442 | ++ functions-common:get_field:834 : field='$3' 2024-08-29 04:31:55.445 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | c6118c2b-ec21-427e-896b-7465253b7278 |' 2024-08-29 04:31:55.445 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-08-29 04:31:55.449 | ++ functions-common:get_field:830 : read data 2024-08-29 04:31:55.452 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-08-29 04:31:55.455 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' c6118c2b-ec21-427e-896b-7465253b7278 '|' 2024-08-29 04:31:55.455 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-08-29 04:31:55.457 | ++ functions-common:get_field:829 : local data field 2024-08-29 04:31:55.459 | ++ functions-common:get_field:830 : read data 2024-08-29 04:31:55.460 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-08-29 04:31:55.462 | ++ functions-common:get_field:834 : field='$6' 2024-08-29 04:31:55.464 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | c6118c2b-ec21-427e-896b-7465253b7278 |' 2024-08-29 04:31:55.464 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-08-29 04:31:55.469 | ++ functions-common:get_field:830 : read data 2024-08-29 04:31:55.471 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=c6118c2b-ec21-427e-896b-7465253b7278 2024-08-29 04:31:55.473 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 8f438ccf-b360-4682-ac13-f5de47cade07 79e75e39-242f-4d2b-a8dd-85d91c88a7f7 2024-08-29 04:31:57.490 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-08-29 04:31:57.493 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-08-29 04:31:57.506 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:57.508 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-08-29 04:31:57.510 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-08-29 04:31:57.512 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-08-29 04:31:57.514 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-08-29 04:31:57.516 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-08-29 04:31:57.518 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2024-08-29 04:31:57.531 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-08-29 04:31:57.533 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-08-29 04:31:57.535 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-08-29 04:31:57.537 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-08-29 04:31:57.539 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-08-29 04:31:57.541 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2024-08-29 04:31:57.544 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-08-29 04:31:57.545 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-08-29 04:31:57.547 | + functions-common:test_with_retry:2375 : local until=10 2024-08-29 04:31:57.549 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-08-29 04:31:57.551 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-08-29 04:31:57.553 | + functions-common:time_start:2421 : local name=test_with_retry 2024-08-29 04:31:57.555 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:57.557 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:57.560 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:57.563 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905917560 2024-08-29 04:31:57.565 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-08-29 04:31:57.570 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-08-29 04:31:57.572 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:57.574 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:57.576 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:57.578 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:57.579 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:57.581 | + functions-common:time_stop:2441 : name=test_with_retry 2024-08-29 04:31:57.583 | + functions-common:time_stop:2442 : start_time=1724905917560 2024-08-29 04:31:57.585 | + functions-common:time_stop:2444 : [[ -z 1724905917560 ]] 2024-08-29 04:31:57.588 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:31:57.590 | + functions-common:time_stop:2447 : end_time=1724905917588 2024-08-29 04:31:57.592 | + functions-common:time_stop:2448 : elapsed_time=28 2024-08-29 04:31:57.594 | + functions-common:time_stop:2449 : total=3065 2024-08-29 04:31:57.596 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:31:57.598 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3093 2024-08-29 04:31:57.601 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-08-29 04:31:57.601 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-08-29 04:31:57.606 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-08-29 04:31:57.608 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-08-29 04:31:57.610 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-08-29 04:31:57.612 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-08-29 04:31:57.615 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2024-08-29 04:31:57.616 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-08-29 04:31:57.616 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-08-29 04:31:57.617 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-08-29 04:31:58.924 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:31:58.927 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.142 ' 2024-08-29 04:31:58.930 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-08-29 04:31:58.932 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 04:31:58.945 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-08-29 04:31:58.947 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-08-29 04:31:58.949 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-08-29 04:31:58.951 | + stack.sh:main:1322 : is_service_enabled nova 2024-08-29 04:31:58.966 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:58.969 | + stack.sh:main:1323 : echo_summary 'Starting Nova' 2024-08-29 04:31:58.971 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:31:58.973 | + stack.sh:echo_summary:455 : echo -e Starting Nova 2024-08-29 04:31:58.975 | + stack.sh:main:1324 : start_nova 2024-08-29 04:31:58.978 | + lib/nova:start_nova:1176 : start_nova_rest 2024-08-29 04:31:58.979 | + lib/nova:start_nova_rest:1085 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:31:58.982 | + lib/nova:start_nova_rest:1086 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:31:58.984 | + lib/nova:start_nova_rest:1086 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:31:58.986 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-08-29 04:31:58.988 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 04:31:58.990 | + functions-common:run_process:1689 : local service=n-sch 2024-08-29 04:31:58.993 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 04:31:58.995 | + functions-common:run_process:1691 : local group= 2024-08-29 04:31:58.997 | + functions-common:run_process:1692 : local user= 2024-08-29 04:31:58.999 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:31:59.001 | + functions-common:run_process:1695 : local name=n-sch 2024-08-29 04:31:59.003 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:31:59.005 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:31:59.007 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:31:59.010 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:31:59.013 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:31:59.016 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905919014 2024-08-29 04:31:59.018 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-08-29 04:31:59.032 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:31:59.034 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-08-29 04:31:59.036 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-08-29 04:31:59.038 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 04:31:59.041 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 04:31:59.043 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 04:31:59.045 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 04:31:59.047 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-08-29 04:31:59.049 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-08-29 04:31:59.051 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-08-29 04:31:59.054 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:31:59.056 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:31:59.058 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:31:59.061 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:31:59.063 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-08-29 04:31:59.066 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2024-08-29 04:31:59.067 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-08-29 04:31:59.069 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 04:31:59.071 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 04:31:59.073 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 04:31:59.075 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 04:31:59.077 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 04:31:59.079 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 04:31:59.081 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-08-29 04:31:59.083 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 04:31:59.086 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-08-29 04:31:59.136 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-08-29 04:31:59.186 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 04:31:59.227 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-08-29 04:31:59.268 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-08-29 04:31:59.311 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:31:59.352 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 04:31:59.354 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 04:31:59.356 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-08-29 04:31:59.406 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 04:31:59.647 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-08-29 04:31:59.657 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-08-29 04:31:59.958 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-08-29 04:31:59.983 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:31:59.986 | + functions-common:time_stop:2435 : local name 2024-08-29 04:31:59.988 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:31:59.990 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:31:59.992 | + functions-common:time_stop:2438 : local total 2024-08-29 04:31:59.995 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:31:59.997 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:32:00.000 | + functions-common:time_stop:2442 : start_time=1724905919014 2024-08-29 04:32:00.002 | + functions-common:time_stop:2444 : [[ -z 1724905919014 ]] 2024-08-29 04:32:00.004 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:00.008 | + functions-common:time_stop:2447 : end_time=1724905920006 2024-08-29 04:32:00.010 | + functions-common:time_stop:2448 : elapsed_time=992 2024-08-29 04:32:00.012 | + functions-common:time_stop:2449 : total=8176 2024-08-29 04:32:00.014 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:00.017 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9168 2024-08-29 04:32:00.019 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-08-29 04:32:00.022 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-08-29 04:32:00.025 | + lib/nova:start_nova_rest:1094 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-29 04:32:00.028 | + functions-common:run_process:1689 : local service=n-api-meta 2024-08-29 04:32:00.029 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-29 04:32:00.031 | + functions-common:run_process:1691 : local group= 2024-08-29 04:32:00.033 | + functions-common:run_process:1692 : local user= 2024-08-29 04:32:00.035 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:32:00.037 | + functions-common:run_process:1695 : local name=n-api-meta 2024-08-29 04:32:00.039 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:32:00.042 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:32:00.044 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:00.046 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:00.050 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:00.053 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905920051 2024-08-29 04:32:00.055 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-08-29 04:32:00.070 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:00.072 | + functions-common:run_process:1699 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2024-08-29 04:32:00.074 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-08-29 04:32:00.077 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-29 04:32:00.081 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-29 04:32:00.081 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-29 04:32:00.083 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-29 04:32:00.088 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-08-29 04:32:00.091 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-08-29 04:32:00.096 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-08-29 04:32:00.098 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:32:00.100 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:32:00.102 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:32:00.105 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:32:00.109 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-08-29 04:32:00.111 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' stack '' 2024-08-29 04:32:00.113 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-08-29 04:32:00.115 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-29 04:32:00.117 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 04:32:00.119 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 04:32:00.123 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 04:32:00.123 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-08-29 04:32:00.125 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 04:32:00.129 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2024-08-29 04:32:00.185 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2024-08-29 04:32:00.237 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-08-29 04:32:00.287 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-29 04:32:00.338 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:32:00.383 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-08-29 04:32:00.425 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-08-29 04:32:00.468 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-08-29 04:32:00.509 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-08-29 04:32:00.551 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-08-29 04:32:00.593 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 04:32:00.596 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 04:32:00.598 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-08-29 04:32:00.648 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 04:32:00.906 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-08-29 04:32:00.916 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-08-29 04:32:01.151 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-08-29 04:32:01.204 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:32:01.206 | + functions-common:time_stop:2435 : local name 2024-08-29 04:32:01.211 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:01.213 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:01.215 | + functions-common:time_stop:2438 : local total 2024-08-29 04:32:01.217 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:01.219 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:32:01.221 | + functions-common:time_stop:2442 : start_time=1724905920051 2024-08-29 04:32:01.223 | + functions-common:time_stop:2444 : [[ -z 1724905920051 ]] 2024-08-29 04:32:01.227 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:01.229 | + functions-common:time_stop:2447 : end_time=1724905921227 2024-08-29 04:32:01.231 | + functions-common:time_stop:2448 : elapsed_time=1176 2024-08-29 04:32:01.233 | + functions-common:time_stop:2449 : total=9168 2024-08-29 04:32:01.235 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:01.237 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10344 2024-08-29 04:32:01.239 | + lib/nova:start_nova_rest:1097 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:32:01.242 | + lib/nova:start_nova_rest:1097 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:32:01.244 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-08-29 04:32:01.246 | + lib/nova:start_nova_console_proxies:1112 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:32:01.248 | + lib/nova:start_nova_console_proxies:1114 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:32:01.250 | + lib/nova:start_nova_console_proxies:1114 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:32:01.252 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-08-29 04:32:01.254 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 04:32:01.256 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-08-29 04:32:01.258 | + functions-common:run_process:1689 : local service=n-novnc 2024-08-29 04:32:01.261 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-08-29 04:32:01.263 | + functions-common:run_process:1691 : local group= 2024-08-29 04:32:01.265 | + functions-common:run_process:1692 : local user= 2024-08-29 04:32:01.267 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:32:01.269 | + functions-common:run_process:1695 : local name=n-novnc 2024-08-29 04:32:01.271 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:32:01.273 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:32:01.275 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:01.277 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:01.280 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:01.283 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905921281 2024-08-29 04:32:01.285 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-08-29 04:32:01.299 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:01.301 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:32:01.303 | + functions-common:time_stop:2435 : local name 2024-08-29 04:32:01.305 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:01.307 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:01.309 | + functions-common:time_stop:2438 : local total 2024-08-29 04:32:01.311 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:01.313 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:32:01.315 | + functions-common:time_stop:2442 : start_time=1724905921281 2024-08-29 04:32:01.317 | + functions-common:time_stop:2444 : [[ -z 1724905921281 ]] 2024-08-29 04:32:01.321 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:01.324 | + functions-common:time_stop:2447 : end_time=1724905921322 2024-08-29 04:32:01.326 | + functions-common:time_stop:2448 : elapsed_time=41 2024-08-29 04:32:01.328 | + functions-common:time_stop:2449 : total=10344 2024-08-29 04:32:01.330 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:01.332 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10385 2024-08-29 04:32:01.334 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-08-29 04:32:01.336 | + functions-common:run_process:1689 : local service=n-spice 2024-08-29 04:32:01.338 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-08-29 04:32:01.341 | + functions-common:run_process:1691 : local group= 2024-08-29 04:32:01.343 | + functions-common:run_process:1692 : local user= 2024-08-29 04:32:01.345 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:32:01.347 | + functions-common:run_process:1695 : local name=n-spice 2024-08-29 04:32:01.349 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:32:01.351 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:32:01.353 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:01.355 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:01.358 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:01.361 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905921359 2024-08-29 04:32:01.363 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-08-29 04:32:01.377 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:01.379 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:32:01.381 | + functions-common:time_stop:2435 : local name 2024-08-29 04:32:01.383 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:01.385 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:01.387 | + functions-common:time_stop:2438 : local total 2024-08-29 04:32:01.389 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:01.391 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:32:01.393 | + functions-common:time_stop:2442 : start_time=1724905921359 2024-08-29 04:32:01.395 | + functions-common:time_stop:2444 : [[ -z 1724905921359 ]] 2024-08-29 04:32:01.398 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:01.401 | + functions-common:time_stop:2447 : end_time=1724905921399 2024-08-29 04:32:01.403 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-29 04:32:01.405 | + functions-common:time_stop:2449 : total=10385 2024-08-29 04:32:01.407 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:01.409 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10425 2024-08-29 04:32:01.412 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-08-29 04:32:01.414 | + functions-common:run_process:1689 : local service=n-sproxy 2024-08-29 04:32:01.416 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-08-29 04:32:01.418 | + functions-common:run_process:1691 : local group= 2024-08-29 04:32:01.420 | + functions-common:run_process:1692 : local user= 2024-08-29 04:32:01.422 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:32:01.424 | + functions-common:run_process:1695 : local name=n-sproxy 2024-08-29 04:32:01.426 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:32:01.428 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:32:01.430 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:01.432 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:01.435 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:01.438 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905921436 2024-08-29 04:32:01.440 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-08-29 04:32:01.454 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:01.456 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:32:01.458 | + functions-common:time_stop:2435 : local name 2024-08-29 04:32:01.461 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:01.463 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:01.465 | + functions-common:time_stop:2438 : local total 2024-08-29 04:32:01.467 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:01.469 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:32:01.471 | + functions-common:time_stop:2442 : start_time=1724905921436 2024-08-29 04:32:01.473 | + functions-common:time_stop:2444 : [[ -z 1724905921436 ]] 2024-08-29 04:32:01.476 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:01.479 | + functions-common:time_stop:2447 : end_time=1724905921477 2024-08-29 04:32:01.481 | + functions-common:time_stop:2448 : elapsed_time=41 2024-08-29 04:32:01.483 | + functions-common:time_stop:2449 : total=10425 2024-08-29 04:32:01.485 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:01.487 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10466 2024-08-29 04:32:01.490 | + lib/nova:start_nova_console_proxies:1133 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:32:01.492 | + lib/nova:start_nova_console_proxies:1133 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:32:01.494 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-08-29 04:32:01.497 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 04:32:01.499 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-08-29 04:32:01.499 | Starting nova-conductor in a cellsv1-compatible way 2024-08-29 04:32:01.501 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 04:32:01.503 | + functions-common:run_process:1689 : local service=n-cond 2024-08-29 04:32:01.505 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 04:32:01.507 | + functions-common:run_process:1691 : local group= 2024-08-29 04:32:01.509 | + functions-common:run_process:1692 : local user= 2024-08-29 04:32:01.512 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:32:01.514 | + functions-common:run_process:1695 : local name=n-cond 2024-08-29 04:32:01.516 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:32:01.518 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:32:01.520 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:01.523 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:01.526 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:01.529 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905921527 2024-08-29 04:32:01.531 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-08-29 04:32:01.545 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:01.547 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-08-29 04:32:01.549 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-08-29 04:32:01.552 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 04:32:01.554 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 04:32:01.556 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 04:32:01.558 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 04:32:01.560 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-08-29 04:32:01.562 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-08-29 04:32:01.564 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-08-29 04:32:01.567 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:32:01.569 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:32:01.570 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:32:01.573 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:32:01.575 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-08-29 04:32:01.577 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2024-08-29 04:32:01.579 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-08-29 04:32:01.581 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 04:32:01.583 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 04:32:01.585 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 04:32:01.587 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 04:32:01.589 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 04:32:01.591 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 04:32:01.592 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-08-29 04:32:01.594 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 04:32:01.598 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-08-29 04:32:01.650 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-08-29 04:32:01.705 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 04:32:01.751 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-08-29 04:32:01.795 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-08-29 04:32:01.836 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:32:01.877 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 04:32:01.879 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 04:32:01.881 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-08-29 04:32:01.930 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 04:32:02.172 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-08-29 04:32:02.181 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-08-29 04:32:02.415 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-08-29 04:32:02.438 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:32:02.442 | + functions-common:time_stop:2435 : local name 2024-08-29 04:32:02.442 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:02.448 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:02.450 | + functions-common:time_stop:2438 : local total 2024-08-29 04:32:02.456 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:02.460 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:32:02.462 | + functions-common:time_stop:2442 : start_time=1724905921527 2024-08-29 04:32:02.464 | + functions-common:time_stop:2444 : [[ -z 1724905921527 ]] 2024-08-29 04:32:02.467 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:02.472 | + functions-common:time_stop:2447 : end_time=1724905922468 2024-08-29 04:32:02.474 | + functions-common:time_stop:2448 : elapsed_time=941 2024-08-29 04:32:02.477 | + functions-common:time_stop:2449 : total=10466 2024-08-29 04:32:02.479 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:02.481 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11407 2024-08-29 04:32:02.483 | + lib/nova:start_nova_conductor:1149 : return 2024-08-29 04:32:02.485 | + lib/nova:start_nova:1179 : start_nova_compute 2024-08-29 04:32:02.487 | + lib/nova:start_nova_compute:1006 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:32:02.489 | + lib/nova:start_nova_compute:1007 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:32:02.492 | + lib/nova:start_nova_compute:1007 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:32:02.494 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-08-29 04:32:02.496 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-08-29 04:32:02.500 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-08-29 04:32:02.501 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:32:02.503 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 04:32:02.505 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-08-29 04:32:02.507 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 04:32:02.510 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-08-29 04:32:02.512 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-08-29 04:32:02.514 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-08-29 04:32:02.517 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-08-29 04:32:02.519 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-08-29 04:32:02.519 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-08-29 04:32:02.519 | BEGIN { 2024-08-29 04:32:02.519 | section = "" 2024-08-29 04:32:02.519 | last_section = "" 2024-08-29 04:32:02.519 | section_count = 0 2024-08-29 04:32:02.519 | } 2024-08-29 04:32:02.519 | /^\[.+\]/ { 2024-08-29 04:32:02.519 | gsub("[][]", "", $1); 2024-08-29 04:32:02.519 | section=$1 2024-08-29 04:32:02.519 | next 2024-08-29 04:32:02.519 | } 2024-08-29 04:32:02.519 | /^ *\#/ { 2024-08-29 04:32:02.519 | next 2024-08-29 04:32:02.519 | } 2024-08-29 04:32:02.519 | /^[^ \t]+/ { 2024-08-29 04:32:02.519 | # get offset of first = in $0 2024-08-29 04:32:02.519 | eq_idx = index($0, "=") 2024-08-29 04:32:02.519 | # extract attr & value from $0 2024-08-29 04:32:02.520 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 04:32:02.520 | value = substr($0, eq_idx + 1) 2024-08-29 04:32:02.520 | # only need to strip trailing whitespace from attr 2024-08-29 04:32:02.520 | sub(/[ \t]*$/, "", attr) 2024-08-29 04:32:02.520 | # need to strip leading & trailing whitespace from value 2024-08-29 04:32:02.520 | sub(/^[ \t]*/, "", value) 2024-08-29 04:32:02.520 | sub(/[ \t]*$/, "", value) 2024-08-29 04:32:02.520 | 2024-08-29 04:32:02.520 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 04:32:02.520 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 04:32:02.520 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 04:32:02.520 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 04:32:02.520 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 04:32:02.520 | if (section != last_section) { 2024-08-29 04:32:02.520 | cfg_section[section_count++] = section 2024-08-29 04:32:02.520 | last_section = section 2024-08-29 04:32:02.520 | } 2024-08-29 04:32:02.520 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 04:32:02.520 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 04:32:02.520 | 2024-08-29 04:32:02.520 | cfg_attr[section, attr, 0] = value 2024-08-29 04:32:02.520 | cfg_attr_count[section, attr] = 1 2024-08-29 04:32:02.520 | } else { 2024-08-29 04:32:02.520 | lno = cfg_attr_count[section, attr]++ 2024-08-29 04:32:02.520 | cfg_attr[section, attr, lno] = value 2024-08-29 04:32:02.520 | } 2024-08-29 04:32:02.520 | } 2024-08-29 04:32:02.520 | END { 2024-08-29 04:32:02.520 | # Process each section in order 2024-08-29 04:32:02.520 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 04:32:02.520 | section = cfg_section[sno] 2024-08-29 04:32:02.520 | # The ini routines simply append a config item immediately 2024-08-29 04:32:02.520 | # after the section header. To keep the same order as defined 2024-08-29 04:32:02.520 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 04:32:02.520 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 04:32:02.520 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 04:32:02.520 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 04:32:02.520 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 04:32:02.520 | else { 2024-08-29 04:32:02.520 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 04:32:02.520 | count = cfg_attr_count[section, attr] 2024-08-29 04:32:02.520 | print "inidelete " configfile " " section " " attr 2024-08-29 04:32:02.520 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 04:32:02.520 | for (l = count -2; l >= 0; l--) 2024-08-29 04:32:02.520 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 04:32:02.520 | } 2024-08-29 04:32:02.520 | } 2024-08-29 04:32:02.520 | } 2024-08-29 04:32:02.520 | } 2024-08-29 04:32:02.520 | ' 2024-08-29 04:32:02.520 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 04:32:02.521 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:32:02.521 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 04:32:02.523 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 04:32:02.525 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-08-29 04:32:02.527 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:32:02.529 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-08-29 04:32:02.531 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-08-29 04:32:02.531 | BEGIN { group = "" } 2024-08-29 04:32:02.531 | /^\[\[.+\|.*\]\]/ { 2024-08-29 04:32:02.531 | gsub("[][]", "", $1); 2024-08-29 04:32:02.531 | split($1, a, "|"); 2024-08-29 04:32:02.531 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 04:32:02.531 | group=a[1] 2024-08-29 04:32:02.531 | } else { 2024-08-29 04:32:02.531 | group="" 2024-08-29 04:32:02.531 | } 2024-08-29 04:32:02.531 | next 2024-08-29 04:32:02.531 | } 2024-08-29 04:32:02.531 | { 2024-08-29 04:32:02.531 | if (group != "") 2024-08-29 04:32:02.531 | print $0 2024-08-29 04:32:02.531 | } 2024-08-29 04:32:02.531 | ' /opt/stack/devstack/local.conf 2024-08-29 04:32:02.536 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 04:32:02.538 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-08-29 04:32:02.538 | Skipping multi-cell conductor fleet setup 2024-08-29 04:32:02.541 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-08-29 04:32:02.557 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-08-29 04:32:02.573 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-08-29 04:32:02.575 | + lib/nova:configure_console_compute:664 : local offset 2024-08-29 04:32:02.577 | + lib/nova:configure_console_compute:665 : offset=0 2024-08-29 04:32:02.579 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-08-29 04:32:02.582 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-08-29 04:32:02.598 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-08-29 04:32:02.600 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-08-29 04:32:02.614 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:02.616 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-08-29 04:32:02.630 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:02.631 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-08-29 04:32:02.633 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-08-29 04:32:02.660 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-08-29 04:32:02.673 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:02.675 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-08-29 04:32:02.688 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:02.690 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-08-29 04:32:02.716 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-08-29 04:32:02.718 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-08-29 04:32:02.721 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-08-29 04:32:02.723 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-08-29 04:32:02.725 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-08-29 04:32:02.727 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-08-29 04:32:02.729 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-08-29 04:32:02.731 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-08-29 04:32:02.745 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:02.747 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-08-29 04:32:02.749 | + functions-common:run_process:1689 : local service=n-cpu 2024-08-29 04:32:02.751 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-08-29 04:32:02.753 | + functions-common:run_process:1691 : local group= 2024-08-29 04:32:02.755 | + functions-common:run_process:1692 : local user= 2024-08-29 04:32:02.757 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:32:02.759 | + functions-common:run_process:1695 : local name=n-cpu 2024-08-29 04:32:02.761 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:32:02.763 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:32:02.765 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:02.767 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:02.770 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:02.773 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905922771 2024-08-29 04:32:02.775 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-08-29 04:32:02.789 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:02.791 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:32:02.793 | + functions-common:time_stop:2435 : local name 2024-08-29 04:32:02.795 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:02.797 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:02.799 | + functions-common:time_stop:2438 : local total 2024-08-29 04:32:02.801 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:02.803 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:32:02.806 | + functions-common:time_stop:2442 : start_time=1724905922771 2024-08-29 04:32:02.807 | + functions-common:time_stop:2444 : [[ -z 1724905922771 ]] 2024-08-29 04:32:02.811 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:02.813 | + functions-common:time_stop:2447 : end_time=1724905922811 2024-08-29 04:32:02.815 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-29 04:32:02.818 | + functions-common:time_stop:2449 : total=11407 2024-08-29 04:32:02.820 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:02.822 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11447 2024-08-29 04:32:02.824 | + lib/nova:start_nova_compute:1079 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:32:02.826 | + lib/nova:start_nova_compute:1079 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-29 04:32:02.828 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-08-29 04:32:02.842 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:02.844 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-08-29 04:32:02.845 | Dumping cells_v2 mapping 2024-08-29 04:32:02.847 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-08-29 04:32:03.281 | 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-08-29 04:32:04.643 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-29 04:32:04.643 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-08-29 04:32:04.643 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-29 04:32:04.643 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2024-08-29 04:32:04.643 | | cell1 | d0ae54bd-e0f8-43cb-838f-391ff3e34a72 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2024-08-29 04:32:04.643 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-29 04:32:04.995 | + stack.sh:main:1325 : async_runfunc create_flavors 2024-08-29 04:32:04.997 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-08-29 04:32:05.047 | + inc/async:async_inner:63 : create_flavors 2024-08-29 04:32:05.076 | [3620 Async create_flavors:53091]: running: create_flavors 2024-08-29 04:32:05.078 | + stack.sh:main:1327 : is_service_enabled cinder 2024-08-29 04:32:05.091 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:05.094 | + stack.sh:main:1328 : echo_summary 'Starting Cinder' 2024-08-29 04:32:05.096 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:32:05.098 | + stack.sh:echo_summary:455 : echo -e Starting Cinder 2024-08-29 04:32:05.100 | + stack.sh:main:1329 : start_cinder 2024-08-29 04:32:05.102 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-08-29 04:32:05.104 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-08-29 04:32:05.106 | + lib/cinder:start_cinder:587 : local cinder_url 2024-08-29 04:32:05.108 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-08-29 04:32:05.122 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:05.124 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-08-29 04:32:05.126 | + lib/cinder:start_cinder:612 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-08-29 04:32:05.128 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-08-29 04:32:05.131 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-08-29 04:32:05.134 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 04:32:05.136 | + functions-common:run_process:1689 : local service=c-api 2024-08-29 04:32:05.138 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 04:32:05.140 | + functions-common:run_process:1691 : local group= 2024-08-29 04:32:05.142 | + functions-common:run_process:1692 : local user= 2024-08-29 04:32:05.144 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:32:05.146 | + functions-common:run_process:1695 : local name=c-api 2024-08-29 04:32:05.148 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:32:05.150 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:32:05.152 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:05.154 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:05.156 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:05.160 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905925158 2024-08-29 04:32:05.162 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-08-29 04:32:05.174 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:05.176 | + functions-common:run_process:1699 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2024-08-29 04:32:05.178 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-08-29 04:32:05.180 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 04:32:05.182 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 04:32:05.184 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 04:32:05.186 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 04:32:05.188 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-08-29 04:32:05.189 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-08-29 04:32:05.192 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-08-29 04:32:05.194 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:32:05.196 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:32:05.198 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:32:05.200 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:32:05.202 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-08-29 04:32:05.204 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' stack '' 2024-08-29 04:32:05.206 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-08-29 04:32:05.207 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 04:32:05.209 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 04:32:05.211 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 04:32:05.213 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 04:32:05.215 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-08-29 04:32:05.216 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 04:32:05.219 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2024-08-29 04:32:05.269 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-08-29 04:32:05.318 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-08-29 04:32:05.359 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 04:32:05.401 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:32:05.443 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-08-29 04:32:05.486 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-08-29 04:32:05.526 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-08-29 04:32:05.567 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-08-29 04:32:05.608 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-08-29 04:32:05.651 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 04:32:05.653 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 04:32:05.655 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-08-29 04:32:05.704 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 04:32:05.952 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-08-29 04:32:05.961 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-08-29 04:32:06.197 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-08-29 04:32:06.250 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:32:06.253 | + functions-common:time_stop:2435 : local name 2024-08-29 04:32:06.255 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:06.256 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:06.258 | + functions-common:time_stop:2438 : local total 2024-08-29 04:32:06.260 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:06.262 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:32:06.264 | + functions-common:time_stop:2442 : start_time=1724905925158 2024-08-29 04:32:06.266 | + functions-common:time_stop:2444 : [[ -z 1724905925158 ]] 2024-08-29 04:32:06.268 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:06.272 | + functions-common:time_stop:2447 : end_time=1724905926270 2024-08-29 04:32:06.274 | + functions-common:time_stop:2448 : elapsed_time=1112 2024-08-29 04:32:06.276 | + functions-common:time_stop:2449 : total=11447 2024-08-29 04:32:06.277 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:06.279 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12559 2024-08-29 04:32:06.281 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-08-29 04:32:06.283 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-08-29 04:32:06.283 | Waiting for Cinder API to start... 2024-08-29 04:32:06.285 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-08-29 04:32:06.287 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 04:32:06.289 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-08-29 04:32:06.291 | + functions:wait_for_service:470 : local rval=0 2024-08-29 04:32:06.293 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 04:32:06.295 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 04:32:06.297 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:06.299 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:06.303 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:06.306 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905926304 2024-08-29 04:32:06.308 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 04:32:06.311 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-08-29 04:32:08.381 | + :: : [[ 401 == 503 ]] 2024-08-29 04:32:08.382 | + :: : [[ 0 -eq 7 ]] 2024-08-29 04:32:08.385 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 04:32:08.387 | + functions-common:time_stop:2435 : local name 2024-08-29 04:32:08.389 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:08.391 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:08.394 | + functions-common:time_stop:2438 : local total 2024-08-29 04:32:08.395 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:08.397 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 04:32:08.399 | + functions-common:time_stop:2442 : start_time=1724905926304 2024-08-29 04:32:08.401 | + functions-common:time_stop:2444 : [[ -z 1724905926304 ]] 2024-08-29 04:32:08.405 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:08.408 | + functions-common:time_stop:2447 : end_time=1724905928406 2024-08-29 04:32:08.410 | + functions-common:time_stop:2448 : elapsed_time=2102 2024-08-29 04:32:08.412 | + functions-common:time_stop:2449 : total=6365 2024-08-29 04:32:08.414 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:08.416 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8467 2024-08-29 04:32:08.418 | + functions:wait_for_service:478 : return 0 2024-08-29 04:32:08.420 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:08.422 | + functions-common:run_process:1689 : local service=c-sch 2024-08-29 04:32:08.424 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:08.426 | + functions-common:run_process:1691 : local group= 2024-08-29 04:32:08.428 | + functions-common:run_process:1692 : local user= 2024-08-29 04:32:08.430 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:32:08.432 | + functions-common:run_process:1695 : local name=c-sch 2024-08-29 04:32:08.434 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:32:08.436 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:32:08.438 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:08.440 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:08.444 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:08.447 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905928445 2024-08-29 04:32:08.449 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-08-29 04:32:08.463 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:08.465 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-08-29 04:32:08.467 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-08-29 04:32:08.469 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:08.471 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:08.473 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:08.475 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:08.477 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-08-29 04:32:08.479 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-08-29 04:32:08.481 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-08-29 04:32:08.483 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:32:08.485 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:32:08.487 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:32:08.489 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:32:08.491 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-08-29 04:32:08.493 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2024-08-29 04:32:08.495 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-08-29 04:32:08.497 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:08.499 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 04:32:08.501 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 04:32:08.503 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 04:32:08.504 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 04:32:08.506 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 04:32:08.508 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-08-29 04:32:08.510 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 04:32:08.513 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-08-29 04:32:08.564 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-08-29 04:32:08.613 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:08.657 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-08-29 04:32:08.704 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-08-29 04:32:08.748 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:32:08.792 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 04:32:08.794 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 04:32:08.796 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-08-29 04:32:08.847 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 04:32:09.102 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-08-29 04:32:09.112 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-08-29 04:32:09.382 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-08-29 04:32:09.412 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:32:09.414 | + functions-common:time_stop:2435 : local name 2024-08-29 04:32:09.416 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:09.418 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:09.420 | + functions-common:time_stop:2438 : local total 2024-08-29 04:32:09.423 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:09.425 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:32:09.427 | + functions-common:time_stop:2442 : start_time=1724905928445 2024-08-29 04:32:09.430 | + functions-common:time_stop:2444 : [[ -z 1724905928445 ]] 2024-08-29 04:32:09.433 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:09.437 | + functions-common:time_stop:2447 : end_time=1724905929434 2024-08-29 04:32:09.440 | + functions-common:time_stop:2448 : elapsed_time=989 2024-08-29 04:32:09.442 | + functions-common:time_stop:2449 : total=12559 2024-08-29 04:32:09.444 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:09.446 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13548 2024-08-29 04:32:09.448 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 04:32:09.451 | + lib/cinder:start_cinder:637 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 04:32:09.453 | + functions-common:run_process:1689 : local service=c-bak 2024-08-29 04:32:09.455 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:09.457 | + functions-common:run_process:1691 : local group= 2024-08-29 04:32:09.460 | + functions-common:run_process:1692 : local user= 2024-08-29 04:32:09.462 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 04:32:09.464 | + functions-common:run_process:1695 : local name=c-bak 2024-08-29 04:32:09.466 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:32:09.468 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:32:09.471 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:09.473 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:09.476 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:09.481 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905929478 2024-08-29 04:32:09.483 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-08-29 04:32:09.498 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:09.501 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:32:09.503 | + functions-common:time_stop:2435 : local name 2024-08-29 04:32:09.505 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:09.507 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:09.509 | + functions-common:time_stop:2438 : local total 2024-08-29 04:32:09.511 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:09.513 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:32:09.515 | + functions-common:time_stop:2442 : start_time=1724905929478 2024-08-29 04:32:09.517 | + functions-common:time_stop:2444 : [[ -z 1724905929478 ]] 2024-08-29 04:32:09.521 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:09.524 | + functions-common:time_stop:2447 : end_time=1724905929522 2024-08-29 04:32:09.526 | + functions-common:time_stop:2448 : elapsed_time=44 2024-08-29 04:32:09.528 | + functions-common:time_stop:2449 : total=13548 2024-08-29 04:32:09.530 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:09.533 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13592 2024-08-29 04:32:09.535 | + lib/cinder:start_cinder:638 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 04:32:09.538 | + functions-common:run_process:1689 : local service=c-vol 2024-08-29 04:32:09.540 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:09.543 | + functions-common:run_process:1691 : local group= 2024-08-29 04:32:09.545 | + functions-common:run_process:1692 : local user= 2024-08-29 04:32:09.547 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 04:32:09.549 | + functions-common:run_process:1695 : local name=c-vol 2024-08-29 04:32:09.551 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:32:09.554 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:32:09.556 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:09.558 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:09.561 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:09.565 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905929562 2024-08-29 04:32:09.567 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-08-29 04:32:09.584 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:09.586 | + functions-common:run_process:1699 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 04:32:09.589 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-08-29 04:32:09.591 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:09.593 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:09.595 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:09.598 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:09.600 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-08-29 04:32:09.602 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-08-29 04:32:09.605 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-08-29 04:32:09.607 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:32:09.609 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:32:09.611 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:32:09.614 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 04:32:09.616 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-08-29 04:32:09.618 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 04:32:09.621 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-08-29 04:32:09.623 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:09.625 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 04:32:09.627 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 04:32:09.629 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 04:32:09.631 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 04:32:09.634 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 04:32:09.636 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-08-29 04:32:09.638 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 04:32:09.641 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-08-29 04:32:09.694 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-08-29 04:32:09.748 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 04:32:09.794 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-08-29 04:32:09.842 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-08-29 04:32:09.888 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:32:09.934 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-08-29 04:32:09.936 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 04:32:09.984 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 04:32:09.986 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-08-29 04:32:10.042 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 04:32:10.310 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-08-29 04:32:10.320 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-08-29 04:32:10.572 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-08-29 04:32:10.598 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:32:10.602 | + functions-common:time_stop:2435 : local name 2024-08-29 04:32:10.606 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:10.608 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:10.613 | + functions-common:time_stop:2438 : local total 2024-08-29 04:32:10.615 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:10.617 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:32:10.621 | + functions-common:time_stop:2442 : start_time=1724905929562 2024-08-29 04:32:10.625 | + functions-common:time_stop:2444 : [[ -z 1724905929562 ]] 2024-08-29 04:32:10.628 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:10.635 | + functions-common:time_stop:2447 : end_time=1724905930629 2024-08-29 04:32:10.637 | + functions-common:time_stop:2448 : elapsed_time=1067 2024-08-29 04:32:10.639 | + functions-common:time_stop:2449 : total=13592 2024-08-29 04:32:10.641 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:10.642 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14659 2024-08-29 04:32:10.645 | + stack.sh:main:1330 : create_volume_types 2024-08-29 04:32:10.647 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-08-29 04:32:10.661 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:10.663 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-08-29 04:32:10.665 | + lib/cinder:create_volume_types:674 : local be be_name 2024-08-29 04:32:10.667 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-29 04:32:10.669 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-08-29 04:32:10.671 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-08-29 04:32:10.673 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-08-29 04:32:10.675 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-08-29 04:32:10.677 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-08-29 04:32:10.679 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-08-29 04:32:10.694 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:10.696 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-08-29 04:32:12.556 | +-------------+--------------------------------------+ 2024-08-29 04:32:12.556 | | Field | Value | 2024-08-29 04:32:12.556 | +-------------+--------------------------------------+ 2024-08-29 04:32:12.556 | | description | None | 2024-08-29 04:32:12.556 | | id | fe78cff9-e86b-470c-be24-bd2e7462af50 | 2024-08-29 04:32:12.556 | | is_public | True | 2024-08-29 04:32:12.556 | | name | vsphere | 2024-08-29 04:32:12.556 | | properties | volume_backend_name='vsphere' | 2024-08-29 04:32:12.556 | +-------------+--------------------------------------+ 2024-08-29 04:32:12.687 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-08-29 04:32:12.689 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-08-29 04:32:12.691 | + stack.sh:main:1335 : [[ False == \T\r\u\e ]] 2024-08-29 04:32:12.693 | + stack.sh:main:1343 : is_service_enabled glance 2024-08-29 04:32:12.708 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:12.710 | + stack.sh:main:1344 : echo_summary 'Starting Glance' 2024-08-29 04:32:12.712 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:32:12.714 | + stack.sh:echo_summary:455 : echo -e Starting Glance 2024-08-29 04:32:12.717 | + stack.sh:main:1345 : start_glance 2024-08-29 04:32:12.719 | + lib/glance:start_glance:606 : local service_protocol=http 2024-08-29 04:32:12.721 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-08-29 04:32:12.735 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:12.737 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-08-29 04:32:12.741 | ++ lib/glance:start_glance:614 : which uwsgi 2024-08-29 04:32:12.744 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 04:32:12.746 | + functions-common:run_process:1689 : local service=g-api 2024-08-29 04:32:12.748 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 04:32:12.750 | + functions-common:run_process:1691 : local group= 2024-08-29 04:32:12.752 | + functions-common:run_process:1692 : local user= 2024-08-29 04:32:12.754 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 04:32:12.756 | + functions-common:run_process:1695 : local name=g-api 2024-08-29 04:32:12.758 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 04:32:12.760 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 04:32:12.762 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:12.764 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:12.767 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:12.770 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905932768 2024-08-29 04:32:12.772 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-08-29 04:32:12.786 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:12.788 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-08-29 04:32:12.791 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-08-29 04:32:12.793 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 04:32:12.795 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 04:32:12.797 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 04:32:12.799 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 04:32:12.801 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-08-29 04:32:12.804 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-08-29 04:32:12.806 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-08-29 04:32:12.808 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 04:32:12.810 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 04:32:12.813 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 04:32:12.815 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 04:32:12.817 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-08-29 04:32:12.819 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' stack '' 2024-08-29 04:32:12.821 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-08-29 04:32:12.823 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 04:32:12.825 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 04:32:12.827 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 04:32:12.829 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 04:32:12.831 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-08-29 04:32:12.832 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 04:32:12.836 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2024-08-29 04:32:12.889 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-08-29 04:32:12.941 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-08-29 04:32:12.985 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 04:32:13.027 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 04:32:13.070 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-08-29 04:32:13.118 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-08-29 04:32:13.163 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-08-29 04:32:13.208 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-08-29 04:32:13.252 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-08-29 04:32:13.295 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 04:32:13.298 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 04:32:13.300 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-08-29 04:32:13.355 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 04:32:13.630 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-08-29 04:32:13.639 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-08-29 04:32:13.886 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-08-29 04:32:13.941 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 04:32:13.944 | + functions-common:time_stop:2435 : local name 2024-08-29 04:32:13.946 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:13.948 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:13.951 | + functions-common:time_stop:2438 : local total 2024-08-29 04:32:13.953 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:13.956 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 04:32:13.958 | + functions-common:time_stop:2442 : start_time=1724905932768 2024-08-29 04:32:13.960 | + functions-common:time_stop:2444 : [[ -z 1724905932768 ]] 2024-08-29 04:32:13.962 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:13.966 | + functions-common:time_stop:2447 : end_time=1724905933964 2024-08-29 04:32:13.971 | + functions-common:time_stop:2448 : elapsed_time=1196 2024-08-29 04:32:13.973 | + functions-common:time_stop:2449 : total=14659 2024-08-29 04:32:13.975 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:13.977 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15855 2024-08-29 04:32:13.979 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-08-29 04:32:13.996 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:13.998 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-08-29 04:32:13.999 | Waiting for g-api (10.180.1.21) to start... 2024-08-29 04:32:14.000 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-08-29 04:32:14.002 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 04:32:14.004 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-08-29 04:32:14.006 | + functions:wait_for_service:470 : local rval=0 2024-08-29 04:32:14.009 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 04:32:14.011 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 04:32:14.013 | + functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:14.015 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:14.017 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:14.021 | + functions-common:time_start:2426 : _TIME_START[$name]=1724905934019 2024-08-29 04:32:14.023 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 04:32:14.026 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-08-29 04:32:16.045 | + :: : [[ 300 == 503 ]] 2024-08-29 04:32:16.046 | + :: : [[ 0 -eq 7 ]] 2024-08-29 04:32:16.049 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 04:32:16.051 | + functions-common:time_stop:2435 : local name 2024-08-29 04:32:16.053 | + functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:16.055 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:16.057 | + functions-common:time_stop:2438 : local total 2024-08-29 04:32:16.059 | + functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:16.061 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 04:32:16.063 | + functions-common:time_stop:2442 : start_time=1724905934019 2024-08-29 04:32:16.065 | + functions-common:time_stop:2444 : [[ -z 1724905934019 ]] 2024-08-29 04:32:16.069 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:16.072 | + functions-common:time_stop:2447 : end_time=1724905936069 2024-08-29 04:32:16.073 | + functions-common:time_stop:2448 : elapsed_time=2050 2024-08-29 04:32:16.076 | + functions-common:time_stop:2449 : total=8467 2024-08-29 04:32:16.077 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:16.079 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10517 2024-08-29 04:32:16.081 | + functions:wait_for_service:478 : return 0 2024-08-29 04:32:16.084 | + stack.sh:main:1359 : is_service_enabled mysql postgresql 2024-08-29 04:32:16.098 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:16.100 | + stack.sh:main:1359 : is_service_enabled glance 2024-08-29 04:32:16.114 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:16.116 | + stack.sh:main:1360 : echo_summary 'Uploading images' 2024-08-29 04:32:16.118 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:32:16.120 | + stack.sh:echo_summary:455 : echo -e Uploading images 2024-08-29 04:32:16.122 | + stack.sh:main:1362 : for image_url in ${IMAGE_URLS//,/ } 2024-08-29 04:32:16.124 | + stack.sh:main:1363 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 04:32:16.126 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 04:32:16.128 | + functions:upload_image:134 : local image image_fname image_name 2024-08-29 04:32:16.130 | + functions:upload_image:136 : local max_attempts=5 2024-08-29 04:32:16.132 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-08-29 04:32:16.135 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 04:32:16.139 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 04:32:16.141 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-08-29 04:32:16.142 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-08-29 04:32:16.145 | ++ functions:upload_image:144 : seq 5 2024-08-29 04:32:16.148 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-08-29 04:32:16.149 | + functions:upload_image:145 : local rc=0 2024-08-29 04:32:16.151 | + functions:upload_image:146 : wget --progress=dot:giga -c 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' -O '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 04:32:16.155 | --2024-08-29 04:32:16-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-08-29 04:32:16.162 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-08-29 04:32:16.163 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-08-29 04:32:16.195 | HTTP request sent, awaiting response... 200 OK 2024-08-29 04:32:16.196 | Length: 21318656 (20M) [application/octet-stream] 2024-08-29 04:32:16.196 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-08-29 04:32:16.203 | 2024-08-29 04:32:16.291 | 0K ........ ........ .... 100% 214M=0.09s 2024-08-29 04:32:16.291 | 2024-08-29 04:32:16.291 | 2024-08-29 04:32:16 (214 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-08-29 04:32:16.291 | 2024-08-29 04:32:16.294 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-08-29 04:32:16.296 | + functions:upload_image:155 : break 2024-08-29 04:32:16.298 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 04:32:16.300 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-08-29 04:32:16.302 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-08-29 04:32:16.303 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-29 04:32:16.305 | + functions:upload_image:194 : local vmdk_disktype= 2024-08-29 04:32:16.307 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-08-29 04:32:16.309 | + functions:upload_image:196 : local path_len 2024-08-29 04:32:16.311 | + functions:upload_image:199 : local vmdk_adapter_type 2024-08-29 04:32:16.314 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 04:32:16.314 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 04:32:16.317 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-08-29 04:32:16.319 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-08-29 04:32:16.321 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-08-29 04:32:16.323 | + functions:upload_image:205 : local vmdk_create_type 2024-08-29 04:32:16.326 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 04:32:16.326 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 04:32:16.329 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-08-29 04:32:16.331 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-08-29 04:32:16.333 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-08-29 04:32:16.335 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-08-29 04:32:16.337 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-08-29 04:32:16.338 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-08-29 04:32:16.340 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-08-29 04:32:16.342 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-08-29 04:32:16.344 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-08-29 04:32:16.346 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-29 04:32:16.347 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-08-29 04:32:16.350 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-08-29 04:32:16.352 | + functions:upload_image:284 : IFS=':;' 2024-08-29 04:32:16.354 | + functions:upload_image:284 : read -a props 2024-08-29 04:32:16.356 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-08-29 04:32:16.358 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-08-29 04:32:16.359 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-08-29 04:32:16.361 | + functions:upload_image:289 : _upload_image 'cirros-d240228-sparse;paraVirtual;vmxnet3' bare vmdk '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-08-29 04:32:16.363 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-29 04:32:16.365 | + functions:_upload_image:105 : shift 2024-08-29 04:32:16.366 | + functions:_upload_image:106 : local container=bare 2024-08-29 04:32:16.368 | + functions:_upload_image:107 : shift 2024-08-29 04:32:16.370 | + functions:_upload_image:108 : local disk=vmdk 2024-08-29 04:32:16.371 | + functions:_upload_image:109 : shift 2024-08-29 04:32:16.373 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 04:32:16.375 | + functions:_upload_image:111 : shift 2024-08-29 04:32:16.377 | + functions:_upload_image:112 : local properties 2024-08-29 04:32:16.378 | + functions:_upload_image:113 : local useimport 2024-08-29 04:32:16.381 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-08-29 04:32:16.382 | ++ functions:_image_properties_to_arg:87 : local result= 2024-08-29 04:32:16.384 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-29 04:32:16.386 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-08-29 04:32:16.388 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-29 04:32:16.389 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-08-29 04:32:16.391 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-29 04:32:16.393 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-08-29 04:32:16.395 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-08-29 04:32:16.397 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-08-29 04:32:16.399 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-08-29 04:32:16.400 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create 'cirros-d240228-sparse;paraVirtual;vmxnet3' --public --container-format bare --disk-format vmdk --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-08-29 04:32:18.817 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-29 04:32:18.817 | | Field | Value | 2024-08-29 04:32:18.817 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-29 04:32:18.817 | | container_format | bare | 2024-08-29 04:32:18.817 | | created_at | 2024-08-29T04:32:17Z | 2024-08-29 04:32:18.817 | | disk_format | vmdk | 2024-08-29 04:32:18.817 | | file | /v2/images/f5dfd970-7a56-4489-873c-2c3b6fbd9fe9/file | 2024-08-29 04:32:18.817 | | id | f5dfd970-7a56-4489-873c-2c3b6fbd9fe9 | 2024-08-29 04:32:18.817 | | min_disk | 0 | 2024-08-29 04:32:18.818 | | min_ram | 0 | 2024-08-29 04:32:18.818 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-08-29 04:32:18.818 | | owner | 8c82f07917ba4819a6bcf09e15f9f9cf | 2024-08-29 04:32:18.818 | | properties | hw_vif_model='vmxnet3', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-d240228-sparse;paraVirtual;vmxnet3', owner_specified.openstack.sha256='', vmware_adaptertype='paraVirtual', vmware_disktype='sparse' | 2024-08-29 04:32:18.818 | | protected | False | 2024-08-29 04:32:18.818 | | schema | /v2/schemas/image | 2024-08-29 04:32:18.818 | | status | queued | 2024-08-29 04:32:18.818 | | tags | | 2024-08-29 04:32:18.818 | | updated_at | 2024-08-29T04:32:17Z | 2024-08-29 04:32:18.818 | | visibility | public | 2024-08-29 04:32:18.818 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-29 04:32:18.948 | + functions:upload_image:291 : return 2024-08-29 04:32:18.950 | + stack.sh:main:1367 : async_wait create_flavors 2024-08-29 04:32:18.989 | [3620 Async create_flavors:53091]: Waiting for completion of create_flavors running on PID 53091 (2 other jobs running) 2024-08-29 04:32:19.009 | [3620 Async create_flavors:53091]: Signaling child to exit 2024-08-29 04:32:20.814 | + inc/async:async_inner:64 : rc=0 2024-08-29 04:32:20.834 | [53091 Async create_flavors:53091]: finished successfully 2024-08-29 04:32:20.851 | WAKEUP 2024-08-29 04:32:20.869 | [3620 Async create_flavors:53091]: Signaled 2024-08-29 04:32:20.871 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-08-29 04:32:20.871 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:20.871 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-08-29 04:32:20.871 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-08-29 04:32:20.871 | + lib/nova:create_flavors:1250 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | | Field | Value | 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 04:32:20.871 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 04:32:20.871 | | description | None | 2024-08-29 04:32:20.871 | | disk | 1 | 2024-08-29 04:32:20.871 | | id | c1 | 2024-08-29 04:32:20.871 | | name | cirros256 | 2024-08-29 04:32:20.871 | | os-flavor-access:is_public | True | 2024-08-29 04:32:20.871 | | properties | hw_rng:allowed='True' | 2024-08-29 04:32:20.871 | | ram | 256 | 2024-08-29 04:32:20.871 | | rxtx_factor | 1.0 | 2024-08-29 04:32:20.871 | | swap | | 2024-08-29 04:32:20.871 | | vcpus | 1 | 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | + lib/nova:create_flavors:1251 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | | Field | Value | 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 04:32:20.871 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 04:32:20.871 | | description | None | 2024-08-29 04:32:20.871 | | disk | 5 | 2024-08-29 04:32:20.871 | | id | d1 | 2024-08-29 04:32:20.871 | | name | ds512M | 2024-08-29 04:32:20.871 | | os-flavor-access:is_public | True | 2024-08-29 04:32:20.871 | | properties | hw_rng:allowed='True' | 2024-08-29 04:32:20.871 | | ram | 512 | 2024-08-29 04:32:20.871 | | rxtx_factor | 1.0 | 2024-08-29 04:32:20.871 | | swap | | 2024-08-29 04:32:20.871 | | vcpus | 1 | 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | + lib/nova:create_flavors:1252 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | | Field | Value | 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 04:32:20.871 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 04:32:20.871 | | description | None | 2024-08-29 04:32:20.871 | | disk | 10 | 2024-08-29 04:32:20.871 | | id | d2 | 2024-08-29 04:32:20.871 | | name | ds1G | 2024-08-29 04:32:20.871 | | os-flavor-access:is_public | True | 2024-08-29 04:32:20.871 | | properties | hw_rng:allowed='True' | 2024-08-29 04:32:20.871 | | ram | 1024 | 2024-08-29 04:32:20.871 | | rxtx_factor | 1.0 | 2024-08-29 04:32:20.871 | | swap | | 2024-08-29 04:32:20.871 | | vcpus | 1 | 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | + lib/nova:create_flavors:1253 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | | Field | Value | 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 04:32:20.871 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 04:32:20.871 | | description | None | 2024-08-29 04:32:20.871 | | disk | 10 | 2024-08-29 04:32:20.871 | | id | d3 | 2024-08-29 04:32:20.871 | | name | ds2G | 2024-08-29 04:32:20.871 | | os-flavor-access:is_public | True | 2024-08-29 04:32:20.871 | | properties | hw_rng:allowed='True' | 2024-08-29 04:32:20.871 | | ram | 2048 | 2024-08-29 04:32:20.871 | | rxtx_factor | 1.0 | 2024-08-29 04:32:20.871 | | swap | | 2024-08-29 04:32:20.871 | | vcpus | 2 | 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | + lib/nova:create_flavors:1254 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | | Field | Value | 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 04:32:20.871 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 04:32:20.871 | | description | None | 2024-08-29 04:32:20.871 | | disk | 20 | 2024-08-29 04:32:20.871 | | id | d4 | 2024-08-29 04:32:20.871 | | name | ds4G | 2024-08-29 04:32:20.871 | | os-flavor-access:is_public | True | 2024-08-29 04:32:20.871 | | properties | hw_rng:allowed='True' | 2024-08-29 04:32:20.871 | | ram | 4096 | 2024-08-29 04:32:20.871 | | rxtx_factor | 1.0 | 2024-08-29 04:32:20.871 | | swap | | 2024-08-29 04:32:20.871 | | vcpus | 4 | 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-08-29 04:32:20.871 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-08-29 04:32:20.871 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | | Field | Value | 2024-08-29 04:32:20.871 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.871 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 04:32:20.871 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 04:32:20.872 | | description | None | 2024-08-29 04:32:20.872 | | disk | 1 | 2024-08-29 04:32:20.872 | | id | 1 | 2024-08-29 04:32:20.872 | | name | m1.tiny | 2024-08-29 04:32:20.872 | | os-flavor-access:is_public | True | 2024-08-29 04:32:20.872 | | properties | hw_rng:allowed='True' | 2024-08-29 04:32:20.872 | | ram | 512 | 2024-08-29 04:32:20.872 | | rxtx_factor | 1.0 | 2024-08-29 04:32:20.872 | | swap | | 2024-08-29 04:32:20.872 | | vcpus | 1 | 2024-08-29 04:32:20.872 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.872 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2024-08-29 04:32:20.872 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.872 | | Field | Value | 2024-08-29 04:32:20.872 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.872 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 04:32:20.872 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 04:32:20.872 | | description | None | 2024-08-29 04:32:20.872 | | disk | 20 | 2024-08-29 04:32:20.872 | | id | 2 | 2024-08-29 04:32:20.872 | | name | m1.small | 2024-08-29 04:32:20.872 | | os-flavor-access:is_public | True | 2024-08-29 04:32:20.872 | | properties | hw_rng:allowed='True' | 2024-08-29 04:32:20.872 | | ram | 2048 | 2024-08-29 04:32:20.872 | | rxtx_factor | 1.0 | 2024-08-29 04:32:20.872 | | swap | | 2024-08-29 04:32:20.872 | | vcpus | 1 | 2024-08-29 04:32:20.872 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.872 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2024-08-29 04:32:20.872 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.872 | | Field | Value | 2024-08-29 04:32:20.872 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.872 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 04:32:20.872 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 04:32:20.872 | | description | None | 2024-08-29 04:32:20.872 | | disk | 40 | 2024-08-29 04:32:20.872 | | id | 3 | 2024-08-29 04:32:20.872 | | name | m1.medium | 2024-08-29 04:32:20.872 | | os-flavor-access:is_public | True | 2024-08-29 04:32:20.872 | | properties | hw_rng:allowed='True' | 2024-08-29 04:32:20.872 | | ram | 4096 | 2024-08-29 04:32:20.872 | | rxtx_factor | 1.0 | 2024-08-29 04:32:20.872 | | swap | | 2024-08-29 04:32:20.872 | | vcpus | 2 | 2024-08-29 04:32:20.872 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.872 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2024-08-29 04:32:20.872 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.872 | | Field | Value | 2024-08-29 04:32:20.872 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.872 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 04:32:20.872 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 04:32:20.872 | | description | None | 2024-08-29 04:32:20.872 | | disk | 80 | 2024-08-29 04:32:20.872 | | id | 4 | 2024-08-29 04:32:20.872 | | name | m1.large | 2024-08-29 04:32:20.872 | | os-flavor-access:is_public | True | 2024-08-29 04:32:20.872 | | properties | hw_rng:allowed='True' | 2024-08-29 04:32:20.872 | | ram | 8192 | 2024-08-29 04:32:20.872 | | rxtx_factor | 1.0 | 2024-08-29 04:32:20.872 | | swap | | 2024-08-29 04:32:20.872 | | vcpus | 4 | 2024-08-29 04:32:20.872 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.872 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2024-08-29 04:32:20.872 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.872 | | Field | Value | 2024-08-29 04:32:20.872 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.872 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 04:32:20.872 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 04:32:20.872 | | description | None | 2024-08-29 04:32:20.872 | | disk | 160 | 2024-08-29 04:32:20.872 | | id | 5 | 2024-08-29 04:32:20.872 | | name | m1.xlarge | 2024-08-29 04:32:20.872 | | os-flavor-access:is_public | True | 2024-08-29 04:32:20.872 | | properties | hw_rng:allowed='True' | 2024-08-29 04:32:20.872 | | ram | 16384 | 2024-08-29 04:32:20.872 | | rxtx_factor | 1.0 | 2024-08-29 04:32:20.872 | | swap | | 2024-08-29 04:32:20.872 | | vcpus | 8 | 2024-08-29 04:32:20.872 | +----------------------------+-----------------------+ 2024-08-29 04:32:20.905 | [3620 Async create_flavors:53091]: finished create_flavors with result 0 in 15 seconds 2024-08-29 04:32:20.908 | + inc/async:async_wait:197 : return 0 2024-08-29 04:32:20.910 | + stack.sh:main:1369 : is_service_enabled horizon 2024-08-29 04:32:20.924 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:20.926 | + stack.sh:main:1383 : is_service_enabled nova 2024-08-29 04:32:20.940 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:20.942 | + stack.sh:main:1383 : is_service_enabled keystone 2024-08-29 04:32:20.956 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:20.958 | + stack.sh:main:1384 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-08-29 04:32:20.960 | + stack.sh:main:1386 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-29 04:32:20.962 | + stack.sh:main:1390 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-08-29 04:32:20.965 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-08-29 04:32:20.967 | ++ opt/stack/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-08-29 04:32:20.970 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-08-29 04:32:20.971 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-08-29 04:32:20.972 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-08-29 04:32:20.973 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-08-29 04:32:20.974 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-08-29 04:32:20.975 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-08-29 04:32:20.976 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-08-29 04:32:20.977 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-08-29 04:32:20.978 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-08-29 04:32:20.979 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-08-29 04:32:20.981 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-08-29 04:32:20.982 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 04:32:20.983 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-08-29 04:32:20.984 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-29 04:32:20.985 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-08-29 04:32:20.986 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 04:32:20.987 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-08-29 04:32:20.988 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-29 04:32:20.989 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-08-29 04:32:20.990 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 04:32:20.991 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-08-29 04:32:20.992 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-08-29 04:32:20.993 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-29 04:32:20.994 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-08-29 04:32:20.995 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 04:32:20.996 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-08-29 04:32:20.997 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-08-29 04:32:20.998 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-08-29 04:32:20.999 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-29 04:32:21.000 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-08-29 04:32:21.001 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 04:32:21.002 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-08-29 04:32:21.003 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-08-29 04:32:21.004 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-08-29 04:32:21.005 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-08-29 04:32:21.006 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-08-29 04:32:21.007 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-08-29 04:32:21.008 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-08-29 04:32:21.009 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-08-29 04:32:21.010 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-08-29 04:32:21.011 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-08-29 04:32:21.012 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-08-29 04:32:21.014 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-08-29 04:32:21.015 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-08-29 04:32:21.016 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-08-29 04:32:21.017 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-08-29 04:32:21.018 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-08-29 04:32:21.019 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-08-29 04:32:21.020 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-08-29 04:32:21.021 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-08-29 04:32:21.022 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-08-29 04:32:21.023 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-08-29 04:32:21.024 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-08-29 04:32:21.025 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-08-29 04:32:21.026 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-08-29 04:32:21.026 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-08-29 04:32:21.026 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-08-29 04:32:21.027 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-08-29 04:32:21.940 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-08-29 04:32:21.941 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2024-08-29 04:32:22.051 | + stack.sh:main:1395 : save_stackenv 2024-08-29 04:32:22.053 | + functions-common:save_stackenv:60 : local tag= 2024-08-29 04:32:22.055 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-29 04:32:22.059 | + functions-common:save_stackenv:62 : time_stamp=2024-08-29-043222 2024-08-29 04:32:22.061 | + functions-common:save_stackenv:63 : echo '# 2024-08-29-043222 ' 2024-08-29 04:32:22.064 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.066 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-29 04:32:22.068 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.070 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-29 04:32:22.072 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.073 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-29 04:32:22.075 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.077 | + 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-08-29 04:32:22.079 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.081 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-29 04:32:22.083 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.085 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-29 04:32:22.087 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.089 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-29-042428 2024-08-29 04:32:22.091 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.093 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-29 04:32:22.095 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.098 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-29 04:32:22.100 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.102 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-29 04:32:22.104 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.106 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-29 04:32:22.107 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.109 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-29 04:32:22.111 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.113 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-29 04:32:22.115 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.117 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-29 04:32:22.119 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 04:32:22.121 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-29 04:32:22.123 | + stack.sh:main:1406 : merge_config_group /opt/stack/devstack/local.conf extra 2024-08-29 04:32:22.125 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-29 04:32:22.127 | + inc/meta-config:merge_config_group:171 : shift 2024-08-29 04:32:22.129 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-08-29 04:32:22.131 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:32:22.133 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-29 04:32:22.135 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-29 04:32:22.137 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-08-29 04:32:22.139 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:32:22.141 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-08-29 04:32:22.143 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:32:22.145 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-08-29 04:32:22.145 | /^\[\[.+\|.*\]\]/ { 2024-08-29 04:32:22.145 | gsub("[][]", "", $1); 2024-08-29 04:32:22.145 | split($1, a, "|"); 2024-08-29 04:32:22.145 | if (a[1] == matchgroup) 2024-08-29 04:32:22.145 | print a[2] 2024-08-29 04:32:22.145 | } 2024-08-29 04:32:22.145 | ' /opt/stack/devstack/local.conf 2024-08-29 04:32:22.150 | + stack.sh:main:1413 : run_phase stack extra 2024-08-29 04:32:22.152 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 04:32:22.154 | + functions-common:run_phase:1864 : local phase=extra 2024-08-29 04:32:22.155 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 04:32:22.158 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 04:32:22.160 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 04:32:22.162 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 04:32:22.164 | + functions-common:run_phase:1873 : local extra 2024-08-29 04:32:22.166 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 04:32:22.170 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 04:32:22.172 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 04:32:22.174 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 04:32:22.176 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-08-29 04:32:22.178 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 04:32:22.191 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:22.193 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:32:22.195 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:32:22.197 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-08-29 04:32:22.199 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:32:22.201 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 04:32:22.203 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:32:22.205 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-08-29 04:32:22.207 | ++ extras.d/80-tempest.sh:source:15 : : 2024-08-29 04:32:22.209 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 04:32:22.211 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 04:32:22.213 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:32:22.215 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-29 04:32:22.217 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-08-29 04:32:22.219 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 04:32:22.221 | + functions-common:run_plugins:1850 : local phase=extra 2024-08-29 04:32:22.223 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 04:32:22.226 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 04:32:22.228 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 04:32:22.230 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 04:32:22.232 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 04:32:22.234 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-08-29 04:32:22.236 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:32:22.238 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:32:22.241 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-08-29 04:32:22.243 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:32:22.245 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 04:32:22.247 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:32:22.249 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-08-29 04:32:22.251 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-08-29 04:32:22.253 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:32:22.255 | ++ stack.sh:echo_summary:455 : echo -e Initializing Networking-NSX-T 2024-08-29 04:32:22.257 | + stack.sh:main:1421 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-08-29 04:32:22.259 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-29 04:32:22.261 | + inc/meta-config:merge_config_group:171 : shift 2024-08-29 04:32:22.263 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-08-29 04:32:22.265 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:32:22.267 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-29 04:32:22.269 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-29 04:32:22.271 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-08-29 04:32:22.273 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:32:22.275 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-08-29 04:32:22.278 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:32:22.280 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-08-29 04:32:22.280 | /^\[\[.+\|.*\]\]/ { 2024-08-29 04:32:22.280 | gsub("[][]", "", $1); 2024-08-29 04:32:22.280 | split($1, a, "|"); 2024-08-29 04:32:22.280 | if (a[1] == matchgroup) 2024-08-29 04:32:22.280 | print a[2] 2024-08-29 04:32:22.280 | } 2024-08-29 04:32:22.280 | ' /opt/stack/devstack/local.conf 2024-08-29 04:32:22.284 | + stack.sh:main:1430 : is_service_enabled n-cpu 2024-08-29 04:32:22.298 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:22.301 | + stack.sh:main:1435 : service_check 2024-08-29 04:32:22.303 | + functions-common:service_check:1728 : local service 2024-08-29 04:32:22.305 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.307 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-08-29 04:32:22.316 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-08-29 04:32:22.319 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.321 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-08-29 04:32:22.331 | enabled 2024-08-29 04:32:22.334 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-08-29 04:32:22.355 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-08-29 04:32:22.355 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.355 | Active: active (running) since Thu 2024-08-29 04:31:25 UTC; 57s ago 2024-08-29 04:32:22.355 | Main PID: 46761 (uwsgi) 2024-08-29 04:32:22.355 | Status: "uWSGI is ready" 2024-08-29 04:32:22.355 | Tasks: 3 (limit: 19126) 2024-08-29 04:32:22.355 | Memory: 238.6M 2024-08-29 04:32:22.355 | CPU: 6.081s 2024-08-29 04:32:22.355 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-08-29 04:32:22.355 | ├─46761 "nova-apiuWSGI master" 2024-08-29 04:32:22.355 | ├─46762 "nova-apiuWSGI worker 1" 2024-08-29 04:32:22.355 | └─46763 "nova-apiuWSGI worker 2" 2024-08-29 04:32:22.355 | 2024-08-29 04:32:22.355 | Aug 29 04:32:19 devstack devstack@n-api.service[46763]: [pid: 46763|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Aug 29 04:32:19 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-08-29 04:32:22.355 | Aug 29 04:32:20 devstack devstack@n-api.service[46762]: DEBUG nova.api.openstack.wsgi [None req-c23a29f4-80b9-405e-b545-36edd26d74dd admin admin] Calling method '>' {{(pid=46762) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-08-29 04:32:22.355 | Aug 29 04:32:20 devstack devstack@n-api.service[46762]: INFO nova.api.openstack.requestlog [None req-c23a29f4-80b9-405e-b545-36edd26d74dd admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000960 2024-08-29 04:32:22.355 | Aug 29 04:32:20 devstack devstack@n-api.service[46762]: [pid: 46762|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Thu Aug 29 04:32:20 2024] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2024-08-29 04:32:22.355 | Aug 29 04:32:20 devstack devstack@n-api.service[46763]: DEBUG nova.api.openstack.wsgi [None req-e0b54a2d-dc53-45f0-b9e1-7ffcf3d779f3 admin admin] Action: 'create', calling method: >, body: {"flavor": {"swap": 0, "os-flavor-access:is_public": true, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "rxtx_factor": 1.0, "vcpus": 8, "id": "5", "ram": 16384, "name": "m1.xlarge"}} {{(pid=46763) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-08-29 04:32:22.355 | Aug 29 04:32:20 devstack devstack@n-api.service[46763]: INFO nova.api.openstack.requestlog [None req-e0b54a2d-dc53-45f0-b9e1-7ffcf3d779f3 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.036391 2024-08-29 04:32:22.355 | Aug 29 04:32:20 devstack devstack@n-api.service[46763]: [pid: 46763|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Thu Aug 29 04:32:20 2024] POST /compute/v2.1/flavors => generated 408 bytes in 37 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-08-29 04:32:22.355 | Aug 29 04:32:20 devstack devstack@n-api.service[46762]: DEBUG nova.api.openstack.wsgi [None req-6c3517c3-0bc7-4261-948a-dc9dc5ad0126 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=46762) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-08-29 04:32:22.355 | Aug 29 04:32:20 devstack devstack@n-api.service[46762]: INFO nova.api.openstack.requestlog [None req-6c3517c3-0bc7-4261-948a-dc9dc5ad0126 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015376 2024-08-29 04:32:22.355 | Aug 29 04:32:20 devstack devstack@n-api.service[46762]: [pid: 46762|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Aug 29 04:32:20 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-08-29 04:32:22.358 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.360 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-08-29 04:32:22.370 | enabled 2024-08-29 04:32:22.372 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-08-29 04:32:22.384 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-08-29 04:32:22.384 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.384 | Active: active (running) since Thu 2024-08-29 04:32:02 UTC; 19s ago 2024-08-29 04:32:22.384 | Main PID: 52620 (nova-conductor) 2024-08-29 04:32:22.384 | Tasks: 3 (limit: 19126) 2024-08-29 04:32:22.384 | Memory: 147.5M 2024-08-29 04:32:22.384 | CPU: 2.072s 2024-08-29 04:32:22.384 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-08-29 04:32:22.384 | ├─52620 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-29 04:32:22.384 | ├─53039 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-29 04:32:22.384 | └─53040 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-29 04:32:22.384 | 2024-08-29 04:32:22.384 | Aug 29 04:32:04 devstack nova-conductor[52620]: DEBUG oslo_service.service [None req-1382e3e4-eaa0-41e2-8850-69fad6b74117 None None] oslo_limit.split_loggers = False {{(pid=52620) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.384 | Aug 29 04:32:04 devstack nova-conductor[52620]: DEBUG oslo_service.service [None req-1382e3e4-eaa0-41e2-8850-69fad6b74117 None None] oslo_limit.status_code_retries = None {{(pid=52620) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.384 | Aug 29 04:32:04 devstack nova-conductor[52620]: DEBUG oslo_service.service [None req-1382e3e4-eaa0-41e2-8850-69fad6b74117 None None] oslo_limit.status_code_retry_delay = None {{(pid=52620) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.384 | Aug 29 04:32:04 devstack nova-conductor[52620]: DEBUG oslo_service.service [None req-1382e3e4-eaa0-41e2-8850-69fad6b74117 None None] oslo_limit.timeout = None {{(pid=52620) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.384 | Aug 29 04:32:04 devstack nova-conductor[52620]: DEBUG oslo_service.service [None req-1382e3e4-eaa0-41e2-8850-69fad6b74117 None None] oslo_limit.valid_interfaces = None {{(pid=52620) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.384 | Aug 29 04:32:04 devstack nova-conductor[52620]: DEBUG oslo_service.service [None req-1382e3e4-eaa0-41e2-8850-69fad6b74117 None None] oslo_limit.version = None {{(pid=52620) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.384 | Aug 29 04:32:04 devstack nova-conductor[52620]: DEBUG oslo_service.service [None req-1382e3e4-eaa0-41e2-8850-69fad6b74117 None None] oslo_reports.file_event_handler = None {{(pid=52620) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.384 | Aug 29 04:32:04 devstack nova-conductor[52620]: DEBUG oslo_service.service [None req-1382e3e4-eaa0-41e2-8850-69fad6b74117 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=52620) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.384 | Aug 29 04:32:04 devstack nova-conductor[52620]: DEBUG oslo_service.service [None req-1382e3e4-eaa0-41e2-8850-69fad6b74117 None None] oslo_reports.log_dir = None {{(pid=52620) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.384 | Aug 29 04:32:04 devstack nova-conductor[52620]: DEBUG oslo_service.service [None req-1382e3e4-eaa0-41e2-8850-69fad6b74117 None None] ******************************************************************************** {{(pid=52620) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-29 04:32:22.387 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.389 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-08-29 04:32:22.398 | enabled 2024-08-29 04:32:22.401 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-08-29 04:32:22.412 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-08-29 04:32:22.412 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.412 | Active: active (running) since Thu 2024-08-29 04:31:59 UTC; 22s ago 2024-08-29 04:32:22.412 | Main PID: 51383 (nova-scheduler) 2024-08-29 04:32:22.412 | Tasks: 3 (limit: 19126) 2024-08-29 04:32:22.412 | Memory: 147.6M 2024-08-29 04:32:22.412 | CPU: 2.107s 2024-08-29 04:32:22.412 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-08-29 04:32:22.412 | ├─51383 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-29 04:32:22.412 | ├─52393 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-29 04:32:22.412 | └─52396 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-29 04:32:22.412 | 2024-08-29 04:32:22.412 | Aug 29 04:32:01 devstack nova-scheduler[51383]: DEBUG oslo_service.service [None req-91c4c1fb-fce7-45de-ae83-e35e8f22a1b7 None None] oslo_limit.split_loggers = False {{(pid=51383) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.412 | Aug 29 04:32:01 devstack nova-scheduler[51383]: DEBUG oslo_service.service [None req-91c4c1fb-fce7-45de-ae83-e35e8f22a1b7 None None] oslo_limit.status_code_retries = None {{(pid=51383) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.412 | Aug 29 04:32:01 devstack nova-scheduler[51383]: DEBUG oslo_service.service [None req-91c4c1fb-fce7-45de-ae83-e35e8f22a1b7 None None] oslo_limit.status_code_retry_delay = None {{(pid=51383) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.412 | Aug 29 04:32:01 devstack nova-scheduler[51383]: DEBUG oslo_service.service [None req-91c4c1fb-fce7-45de-ae83-e35e8f22a1b7 None None] oslo_limit.timeout = None {{(pid=51383) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.412 | Aug 29 04:32:01 devstack nova-scheduler[51383]: DEBUG oslo_service.service [None req-91c4c1fb-fce7-45de-ae83-e35e8f22a1b7 None None] oslo_limit.valid_interfaces = None {{(pid=51383) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.412 | Aug 29 04:32:01 devstack nova-scheduler[51383]: DEBUG oslo_service.service [None req-91c4c1fb-fce7-45de-ae83-e35e8f22a1b7 None None] oslo_limit.version = None {{(pid=51383) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.412 | Aug 29 04:32:01 devstack nova-scheduler[51383]: DEBUG oslo_service.service [None req-91c4c1fb-fce7-45de-ae83-e35e8f22a1b7 None None] oslo_reports.file_event_handler = None {{(pid=51383) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.412 | Aug 29 04:32:01 devstack nova-scheduler[51383]: DEBUG oslo_service.service [None req-91c4c1fb-fce7-45de-ae83-e35e8f22a1b7 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51383) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.412 | Aug 29 04:32:01 devstack nova-scheduler[51383]: DEBUG oslo_service.service [None req-91c4c1fb-fce7-45de-ae83-e35e8f22a1b7 None None] oslo_reports.log_dir = None {{(pid=51383) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.412 | Aug 29 04:32:01 devstack nova-scheduler[51383]: DEBUG oslo_service.service [None req-91c4c1fb-fce7-45de-ae83-e35e8f22a1b7 None None] ******************************************************************************** {{(pid=51383) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-29 04:32:22.415 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.417 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-08-29 04:32:22.426 | enabled 2024-08-29 04:32:22.429 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-08-29 04:32:22.440 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-08-29 04:32:22.440 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.440 | Active: active (running) since Thu 2024-08-29 04:32:01 UTC; 21s ago 2024-08-29 04:32:22.440 | Main PID: 51951 (uwsgi) 2024-08-29 04:32:22.440 | Status: "uWSGI is ready" 2024-08-29 04:32:22.440 | Tasks: 4 (limit: 19126) 2024-08-29 04:32:22.440 | Memory: 201.5M 2024-08-29 04:32:22.440 | CPU: 4.093s 2024-08-29 04:32:22.440 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-08-29 04:32:22.440 | ├─51951 "nova-api-metauWSGI master" 2024-08-29 04:32:22.440 | ├─51952 "nova-api-metauWSGI worker 1" 2024-08-29 04:32:22.440 | ├─51953 "nova-api-metauWSGI worker 2" 2024-08-29 04:32:22.440 | └─51954 "nova-api-metauWSGI http 1" 2024-08-29 04:32:22.440 | 2024-08-29 04:32:22.440 | Aug 29 04:32:03 devstack devstack@n-api-meta.service[51952]: DEBUG oslo_concurrency.lockutils [None req-92982295-e8ee-4457-beda-ece885492cb9 None None] Lock "d0ae54bd-e0f8-43cb-838f-391ff3e34a72" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=51952) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-29 04:32:22.440 | Aug 29 04:32:03 devstack devstack@n-api-meta.service[51952]: DEBUG oslo_concurrency.lockutils [None req-92982295-e8ee-4457-beda-ece885492cb9 None None] Lock "d0ae54bd-e0f8-43cb-838f-391ff3e34a72" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.001s {{(pid=51952) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-29 04:32:22.440 | Aug 29 04:32:03 devstack devstack@n-api-meta.service[51952]: DEBUG oslo_db.sqlalchemy.engines [None req-92982295-e8ee-4457-beda-ece885492cb9 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=51952) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 04:32:22.440 | Aug 29 04:32:03 devstack devstack@n-api-meta.service[51952]: DEBUG oslo_db.sqlalchemy.engines [None req-92982295-e8ee-4457-beda-ece885492cb9 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=51952) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 04:32:22.440 | Aug 29 04:32:03 devstack devstack@n-api-meta.service[51953]: DEBUG oslo_db.sqlalchemy.engines [None req-ddd07aff-dd29-4784-9c8d-e9355b484cdc None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=51953) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 04:32:22.440 | Aug 29 04:32:03 devstack devstack@n-api-meta.service[51952]: DEBUG oslo_db.sqlalchemy.engines [None req-92982295-e8ee-4457-beda-ece885492cb9 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=51952) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 04:32:22.440 | Aug 29 04:32:03 devstack devstack@n-api-meta.service[51953]: WARNING nova.api.metadata.handler [None req-ddd07aff-dd29-4784-9c8d-e9355b484cdc None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-08-29 04:32:22.440 | Aug 29 04:32:03 devstack devstack@n-api-meta.service[51953]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5ff51e09df10 pid: 51953 (default app) 2024-08-29 04:32:22.440 | Aug 29 04:32:03 devstack devstack@n-api-meta.service[51952]: WARNING nova.api.metadata.handler [None req-92982295-e8ee-4457-beda-ece885492cb9 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-08-29 04:32:22.440 | Aug 29 04:32:03 devstack devstack@n-api-meta.service[51952]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5ff51e09df10 pid: 51952 (default app) 2024-08-29 04:32:22.444 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.446 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-08-29 04:32:22.455 | enabled 2024-08-29 04:32:22.458 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-08-29 04:32:22.469 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-08-29 04:32:22.469 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.469 | Active: active (running) since Thu 2024-08-29 04:31:33 UTC; 49s ago 2024-08-29 04:32:22.469 | Main PID: 48094 (uwsgi) 2024-08-29 04:32:22.469 | Status: "uWSGI is ready" 2024-08-29 04:32:22.469 | Tasks: 3 (limit: 19126) 2024-08-29 04:32:22.469 | Memory: 146.4M 2024-08-29 04:32:22.469 | CPU: 2.577s 2024-08-29 04:32:22.469 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-08-29 04:32:22.469 | ├─48094 "placementuWSGI master" 2024-08-29 04:32:22.469 | ├─48095 "placementuWSGI worker 1" 2024-08-29 04:32:22.469 | └─48096 "placementuWSGI worker 2" 2024-08-29 04:32:22.469 | 2024-08-29 04:32:22.469 | Aug 29 04:31:34 devstack devstack@placement-api.service[48096]: WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x5ae53078e990 pid: 48096 (default app) 2024-08-29 04:32:22.469 | Aug 29 04:31:34 devstack devstack@placement-api.service[48095]: DEBUG placement.requestlog [None req-e3282ac7-de55-4f1e-aed3-dfeaa9febb3b None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=48095) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-29 04:32:22.469 | Aug 29 04:31:34 devstack devstack@placement-api.service[48095]: INFO placement.requestlog [None req-e3282ac7-de55-4f1e-aed3-dfeaa9febb3b None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-29 04:32:22.469 | Aug 29 04:31:34 devstack devstack@placement-api.service[48095]: [pid: 48095|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Thu Aug 29 04:31:34 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-29 04:32:22.469 | Aug 29 04:32:01 devstack devstack@placement-api.service[48096]: DEBUG placement.requestlog [None req-c66bfcb6-629f-4329-9d26-24601439929f None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=48096) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-29 04:32:22.469 | Aug 29 04:32:01 devstack devstack@placement-api.service[48096]: INFO placement.requestlog [None req-c66bfcb6-629f-4329-9d26-24601439929f None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-29 04:32:22.469 | Aug 29 04:32:01 devstack devstack@placement-api.service[48096]: [pid: 48096|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Thu Aug 29 04:32:01 2024] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-29 04:32:22.469 | Aug 29 04:32:03 devstack devstack@placement-api.service[48095]: DEBUG placement.requestlog [None req-6554174d-9b00-4978-8380-321ff885d01c None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=48095) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-29 04:32:22.469 | Aug 29 04:32:03 devstack devstack@placement-api.service[48095]: INFO placement.requestlog [None req-6554174d-9b00-4978-8380-321ff885d01c None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-29 04:32:22.469 | Aug 29 04:32:03 devstack devstack@placement-api.service[48095]: [pid: 48095|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Thu Aug 29 04:32:03 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-29 04:32:22.472 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.474 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-08-29 04:32:22.483 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-08-29 04:32:22.486 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.488 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-08-29 04:32:22.497 | enabled 2024-08-29 04:32:22.500 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-08-29 04:32:22.511 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-08-29 04:32:22.511 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.511 | Active: active (running) since Thu 2024-08-29 04:32:13 UTC; 8s ago 2024-08-29 04:32:22.511 | Main PID: 55335 (uwsgi) 2024-08-29 04:32:22.511 | Status: "uWSGI is ready" 2024-08-29 04:32:22.511 | Tasks: 7 (limit: 19126) 2024-08-29 04:32:22.511 | Memory: 237.4M 2024-08-29 04:32:22.511 | CPU: 4.604s 2024-08-29 04:32:22.511 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-08-29 04:32:22.511 | ├─55335 "glance-apiuWSGI master" 2024-08-29 04:32:22.511 | ├─55336 "glance-apiuWSGI worker 1" 2024-08-29 04:32:22.511 | └─55337 "glance-apiuWSGI worker 2" 2024-08-29 04:32:22.511 | 2024-08-29 04:32:22.511 | Aug 29 04:32:18 devstack devstack@g-api.service[55336]: DEBUG glance.api.middleware.version_negotiation [None req-009d7294-8696-4f87-b324-f4dc4408b3d6 None None] Using url versioning {{(pid=55336) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2024-08-29 04:32:22.511 | Aug 29 04:32:18 devstack devstack@g-api.service[55336]: DEBUG glance.api.middleware.version_negotiation [None req-009d7294-8696-4f87-b324-f4dc4408b3d6 None None] Matched version: v2 {{(pid=55336) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2024-08-29 04:32:22.511 | Aug 29 04:32:18 devstack devstack@g-api.service[55336]: DEBUG glance.api.middleware.version_negotiation [None req-009d7294-8696-4f87-b324-f4dc4408b3d6 None None] new path /v2/images/f5dfd970-7a56-4489-873c-2c3b6fbd9fe9/file {{(pid=55336) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2024-08-29 04:32:22.511 | Aug 29 04:32:18 devstack devstack@g-api.service[55336]: DEBUG oslo_db.sqlalchemy.engines [None req-5099085d-4e61-4db0-8ad0-0ab24426f744 admin admin] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=55336) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 04:32:22.511 | Aug 29 04:32:18 devstack devstack@g-api.service[55336]: INFO glance.api.v2.image_data [None req-5099085d-4e61-4db0-8ad0-0ab24426f744 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-08-29 04:32:22.511 | Aug 29 04:32:18 devstack devstack@g-api.service[55336]: DEBUG glance.location [None req-5099085d-4e61-4db0-8ad0-0ab24426f744 admin admin] Enabling in-flight format inspection for vmdk {{(pid=55336) set_data /opt/stack/glance/glance/location.py:592}} 2024-08-29 04:32:22.511 | Aug 29 04:32:18 devstack devstack@g-api.service[55336]: DEBUG glance_store._drivers.filesystem [None req-5099085d-4e61-4db0-8ad0-0ab24426f744 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/f5dfd970-7a56-4489-873c-2c3b6fbd9fe9 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=55336) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-08-29 04:32:22.511 | Aug 29 04:32:18 devstack devstack@g-api.service[55336]: INFO glance.location [None req-5099085d-4e61-4db0-8ad0-0ab24426f744 admin admin] Image format matched and virtual size computed: 117440512 2024-08-29 04:32:22.511 | Aug 29 04:32:18 devstack devstack@g-api.service[55336]: DEBUG glance_store.backend [None req-5099085d-4e61-4db0-8ad0-0ab24426f744 admin admin] Skipping store.set_acls... not implemented. {{(pid=55336) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-08-29 04:32:22.511 | Aug 29 04:32:18 devstack devstack@g-api.service[55336]: [pid: 55336|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Thu Aug 29 04:32:18 2024] PUT /v2/images/f5dfd970-7a56-4489-873c-2c3b6fbd9fe9/file => generated 0 bytes in 792 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-08-29 04:32:22.514 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.516 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-08-29 04:32:22.525 | enabled 2024-08-29 04:32:22.527 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-08-29 04:32:22.539 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-08-29 04:32:22.539 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.539 | Active: active (running) since Thu 2024-08-29 04:32:09 UTC; 13s ago 2024-08-29 04:32:22.539 | Main PID: 54182 (cinder-schedule) 2024-08-29 04:32:22.539 | Tasks: 1 (limit: 19126) 2024-08-29 04:32:22.539 | Memory: 102.0M 2024-08-29 04:32:22.539 | CPU: 1.853s 2024-08-29 04:32:22.539 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-08-29 04:32:22.539 | └─54182 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-08-29 04:32:22.539 | 2024-08-29 04:32:22.539 | Aug 29 04:32:11 devstack cinder-scheduler[54182]: DEBUG oslo_service.service [None req-1ff2adc9-f978-4cde-9f94-b59dd4279fbd None None] nova.token_auth_url = None {{(pid=54182) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.539 | Aug 29 04:32:11 devstack cinder-scheduler[54182]: DEBUG oslo_service.service [None req-1ff2adc9-f978-4cde-9f94-b59dd4279fbd None None] ******************************************************************************** {{(pid=54182) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-29 04:32:22.539 | Aug 29 04:32:11 devstack cinder-scheduler[54182]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-08-29 04:32:22.539 | Aug 29 04:32:11 devstack cinder-scheduler[54182]: INFO cinder.manager [None req-3c659a7c-9d87-4995-9686-48f4a49c9f8c None None] Initiating service 1 cleanup 2024-08-29 04:32:22.539 | Aug 29 04:32:11 devstack cinder-scheduler[54182]: INFO cinder.manager [None req-3c659a7c-9d87-4995-9686-48f4a49c9f8c None None] Service 1 cleanup completed. 2024-08-29 04:32:22.539 | Aug 29 04:32:11 devstack cinder-scheduler[54182]: DEBUG cinder.service [None req-3c659a7c-9d87-4995-9686-48f4a49c9f8c None None] Creating RPC server for service cinder-scheduler {{(pid=54182) start /opt/stack/cinder/cinder/service.py:238}} 2024-08-29 04:32:22.539 | Aug 29 04:32:11 devstack cinder-scheduler[54182]: DEBUG cinder.service [None req-3c659a7c-9d87-4995-9686-48f4a49c9f8c None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54182) start /opt/stack/cinder/cinder/service.py:244}} 2024-08-29 04:32:22.539 | Aug 29 04:32:14 devstack cinder-scheduler[54182]: DEBUG cinder.scheduler.host_manager [None req-515a0cb4-e9a8-4033-a063-b6b60b7c52c0 None None] Received volume service update from devstack@vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None} {{(pid=54182) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-08-29 04:32:22.539 | Aug 29 04:32:14 devstack cinder-scheduler[54182]: DEBUG cinder.scheduler.host_manager [None req-515a0cb4-e9a8-4033-a063-b6b60b7c52c0 None None] Updating capabilities for devstack@vsphere#vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2024, 8, 29, 4, 32, 14, 871916)} {{(pid=54182) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-08-29 04:32:22.539 | Aug 29 04:32:14 devstack cinder-scheduler[54182]: DEBUG cinder.utils [None req-515a0cb4-e9a8-4033-a063-b6b60b7c52c0 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=54182) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-08-29 04:32:22.542 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.544 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-08-29 04:32:22.553 | enabled 2024-08-29 04:32:22.556 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-08-29 04:32:22.567 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-08-29 04:32:22.567 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.567 | Active: active (running) since Thu 2024-08-29 04:32:06 UTC; 16s ago 2024-08-29 04:32:22.567 | Main PID: 53682 (uwsgi) 2024-08-29 04:32:22.567 | Status: "uWSGI is ready" 2024-08-29 04:32:22.567 | Tasks: 5 (limit: 19126) 2024-08-29 04:32:22.567 | Memory: 229.5M 2024-08-29 04:32:22.567 | CPU: 4.897s 2024-08-29 04:32:22.567 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-08-29 04:32:22.567 | ├─53682 "cinder-apiuWSGI master" 2024-08-29 04:32:22.567 | ├─53683 "cinder-apiuWSGI worker 1" 2024-08-29 04:32:22.567 | └─53684 "cinder-apiuWSGI worker 2" 2024-08-29 04:32:22.567 | 2024-08-29 04:32:22.567 | Aug 29 04:32:12 devstack devstack@c-api.service[53684]: INFO cinder.api.openstack.wsgi [None req-38a07e78-b8e1-47fe-bd7d-18bf360d0f5c admin admin] http://10.180.1.21/volume/v3/8c82f07917ba4819a6bcf09e15f9f9cf/types returned with HTTP 200 2024-08-29 04:32:22.567 | Aug 29 04:32:12 devstack devstack@c-api.service[53684]: [pid: 53684|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Thu Aug 29 04:32:11 2024] POST /volume/v3/8c82f07917ba4819a6bcf09e15f9f9cf/types => generated 182 bytes in 402 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-08-29 04:32:22.567 | Aug 29 04:32:12 devstack devstack@c-api.service[53683]: DEBUG cinder.api.middleware.request_id [req-38a07e78-b8e1-47fe-bd7d-18bf360d0f5c req-7565dee4-1dc3-4abc-8350-838594788a5d None None] RequestId filter calling following filter/app {{(pid=53683) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-08-29 04:32:22.567 | Aug 29 04:32:12 devstack devstack@c-api.service[53683]: INFO cinder.api.openstack.wsgi [req-38a07e78-b8e1-47fe-bd7d-18bf360d0f5c req-7565dee4-1dc3-4abc-8350-838594788a5d admin admin] POST http://10.180.1.21/volume/v3/8c82f07917ba4819a6bcf09e15f9f9cf/types/fe78cff9-e86b-470c-be24-bd2e7462af50/extra_specs 2024-08-29 04:32:22.567 | Aug 29 04:32:12 devstack devstack@c-api.service[53683]: DEBUG cinder.api.openstack.wsgi [req-38a07e78-b8e1-47fe-bd7d-18bf360d0f5c req-7565dee4-1dc3-4abc-8350-838594788a5d admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=53683) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-08-29 04:32:22.567 | Aug 29 04:32:12 devstack devstack@c-api.service[53683]: /usr/local/lib/python3.10/dist-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2024-08-29 04:32:22.567 | Aug 29 04:32:12 devstack devstack@c-api.service[53683]: warnings.warn('Policy enforcement is depending on the value of ' 2024-08-29 04:32:22.567 | Aug 29 04:32:12 devstack devstack@c-api.service[53683]: DEBUG oslo_db.sqlalchemy.engines [req-38a07e78-b8e1-47fe-bd7d-18bf360d0f5c req-7565dee4-1dc3-4abc-8350-838594788a5d admin admin] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=53683) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 04:32:22.567 | Aug 29 04:32:12 devstack devstack@c-api.service[53683]: INFO cinder.api.openstack.wsgi [req-38a07e78-b8e1-47fe-bd7d-18bf360d0f5c req-7565dee4-1dc3-4abc-8350-838594788a5d admin admin] http://10.180.1.21/volume/v3/8c82f07917ba4819a6bcf09e15f9f9cf/types/fe78cff9-e86b-470c-be24-bd2e7462af50/extra_specs returned with HTTP 200 2024-08-29 04:32:22.567 | Aug 29 04:32:12 devstack devstack@c-api.service[53683]: [pid: 53683|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Thu Aug 29 04:32:12 2024] POST /volume/v3/8c82f07917ba4819a6bcf09e15f9f9cf/types/fe78cff9-e86b-470c-be24-bd2e7462af50/extra_specs => generated 51 bytes in 344 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) 2024-08-29 04:32:22.570 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.572 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-08-29 04:32:22.581 | enabled 2024-08-29 04:32:22.584 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-08-29 04:32:22.595 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-08-29 04:32:22.595 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.595 | Active: active (running) since Thu 2024-08-29 04:32:10 UTC; 12s ago 2024-08-29 04:32:22.595 | Main PID: 54695 (cinder-volume) 2024-08-29 04:32:22.595 | Tasks: 3 (limit: 19126) 2024-08-29 04:32:22.595 | Memory: 251.4M 2024-08-29 04:32:22.595 | CPU: 4.321s 2024-08-29 04:32:22.595 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-08-29 04:32:22.595 | ├─54695 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-08-29 04:32:22.595 | └─54795 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-08-29 04:32:22.595 | 2024-08-29 04:32:22.595 | Aug 29 04:32:14 devstack cinder-volume[54795]: DEBUG cinder.image.image_utils [None req-515a0cb4-e9a8-4033-a063-b6b60b7c52c0 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=54795) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1239}} 2024-08-29 04:32:22.595 | Aug 29 04:32:14 devstack cinder-volume[54795]: INFO cinder.keymgr.migration [None req-aa19464b-19a6-42a3-b4af-d6d33beeb655 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-08-29 04:32:22.595 | Aug 29 04:32:14 devstack cinder-volume[54795]: DEBUG cinder.manager [None req-515a0cb4-e9a8-4033-a063-b6b60b7c52c0 None None] Notifying Schedulers of capabilities ... {{(pid=54795) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-08-29 04:32:22.595 | Aug 29 04:32:14 devstack cinder-volume[54795]: INFO cinder.volume.manager [None req-515a0cb4-e9a8-4033-a063-b6b60b7c52c0 None None] Driver initialization completed successfully. 2024-08-29 04:32:22.595 | Aug 29 04:32:14 devstack cinder-volume[54795]: INFO cinder.manager [None req-515a0cb4-e9a8-4033-a063-b6b60b7c52c0 None None] Initiating service 2 cleanup 2024-08-29 04:32:22.595 | Aug 29 04:32:14 devstack cinder-volume[54795]: INFO cinder.manager [None req-515a0cb4-e9a8-4033-a063-b6b60b7c52c0 None None] Service 2 cleanup completed. 2024-08-29 04:32:22.595 | Aug 29 04:32:14 devstack cinder-volume[54795]: DEBUG cinder.service [None req-515a0cb4-e9a8-4033-a063-b6b60b7c52c0 None None] Creating RPC server for service cinder-volume {{(pid=54795) start /opt/stack/cinder/cinder/service.py:238}} 2024-08-29 04:32:22.595 | Aug 29 04:32:14 devstack cinder-volume[54795]: DEBUG cinder.service [None req-515a0cb4-e9a8-4033-a063-b6b60b7c52c0 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54795) start /opt/stack/cinder/cinder/service.py:244}} 2024-08-29 04:32:22.595 | Aug 29 04:32:14 devstack cinder-volume[54795]: INFO cinder.volume.manager [None req-515a0cb4-e9a8-4033-a063-b6b60b7c52c0 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-08-29 04:32:22.595 | Aug 29 04:32:14 devstack cinder-volume[54795]: INFO cinder.volume.manager [None req-515a0cb4-e9a8-4033-a063-b6b60b7c52c0 None None] Driver post RPC initialization completed successfully. 2024-08-29 04:32:22.598 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.600 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-08-29 04:32:22.608 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-08-29 04:32:22.612 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.614 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-08-29 04:32:22.622 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-08-29 04:32:22.625 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.627 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-08-29 04:32:22.636 | enabled 2024-08-29 04:32:22.639 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-08-29 04:32:22.650 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-08-29 04:32:22.650 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.650 | Active: active (running) since Thu 2024-08-29 04:31:29 UTC; 53s ago 2024-08-29 04:32:22.650 | Main PID: 47447 (/usr/bin/python) 2024-08-29 04:32:22.650 | Tasks: 5 (limit: 19126) 2024-08-29 04:32:22.650 | Memory: 377.3M 2024-08-29 04:32:22.650 | CPU: 9.673s 2024-08-29 04:32:22.650 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-08-29 04:32:22.650 | ├─47447 "/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2024-08-29 04:32:22.651 | ├─47549 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-29 04:32:22.651 | ├─47550 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-29 04:32:22.651 | ├─47551 "neutron-server: rpc worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-29 04:32:22.651 | └─47552 "neutron-server: periodic worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-29 04:32:22.651 | 2024-08-29 04:32:22.651 | Aug 29 04:32:00 devstack neutron-server[47551]: DEBUG neutron.plugins.ml2.plugin [None req-3927c3bc-6389-4fb2-91ac-801e95d007b7 None None] Current status of the port 16581f5f-372a-4bdb-a44d-cbbad426810c is: ACTIVE; New status is: ACTIVE {{(pid=47551) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-08-29 04:32:22.651 | Aug 29 04:32:00 devstack neutron-server[47551]: DEBUG neutron.plugins.ml2.rpc [None req-3927c3bc-6389-4fb2-91ac-801e95d007b7 None None] Device db403fae-4dae-4471-a8db-78be368541d8 up at agent ovs-agent-devstack {{(pid=47551) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2024-08-29 04:32:22.651 | Aug 29 04:32:00 devstack neutron-server[47551]: DEBUG neutron.db.provisioning_blocks [None req-3927c3bc-6389-4fb2-91ac-801e95d007b7 None None] Provisioning complete for port db403fae-4dae-4471-a8db-78be368541d8 triggered by entity L2. {{(pid=47551) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2024-08-29 04:32:22.651 | Aug 29 04:32:00 devstack neutron-server[47551]: DEBUG neutron_lib.callbacks.manager [None req-3927c3bc-6389-4fb2-91ac-801e95d007b7 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-861265'] for port (db403fae-4dae-4471-a8db-78be368541d8), provisioning_complete {{(pid=47551) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 04:32:22.651 | Aug 29 04:32:00 devstack neutron-server[47551]: INFO neutron.plugins.ml2.plugin [None req-3927c3bc-6389-4fb2-91ac-801e95d007b7 None None] Attempt 1 to provision port db403fae-4dae-4471-a8db-78be368541d8 2024-08-29 04:32:22.651 | Aug 29 04:32:00 devstack neutron-server[47551]: DEBUG neutron.plugins.ml2.plugin [None req-3927c3bc-6389-4fb2-91ac-801e95d007b7 None None] Current status of the port db403fae-4dae-4471-a8db-78be368541d8 is: ACTIVE; New status is: ACTIVE {{(pid=47551) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-08-29 04:32:22.651 | Aug 29 04:32:08 devstack neutron-server[47551]: DEBUG neutron_lib.callbacks.manager [None req-95b84e41-380e-4bcb-8c83-caddd37a0928 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8560839991140', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-861243'] for agent (d8164fae-5482-46bc-84cc-cc9ab5050e96), after_update {{(pid=47551) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 04:32:22.651 | Aug 29 04:32:09 devstack neutron-server[47551]: DEBUG neutron_lib.callbacks.manager [None req-938516a1-e39a-48c6-adc9-dcf26ff2f238 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8560839991140', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-861243'] for agent (e6a80fe8-0af7-4231-a3d6-038b542186b0), after_update {{(pid=47551) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 04:32:22.651 | Aug 29 04:32:10 devstack neutron-server[47551]: DEBUG neutron_lib.callbacks.manager [None req-3927c3bc-6389-4fb2-91ac-801e95d007b7 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8560839991140', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-861243'] for agent (5a2b05dc-840f-4365-9514-63cd426d4383), after_update {{(pid=47551) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 04:32:22.651 | Aug 29 04:32:10 devstack neutron-server[47551]: DEBUG neutron_lib.callbacks.manager [None req-55ae6770-6a2d-4675-b01e-f21d0cd3cbf5 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8560839991140', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-861243'] for agent (ca343615-a150-4c47-8026-13870db0082c), after_update {{(pid=47551) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 04:32:22.654 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.656 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-08-29 04:32:22.664 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-08-29 04:32:22.667 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.669 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-08-29 04:32:22.678 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-08-29 04:32:22.681 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.683 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-08-29 04:32:22.691 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-08-29 04:32:22.694 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.696 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-08-29 04:32:22.705 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-08-29 04:32:22.708 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.710 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-08-29 04:32:22.719 | enabled 2024-08-29 04:32:22.722 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-08-29 04:32:22.734 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-08-29 04:32:22.734 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.734 | Active: active (running) since Thu 2024-08-29 04:31:35 UTC; 47s ago 2024-08-29 04:32:22.734 | Main PID: 48593 (neutron-openvsw) 2024-08-29 04:32:22.734 | Tasks: 4 (limit: 19126) 2024-08-29 04:32:22.734 | Memory: 159.3M 2024-08-29 04:32:22.734 | CPU: 3.699s 2024-08-29 04:32:22.734 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-08-29 04:32:22.734 | ├─48593 "neutron-openvswitch-agent (/usr/bin/python3.10 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-29 04:32:22.734 | ├─50059 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmppo_bls4p/privsep.sock 2024-08-29 04:32:22.734 | └─50062 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-08-29 04:32:22.734 | 2024-08-29 04:32:22.734 | Aug 29 04:32:18 devstack neutron-openvswitch-agent[48593]: DEBUG neutron.agent.linux.utils [None req-e9394c62-6f08-4e4c-96cd-3b216b5c051e None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 50062. {{(pid=48593) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-29 04:32:22.734 | Aug 29 04:32:18 devstack neutron-openvswitch-agent[48593]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-e9394c62-6f08-4e4c-96cd-3b216b5c051e None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-08-29 04:32:22.734 | Aug 29 04:32:20 devstack neutron-openvswitch-agent[48593]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-e9394c62-6f08-4e4c-96cd-3b216b5c051e None None] Agent rpc_loop - iteration:19 started 2024-08-29 04:32:22.734 | Aug 29 04:32:20 devstack neutron-openvswitch-agent[48593]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-e9394c62-6f08-4e4c-96cd-3b216b5c051e None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x3a8d50c5,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=11291510781898729706,duration_nsec=197000000,duration_sec=41,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=48593) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-08-29 04:32:22.734 | Aug 29 04:32:20 devstack neutron-openvswitch-agent[48593]: DEBUG neutron.agent.linux.utils [None req-e9394c62-6f08-4e4c-96cd-3b216b5c051e None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 50062. {{(pid=48593) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-29 04:32:22.734 | Aug 29 04:32:20 devstack neutron-openvswitch-agent[48593]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-e9394c62-6f08-4e4c-96cd-3b216b5c051e None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-08-29 04:32:22.734 | Aug 29 04:32:22 devstack neutron-openvswitch-agent[48593]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-e9394c62-6f08-4e4c-96cd-3b216b5c051e None None] Agent rpc_loop - iteration:20 started 2024-08-29 04:32:22.734 | Aug 29 04:32:22 devstack neutron-openvswitch-agent[48593]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-e9394c62-6f08-4e4c-96cd-3b216b5c051e None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x3a8d50c7,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=11291510781898729706,duration_nsec=199000000,duration_sec=43,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=48593) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-08-29 04:32:22.734 | Aug 29 04:32:22 devstack neutron-openvswitch-agent[48593]: DEBUG neutron.agent.linux.utils [None req-e9394c62-6f08-4e4c-96cd-3b216b5c051e None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 50062. {{(pid=48593) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-29 04:32:22.734 | Aug 29 04:32:22 devstack neutron-openvswitch-agent[48593]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-e9394c62-6f08-4e4c-96cd-3b216b5c051e None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-08-29 04:32:22.737 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.739 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-08-29 04:32:22.748 | enabled 2024-08-29 04:32:22.751 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-08-29 04:32:22.762 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-08-29 04:32:22.762 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.762 | Active: active (running) since Thu 2024-08-29 04:31:36 UTC; 46s ago 2024-08-29 04:32:22.762 | Main PID: 49011 (neutron-dhcp-ag) 2024-08-29 04:32:22.762 | Tasks: 13 (limit: 19126) 2024-08-29 04:32:22.762 | Memory: 423.4M 2024-08-29 04:32:22.762 | CPU: 8.538s 2024-08-29 04:32:22.762 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-08-29 04:32:22.762 | ├─49011 "neutron-dhcp-agent (/usr/bin/python3.10 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2024-08-29 04:32:22.762 | ├─50225 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp876rq0vb/privsep.sock 2024-08-29 04:32:22.762 | ├─50266 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpkw28sqhi/privsep.sock 2024-08-29 04:32:22.762 | ├─50356 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmprc5lmzm5/privsep.sock 2024-08-29 04:32:22.762 | ├─50443 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-29 04:32:22.762 | ├─50444 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-29 04:32:22.762 | └─50455 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/2bc868de-38ee-4e7f-a346-1874e5b3e6d3/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/2bc868de-38ee-4e7f-a346-1874e5b3e6d3/host --addn-hosts=/opt/stack/data/neutron/dhcp/2bc868de-38ee-4e7f-a346-1874e5b3e6d3/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/2bc868de-38ee-4e7f-a346-1874e5b3e6d3/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/2bc868de-38ee-4e7f-a346-1874e5b3e6d3/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-2788b38a-62f8-4f31-b6b6-6a0da75a234c,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2024-08-29 04:32:22.762 | 2024-08-29 04:32:22.762 | Aug 29 04:31:53 devstack neutron-dhcp-agent[49011]: INFO neutron.agent.dhcp.agent [None req-134e639a-6b70-4777-949a-194aced7709c None None] DHCP configuration for ports {'16581f5f-372a-4bdb-a44d-cbbad426810c'} is completed 2024-08-29 04:32:22.762 | Aug 29 04:31:55 devstack neutron-dhcp-agent[49011]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '8f438ccf-b360-4682-ac13-f5de47cade07'}, 'priority': 0},) {} {{(pid=49011) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-29 04:32:22.762 | Aug 29 04:31:55 devstack neutron-dhcp-agent[49011]: DEBUG oslo_concurrency.lockutils [None req-af91381d-1110-450c-a2fb-1f8cce66cb1e None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=49011) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-08-29 04:32:22.762 | Aug 29 04:31:55 devstack neutron-dhcp-agent[49011]: DEBUG oslo_concurrency.lockutils [None req-af91381d-1110-450c-a2fb-1f8cce66cb1e None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=49011) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-29 04:32:22.762 | Aug 29 04:31:55 devstack neutron-dhcp-agent[49011]: DEBUG oslo_concurrency.lockutils [None req-af91381d-1110-450c-a2fb-1f8cce66cb1e None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=49011) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-29 04:32:22.762 | Aug 29 04:31:55 devstack neutron-dhcp-agent[49011]: DEBUG neutron.agent.dhcp.agent [None req-af91381d-1110-450c-a2fb-1f8cce66cb1e None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'c6118c2b-ec21-427e-896b-7465253b7278', 'name': 'public-subnet', 'tenant_id': '8c82f07917ba4819a6bcf09e15f9f9cf', 'network_id': '8f438ccf-b360-4682-ac13-f5de47cade07', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '10.180.180.1', 'cidr': '10.180.180.0/24', 'allocation_pools': [{'start': '10.180.180.128', 'end': '10.180.180.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2024-08-29T04:31:55Z', 'updated_at': '2024-08-29T04:31:55Z', 'revision_number': 0, 'project_id': '8c82f07917ba4819a6bcf09e15f9f9cf', 'network': {'id': '8f438ccf-b360-4682-ac13-f5de47cade07', 'name': 'public', 'tenant_id': '8c82f07917ba4819a6bcf09e15f9f9cf', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['c6118c2b-ec21-427e-896b-7465253b7278'], 'standard_attr_id': 17, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2024-08-29T04:31:51Z', 'updated_at': '2024-08-29T04:31:55Z', 'revision_number': 2, 'project_id': '8c82f07917ba4819a6bcf09e15f9f9cf', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=49011) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-29 04:32:22.762 | Aug 29 04:31:55 devstack neutron-dhcp-agent[49011]: DEBUG oslo_concurrency.lockutils [None req-0c305792-d5c4-446d-a21b-8eeb97dd0e2e None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=49011) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-08-29 04:32:22.762 | Aug 29 04:31:55 devstack neutron-dhcp-agent[49011]: DEBUG oslo_concurrency.lockutils [None req-0c305792-d5c4-446d-a21b-8eeb97dd0e2e None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=49011) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-29 04:32:22.762 | Aug 29 04:31:55 devstack neutron-dhcp-agent[49011]: DEBUG oslo_concurrency.lockutils [None req-0c305792-d5c4-446d-a21b-8eeb97dd0e2e None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=49011) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-29 04:32:22.762 | Aug 29 04:31:57 devstack neutron-dhcp-agent[49011]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=49011) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-29 04:32:22.766 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.768 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-08-29 04:32:22.777 | enabled 2024-08-29 04:32:22.780 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-08-29 04:32:22.790 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-08-29 04:32:22.790 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.791 | Active: active (running) since Thu 2024-08-29 04:31:37 UTC; 45s ago 2024-08-29 04:32:22.791 | Main PID: 49439 (neutron-l3-agen) 2024-08-29 04:32:22.791 | Tasks: 22 (limit: 19126) 2024-08-29 04:32:22.791 | Memory: 428.4M 2024-08-29 04:32:22.791 | CPU: 8.508s 2024-08-29 04:32:22.791 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-08-29 04:32:22.791 | ├─49439 "neutron-l3-agent (/usr/bin/python3.10 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2024-08-29 04:32:22.791 | ├─50101 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmp0v5c5bhq/privsep.sock 2024-08-29 04:32:22.791 | ├─50655 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpmksc4yuy/privsep.sock 2024-08-29 04:32:22.791 | ├─50719 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpxssge5aw/privsep.sock 2024-08-29 04:32:22.791 | ├─50925 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-29 04:32:22.791 | ├─50926 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-29 04:32:22.791 | └─50991 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/79e75e39-242f-4d2b-a8dd-85d91c88a7f7.conf 2024-08-29 04:32:22.791 | 2024-08-29 04:32:22.791 | Aug 29 04:32:02 devstack neutron-l3-agent[49439]: DEBUG oslo.privsep.daemon [-] privsep: reply[682efdc5-527e-423a-be83-ce0adff254a6]: (4, ('ARPING 10.180.180.142 from 10.180.180.142 qg-db403fae-4d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50655) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 04:32:22.791 | Aug 29 04:32:03 devstack neutron-l3-agent[49439]: DEBUG oslo.privsep.daemon [-] privsep: reply[eb1c3b47-3da9-4f24-95a7-e18afbd43fef]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-16581f5f-37\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50655) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 04:32:22.791 | Aug 29 04:32:04 devstack neutron-l3-agent[49439]: DEBUG oslo.privsep.daemon [-] privsep: reply[d951c08a-60e2-42cc-a495-26b126cfb95c]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-16581f5f-37\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50655) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 04:32:22.791 | Aug 29 04:32:05 devstack neutron-l3-agent[49439]: DEBUG oslo.privsep.daemon [-] privsep: reply[51185a88-336d-4dff-8abd-8a49cf3ec175]: (4, ('ARPING 10.180.180.142 from 10.180.180.142 qg-db403fae-4d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50655) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 04:32:22.791 | Aug 29 04:32:06 devstack neutron-l3-agent[49439]: DEBUG oslo.privsep.daemon [-] privsep: reply[d8168ac7-49dc-4041-93eb-c8538b6cf43f]: (4, ('ARPING 10.180.180.142 from 10.180.180.142 qg-db403fae-4d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50655) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 04:32:22.791 | Aug 29 04:32:07 devstack neutron-l3-agent[49439]: DEBUG oslo.privsep.daemon [-] privsep: reply[8cc1332a-e96a-4c58-8495-de1a3986e393]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-16581f5f-37\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50655) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 04:32:22.791 | Aug 29 04:32:08 devstack neutron-l3-agent[49439]: DEBUG oslo.privsep.daemon [-] privsep: reply[3f324372-afe1-47ed-a294-dd65201be4c8]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-16581f5f-37\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50655) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 04:32:22.791 | Aug 29 04:32:09 devstack neutron-l3-agent[49439]: DEBUG oslo.privsep.daemon [-] privsep: reply[8b1fadc1-9285-463b-9d32-87b680986a8f]: (4, ('ARPING 10.180.180.142 from 10.180.180.142 qg-db403fae-4d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50655) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 04:32:22.791 | Aug 29 04:32:10 devstack neutron-l3-agent[49439]: DEBUG oslo.privsep.daemon [-] privsep: reply[32eeb879-40a9-4f45-8319-e1f3e5ad7236]: (4, ('ARPING 10.180.180.142 from 10.180.180.142 qg-db403fae-4d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50655) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 04:32:22.791 | Aug 29 04:32:21 devstack neutron-l3-agent[49439]: DEBUG oslo_service.periodic_task [None req-6e0134b6-8105-4f6b-9e38-ae71263a5e2a None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=49439) run_periodic_tasks /usr/local/lib/python3.10/dist-packages/oslo_service/periodic_task.py:210}} 2024-08-29 04:32:22.794 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 04:32:22.796 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-08-29 04:32:22.806 | enabled 2024-08-29 04:32:22.809 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-08-29 04:32:22.820 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-08-29 04:32:22.820 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-08-29 04:32:22.820 | Active: active (running) since Thu 2024-08-29 04:31:38 UTC; 44s ago 2024-08-29 04:32:22.820 | Main PID: 49851 (neutron-metadat) 2024-08-29 04:32:22.820 | Tasks: 3 (limit: 19126) 2024-08-29 04:32:22.820 | Memory: 123.9M 2024-08-29 04:32:22.820 | CPU: 1.960s 2024-08-29 04:32:22.820 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-08-29 04:32:22.820 | ├─49851 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-08-29 04:32:22.820 | ├─50055 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-08-29 04:32:22.820 | └─50056 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-08-29 04:32:22.820 | 2024-08-29 04:32:22.820 | Aug 29 04:31:40 devstack neutron-metadata-agent[49851]: DEBUG oslo_service.service [None req-55ae6770-6a2d-4675-b01e-f21d0cd3cbf5 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=49851) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.820 | Aug 29 04:31:40 devstack neutron-metadata-agent[49851]: DEBUG oslo_service.service [None req-55ae6770-6a2d-4675-b01e-f21d0cd3cbf5 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=49851) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.820 | Aug 29 04:31:40 devstack neutron-metadata-agent[49851]: DEBUG oslo_service.service [None req-55ae6770-6a2d-4675-b01e-f21d0cd3cbf5 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=49851) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.820 | Aug 29 04:31:40 devstack neutron-metadata-agent[49851]: DEBUG oslo_service.service [None req-55ae6770-6a2d-4675-b01e-f21d0cd3cbf5 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=49851) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.820 | Aug 29 04:31:40 devstack neutron-metadata-agent[49851]: DEBUG oslo_service.service [None req-55ae6770-6a2d-4675-b01e-f21d0cd3cbf5 None None] oslo_messaging_rabbit.ssl_version = {{(pid=49851) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.820 | Aug 29 04:31:40 devstack neutron-metadata-agent[49851]: DEBUG oslo_service.service [None req-55ae6770-6a2d-4675-b01e-f21d0cd3cbf5 None None] oslo_messaging_notifications.driver = [] {{(pid=49851) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.820 | Aug 29 04:31:40 devstack neutron-metadata-agent[49851]: DEBUG oslo_service.service [None req-55ae6770-6a2d-4675-b01e-f21d0cd3cbf5 None None] oslo_messaging_notifications.retry = -1 {{(pid=49851) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.820 | Aug 29 04:31:40 devstack neutron-metadata-agent[49851]: DEBUG oslo_service.service [None req-55ae6770-6a2d-4675-b01e-f21d0cd3cbf5 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=49851) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.820 | Aug 29 04:31:40 devstack neutron-metadata-agent[49851]: DEBUG oslo_service.service [None req-55ae6770-6a2d-4675-b01e-f21d0cd3cbf5 None None] oslo_messaging_notifications.transport_url = **** {{(pid=49851) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 04:32:22.820 | Aug 29 04:31:40 devstack neutron-metadata-agent[49851]: DEBUG oslo_service.service [None req-55ae6770-6a2d-4675-b01e-f21d0cd3cbf5 None None] ******************************************************************************** {{(pid=49851) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-29 04:32:22.823 | + stack.sh:main:1441 : is_service_enabled n-api 2024-08-29 04:32:22.837 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:22.840 | + stack.sh:main:1442 : is_service_enabled n-cpu 2024-08-29 04:32:22.854 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:22.856 | + stack.sh:main:1449 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2024-08-29 04:32:22.858 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:32:22.860 | + stack.sh:echo_summary:455 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2024-08-29 04:32:22.863 | + stack.sh:main:1456 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-08-29 04:32:23.242 | 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-08-29 04:32:24.676 | +--------------------------------------------------------------------+ 2024-08-29 04:32:24.676 | | Upgrade Check Results | 2024-08-29 04:32:24.676 | +--------------------------------------------------------------------+ 2024-08-29 04:32:24.676 | | Check: Cells v2 | 2024-08-29 04:32:24.676 | | Result: Success | 2024-08-29 04:32:24.676 | | Details: No host mappings or compute nodes were found. Remember to | 2024-08-29 04:32:24.677 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-08-29 04:32:24.677 | | compute hosts are deployed. | 2024-08-29 04:32:24.677 | +--------------------------------------------------------------------+ 2024-08-29 04:32:24.677 | | Check: Placement API | 2024-08-29 04:32:24.677 | | Result: Success | 2024-08-29 04:32:24.677 | | Details: None | 2024-08-29 04:32:24.677 | +--------------------------------------------------------------------+ 2024-08-29 04:32:24.677 | | Check: Cinder API | 2024-08-29 04:32:24.677 | | Result: Success | 2024-08-29 04:32:24.677 | | Details: None | 2024-08-29 04:32:24.677 | +--------------------------------------------------------------------+ 2024-08-29 04:32:24.677 | | Check: Policy File JSON to YAML Migration | 2024-08-29 04:32:24.677 | | Result: Success | 2024-08-29 04:32:24.677 | | Details: None | 2024-08-29 04:32:24.677 | +--------------------------------------------------------------------+ 2024-08-29 04:32:24.677 | | Check: Older than N-1 computes | 2024-08-29 04:32:24.677 | | Result: Success | 2024-08-29 04:32:24.677 | | Details: None | 2024-08-29 04:32:24.677 | +--------------------------------------------------------------------+ 2024-08-29 04:32:24.677 | | Check: hw_machine_type unset | 2024-08-29 04:32:24.677 | | Result: Success | 2024-08-29 04:32:24.677 | | Details: None | 2024-08-29 04:32:24.677 | +--------------------------------------------------------------------+ 2024-08-29 04:32:24.677 | | Check: Service User Token Configuration | 2024-08-29 04:32:24.677 | | Result: Success | 2024-08-29 04:32:24.677 | | Details: None | 2024-08-29 04:32:24.677 | +--------------------------------------------------------------------+ 2024-08-29 04:32:25.023 | + stack.sh:main:1463 : [[ -x /opt/stack/devstack/local.sh ]] 2024-08-29 04:32:25.026 | + stack.sh:main:1474 : command openstack complete 2024-08-29 04:32:25.026 | + stack.sh:main:1475 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-08-29 04:32:26.254 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2024-08-29 04:32:26.467 | + stack.sh:main:1478 : is_service_enabled cinder 2024-08-29 04:32:26.482 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:26.484 | + stack.sh:main:1479 : is_ubuntu 2024-08-29 04:32:26.486 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 04:32:26.488 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 04:32:26.490 | + stack.sh:main:1480 : echo_summary 'Configuring lvm.conf global device filter' 2024-08-29 04:32:26.492 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:32:26.494 | + stack.sh:echo_summary:455 : echo -e Configuring lvm.conf global device filter 2024-08-29 04:32:26.496 | + stack.sh:main:1481 : set_lvm_filter 2024-08-29 04:32:26.499 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-08-29 04:32:26.501 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-08-29 04:32:26.503 | + lib/lvm:set_lvm_filter:189 : local pv 2024-08-29 04:32:26.505 | + lib/lvm:set_lvm_filter:190 : local vg 2024-08-29 04:32:26.507 | + lib/lvm:set_lvm_filter:191 : local line 2024-08-29 04:32:26.509 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-08-29 04:32:26.554 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-08-29 04:32:26.556 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-08-29 04:32:26.559 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-08-29 04:32:26.571 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-08-29 04:32:26.581 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-08-29 04:32:26.584 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:32:26.586 | + stack.sh:echo_summary:455 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-08-29 04:32:26.588 | + stack.sh:main:1491 : run_phase stack test-config 2024-08-29 04:32:26.590 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 04:32:26.592 | + functions-common:run_phase:1864 : local phase=test-config 2024-08-29 04:32:26.594 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 04:32:26.596 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 04:32:26.599 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 04:32:26.601 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 04:32:26.603 | + functions-common:run_phase:1873 : local extra 2024-08-29 04:32:26.606 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 04:32:26.609 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 04:32:26.612 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 04:32:26.614 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 04:32:26.616 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-08-29 04:32:26.618 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 04:32:26.632 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:26.634 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:32:26.636 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:32:26.638 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-08-29 04:32:26.640 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:32:26.642 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 04:32:26.644 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:32:26.646 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-08-29 04:32:26.648 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:32:26.650 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-08-29 04:32:26.652 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:32:26.654 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-08-29 04:32:26.656 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-08-29 04:32:26.692 | [3620 Async install_tempest:28074]: Waiting for completion of install_tempest running on PID 28074 (1 other jobs running) 2024-08-29 04:32:26.709 | [3620 Async install_tempest:28074]: Signaling child to exit 2024-08-29 04:32:26.710 | WAKEUP 2024-08-29 04:32:26.726 | [3620 Async install_tempest:28074]: Signaled 2024-08-29 04:32:26.728 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:614 : local git_ref=master 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:615 : local orig_dir 2024-08-29 04:32:26.728 | +++ functions-common:git_clone:616 : pwd 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 04:32:26.728 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:619 : RECLONE=False 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:633 : echo master 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:720 : local count=0 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:724 : timeout=0 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:32:26.728 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:32:26.728 | ++ functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:26.728 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:26.728 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:26.728 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1724905740874 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-08-29 04:32:26.728 | Cloning into '/opt/stack//tempest'... 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2435 : local name 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2438 : local total 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2442 : start_time=1724905740874 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2444 : [[ -z 1724905740874 ]] 2024-08-29 04:32:26.728 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2447 : end_time=1724905743019 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2448 : elapsed_time=2145 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2449 : total=133707 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=135852 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:720 : local count=0 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:724 : timeout=0 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:32:26.728 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:32:26.728 | ++ functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:26.728 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:26.728 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:26.728 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1724905743049 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-08-29 04:32:26.728 | From https://opendev.org/openstack/tempest 2024-08-29 04:32:26.728 | * branch master -> FETCH_HEAD 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2435 : local name 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2438 : local total 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2442 : start_time=1724905743049 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2444 : [[ -z 1724905743049 ]] 2024-08-29 04:32:26.728 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2447 : end_time=1724905743919 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2448 : elapsed_time=870 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2449 : total=135852 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:26.728 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=136722 2024-08-29 04:32:26.728 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:720 : local count=0 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:724 : timeout=0 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-29 04:32:26.728 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-29 04:32:26.728 | ++ functions-common:time_start:2422 : local start_time= 2024-08-29 04:32:26.728 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 04:32:26.728 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 04:32:26.728 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1724905743948 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 04:32:26.728 | Note: switching to 'FETCH_HEAD'. 2024-08-29 04:32:26.728 | 2024-08-29 04:32:26.728 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 04:32:26.728 | changes and commit them, and you can discard any commits you make in this 2024-08-29 04:32:26.728 | state without impacting any branches by switching back to a branch. 2024-08-29 04:32:26.728 | 2024-08-29 04:32:26.728 | If you want to create a new branch to retain commits you create, you may 2024-08-29 04:32:26.728 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 04:32:26.728 | 2024-08-29 04:32:26.728 | git switch -c 2024-08-29 04:32:26.728 | 2024-08-29 04:32:26.728 | Or undo this operation with: 2024-08-29 04:32:26.728 | 2024-08-29 04:32:26.728 | git switch - 2024-08-29 04:32:26.728 | 2024-08-29 04:32:26.728 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 04:32:26.728 | 2024-08-29 04:32:26.728 | HEAD is now at 32da469 Allow nova vmdk-footer test to pass 2024-08-29 04:32:26.728 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2435 : local name 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2438 : local total 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2442 : start_time=1724905743948 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2444 : [[ -z 1724905743948 ]] 2024-08-29 04:32:26.729 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2447 : end_time=1724905744043 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2448 : elapsed_time=95 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2449 : total=136722 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=136817 2024-08-29 04:32:26.729 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-08-29 04:32:26.729 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-08-29 04:32:26.729 | ++ functions-common:git_clone:696 : git show --oneline 2024-08-29 04:32:26.729 | ++ functions-common:git_clone:696 : head -1 2024-08-29 04:32:26.729 | 32da469 Allow nova vmdk-footer test to pass 2024-08-29 04:32:26.729 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 04:32:26.729 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-08-29 04:32:26.729 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-08-29 04:32:26.729 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2024-08-29 04:32:26.729 | Collecting tox!=2.8.0,<4.0.0 2024-08-29 04:32:26.729 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-08-29 04:32:26.729 | Collecting filelock>=3.0.0 2024-08-29 04:32:26.729 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-08-29 04:32:26.729 | Collecting py>=1.4.17 2024-08-29 04:32:26.729 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-08-29 04:32:26.729 | Collecting pluggy>=0.12.0 2024-08-29 04:32:26.729 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-08-29 04:32:26.729 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2024-08-29 04:32:26.729 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 2024-08-29 04:32:26.729 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-08-29 04:32:26.729 | Requirement already satisfied: six>=1.14.0 in /usr/lib/python3/dist-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2024-08-29 04:32:26.729 | Collecting tomli>=2.0.1 2024-08-29 04:32:26.729 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-29 04:32:26.729 | Collecting distlib<1,>=0.3.5 2024-08-29 04:32:26.729 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-08-29 04:32:26.729 | Collecting platformdirs<3,>=2.4 2024-08-29 04:32:26.729 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-08-29 04:32:26.729 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-08-29 04:32:26.729 | Successfully installed distlib-0.3.6 filelock-3.8.0 platformdirs-2.5.2 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.16.5 2024-08-29 04:32:26.729 | 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-08-29 04:32:26.729 | ++ inc/python:pip_install:196 : result=0 2024-08-29 04:32:26.729 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2435 : local name 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2438 : local total 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2442 : start_time=1724905744084 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2444 : [[ -z 1724905744084 ]] 2024-08-29 04:32:26.729 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2447 : end_time=1724905747374 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2448 : elapsed_time=3290 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2449 : total=96407 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:26.729 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=99697 2024-08-29 04:32:26.729 | ++ inc/python:pip_install:199 : return 0 2024-08-29 04:32:26.729 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-08-29 04:32:26.729 | ~/tempest ~/devstack 2024-08-29 04:32:26.729 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-08-29 04:32:26.729 | Switched to branch 'master' 2024-08-29 04:32:26.729 | Your branch is up to date with 'origin/master'. 2024-08-29 04:32:26.729 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-08-29 04:32:26.729 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-08-29 04:32:26.729 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.XdDzG3NNV4 2024-08-29 04:32:26.729 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.XdDzG3NNV4 2024-08-29 04:32:26.729 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-08-29 04:32:26.729 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.XdDzG3NNV4 2024-08-29 04:32:26.729 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-08-29 04:32:26.729 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-08-29 04:32:26.729 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-08-29 04:32:26.729 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 04:32:26.729 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 04:32:26.729 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 04:32:26.729 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 04:32:26.729 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-08-29 04:32:26.729 | full create: /opt/stack/tempest/.tox/tempest 2024-08-29 04:32:26.729 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-08-29 04:32:26.729 | full develop-inst: /opt/stack/tempest 2024-08-29 04:32:26.729 | full installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@32da46943ec9c1a8dbfaf2cc41b6720b4f170dc3#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-29 04:32:26.729 | ___________________________________ summary ____________________________________ 2024-08-29 04:32:26.729 | full: skipped tests 2024-08-29 04:32:26.729 | congratulations :) 2024-08-29 04:32:26.729 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.XdDzG3NNV4 -r requirements.txt 2024-08-29 04:32:26.729 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.1.0) 2024-08-29 04:32:26.729 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-08-29 04:32:26.729 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-08-29 04:32:26.729 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-08-29 04:32:26.729 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.1) 2024-08-29 04:32:26.729 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-08-29 04:32:26.729 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-08-29 04:32:26.729 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-08-29 04:32:26.729 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-08-29 04:32:26.729 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-08-29 04:32:26.729 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-08-29 04:32:26.729 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.5.0) 2024-08-29 04:32:26.729 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-08-29 04:32:26.729 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-08-29 04:32:26.729 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-08-29 04:32:26.729 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-08-29 04:32:26.729 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-08-29 04:32:26.729 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-08-29 04:32:26.729 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-08-29 04:32:26.729 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-08-29 04:32:26.729 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-08-29 04:32:26.729 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-08-29 04:32:26.729 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-08-29 04:32:26.729 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-08-29 04:32:26.729 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-08-29 04:32:26.729 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (24.2.0) 2024-08-29 04:32:26.729 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-08-29 04:32:26.729 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-08-29 04:32:26.730 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.20.0) 2024-08-29 04:32:26.730 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-08-29 04:32:26.730 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-08-29 04:32:26.730 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.0) 2024-08-29 04:32:26.730 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.4.0) 2024-08-29 04:32:26.730 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-08-29 04:32:26.730 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-08-29 04:32:26.730 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.6.0) 2024-08-29 04:32:26.730 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-08-29 04:32:26.730 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-08-29 04:32:26.730 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-08-29 04:32:26.730 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-08-29 04:32:26.730 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.8) 2024-08-29 04:32:26.730 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-08-29 04:32:26.730 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (24.1) 2024-08-29 04:32:26.730 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-08-29 04:32:26.730 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.2) 2024-08-29 04:32:26.730 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-08-29 04:32:26.730 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-08-29 04:32:26.730 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-08-29 04:32:26.730 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-08-29 04:32:26.730 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-08-29 04:32:26.730 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-08-29 04:32:26.730 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.7.4) 2024-08-29 04:32:26.730 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-08-29 04:32:26.730 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.8) 2024-08-29 04:32:26.730 | WARNING: There was an error checking the latest version of pip. 2024-08-29 04:32:26.730 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-08-29 04:32:26.730 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.XdDzG3NNV4 2024-08-29 04:32:26.730 | ++ lib/tempest:install_tempest:859 : popd 2024-08-29 04:32:26.730 | ~/devstack 2024-08-29 04:32:26.760 | [3620 Async install_tempest:28074]: finished install_tempest with result 0 in 21 seconds 2024-08-29 04:32:26.764 | ++ inc/async:async_wait:197 : return 0 2024-08-29 04:32:26.766 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-08-29 04:32:26.768 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:32:26.770 | ++ stack.sh:echo_summary:455 : echo -e Initializing Tempest 2024-08-29 04:32:26.772 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-08-29 04:32:26.775 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-08-29 04:32:26.777 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-08-29 04:32:26.779 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-08-29 04:32:26.780 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-08-29 04:32:26.783 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-08-29 04:32:26.784 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-08-29 04:32:26.786 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 04:32:26.789 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-08-29 04:32:26.790 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 04:32:26.793 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-08-29 04:32:26.794 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-08-29 04:32:26.796 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-08-29 04:32:26.798 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-08-29 04:32:26.800 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-08-29 04:32:26.816 | Using python 3.10 to install testrepository 2024-08-29 04:32:26.818 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2024-08-29 04:32:27.949 | Collecting testrepository 2024-08-29 04:32:27.949 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-08-29 04:32:27.961 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-08-29 04:32:27.961 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-08-29 04:32:27.962 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-08-29 04:32:27.968 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-08-29 04:32:27.973 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-08-29 04:32:29.005 | Installing collected packages: testrepository 2024-08-29 04:32:29.112 | Successfully installed testrepository-0.0.20 2024-08-29 04:32:29.112 | 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-08-29 04:32:29.213 | ++ inc/python:pip_install:196 : result=0 2024-08-29 04:32:29.215 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-29 04:32:29.218 | ++ functions-common:time_stop:2435 : local name 2024-08-29 04:32:29.220 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 04:32:29.222 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 04:32:29.223 | ++ functions-common:time_stop:2438 : local total 2024-08-29 04:32:29.225 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 04:32:29.227 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-29 04:32:29.230 | ++ functions-common:time_stop:2442 : start_time=1724905946812 2024-08-29 04:32:29.231 | ++ functions-common:time_stop:2444 : [[ -z 1724905946812 ]] 2024-08-29 04:32:29.234 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 04:32:29.237 | ++ functions-common:time_stop:2447 : end_time=1724905949235 2024-08-29 04:32:29.238 | ++ functions-common:time_stop:2448 : elapsed_time=2423 2024-08-29 04:32:29.241 | ++ functions-common:time_stop:2449 : total=104777 2024-08-29 04:32:29.242 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 04:32:29.244 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=107200 2024-08-29 04:32:29.246 | ++ inc/python:pip_install:199 : return 0 2024-08-29 04:32:29.248 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-08-29 04:32:29.249 | ++ lib/tempest:configure_tempest:200 : local images 2024-08-29 04:32:29.251 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-08-29 04:32:29.253 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-08-29 04:32:29.255 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-08-29 04:32:29.256 | ++ lib/tempest:configure_tempest:204 : local password 2024-08-29 04:32:29.258 | ++ lib/tempest:configure_tempest:205 : local line 2024-08-29 04:32:29.260 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-08-29 04:32:29.262 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-08-29 04:32:29.264 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-08-29 04:32:29.265 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-08-29 04:32:29.267 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-08-29 04:32:29.269 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-08-29 04:32:29.271 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-08-29 04:32:29.272 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-08-29 04:32:29.274 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-08-29 04:32:29.276 | ++ lib/tempest:configure_tempest:215 : local disk 2024-08-29 04:32:29.278 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-08-29 04:32:29.278 | ' 2024-08-29 04:32:29.279 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-08-29 04:32:29.281 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-08-29 04:32:29.294 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:29.295 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-08-29 04:32:29.297 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-08-29 04:32:29.299 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-08-29 04:32:29.301 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-08-29 04:32:29.302 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-08-29 04:32:29.305 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-08-29 04:32:29.306 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-08-29 04:32:29.306 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-08-29 04:32:30.597 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:32:30.599 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-08-29 04:32:30.601 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-08-29 04:32:30.603 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-08-29 04:32:30.604 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-08-29 04:32:30.606 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-08-29 04:32:30.608 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-08-29 04:32:30.610 | ++ lib/tempest:configure_tempest:254 : image_uuid=f5dfd970-7a56-4489-873c-2c3b6fbd9fe9 2024-08-29 04:32:30.612 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=f5dfd970-7a56-4489-873c-2c3b6fbd9fe9 2024-08-29 04:32:30.614 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-08-29 04:32:30.623 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-08-29 04:32:30.626 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-08-29 04:32:30.628 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-08-29 04:32:30.630 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-08-29 04:32:30.631 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-08-29 04:32:30.633 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-08-29 04:32:30.635 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-08-29 04:32:30.637 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-08-29 04:32:30.640 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-08-29 04:32:30.640 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-08-29 04:32:31.849 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:32:31.852 | ++ lib/tempest:configure_tempest:281 : admin_project_id=8c82f07917ba4819a6bcf09e15f9f9cf 2024-08-29 04:32:31.854 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-08-29 04:32:31.867 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:31.869 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-08-29 04:32:33.107 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:32:33.110 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 04:32:33.110 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-29 04:32:33.110 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 04:32:33.110 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-29 04:32:33.110 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-29 04:32:33.110 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-29 04:32:33.110 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-29 04:32:33.110 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-29 04:32:33.110 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-29 04:32:33.110 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-29 04:32:33.110 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-29 04:32:33.110 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-29 04:32:33.110 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-29 04:32:33.110 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-08-29 04:32:33.112 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-08-29 04:32:33.114 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 04:32:33.114 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-29 04:32:33.114 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 04:32:33.114 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-29 04:32:33.114 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-29 04:32:33.114 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-29 04:32:33.114 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-29 04:32:33.114 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-29 04:32:33.114 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-29 04:32:33.114 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-29 04:32:33.114 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-29 04:32:33.114 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-29 04:32:33.114 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-29 04:32:33.114 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-08-29 04:32:33.116 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib f5dfd970-7a56-4489-873c-2c3b6fbd9fe9 2024-08-29 04:32:33.118 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-08-29 04:32:33.120 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show f5dfd970-7a56-4489-873c-2c3b6fbd9fe9 -c size -f value 2024-08-29 04:32:34.346 | ++++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:32:34.348 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-08-29 04:32:34.350 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-08-29 04:32:34.350 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-08-29 04:32:34.375 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-08-29 04:32:34.377 | ++ lib/tempest:configure_tempest:291 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2024-08-29 04:32:35.508 | +----------------------------+-----------------------+ 2024-08-29 04:32:35.508 | | Field | Value | 2024-08-29 04:32:35.508 | +----------------------------+-----------------------+ 2024-08-29 04:32:35.508 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 04:32:35.508 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 04:32:35.508 | | description | None | 2024-08-29 04:32:35.508 | | disk | 1 | 2024-08-29 04:32:35.508 | | id | 42 | 2024-08-29 04:32:35.508 | | name | m1.nano | 2024-08-29 04:32:35.508 | | os-flavor-access:is_public | True | 2024-08-29 04:32:35.508 | | properties | hw_rng:allowed='True' | 2024-08-29 04:32:35.508 | | ram | 128 | 2024-08-29 04:32:35.508 | | rxtx_factor | 1.0 | 2024-08-29 04:32:35.508 | | swap | | 2024-08-29 04:32:35.508 | | vcpus | 1 | 2024-08-29 04:32:35.508 | +----------------------------+-----------------------+ 2024-08-29 04:32:35.624 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-08-29 04:32:35.625 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 04:32:35.625 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-29 04:32:35.625 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 04:32:35.625 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-29 04:32:35.625 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-29 04:32:35.625 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-29 04:32:35.625 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-29 04:32:35.625 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-29 04:32:35.625 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-29 04:32:35.626 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-29 04:32:35.626 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-29 04:32:35.626 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-29 04:32:35.626 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-29 04:32:35.626 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-08-29 04:32:35.628 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib f5dfd970-7a56-4489-873c-2c3b6fbd9fe9 2024-08-29 04:32:35.630 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-08-29 04:32:35.632 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show f5dfd970-7a56-4489-873c-2c3b6fbd9fe9 -c size -f value 2024-08-29 04:32:36.870 | ++++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:32:36.872 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-08-29 04:32:36.874 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-08-29 04:32:36.874 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-08-29 04:32:36.898 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-08-29 04:32:36.900 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2024-08-29 04:32:38.028 | +----------------------------+-----------------------+ 2024-08-29 04:32:38.028 | | Field | Value | 2024-08-29 04:32:38.028 | +----------------------------+-----------------------+ 2024-08-29 04:32:38.028 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 04:32:38.028 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 04:32:38.028 | | description | None | 2024-08-29 04:32:38.028 | | disk | 1 | 2024-08-29 04:32:38.028 | | id | 84 | 2024-08-29 04:32:38.028 | | name | m1.micro | 2024-08-29 04:32:38.028 | | os-flavor-access:is_public | True | 2024-08-29 04:32:38.028 | | properties | hw_rng:allowed='True' | 2024-08-29 04:32:38.028 | | ram | 192 | 2024-08-29 04:32:38.028 | | rxtx_factor | 1.0 | 2024-08-29 04:32:38.028 | | swap | | 2024-08-29 04:32:38.028 | | vcpus | 1 | 2024-08-29 04:32:38.028 | +----------------------------+-----------------------+ 2024-08-29 04:32:38.144 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-08-29 04:32:38.146 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-08-29 04:32:38.171 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-08-29 04:32:38.173 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-08-29 04:32:38.175 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-08-29 04:32:38.176 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-08-29 04:32:38.179 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-29 04:32:39.429 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:32:39.431 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 04:32:39.431 | address-scope 2024-08-29 04:32:39.431 | router-admin-state-down-before-update 2024-08-29 04:32:39.431 | agent 2024-08-29 04:32:39.431 | agent-resources-synced 2024-08-29 04:32:39.431 | allowed-address-pairs 2024-08-29 04:32:39.431 | auto-allocated-topology 2024-08-29 04:32:39.431 | availability_zone 2024-08-29 04:32:39.431 | availability_zone_filter 2024-08-29 04:32:39.431 | default-subnetpools 2024-08-29 04:32:39.431 | dhcp_agent_scheduler 2024-08-29 04:32:39.431 | dvr 2024-08-29 04:32:39.431 | empty-string-filtering 2024-08-29 04:32:39.431 | external-net 2024-08-29 04:32:39.431 | extra_dhcp_opt 2024-08-29 04:32:39.431 | extraroute 2024-08-29 04:32:39.431 | extraroute-atomic 2024-08-29 04:32:39.431 | filter-validation 2024-08-29 04:32:39.431 | floating-ip-port-forwarding-detail 2024-08-29 04:32:39.431 | fip-port-details 2024-08-29 04:32:39.431 | flavors 2024-08-29 04:32:39.431 | floatingip-pools 2024-08-29 04:32:39.431 | ip-substring-filtering 2024-08-29 04:32:39.431 | router 2024-08-29 04:32:39.431 | ext-gw-mode 2024-08-29 04:32:39.431 | l3-ha 2024-08-29 04:32:39.431 | l3-flavors 2024-08-29 04:32:39.431 | l3-port-ip-change-not-allowed 2024-08-29 04:32:39.431 | l3_agent_scheduler 2024-08-29 04:32:39.431 | multi-provider 2024-08-29 04:32:39.431 | net-mtu 2024-08-29 04:32:39.431 | net-mtu-writable 2024-08-29 04:32:39.431 | network_availability_zone 2024-08-29 04:32:39.431 | network-ip-availability 2024-08-29 04:32:39.431 | pagination 2024-08-29 04:32:39.431 | port-device-profile 2024-08-29 04:32:39.431 | port-mac-override 2024-08-29 04:32:39.431 | port-mac-address-regenerate 2024-08-29 04:32:39.431 | port-numa-affinity-policy 2024-08-29 04:32:39.431 | binding 2024-08-29 04:32:39.431 | binding-extended 2024-08-29 04:32:39.431 | port-security 2024-08-29 04:32:39.431 | project-id 2024-08-29 04:32:39.431 | provider 2024-08-29 04:32:39.431 | quota-check-limit 2024-08-29 04:32:39.431 | quotas 2024-08-29 04:32:39.431 | quota_details 2024-08-29 04:32:39.431 | rbac-policies 2024-08-29 04:32:39.431 | rbac-address-group 2024-08-29 04:32:39.431 | rbac-address-scope 2024-08-29 04:32:39.431 | rbac-security-groups 2024-08-29 04:32:39.431 | rbac-subnetpool 2024-08-29 04:32:39.431 | revision-if-match 2024-08-29 04:32:39.431 | standard-attr-revisions 2024-08-29 04:32:39.431 | router_availability_zone 2024-08-29 04:32:39.431 | security-groups-normalized-cidr 2024-08-29 04:32:39.431 | port-security-groups-filtering 2024-08-29 04:32:39.431 | security-groups-remote-address-group 2024-08-29 04:32:39.431 | security-groups-shared-filtering 2024-08-29 04:32:39.431 | security-group 2024-08-29 04:32:39.431 | service-type 2024-08-29 04:32:39.431 | sorting 2024-08-29 04:32:39.431 | standard-attr-description 2024-08-29 04:32:39.431 | stateful-security-group 2024-08-29 04:32:39.431 | subnet_onboard 2024-08-29 04:32:39.431 | subnet-service-types 2024-08-29 04:32:39.431 | subnet_allocation 2024-08-29 04:32:39.431 | subnetpool-prefix-ops 2024-08-29 04:32:39.431 | standard-attr-tag 2024-08-29 04:32:39.431 | standard-attr-timestamp 2024-08-29 04:32:39.431 | nsxt-ops' 2024-08-29 04:32:39.433 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 04:32:39.433 | address-scope 2024-08-29 04:32:39.433 | router-admin-state-down-before-update 2024-08-29 04:32:39.433 | agent 2024-08-29 04:32:39.433 | agent-resources-synced 2024-08-29 04:32:39.433 | allowed-address-pairs 2024-08-29 04:32:39.433 | auto-allocated-topology 2024-08-29 04:32:39.433 | availability_zone 2024-08-29 04:32:39.433 | availability_zone_filter 2024-08-29 04:32:39.433 | default-subnetpools 2024-08-29 04:32:39.433 | dhcp_agent_scheduler 2024-08-29 04:32:39.433 | dvr 2024-08-29 04:32:39.433 | empty-string-filtering 2024-08-29 04:32:39.433 | external-net 2024-08-29 04:32:39.433 | extra_dhcp_opt 2024-08-29 04:32:39.433 | extraroute 2024-08-29 04:32:39.433 | extraroute-atomic 2024-08-29 04:32:39.433 | filter-validation 2024-08-29 04:32:39.433 | floating-ip-port-forwarding-detail 2024-08-29 04:32:39.433 | fip-port-details 2024-08-29 04:32:39.433 | flavors 2024-08-29 04:32:39.433 | floatingip-pools 2024-08-29 04:32:39.433 | ip-substring-filtering 2024-08-29 04:32:39.433 | router 2024-08-29 04:32:39.433 | ext-gw-mode 2024-08-29 04:32:39.433 | l3-ha 2024-08-29 04:32:39.433 | l3-flavors 2024-08-29 04:32:39.433 | l3-port-ip-change-not-allowed 2024-08-29 04:32:39.433 | l3_agent_scheduler 2024-08-29 04:32:39.433 | multi-provider 2024-08-29 04:32:39.434 | net-mtu 2024-08-29 04:32:39.434 | net-mtu-writable 2024-08-29 04:32:39.434 | network_availability_zone 2024-08-29 04:32:39.434 | network-ip-availability 2024-08-29 04:32:39.434 | pagination 2024-08-29 04:32:39.434 | port-device-profile 2024-08-29 04:32:39.434 | port-mac-override 2024-08-29 04:32:39.434 | port-mac-address-regenerate 2024-08-29 04:32:39.434 | port-numa-affinity-policy 2024-08-29 04:32:39.434 | binding 2024-08-29 04:32:39.434 | binding-extended 2024-08-29 04:32:39.434 | port-security 2024-08-29 04:32:39.434 | project-id 2024-08-29 04:32:39.434 | provider 2024-08-29 04:32:39.434 | quota-check-limit 2024-08-29 04:32:39.434 | quotas 2024-08-29 04:32:39.434 | quota_details 2024-08-29 04:32:39.434 | rbac-policies 2024-08-29 04:32:39.434 | rbac-address-group 2024-08-29 04:32:39.434 | rbac-address-scope 2024-08-29 04:32:39.434 | rbac-security-groups 2024-08-29 04:32:39.434 | rbac-subnetpool 2024-08-29 04:32:39.434 | revision-if-match 2024-08-29 04:32:39.434 | standard-attr-revisions 2024-08-29 04:32:39.434 | router_availability_zone 2024-08-29 04:32:39.434 | security-groups-normalized-cidr 2024-08-29 04:32:39.434 | port-security-groups-filtering 2024-08-29 04:32:39.434 | security-groups-remote-address-group 2024-08-29 04:32:39.434 | security-groups-shared-filtering 2024-08-29 04:32:39.434 | security-group 2024-08-29 04:32:39.434 | service-type 2024-08-29 04:32:39.434 | sorting 2024-08-29 04:32:39.434 | standard-attr-description 2024-08-29 04:32:39.434 | stateful-security-group 2024-08-29 04:32:39.434 | subnet_onboard 2024-08-29 04:32:39.434 | subnet-service-types 2024-08-29 04:32:39.434 | subnet_allocation 2024-08-29 04:32:39.434 | subnetpool-prefix-ops 2024-08-29 04:32:39.434 | standard-attr-tag 2024-08-29 04:32:39.434 | standard-attr-timestamp 2024-08-29 04:32:39.434 | nsxt-ops =~ external-net ]] 2024-08-29 04:32:39.435 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 04:32:39.437 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-08-29 04:32:40.734 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 04:32:40.736 | ++ lib/tempest:configure_tempest:357 : public_network_id=8f438ccf-b360-4682-ac13-f5de47cade07 2024-08-29 04:32:40.739 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-08-29 04:32:41.911 | +---------------------------+--------------------------------------+ 2024-08-29 04:32:41.911 | | Field | Value | 2024-08-29 04:32:41.912 | +---------------------------+--------------------------------------+ 2024-08-29 04:32:41.912 | | admin_state_up | UP | 2024-08-29 04:32:41.912 | | availability_zone_hints | | 2024-08-29 04:32:41.912 | | availability_zones | | 2024-08-29 04:32:41.912 | | created_at | 2024-08-29T04:32:41Z | 2024-08-29 04:32:41.912 | | description | | 2024-08-29 04:32:41.912 | | dns_domain | None | 2024-08-29 04:32:41.912 | | id | ed0c4de2-e657-438c-b400-baf260923f2a | 2024-08-29 04:32:41.912 | | ipv4_address_scope | None | 2024-08-29 04:32:41.912 | | ipv6_address_scope | None | 2024-08-29 04:32:41.912 | | is_default | False | 2024-08-29 04:32:41.912 | | is_vlan_transparent | None | 2024-08-29 04:32:41.912 | | mtu | 8950 | 2024-08-29 04:32:41.912 | | name | shared | 2024-08-29 04:32:41.912 | | port_security_enabled | True | 2024-08-29 04:32:41.912 | | project_id | 8c82f07917ba4819a6bcf09e15f9f9cf | 2024-08-29 04:32:41.912 | | provider:network_type | vlan | 2024-08-29 04:32:41.912 | | provider:physical_network | default | 2024-08-29 04:32:41.912 | | provider:segmentation_id | 888 | 2024-08-29 04:32:41.912 | | qos_policy_id | None | 2024-08-29 04:32:41.912 | | revision_number | 1 | 2024-08-29 04:32:41.912 | | router:external | Internal | 2024-08-29 04:32:41.912 | | segments | None | 2024-08-29 04:32:41.912 | | shared | True | 2024-08-29 04:32:41.912 | | status | ACTIVE | 2024-08-29 04:32:41.912 | | subnets | | 2024-08-29 04:32:41.912 | | tags | | 2024-08-29 04:32:41.912 | | tenant_id | 8c82f07917ba4819a6bcf09e15f9f9cf | 2024-08-29 04:32:41.912 | | updated_at | 2024-08-29T04:32:41Z | 2024-08-29 04:32:41.912 | +---------------------------+--------------------------------------+ 2024-08-29 04:32:42.041 | ++ lib/tempest:configure_tempest:360 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2024-08-29 04:32:43.319 | +----------------------+--------------------------------------+ 2024-08-29 04:32:43.320 | | Field | Value | 2024-08-29 04:32:43.320 | +----------------------+--------------------------------------+ 2024-08-29 04:32:43.320 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-08-29 04:32:43.320 | | cidr | 192.168.233.0/24 | 2024-08-29 04:32:43.320 | | created_at | 2024-08-29T04:32:43Z | 2024-08-29 04:32:43.320 | | description | shared-subnet | 2024-08-29 04:32:43.320 | | dns_nameservers | | 2024-08-29 04:32:43.320 | | dns_publish_fixed_ip | None | 2024-08-29 04:32:43.320 | | enable_dhcp | True | 2024-08-29 04:32:43.320 | | gateway_ip | 192.168.233.1 | 2024-08-29 04:32:43.320 | | host_routes | | 2024-08-29 04:32:43.320 | | id | 588d6657-7527-45f4-9c8a-a21673ff3dee | 2024-08-29 04:32:43.320 | | ip_version | 4 | 2024-08-29 04:32:43.320 | | ipv6_address_mode | None | 2024-08-29 04:32:43.320 | | ipv6_ra_mode | None | 2024-08-29 04:32:43.320 | | name | shared-subnet | 2024-08-29 04:32:43.320 | | network_id | ed0c4de2-e657-438c-b400-baf260923f2a | 2024-08-29 04:32:43.320 | | project_id | 8c82f07917ba4819a6bcf09e15f9f9cf | 2024-08-29 04:32:43.320 | | revision_number | 0 | 2024-08-29 04:32:43.320 | | segment_id | None | 2024-08-29 04:32:43.320 | | service_types | | 2024-08-29 04:32:43.320 | | subnetpool_id | None | 2024-08-29 04:32:43.320 | | tags | | 2024-08-29 04:32:43.320 | | updated_at | 2024-08-29T04:32:43Z | 2024-08-29 04:32:43.320 | +----------------------+--------------------------------------+ 2024-08-29 04:32:43.453 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-08-29 04:32:43.479 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-08-29 04:32:43.504 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-08-29 04:32:43.508 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-08-29 04:32:43.531 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-08-29 04:32:43.555 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-08-29 04:32:43.578 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-08-29 04:32:43.602 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-08-29 04:32:43.627 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-08-29 04:32:43.651 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-08-29 04:32:43.674 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-08-29 04:32:43.697 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-08-29 04:32:43.721 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-08-29 04:32:43.744 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-08-29 04:32:43.745 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-08-29 04:32:43.770 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-08-29 04:32:43.793 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-08-29 04:32:43.818 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-08-29 04:32:43.844 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-08-29 04:32:43.845 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-08-29 04:32:43.870 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-08-29 04:32:43.895 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-08-29 04:32:43.897 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-08-29 04:32:43.921 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-08-29 04:32:43.933 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:43.935 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-08-29 04:32:43.937 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-08-29 04:32:43.960 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-08-29 04:32:43.973 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:43.974 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-08-29 04:32:43.997 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-08-29 04:32:44.022 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-08-29 04:32:44.045 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-08-29 04:32:44.047 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-08-29 04:32:44.072 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-08-29 04:32:44.095 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-08-29 04:32:44.108 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:44.109 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref f5dfd970-7a56-4489-873c-2c3b6fbd9fe9 2024-08-29 04:32:44.132 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt f5dfd970-7a56-4489-873c-2c3b6fbd9fe9 2024-08-29 04:32:44.155 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-08-29 04:32:44.179 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-08-29 04:32:44.202 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-08-29 04:32:44.228 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-08-29 04:32:44.240 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:44.242 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-08-29 04:32:44.244 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-08-29 04:32:44.245 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-08-29 04:32:44.247 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-08-29 04:32:44.249 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-08-29 04:32:44.251 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-08-29 04:32:44.264 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-08-29 04:32:44.266 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-08-29 04:32:44.289 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-08-29 04:32:44.317 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-08-29 04:32:44.341 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-08-29 04:32:44.364 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-08-29 04:32:44.387 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-08-29 04:32:44.410 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-08-29 04:32:44.433 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-08-29 04:32:44.456 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-08-29 04:32:44.479 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-08-29 04:32:44.481 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-08-29 04:32:44.503 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-08-29 04:32:44.505 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-08-29 04:32:44.517 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:44.519 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-08-29 04:32:44.541 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 8f438ccf-b360-4682-ac13-f5de47cade07 2024-08-29 04:32:44.565 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-08-29 04:32:44.588 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-08-29 04:32:44.610 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-08-29 04:32:44.634 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-08-29 04:32:44.656 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-08-29 04:32:44.679 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-08-29 04:32:44.703 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-08-29 04:32:44.705 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-08-29 04:32:44.707 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-08-29 04:32:44.733 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-08-29 04:32:44.735 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-08-29 04:32:44.737 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-29 04:32:44.738 | ++ functions-common:is_provider_network:2287 : return 1 2024-08-29 04:32:44.740 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-08-29 04:32:44.762 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-08-29 04:32:44.785 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-08-29 04:32:44.807 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-08-29 04:32:44.830 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-08-29 04:32:44.852 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-08-29 04:32:44.875 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-29 04:32:44.877 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-08-29 04:32:44.890 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-08-29 04:32:44.914 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-29 04:32:44.917 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-08-29 04:32:44.929 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-08-29 04:32:44.952 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-29 04:32:44.954 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-08-29 04:32:44.967 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-08-29 04:32:44.990 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-29 04:32:44.992 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-08-29 04:32:45.005 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-08-29 04:32:45.027 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-08-29 04:32:45.029 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-08-29 04:32:45.031 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-08-29 04:32:45.032 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-08-29 04:32:45.046 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-08-29 04:32:45.048 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-08-29 04:32:45.071 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-08-29 04:32:45.083 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:45.085 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-08-29 04:32:45.108 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-08-29 04:32:45.109 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-08-29 04:32:45.111 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-08-29 04:32:45.113 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-08-29 04:32:45.115 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-08-29 04:32:45.117 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-08-29 04:32:45.119 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-08-29 04:32:45.121 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-08-29 04:32:45.123 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-08-29 04:32:45.137 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-08-29 04:32:45.139 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-08-29 04:32:45.163 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-08-29 04:32:45.165 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-08-29 04:32:45.167 | ++ lib/tempest:configure_tempest:668 : local service 2024-08-29 04:32:45.168 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-08-29 04:32:45.170 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 04:32:45.172 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-08-29 04:32:45.184 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:45.186 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-08-29 04:32:45.211 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 04:32:45.213 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-08-29 04:32:45.225 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:45.227 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-08-29 04:32:45.250 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 04:32:45.251 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-08-29 04:32:45.263 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:45.265 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-08-29 04:32:45.288 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 04:32:45.289 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-08-29 04:32:45.302 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:45.304 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-08-29 04:32:45.327 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 04:32:45.329 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-08-29 04:32:45.341 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:32:45.343 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-08-29 04:32:45.365 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 04:32:45.367 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-08-29 04:32:45.379 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:45.381 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-08-29 04:32:45.404 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 04:32:45.406 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-08-29 04:32:45.418 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:32:45.420 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-08-29 04:32:45.443 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-08-29 04:32:45.445 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-08-29 04:32:45.447 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-08-29 04:32:45.449 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-08-29 04:32:45.450 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-08-29 04:32:45.452 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-08-29 04:32:45.454 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-08-29 04:32:45.456 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-08-29 04:32:45.458 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-08-29 04:32:45.459 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-08-29 04:32:45.461 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-08-29 04:32:45.463 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-08-29 04:32:45.465 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-08-29 04:32:45.468 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.AOIXt5Mxvk 2024-08-29 04:32:45.470 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-08-29 04:32:45.472 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-08-29 04:32:45.475 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-08-29 04:32:45.478 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.fBoCGinWSS 2024-08-29 04:32:45.480 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.fBoCGinWSS 2024-08-29 04:32:45.481 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-08-29 04:32:45.483 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.fBoCGinWSS 2024-08-29 04:32:45.485 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-08-29 04:32:45.488 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-08-29 04:32:45.489 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-08-29 04:32:45.494 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 04:32:45.496 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 04:32:45.498 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 04:32:45.500 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 04:32:45.502 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-08-29 04:32:45.504 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-08-29 04:32:45.724 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-08-29 04:32:46.107 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-08-29 04:32:55.005 | venv-tempest develop-inst: /opt/stack/tempest 2024-08-29 04:32:57.985 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@32da46943ec9c1a8dbfaf2cc41b6720b4f170dc3#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-29 04:32:57.986 | ___________________________________ summary ____________________________________ 2024-08-29 04:32:57.986 | venv-tempest: skipped tests 2024-08-29 04:32:57.986 | congratulations :) 2024-08-29 04:32:58.006 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.fBoCGinWSS -r requirements.txt 2024-08-29 04:32:58.548 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2024-08-29 04:32:58.548 | warnings.warn( 2024-08-29 04:32:58.548 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2024-08-29 04:32:58.548 | warnings.warn( 2024-08-29 04:32:58.631 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-08-29 04:32:59.009 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@32da46943ec9c1a8dbfaf2cc41b6720b4f170dc3#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-29 04:32:59.009 | venv-tempest run-test-pre: PYTHONHASHSEED='3580357311' 2024-08-29 04:32:59.010 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.fBoCGinWSS -r requirements.txt 2024-08-29 04:32:59.892 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.1.0) 2024-08-29 04:32:59.893 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-08-29 04:32:59.895 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-08-29 04:32:59.896 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-08-29 04:32:59.897 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.1) 2024-08-29 04:32:59.897 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-08-29 04:32:59.898 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-08-29 04:32:59.898 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-08-29 04:32:59.899 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-08-29 04:32:59.900 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-08-29 04:32:59.901 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-08-29 04:32:59.902 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.5.0) 2024-08-29 04:32:59.902 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-08-29 04:32:59.903 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-08-29 04:32:59.904 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-08-29 04:32:59.905 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-08-29 04:32:59.905 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-08-29 04:32:59.906 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-08-29 04:32:59.907 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-08-29 04:32:59.908 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-08-29 04:32:59.908 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-08-29 04:32:59.911 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-08-29 04:32:59.911 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-08-29 04:32:59.916 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-08-29 04:32:59.917 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-08-29 04:32:59.934 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.20.0) 2024-08-29 04:32:59.935 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-08-29 04:32:59.935 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-08-29 04:32:59.936 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (24.2.0) 2024-08-29 04:32:59.952 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-08-29 04:32:59.953 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-08-29 04:32:59.971 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.0) 2024-08-29 04:32:59.978 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.4.0) 2024-08-29 04:32:59.995 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-08-29 04:32:59.995 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-08-29 04:33:00.009 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.6.0) 2024-08-29 04:33:00.010 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-08-29 04:33:00.025 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-08-29 04:33:00.025 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-08-29 04:33:00.026 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-08-29 04:33:00.033 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.8) 2024-08-29 04:33:00.034 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-08-29 04:33:00.044 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (24.1) 2024-08-29 04:33:00.044 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-08-29 04:33:00.045 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.2) 2024-08-29 04:33:00.046 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-08-29 04:33:00.069 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-08-29 04:33:00.089 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-08-29 04:33:00.157 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-08-29 04:33:00.180 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-08-29 04:33:00.221 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-08-29 04:33:00.234 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-08-29 04:33:00.235 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.8) 2024-08-29 04:33:00.236 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.7.4) 2024-08-29 04:33:00.362 | WARNING: There was an error checking the latest version of pip. 2024-08-29 04:33:00.427 | ___________________________________ summary ____________________________________ 2024-08-29 04:33:00.427 | venv-tempest: commands succeeded 2024-08-29 04:33:00.427 | congratulations :) 2024-08-29 04:33:00.447 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.fBoCGinWSS 2024-08-29 04:33:00.450 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-08-29 04:33:00.452 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-08-29 04:33:00.454 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-08-29 04:33:00.478 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.AOIXt5Mxvk 2024-08-29 04:33:00.702 | venv create: /opt/stack/tempest/.tox/venv 2024-08-29 04:33:00.983 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-08-29 04:33:14.085 | venv develop-inst: /opt/stack/tempest 2024-08-29 04:33:17.597 | venv installed: alabaster==1.0.0,attrs==24.2.0,autopage==0.5.2,babel==2.16.0,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.20.1,dulwich==0.22.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.4,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,openstackdocstheme==3.3.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,Pygments==2.18.0,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==8.0.2,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.2,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@32da46943ec9c1a8dbfaf2cc41b6720b4f170dc3#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.0.1,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-29 04:33:17.597 | venv run-test-pre: PYTHONHASHSEED='2480547248' 2024-08-29 04:33:17.597 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.AOIXt5Mxvk 2024-08-29 04:33:17.894 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. 2024-08-29 04:33:17.895 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-08-29 04:33:17.895 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. 2024-08-29 04:33:17.895 | @jsonschema.FormatChecker.cls_checks('base64') 2024-08-29 04:33:18.140 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2024-08-29 04:33:18.140 | warnings.warn( 2024-08-29 04:33:18.310 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-08-29 04:33:18.310 | for key, value in info.getheaders().items(): 2024-08-29 04:33:18.338 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-08-29 04:33:18.338 | for key, value in info.getheaders().items(): 2024-08-29 04:33:18.546 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-08-29 04:33:18.546 | for key, value in info.getheaders().items(): 2024-08-29 04:33:18.546 | /opt/stack/tempest/tempest/lib/services/clients.py:209: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2024-08-29 04:33:18.546 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-08-29 04:33:19.108 | ___________________________________ summary ____________________________________ 2024-08-29 04:33:19.109 | venv: commands succeeded 2024-08-29 04:33:19.109 | congratulations :) 2024-08-29 04:33:19.129 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-08-29 04:33:19.142 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 04:33:19.144 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-08-29 04:33:19.146 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-08-29 04:33:19.158 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 04:33:19.160 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-08-29 04:33:19.162 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-08-29 04:33:19.164 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-08-29 04:33:19.165 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-08-29 04:33:19.167 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-08-29 04:33:19.169 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-08-29 04:33:19.171 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-08-29 04:33:19.173 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-08-29 04:33:19.175 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-08-29 04:33:19.176 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-08-29 04:33:19.178 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-08-29 04:33:19.180 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-08-29 04:33:19.182 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-08-29 04:33:19.184 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-08-29 04:33:19.186 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-08-29 04:33:19.187 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-08-29 04:33:19.189 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-08-29 04:33:19.191 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-08-29 04:33:19.193 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-08-29 04:33:19.195 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-08-29 04:33:19.197 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-08-29 04:33:19.199 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-08-29 04:33:19.201 | ++ lib/tempest:configure_tempest:785 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed 2024-08-29 04:33:19.203 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-08-29 04:33:19.206 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.AOIXt5Mxvk network-feature-enabled api_extensions 2024-08-29 04:33:19.206 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-08-29 04:33:19.222 | ++ lib/tempest:configure_tempest:788 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-29 04:33:19.224 | +++ lib/tempest:configure_tempest:790 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2024-08-29 04:33:19.226 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-29 04:33:19.228 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-08-29 04:33:19.230 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-08-29 04:33:19.232 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2024-08-29 04:33:19.247 | +++ functions-common:remove_disabled_services:2122 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-29 04:33:19.262 | ++ lib/tempest:configure_tempest:790 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-29 04:33:19.264 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-08-29 04:33:19.266 | ++ lib/tempest:configure_tempest:795 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-29 04:33:19.289 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-08-29 04:33:19.291 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-08-29 04:33:19.293 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-08-29 04:33:19.295 | ++ lib/tempest:configure_tempest:800 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-08-29 04:33:19.297 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-08-29 04:33:19.299 | ++ lib/tempest:configure_tempest:807 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-08-29 04:33:19.325 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-08-29 04:33:19.326 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-08-29 04:33:19.328 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-08-29 04:33:19.330 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-08-29 04:33:19.332 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-08-29 04:33:19.334 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-08-29 04:33:19.336 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-08-29 04:33:19.338 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-08-29 04:33:19.340 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-08-29 04:33:19.342 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-08-29 04:33:19.344 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-08-29 04:33:19.346 | ++ lib/tempest:configure_tempest:820 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-08-29 04:33:19.348 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-08-29 04:33:19.350 | ++ lib/tempest:configure_tempest:827 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-08-29 04:33:19.374 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-08-29 04:33:19.374 | ' 2024-08-29 04:33:19.376 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-08-29 04:33:19.378 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 04:33:19.380 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest Plugins 2024-08-29 04:33:19.382 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-08-29 04:33:19.384 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-08-29 04:33:19.384 | ~/tempest ~/tempest 2024-08-29 04:33:19.386 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-08-29 04:33:19.388 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-08-29 04:33:19.388 | ~/tempest 2024-08-29 04:33:19.390 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 04:33:19.392 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 04:33:19.394 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:33:19.396 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-29 04:33:19.398 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-08-29 04:33:19.400 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 04:33:19.403 | + functions-common:run_plugins:1850 : local phase=test-config 2024-08-29 04:33:19.405 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 04:33:19.407 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 04:33:19.409 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 04:33:19.412 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 04:33:19.418 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 04:33:19.421 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-08-29 04:33:19.423 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 04:33:19.425 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:33:19.427 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-08-29 04:33:19.429 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:33:19.431 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 04:33:19.433 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-29 04:33:19.435 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-08-29 04:33:19.438 | + stack.sh:main:1495 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-08-29 04:33:19.440 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-29 04:33:19.442 | + inc/meta-config:merge_config_group:171 : shift 2024-08-29 04:33:19.444 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-08-29 04:33:19.446 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:33:19.448 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-29 04:33:19.450 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-29 04:33:19.453 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-08-29 04:33:19.455 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-29 04:33:19.457 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-08-29 04:33:19.459 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 04:33:19.462 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-08-29 04:33:19.462 | /^\[\[.+\|.*\]\]/ { 2024-08-29 04:33:19.462 | gsub("[][]", "", $1); 2024-08-29 04:33:19.462 | split($1, a, "|"); 2024-08-29 04:33:19.462 | if (a[1] == matchgroup) 2024-08-29 04:33:19.462 | print a[2] 2024-08-29 04:33:19.462 | } 2024-08-29 04:33:19.462 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 47 osc 165 apt-get 4 test_with_retry 3 dbsync 2 pip_install 107 apt-get-update 6 run_process 15 git_timed 133 ------------------------- Unaccounted time 40 ========================= Total runtime 532 ================= Async summary ================= Time spent in the background minus waits: 189 sec Elapsed time: 532 sec Time if we did everything serially: 721 sec Speedup: 1.35526 This is your host IP address: 10.180.1.21 Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.1 Change: d0e89946b3171924a49dd50e5b2e45d1bdb6e5b8 Replacing usage of rdo-release rpm 2024-08-06 14:44:05 +0530 OS Version: Ubuntu 22.04 jammy